summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+2
|\
| * kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-1/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-1/+1
|\ \
| * | clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan2019-08-231-1/+1
* | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-164-24/+53
|\ \ \
| * | | x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski2019-07-223-20/+49
| * | | x86/syscalls: Disallow compat entries for all types of 64-bit syscallsAndy Lutomirski2019-07-221-2/+2
| * | | x86/syscalls: Use the compat versions of rt_sigsuspend() and rt_sigprocmask()Andy Lutomirski2019-07-221-2/+2
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-2/+2
|\ \ \
| * | | x86/asm: Make some functions local labelsJiri Slaby2019-09-061-2/+2
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-164-8/+8
|\ \ \ | |/ / |/| |
| * | x86: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-314-8/+8
* | | Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-289-121/+148
|\| |
| * | x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins2019-07-241-4/+9
| |/
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-203-99/+123
| |\
| | * x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner2019-07-201-1/+10
| | * x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-172-20/+40
| | * x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra2019-07-171-6/+11
| | * x86/entry/64: Simplify idtentry a littlePeter Zijlstra2019-07-171-54/+48
| | * x86/entry/32: Simplify common_exceptionPeter Zijlstra2019-07-171-23/+13
| | * x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-0/+6
| * | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-201-3/+2
| |\ \
| | * | x86/entry: Fix thunk function ELF sizesJosh Poimboeuf2019-07-181-3/+2
| | |/
| * | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-3/+2
| |\ \
| | * | kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-3/+2
| | |/
| * | Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-191-1/+0
| |\ \
| | * | xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-07-171-1/+0
| | |/
| * / proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+2
| |/
| * x86/vdso: Fix flip/flop vdso build bugNaohiro Aota2019-07-121-6/+6
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-111-1/+1
| |\
| | * x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-091-1/+1
| * | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-112-0/+2
| |\ \
| | * | arch: wire-up clone3() syscallChristian Brauner2019-06-092-0/+2
| * | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-102-0/+2
| |\ \ \
| | * | | arch: wire-up pidfd_open()Christian Brauner2019-06-282-0/+2
| | |/ /
| * | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
| |\ \ \
| | * \ \ Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-146-6/+6
| | |\ \ \
| | * | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| | * | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| | |/ /
* | | | x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf2019-07-171-1/+1
* | | | x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-07-092-3/+35
|/ / /
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-0/+5
|\ \ \
| * | | x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vectorZhao Yakui2019-06-111-0/+5
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-082-55/+105
|\ \ \
| * | | x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-251-10/+95
| * | | x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra2019-06-252-31/+0
| * | | x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra2019-06-251-14/+10
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-0/+6
|\ \ \ \