summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf2019-08-061-1/+1
* x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-08-062-3/+35
* xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-08-061-1/+0
* x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-211-1/+1
* x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-212-4/+50
* 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
| |/ /
* | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-062-4/+2
|\ \ \
| * | | x86/entry: Remove unneeded need_resched() loopValentin Schneider2019-04-052-4/+2
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-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/+0
| * | | 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
|\ \
| * | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-282-0/+2
| * | Add io_uring IO interfaceJens Axboe2019-02-282-0/+4
| |/