aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2018-12-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-12-07x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2018-12-06kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-26x86: convert vdso to use vm_fault_tMatthew Wilcox
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-17x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski
2018-10-17x86/entry/32: Clear the CS high bitsJan Kiszka
2018-10-14x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen
2018-10-08x86/fsgsbase/64: Clean up various detailsIngo Molnar
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Ingo Molnar
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae
2018-10-08x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae
2018-10-08x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit
2018-10-05x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski
2018-10-05x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski
2018-10-04x66/vdso: Add CLOCK_TAI supportThomas Gleixner
2018-10-04x86/vdso: Move cycle_last handling into the callerThomas Gleixner
2018-10-04x86/vdso: Simplify the invalid vclock caseThomas Gleixner
2018-10-04x86/vdso: Replace the clockid switch caseThomas Gleixner
2018-10-04x86/vdso: Collapse coarse functionsThomas Gleixner
2018-10-04x86/vdso: Collapse high resolution functionsThomas Gleixner
2018-10-04x86/vdso: Introduce and use vgtod_tsThomas Gleixner
2018-10-04x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner
2018-10-04x86/vdso: Enforce 64bit clocksourceThomas Gleixner
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski
2018-09-08x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski
2018-09-08x86/entry/64: Document idtentryAndy Lutomirski
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-09-03x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross
2018-08-20x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2018-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner
2018-08-05x86: vdso: Use $LD instead of $CC to linkAlistair Strachan
2018-07-24x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski
2018-07-20x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel
2018-07-20x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel