summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/traps: Address objtool noinstr complaints in #DBThomas Gleixner1-2/+8
2020-06-11x86/traps: Restructure #DB handlingThomas Gleixner1-34/+35
2020-06-11x86/entry: Implement user mode C entry points for #DB and #MCEThomas Gleixner2-23/+87
2020-06-11x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner2-12/+17
2020-06-11x86/db: Split out dr6/7 handlingPeter Zijlstra2-24/+57
2020-06-11x86/nmi: Protect NMI entry against instrumentationThomas Gleixner2-10/+11
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner2-5/+3
2020-06-11x86/mce: Use untraced rd/wrmsr in the MCE offline/crash checkThomas Gleixner1-2/+2
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner6-19/+24
2020-06-11x86/mce: Move nmi_enter/exit() into the entry pointThomas Gleixner3-21/+13
2020-06-11x86/traps: Split int3 handler upPeter Zijlstra1-28/+40
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner2-12/+18
2020-06-11x86/int3: Inline bsearch()Peter Zijlstra2-4/+9
2020-06-11x86/int3: Avoid atomic instrumentationPeter Zijlstra1-3/+3
2020-06-11x86/int3: Ensure that poke_int3_handler() is not tracedThomas Gleixner1-7/+6
2020-06-11x86/entry/32: Convert IRET exception to IDTENTRY_SWThomas Gleixner1-5/+3
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner2-13/+18
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner2-4/+2
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner2-4/+3
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner2-3/+2
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner2-6/+4
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner2-9/+5
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner2-2/+7
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner2-2/+7
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner2-2/+7
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner2-7/+3
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner2-2/+16
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner2-6/+5
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner2-2/+6
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner2-2/+7
2020-06-11x86/traps: Prepare for using DEFINE_IDTENTRYThomas Gleixner1-0/+15
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner1-9/+19
2020-06-11x86/traps: Mark sync_regs() noinstrThomas Gleixner1-2/+1
2020-06-11x86/traps: Mark fixup_bad_iret() noinstrThomas Gleixner1-7/+9
2020-06-11x86/entry/64: Move non entry code into .text sectionThomas Gleixner1-1/+1
2020-06-11x86/idt: Remove update_intr_gate()Thomas Gleixner1-8/+0
2020-06-11x86/doublefault: Remove memmove() callPeter Zijlstra1-1/+6
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_areaAndy Lutomirski1-0/+25
2020-06-11x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov1-1/+5
2020-06-11x86/idt: Annotate alloc_intr_gate() with __initVitaly Kuznetsov1-3/+13
2020-06-11x86/idt: Remove address operator on function machine_check()Lai Jiangshan1-2/+2
2020-06-11Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+22
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds34-44/+35
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse3-7/+7
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport18-18/+18
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport19-19/+19
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport10-10/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2-7/+2