1. d589c0d Merge 4.9.133 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 1bdd5e2 x86/vdso: Fix vDSO syscall fallback asm constraint regression by Andy Lutomirski · 6 years ago
  3. 9f14d89 x86/vdso: Fix asm constraints on vDSO syscall fallbacks by Andy Lutomirski · 6 years ago
  4. c5aceac x86: vdso: Fix leaky vdso linker with CC=clang. by Alistair Strachan · 6 years ago
  5. ec980b6 x86/vdso: Ensure vdso32_enabled gets set to valid values only by Mathias Krause · 8 years ago
  6. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  7. 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. e4aad64 x86/vdso: Fix building on big endian host by Segher Boessenkool · 8 years ago
  9. 108b249 KVM: x86: introduce get_kvmclock_ns by Paolo Bonzini · 8 years ago
  10. 3947f49 x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64 by Ingo Molnar · 8 years ago
  11. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  12. 576ebfe x86/vdso: Replace calculate_addr in map_vdso() with addr by Dmitry Safonov · 8 years ago
  13. e38447e x86/vdso: Unmap vdso blob on vvar mapping failure by Dmitry Safonov · 8 years ago
  14. 80fac0f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  15. c98f582 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. abe9efa x86: vdso: use __pvclock_read_cycles by Paolo Bonzini · 8 years ago
  17. 3aed64f pvclock: introduce seqcount-like API by Paolo Bonzini · 8 years ago
  18. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  19. 7946c2b Merge branch 'x86/asm' into x86/urgent, to pick up fix by Ingo Molnar · 8 years ago
  20. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  21. 37e13a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. d51306f x86: Make the vdso2c compiler use the host architecture headers by Stephen Rothwell · 8 years ago
  23. 57f90c3 x86/vdso: Error out if the vDSO isn't a valid DSO by Andy Lutomirski · 8 years ago
  24. 38452af Merge branch 'x86/asm' into x86/mm, to resolve conflicts by Ingo Molnar · 8 years ago
  25. 07d36c9 x86/vdso: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  26. b059a45 x86/vdso: Add mremap hook to vm_special_mapping by Dmitry Safonov · 8 years ago
  27. f070255 x86/vdso/32: Assemble sigreturn.S separately by Andy Lutomirski · 8 years ago
  28. 6b90bd4 GCC plugin infrastructure by Emese Revfy · 8 years ago
  29. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  30. 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  31. 2e8d696 kbuild: drop FORCE from PHONY targets by Masahiro Yamada · 9 years ago
  32. 1ed95e5 x86/vdso: Remove direct HPET access through the vDSO by Andy Lutomirski · 9 years ago
  33. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  34. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  35. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  36. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  37. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
  39. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  40. 018ef8d x86/vdso: Mark the vDSO code read-only after init by Kees Cook · 9 years ago
  41. 8c72530 x86/vdso: Use static_cpu_has() by Borislav Petkov · 9 years ago
  42. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  43. 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
  44. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
  45. 78fd8c7 x86/vdso/pvclock: Protect STABLE check with the seqcount by Andy Lutomirski · 9 years ago
  46. bd902c5 x86/vdso: Disallow vvar access to vclock IO for never-used vclocks by Andy Lutomirski · 9 years ago
  47. a48a704 x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mapping by Andy Lutomirski · 9 years ago
  48. 05ef76b x86/vdso: Use .fault for the vDSO text mapping by Andy Lutomirski · 9 years ago
  49. 352b78c x86/vdso: Track each mm's loaded vDSO image as well as its base by Andy Lutomirski · 9 years ago
  50. 88cbfd0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
  52. 6a613ac x86/entry: Fix some comments by Andy Lutomirski · 9 years ago
  53. 76480a6 x86/vdso: Enable vdso pvclock access on all vdso variants by Andy Lutomirski · 9 years ago
  54. cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
  55. dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
  56. 6b078f5 x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader by Andy Lutomirski · 9 years ago
  57. 639ab3e Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  58. 5f310f7 x86/entry/32: Re-implement SYSENTER using the new C path by Andy Lutomirski · 9 years ago
  59. a474e67 x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace by Andy Lutomirski · 9 years ago
  60. 8242c6c x86/vdso/32: Save extra registers in the INT80 vsyscall path by Andy Lutomirski · 9 years ago
  61. 29c0ce9 x86/vdso: Replace hex int80 CFI annotations with GAS directives by Andy Lutomirski · 9 years ago
  62. f24f910 x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asm by Andy Lutomirski · 9 years ago
  63. 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
  64. fb535cc x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO by Toshi Kani · 9 years ago
  65. 6b7e265 x86/vdso: Emit a GNU hash by Andy Lutomirski · 9 years ago
  66. ab8b82ee6 x86/compat: Don't build the 32-bit VDSO if not needed by Brian Gerst · 9 years ago
  67. 03b9730 x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites by Andy Lutomirski · 9 years ago
  68. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  69. c6e5ca3 x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() by Andy Lutomirski · 9 years ago
  70. d603c8e x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/ by Ingo Molnar · 9 years ago