Age | Commit message (Expand) | Author |
2018-12-09 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-12-07 | x86/vdso: Drop implicit common-page-size linker flag | Nick Desaulniers |
2018-12-06 | kprobes/x86: Blacklist non-attachable interrupt functions | Andrea Righi |
2018-11-01 | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-10-26 | x86: convert vdso to use vm_fault_t | Matthew Wilcox |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-10-23 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-10-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-10-23 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-10-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-10-17 | x86/entry/64: Further improve paranoid_entry comments | Andy Lutomirski |
2018-10-17 | x86/entry/32: Clear the CS high bits | Jan Kiszka |
2018-10-14 | x86/entry: Add some paranoid entry/exit CR3 handling comments | Dave Hansen |
2018-10-08 | x86/fsgsbase/64: Clean up various details | Ingo Molnar |
2018-10-08 | x86/segments: Introduce the 'CPUNODE' naming to better document the segment l... | Ingo Molnar |
2018-10-08 | x86/vdso: Initialize the CPU/node NR segment descriptor earlier | Chang S. Bae |
2018-10-08 | x86/vdso: Introduce helper functions for CPU and node number | Chang S. Bae |
2018-10-08 | x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBER | Chang S. Bae |
2018-10-06 | x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs | Nadav Amit |
2018-10-05 | x86/vdso: Rearrange do_hres() to improve code generation | Andy Lutomirski |
2018-10-05 | x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacks | Andy Lutomirski |
2018-10-04 | x66/vdso: Add CLOCK_TAI support | Thomas Gleixner |
2018-10-04 | x86/vdso: Move cycle_last handling into the caller | Thomas Gleixner |
2018-10-04 | x86/vdso: Simplify the invalid vclock case | Thomas Gleixner |
2018-10-04 | x86/vdso: Replace the clockid switch case | Thomas Gleixner |
2018-10-04 | x86/vdso: Collapse coarse functions | Thomas Gleixner |
2018-10-04 | x86/vdso: Collapse high resolution functions | Thomas Gleixner |
2018-10-04 | x86/vdso: Introduce and use vgtod_ts | Thomas Gleixner |
2018-10-04 | x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq | Thomas Gleixner |
2018-10-04 | x86/vdso: Enforce 64bit clocksource | Thomas Gleixner |
2018-10-04 | x86/vdso: Fix vDSO syscall fallback asm constraint regression | Andy Lutomirski |
2018-10-03 | x86/vdso: Only enable vDSO retpolines when enabled and supported | Andy Lutomirski |
2018-10-02 | x86/vdso: Fix asm constraints on vDSO syscall fallbacks | Andy Lutomirski |
2018-09-21 | signal/x86: Use force_sig_fault where appropriate | Eric W. Biederman |
2018-09-12 | x86/pti/64: Remove the SYSCALL64 entry trampoline | Andy Lutomirski |
2018-09-08 | x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space | Andy Lutomirski |
2018-09-08 | x86/entry/64: Document idtentry | Andy Lutomirski |
2018-09-04 | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls | Alexander Popov |
2018-09-03 | x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella | Juergen Gross |
2018-08-20 | x86/vdso: Fix vDSO build if a retpoline is emitted | Andy Lutomirski |
2018-08-15 | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2018-08-13 | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds |
2018-08-13 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-08-06 | Merge branch 'x86/pti-urgent' into x86/pti | Thomas Gleixner |
2018-08-05 | x86: vdso: Use $LD instead of $CC to link | Alistair Strachan |
2018-07-24 | x86/entry/64: Remove %ebx handling from error_entry/exit | Andy Lutomirski |
2018-07-20 | x86/entry/32: Check for VM86 mode in slow-path check | Joerg Roedel |
2018-07-20 | x86/entry/32: Add debug code to check entry/exit CR3 | Joerg Roedel |