summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2019-07-28Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner
2019-07-24x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-20x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18x86/entry: Fix thunk function ELF sizesJosh Poimboeuf
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra
2019-07-17x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra
2019-07-17x86/entry/64: Simplify idtentry a littlePeter Zijlstra
2019-07-17x86/entry/32: Simplify common_exceptionPeter Zijlstra
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada
2019-07-17x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan
2019-07-12x86/vdso: Fix flip/flop vdso build bugNaohiro Aota
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby
2019-07-09x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-03x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-07-02x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski
2019-07-02x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski
2019-06-28arch: wire-up pidfd_open()Christian Brauner
2019-06-28x86/vsyscall: Add __ro_after_init to global variablesAndy Lutomirski
2019-06-28x86/vsyscall: Show something useful on a read faultAndy Lutomirski
2019-06-28x86/vsyscall: Add a new vsyscall=xonly modeAndy Lutomirski
2019-06-27x86/entry: Simplify _TIF_SYSCALL_EMU handlingSudeep Holla
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2019-06-25x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra
2019-06-25x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra
2019-06-22x86/vdso: Add clock_gettime64() entry pointVincenzo Frascino
2019-06-22x86/vdso: Add clock_getres() entry pointVincenzo Frascino
2019-06-22x86/vdso: Switch to generic vDSO implementationVincenzo Frascino
2019-06-22x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae
2019-06-22x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae