aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+2
2018-12-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-35/+0
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+3
2018-12-19Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Gravatar Ingo Molnar 1-1/+1
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixGravatar Ingo Molnar 1-3/+4
2018-12-15x86/vdso: Pass --eh-frame-hdr to the linkerGravatar Alistair Strachan 1-1/+2
2018-12-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2018-12-07x86/vdso: Drop implicit common-page-size linker flagGravatar Nick Desaulniers 1-2/+2
2018-12-06kprobes/x86: Blacklist non-attachable interrupt functionsGravatar Andrea Righi 1-0/+4
2018-12-05x86/vdso: Remove a stale/misleading comment from the linker scriptGravatar Sean Christopherson 1-5/+0
2018-12-05x86/vdso: Remove obsolete "fake section table" reservationGravatar Sean Christopherson 2-30/+0
2018-12-03x86: Fix various typos in commentsGravatar Ingo Molnar 2-2/+2
2018-11-22x86/vsyscall/64: Use X86_PF constants in the simulated #PF error codeGravatar Andy Lutomirski 1-1/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-0/+29
2018-10-26x86: convert vdso to use vm_fault_tGravatar Matthew Wilcox 1-15/+9
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+1
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-173/+88
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-72/+45
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-6/+10
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-44/+2
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2018-10-17x86/entry/64: Further improve paranoid_entry commentsGravatar Andy Lutomirski 1-6/+4
2018-10-17x86/entry/32: Clear the CS high bitsGravatar Jan Kiszka 1-6/+7
2018-10-14x86/entry: Add some paranoid entry/exit CR3 handling commentsGravatar Dave Hansen 1-0/+15
2018-10-08x86/fsgsbase/64: Clean up various detailsGravatar Ingo Molnar 1-0/+1
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Gravatar Ingo Molnar 1-1/+1
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierGravatar Chang S. Bae 1-32/+1
2018-10-08x86/vdso: Introduce helper functions for CPU and node numberGravatar Chang S. Bae 2-20/+8
2018-10-08x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERGravatar Chang S. Bae 1-1/+1
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsGravatar Nadav Amit 1-1/+1
2018-10-05x86/vdso: Rearrange do_hres() to improve code generationGravatar Andy Lutomirski 1-4/+8
2018-10-05x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksGravatar Andy Lutomirski 1-2/+2
2018-10-04x66/vdso: Add CLOCK_TAI supportGravatar Thomas Gleixner 1-0/+4
2018-10-04x86/vdso: Move cycle_last handling into the callerGravatar Thomas Gleixner 1-32/+7
2018-10-04x86/vdso: Simplify the invalid vclock caseGravatar Thomas Gleixner 1-61/+21
2018-10-04x86/vdso: Replace the clockid switch caseGravatar Thomas Gleixner 1-20/+18
2018-10-04x86/vdso: Collapse coarse functionsGravatar Thomas Gleixner 1-16/+4
2018-10-04x86/vdso: Collapse high resolution functionsGravatar Thomas Gleixner 1-28/+7
2018-10-04x86/vdso: Introduce and use vgtod_tsGravatar Thomas Gleixner 2-32/+39
2018-10-04x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqGravatar Thomas Gleixner 1-4/+4
2018-10-04x86/vdso: Enforce 64bit clocksourceGravatar Thomas Gleixner 1-1/+1
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionGravatar Andy Lutomirski 1-4/+4
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedGravatar Andy Lutomirski 1-2/+14
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksGravatar Andy Lutomirski 1-8/+10
2018-09-21signal/x86: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-8/+1
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineGravatar Andy Lutomirski 1-67/+2
2018-09-08x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceGravatar Andy Lutomirski 1-7/+9