summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner2019-07-032-143/+29
| * | | | x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski2019-07-021-16/+17
| * | | | x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski2019-07-021-0/+6
| * | | | x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae2019-06-222-11/+75
| * | | | x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae2019-06-221-0/+34
| * | | | x86/entry/64: Switch CR3 before SWAPGS in paranoid entryChang S. Bae2019-06-221-8/+23
| | |/ / | |/| |
* | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-081-4/+33
|\ \ \ \
| * | | | x86/vsyscall: Add __ro_after_init to global variablesAndy Lutomirski2019-06-281-2/+2
| * | | | x86/vsyscall: Show something useful on a read faultAndy Lutomirski2019-06-281-1/+18
| * | | | x86/vsyscall: Add a new vsyscall=xonly modeAndy Lutomirski2019-06-281-2/+14
| | |/ / | |/| |
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-082-4/+50
|\ \ \ \
| * | | | x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-032-4/+50
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-088-297/+60
|\ \ \ \ \
| * | | | | clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-1/+1
| * | | | | x86/vdso: Add clock_gettime64() entry pointVincenzo Frascino2019-06-222-0/+9
| * | | | | x86/vdso: Add clock_getres() entry pointVincenzo Frascino2019-06-223-0/+20
| * | | | | x86/vdso: Switch to generic vDSO implementationVincenzo Frascino2019-06-225-303/+37
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-11/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/entry: Simplify _TIF_SYSCALL_EMU handlingSudeep Holla2019-06-271-11/+6
* | | | | x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski2019-06-211-2/+13
* | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Thomas Gleixner2019-06-192-2/+2
| |_|/ / |/| | |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Thomas Gleixner2019-06-051-1/+1
|/ / /
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner2019-05-302-2/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner2019-05-301-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Thomas Gleixner2019-05-301-2/+1
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| |/ |/|
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-172-12/+12
|\ \
| * | uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]David Howells2019-05-162-12/+12
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-161-3/+0
|\ \ \
| * \ \ Merge branch 'linus' into x86/urgent, to pick up dependent changesIngo Molnar2019-05-163-2/+24
| |\ \ \
| * | | | x86/vdso: Remove hpet_page from vDSOJia Zhang2019-05-081-3/+0
| | |_|/ | |/| |
* | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-2/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf2019-05-081-2/+16
* | | | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-141-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-03-061-0/+3
* | | | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-072-1/+12
|\ \ \ \
| * | | | vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-202-1/+2
| * | | | vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2019-03-202-1/+3
| * | | | vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-202-1/+3
| * | | | vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-202-1/+3
| * | | | vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-202-1/+3
| * | | | vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-202-1/+3
| | |/ / | |/| |
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-1/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/fpu: Defer FPU state load until return to userspaceRik van Riel2019-04-121-1/+9
| |/ /
* | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-8/+8
|\ \ \
| * | | x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-2/+2
| * | | x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner2019-04-171-1/+1
| * | | x86/exceptions: Split debug IST stackThomas Gleixner2019-04-171-4/+4
| * | | x86/exceptions: Disconnect IST index and stack orderThomas Gleixner2019-04-171-1/+1
| * | | x86/exceptions: Make IST index zero basedThomas Gleixner2019-04-171-2/+2
| |/ /