aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-99/+123
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+2
2019-07-20x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner1-1/+10
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+0
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-5/+2
2019-07-18x86/entry: Fix thunk function ELF sizesJosh Poimboeuf1-3/+2
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2-20/+40
2019-07-17x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra1-6/+11
2019-07-17x86/entry/64: Simplify idtentry a littlePeter Zijlstra1-54/+48
2019-07-17x86/entry/32: Simplify common_exceptionPeter Zijlstra1-23/+13
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra1-0/+6
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada1-3/+2
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan1-1/+0
2019-07-12x86/vdso: Fix flip/flop vdso build bugNaohiro Aota1-6/+6
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-0/+2
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-0/+2
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-09x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-07-08Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-55/+105
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2019-07-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+33
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+50
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-297/+60
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-11/+6
2019-07-03x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner2-143/+29
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley1-1/+1
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2-4/+50
2019-07-02x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski1-16/+17
2019-07-02x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski1-0/+6
2019-06-28arch: wire-up pidfd_open()Christian Brauner2-0/+2
2019-06-28x86/vsyscall: Add __ro_after_init to global variablesAndy Lutomirski1-2/+2
2019-06-28x86/vsyscall: Show something useful on a read faultAndy Lutomirski1-1/+18
2019-06-28x86/vsyscall: Add a new vsyscall=xonly modeAndy Lutomirski1-2/+14
2019-06-27x86/entry: Simplify _TIF_SYSCALL_EMU handlingSudeep Holla1-11/+6
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra1-10/+95
2019-06-25x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra2-31/+0
2019-06-25x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra1-14/+10
2019-06-22x86/vdso: Add clock_gettime64() entry pointVincenzo Frascino2-0/+9
2019-06-22x86/vdso: Add clock_getres() entry pointVincenzo Frascino3-0/+20
2019-06-22x86/vdso: Switch to generic vDSO implementationVincenzo Frascino5-303/+37
2019-06-22x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae2-11/+75
2019-06-22x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae1-0/+34
2019-06-22x86/entry/64: Switch CR3 before SWAPGS in paranoid entryChang S. Bae1-8/+23
2019-06-21x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski1-2/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Thomas Gleixner2-2/+2
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet6-6/+6