Age | Commit message (Expand) | Author | Files | Lines |
2018-12-27 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2018-12-27 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -35/+0 |
2018-12-15 | x86/vdso: Pass --eh-frame-hdr to the linker | Alistair Strachan | 1 | -1/+2 |
2018-12-07 | x86/vdso: Drop implicit common-page-size linker flag | Nick Desaulniers | 1 | -2/+2 |
2018-12-05 | x86/vdso: Remove a stale/misleading comment from the linker script | Sean Christopherson | 1 | -5/+0 |
2018-12-05 | x86/vdso: Remove obsolete "fake section table" reservation | Sean Christopherson | 2 | -30/+0 |
2018-12-03 | x86: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
2018-10-27 | x86: convert vdso to use vm_fault_t | Matthew Wilcox | 1 | -15/+9 |
2018-10-23 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -150/+60 |
2018-10-08 | x86/fsgsbase/64: Clean up various details | Ingo Molnar | 1 | -0/+1 |
2018-10-08 | x86/segments: Introduce the 'CPUNODE' naming to better document the segment l... | Ingo Molnar | 1 | -1/+1 |
2018-10-08 | x86/vdso: Initialize the CPU/node NR segment descriptor earlier | Chang S. Bae | 1 | -32/+1 |
2018-10-08 | x86/vdso: Introduce helper functions for CPU and node number | Chang S. Bae | 2 | -20/+8 |
2018-10-08 | x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBER | Chang S. Bae | 1 | -1/+1 |
2018-10-05 | x86/vdso: Rearrange do_hres() to improve code generation | Andy Lutomirski | 1 | -4/+8 |
2018-10-05 | x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacks | Andy Lutomirski | 1 | -2/+2 |
2018-10-05 | x86/vdso: Move cycle_last handling into the caller | Thomas Gleixner | 1 | -32/+7 |
2018-10-05 | x86/vdso: Simplify the invalid vclock case | Thomas Gleixner | 1 | -61/+21 |
2018-10-05 | x86/vdso: Replace the clockid switch case | Thomas Gleixner | 1 | -20/+18 |
2018-10-05 | x86/vdso: Collapse coarse functions | Thomas Gleixner | 1 | -16/+4 |
2018-10-05 | x86/vdso: Collapse high resolution functions | Thomas Gleixner | 1 | -28/+7 |
2018-10-05 | x86/vdso: Introduce and use vgtod_ts | Thomas Gleixner | 1 | -9/+15 |
2018-10-05 | x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq | Thomas Gleixner | 1 | -4/+4 |
2018-10-05 | x86/vdso: Enforce 64bit clocksource | Thomas Gleixner | 1 | -1/+1 |
2018-10-04 | x86/vdso: Fix vDSO syscall fallback asm constraint regression | Andy Lutomirski | 1 | -4/+4 |
2018-10-03 | x86/vdso: Only enable vDSO retpolines when enabled and supported | Andy Lutomirski | 1 | -2/+14 |
2018-10-02 | x86/vdso: Fix asm constraints on vDSO syscall fallbacks | Andy Lutomirski | 1 | -8/+10 |
2018-08-20 | x86/vdso: Fix vDSO build if a retpoline is emitted | Andy Lutomirski | 1 | -2/+4 |
2018-08-15 | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -0/+6 |
2018-08-14 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -13/+9 |
2018-08-05 | x86: vdso: Use $LD instead of $CC to link | Alistair Strachan | 1 | -13/+9 |
2018-07-17 | x86: Add build salt to the vDSO | Laura Abbott | 2 | -0/+6 |
2018-07-03 | x86/build/vdso: Simplify 'cmd_vdso2c' | Masahiro Yamada | 1 | -3/+1 |
2018-06-05 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+4 |
2018-05-15 | x86/build/vdso: Put generated linker scripts to $(obj)/ | Masahiro Yamada | 1 | -2/+2 |
2018-05-15 | x86/build/vdso: Remove unnecessary export in Makefile | Masahiro Yamada | 1 | -1/+1 |
2018-05-15 | x86/build/vdso: Remove unused $(vobjs-nox32) in Makefile | Masahiro Yamada | 1 | -4/+1 |
2018-05-05 | x86/vdso: Remove unused file | Jann Horn | 1 | -1/+0 |
2018-04-07 | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers | Masahiro Yamada | 1 | -3/+1 |
2018-03-20 | x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk | Christoph Hellwig | 1 | -2/+0 |
2017-12-07 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-12-06 | x86/vdso: Change time() prototype to match __vdso_time() | Arnd Bergmann | 1 | -1/+1 |
2017-11-18 | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -4/+0 |
2017-11-17 | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2017-11-16 | kbuild: create object directories simpler and faster | Masahiro Yamada | 1 | -4/+0 |
2017-11-14 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+2 |
2017-11-14 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+3 |
2017-11-09 | x86/pvclock: add setter for pvclock_pvti_cpu0_va | Joao Martins | 1 | -1/+1 |
2017-11-07 | X86/KVM: Clear encryption attribute when SEV is active | Brijesh Singh | 1 | -2/+3 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 11 | -0/+11 |