summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-091-2/+2
|\
| * x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers2018-12-071-2/+2
* | kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi2018-12-061-0/+4
|/
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-014-0/+29
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-044-0/+29
* | x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-261-15/+9
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-8/+1
|\ \
| * | signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+1
| |/
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-232-173/+88
|\ \
| * | x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski2018-10-051-4/+8
| * | x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski2018-10-051-2/+2
| * | x66/vdso: Add CLOCK_TAI supportThomas Gleixner2018-10-041-0/+4
| * | x86/vdso: Move cycle_last handling into the callerThomas Gleixner2018-10-041-32/+7
| * | x86/vdso: Simplify the invalid vclock caseThomas Gleixner2018-10-041-61/+21
| * | x86/vdso: Replace the clockid switch caseThomas Gleixner2018-10-041-20/+18
| * | x86/vdso: Collapse coarse functionsThomas Gleixner2018-10-041-16/+4
| * | x86/vdso: Collapse high resolution functionsThomas Gleixner2018-10-041-28/+7
| * | x86/vdso: Introduce and use vgtod_tsThomas Gleixner2018-10-042-32/+39
| * | x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner2018-10-041-4/+4
| * | x86/vdso: Enforce 64bit clocksourceThomas Gleixner2018-10-041-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-72/+45
|\ \ \
| * | | x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-121-67/+2
| * | | x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski2018-09-081-7/+9
| * | | x86/entry/64: Document idtentryAndy Lutomirski2018-09-081-0/+36
| | |/ | |/|
* | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-232-6/+10
|\ \ \
| * | | x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross2018-09-032-6/+10
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-232-44/+2
|\ \ \
| * | | x86/fsgsbase/64: Clean up various detailsIngo Molnar2018-10-081-0/+1
| * | | x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Ingo Molnar2018-10-081-1/+1
| * | | x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae2018-10-081-32/+1
| * | | x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae2018-10-082-20/+8
| * | | x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae2018-10-081-1/+1
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-1/+1
|\ \ \
| * | | x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-061-1/+1
| | |/ | |/|
* | | x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski2018-10-171-6/+4
* | | x86/entry/32: Clear the CS high bitsJan Kiszka2018-10-171-6/+7
* | | x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen2018-10-141-0/+15
| |/ |/|
* | x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-041-4/+4
* | x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski2018-10-031-2/+14
* | x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski2018-10-021-8/+10
|/
* x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski2018-08-201-2/+4
* Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-152-0/+6
|\
| * x86: Add build salt to the vDSOLaura Abbott2018-07-182-0/+6
* | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-131-110/+522
|\ \
| * \ Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-061-14/+4
| |\ \
| * | | x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel2018-07-201-2/+10
| * | | x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel2018-07-201-0/+43
| * | | x86/entry/32: Add PTI CR3 switches to NMI handler codeJoerg Roedel2018-07-201-6/+33
| * | | x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit pointsJoerg Roedel2018-07-201-4/+82
| * | | x86/entry/32: Simplify debug entry pointJoerg Roedel2018-07-201-32/+3