aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2020-01-17Revert "x86: Use CONFIG_PREEMPTION"He Zhe
2020-01-09x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski
2020-01-09x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra
2020-01-09x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski
2020-01-09x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski
2020-01-09x86/entry/32: Use %ss segment where requiredAndy Lutomirski
2020-01-09x86/entry/32: Fix IRET exceptionPeter Zijlstra
2020-01-09x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich
2020-01-09x86/stackframe/32: Repair 32-bit Xen PVJan Beulich
2020-01-09x86: Use CONFIG_PREEMPTIONThomas Gleixner
2020-01-09x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins
2020-01-09x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner
2020-01-09x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra
2020-01-09x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra
2020-01-09x86/entry/64: Simplify idtentry a littlePeter Zijlstra
2020-01-09x86/entry/32: Simplify common_exceptionPeter Zijlstra
2020-01-09x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2020-01-09x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2020-01-09x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra
2020-01-09x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra
2020-01-09x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski
2019-08-06x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-08-06x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-06xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan
2019-07-21x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-06-21x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-05-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-16uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]David Howells
2019-05-16Merge branch 'linus' into x86/urgent, to pick up dependent changesIngo Molnar
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-08x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf
2019-05-08x86/vdso: Remove hpet_page from vDSOJia Zhang
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds
2019-04-19x86/vdso: Rename variable to fix -Wshadow warningLeonardo BrĂ¡s
2019-04-18x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada