summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner2-7/+0
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner2-7/+0
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner2-7/+0
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner2-8/+0
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner2-8/+0
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner2-8/+0
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner2-8/+0
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner2-8/+0
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner2-8/+0
2020-06-11x86/entry/common: Provide idtentry_enter/exit()Thomas Gleixner1-0/+99
2020-06-11x86/idtentry: Provide macros to define/declare IDT entry pointsThomas Gleixner2-0/+12
2020-06-11x86/entry/32: Provide macro to emit IDT entry stubsThomas Gleixner1-0/+68
2020-06-11x86/entry/64: Provide sane error entry/exitThomas Gleixner1-3/+19
2020-06-11x86/entry: Distangle idtentryThomas Gleixner1-183/+220
2020-06-11x86/entry/64: Reorder idtentriesThomas Gleixner1-19/+17
2020-06-11x86/entry/64: Use native swapgs in asm_load_gs_index()Thomas Gleixner1-3/+3
2020-06-11x86/entry: Disable interrupts for native_load_gs_index() in C codeThomas Gleixner1-8/+3
2020-06-11x86/entry: Make entry_64_compat.S objtool cleanPeter Zijlstra2-7/+20
2020-06-11x86/entry: Move irq flags tracing to prepare_exit_to_usermode()Thomas Gleixner4-22/+27
2020-06-11x86/entry: Move irq tracing on syscall entry to C-codeThomas Gleixner4-34/+19
2020-06-11x86/entry/common: Protect against instrumentationThomas Gleixner1-44/+89
2020-06-11x86/entry: Mark enter_from_user_mode() noinstrThomas Gleixner1-1/+1
2020-06-11x86/entry/32: Move non entry code into .text sectionThomas Gleixner1-0/+9
2020-06-11x86/entry/64: Move non entry code into .text sectionThomas Gleixner1-4/+14
2020-06-11x86/entry: Exclude low level entry code from sanitizingPeter Zijlstra1-0/+8
2020-06-11x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner1-5/+0
2020-06-11x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=nThomas Gleixner1-0/+2
2020-06-11x86/entry/64: Remove unneeded kernel CR3 switchingLai Jiangshan1-1/+0
2020-06-11x86/entry/64: Remove an unused labelLai Jiangshan1-1/+0
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-7/+7
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+0
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-0/+2
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2020-06-01Merge tag 'x86-vdso-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-21/+14
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski2-12/+0
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar2-26/+28
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi2-0/+2
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra2-4/+4
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf1-2/+2
2020-04-25x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn1-1/+1
2020-04-25x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf1-3/+2
2020-04-25x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf1-1/+2
2020-04-25x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf1-19/+21
2020-04-21x86/vdso/Makefile: Add vobjs32Dmitry Safonov1-10/+5
2020-04-21x86/vdso/vdso2c: Convert iterators to unsignedDmitry Safonov1-9/+7
2020-04-21x86/vdso/vdso2c: Correct error messages on file openDmitry Safonov1-2/+2
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov1-2/+0
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar18-910/+871
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada1-4/+0
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2