summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-271-1/+1
|\
| * Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2018-12-171-3/+4
| |\
| * | x86/vsyscall/64: Use X86_PF constants in the simulated #PF error codeAndy Lutomirski2018-11-221-1/+1
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-272-2/+2
|\ \ \
| * | | x86: Fix various typos in commentsIngo Molnar2018-12-032-2/+2
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-272-35/+0Star
|\ \ \
| * | | x86/vdso: Remove a stale/misleading comment from the linker scriptSean Christopherson2018-12-051-5/+0Star
| * | | x86/vdso: Remove obsolete "fake section table" reservationSean Christopherson2018-12-052-30/+0Star
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-212-2/+3
|\ \ \
| * | | Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar2018-12-191-1/+1
| | |/ | |/|
| * | x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan2018-12-151-1/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-101-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-271-15/+9Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-8/+1Star
|\ \
| * | signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+1Star
| |/
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-232-173/+88Star
|\ \
| * | 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/+7Star
| * | x86/vdso: Simplify the invalid vclock caseThomas Gleixner2018-10-041-61/+21Star
| * | x86/vdso: Replace the clockid switch caseThomas Gleixner2018-10-041-20/+18Star
| * | x86/vdso: Collapse coarse functionsThomas Gleixner2018-10-041-16/+4Star
| * | x86/vdso: Collapse high resolution functionsThomas Gleixner2018-10-041-28/+7Star
| * | 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/+45Star
|\ \ \
| * | | x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-121-67/+2Star
| * | | 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/+2Star
|\ \ \
| * | | 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/+1Star
| * | | x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae2018-10-082-20/+8Star
| * | | 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/+4Star
* | | 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
| |/ |/|