index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
2020-06-11
x86/idtentry: Switch to conditional RCU handling
Thomas Gleixner
2020-06-11
x86/entry: Provide idtentry_enter/exit_user()
Thomas Gleixner
2020-06-11
x86/entry: Provide idtentry_entry/exit_cond_rcu()
Thomas Gleixner
2020-06-11
x86/entry: Convert double fault exception to IDTENTRY_DF
Thomas Gleixner
2020-06-11
x86/idtentry: Provide IDTENTRY_DF
Thomas Gleixner
2020-06-11
x86/idtentry: Provide IDTRENTRY_NOIST variants for #DB and #MC
Thomas Gleixner
2020-06-11
x86/entry: Convert Debug exception to IDTENTRY_DB
Thomas Gleixner
2020-06-11
x86/nmi: Protect NMI entry against instrumentation
Thomas Gleixner
2020-06-11
x86/entry: Convert NMI to IDTENTRY_NMI
Thomas Gleixner
2020-06-11
x86/idtentry: Provide IDTENTRY_XEN for XEN/PV
Thomas Gleixner
2020-06-11
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
2020-06-11
x86/idtentry: Provide IDTENTRY_IST
Thomas Gleixner
2020-06-11
x86/entry: Convert INT3 exception to IDTENTRY_RAW
Thomas Gleixner
2020-06-11
x86/idtentry: Provide IDTENTRY_RAW
Thomas Gleixner
2020-06-11
x86/int3: Ensure that poke_int3_handler() is not traced
Thomas Gleixner
2020-06-11
x86/entry/32: Convert IRET exception to IDTENTRY_SW
Thomas Gleixner
2020-06-11
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Alignment check exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Coprocessor error exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert General protection exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Stack segment exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Segment not present exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Invalid TSS exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/idtentry: Provide IDTENTRY_ERRORCODE
Thomas Gleixner
2020-06-11
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry/common: Provide idtentry_enter/exit()
Thomas Gleixner
2020-06-11
x86/idtentry: Provide macros to define/declare IDT entry points
Thomas Gleixner
2020-06-11
x86/traps: Split trap numbers out in a separate header
Thomas Gleixner
2020-06-11
x86/entry: Disable interrupts for native_load_gs_index() in C code
Thomas Gleixner
2020-06-11
x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
Thomas Gleixner
2020-06-11
x86/idt: Remove update_intr_gate()
Thomas Gleixner
2020-06-11
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
2020-06-11
x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
Thomas Gleixner
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
2020-06-10
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-09
x86: use proper parentheses around new uaccess macro argument uses
Linus Torvalds
2020-06-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-09
x86: use non-set_fs based maccess routines
Christoph Hellwig
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
x86/mm: simplify init_trampoline() and surrounding logic
Mike Rapoport
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
[next]