summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-088-297/+60Star
|\ \ \ \ \
| * | | | | 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/+37Star
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-11/+6Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/entry: Simplify _TIF_SYSCALL_EMU handlingSudeep Holla2019-06-271-11/+6Star
* | | | | 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/+1Star
* | | 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/+0Star
|\ \ \
| * \ \ 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/+0Star
| | |_|/ | |/| |
* | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-161-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-082-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-071-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
| |/ /
* | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-072-4/+2Star
|\ \ \
| * | | x86/entry: Remove unneeded need_resched() loopValentin Schneider2019-04-052-4/+2Star
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-072-7/+8
|\ \ \
| * | | x86/vdso: Rename variable to fix -Wshadow warningLeonardo BrĂ¡s2019-04-191-6/+7
| * | | x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada2019-04-181-1/+1
| |/ /
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-0/+2
|\ \ \
| * | | sched/x86_64: Don't save flags on context switchPeter Zijlstra2019-04-031-2/+0Star
| * | | sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2019-04-032-0/+4
| |/ /
* / / gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds2019-05-011-2/+2
|/ /
* | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-162-0/+2
|\ \
| * | signal: add pidfd_send_signal() syscallChristian Brauner2019-03-052-0/+2
| |/
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-082-0/+6
|\ \