summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* 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/+48Star
| | * x86/entry/32: Simplify common_exceptionPeter Zijlstra2019-07-171-23/+13Star
| | * 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/+2Star
| |\ \
| | * | x86/entry: Fix thunk function ELF sizesJosh Poimboeuf2019-07-181-3/+2Star
| | |/
| * | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-3/+2Star
| |\ \
| | * | kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-3/+2Star
| | |/
| * | Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-191-1/+0Star
| |\ \
| | * | xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-07-171-1/+0Star
| | |/
| * / proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-5/+2Star
| |/
| * 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-112-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-091-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-091-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-092-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/+0Star
| * | | x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra2019-06-251-14/+10Star
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-0/+6
|\ \ \ \
| * | | | x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner2019-07-032-143/+29Star
| * | | | 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