aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2019-07-12x86/vdso: Fix flip/flop vdso build bugGravatar Naohiro Aota 1-6/+6
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 2-0/+2
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+2
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-09x86/entry/32: Fix ENDPROC of common_spuriousGravatar Jiri Slaby 1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2019-07-08Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+5
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-55/+105
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+6
2019-07-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+33
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-4/+50
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-297/+60
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-11/+6
2019-07-03x86/fsgsbase: Revert FSGSBASE supportGravatar Thomas Gleixner 2-143/+29
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-1/+1
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againGravatar Thomas Gleixner 2-4/+50
2019-07-02x86/entry/64: Fix and clean up paranoid_exitGravatar Andy Lutomirski 1-16/+17
2019-07-02x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledGravatar Andy Lutomirski 1-0/+6
2019-06-28arch: wire-up pidfd_open()Gravatar Christian Brauner 2-0/+2
2019-06-28x86/vsyscall: Add __ro_after_init to global variablesGravatar Andy Lutomirski 1-2/+2
2019-06-28x86/vsyscall: Show something useful on a read faultGravatar Andy Lutomirski 1-1/+18
2019-06-28x86/vsyscall: Add a new vsyscall=xonly modeGravatar Andy Lutomirski 1-2/+14
2019-06-27x86/entry: Simplify _TIF_SYSCALL_EMU handlingGravatar Sudeep Holla 1-11/+6
2019-06-25x86/stackframe/32: Provide consistent pt_regsGravatar Peter Zijlstra 1-10/+95
2019-06-25x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hGravatar Peter Zijlstra 2-31/+0
2019-06-25x86/entry/32: Clean up return from interrupt preemption pathGravatar Peter Zijlstra 1-14/+10
2019-06-22x86/vdso: Add clock_gettime64() entry pointGravatar Vincenzo Frascino 2-0/+9
2019-06-22x86/vdso: Add clock_getres() entry pointGravatar Vincenzo Frascino 3-0/+20
2019-06-22x86/vdso: Switch to generic vDSO implementationGravatar Vincenzo Frascino 5-303/+37
2019-06-22x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitGravatar Chang S. Bae 2-11/+75
2019-06-22x86/entry/64: Introduce the FIND_PERCPU_BASE macroGravatar Chang S. Bae 1-0/+34
2019-06-22x86/entry/64: Switch CR3 before SWAPGS in paranoid entryGravatar Chang S. Bae 1-8/+23
2019-06-21x86/vdso: Prevent segfaults due to hoisted vclock readsGravatar Andy Lutomirski 1-2/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Gravatar Thomas Gleixner 2-2/+2
2019-06-14Merge tag 'v5.2-rc4' into mauroGravatar Jonathan Corbet 6-6/+6
2019-06-11x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vectorGravatar Zhao Yakui 1-0/+5
2019-06-09arch: wire-up clone3() syscallGravatar Christian Brauner 2-0/+2
2019-06-08docs: fix broken documentation linksGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Gravatar Thomas Gleixner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Gravatar Thomas Gleixner 2-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Gravatar Thomas Gleixner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Gravatar Thomas Gleixner 1-2/+1
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-1/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-12/+12
2019-05-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+0
2019-05-16uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]Gravatar David Howells 2-12/+12
2019-05-16Merge branch 'linus' into x86/urgent, to pick up dependent changesGravatar Ingo Molnar 3-2/+24