1. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
  2. 75182b1 x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() by Andy Lutomirski · 10 years ago
  3. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 10 years ago
  4. 5eca745 x86/traps: Separate set_intr_gate() and clean up early_trap_init() by Wang Nan · 10 years ago
  5. d441c1f x86/asm/entry/64: Simplify optimistic SYSRET by Denys Vlasenko · 10 years ago
  6. 911d2bb x86/asm/entry/64: Use more readable constants by Denys Vlasenko · 10 years ago
  7. f2db938 x86/asm/entry: Do mass removal of 'ARGOFFSET' by Denys Vlasenko · 10 years ago
  8. e90e147 x86/asm/entry/64: Fix comments by Denys Vlasenko · 10 years ago
  9. 76f5df4 x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stack by Denys Vlasenko · 10 years ago
  10. 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 10 years ago
  11. f8e92fb Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 10 years ago
  12. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 10 years ago
  13. a930dc4 x86/asm: Cleanup prefetch primitives by Borislav Petkov · 10 years ago
  14. c70e1b4 x86/asm: Use alternative_2() in rdtsc_barrier() by Borislav Petkov · 10 years ago
  15. 669f8a9 x86/smap: Use ALTERNATIVE macro by Borislav Petkov · 10 years ago
  16. 48c7a25 x86/alternatives: Make JMPs more robust by Borislav Petkov · 10 years ago
  17. 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
  18. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  19. 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  20. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  21. 570e1aa x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarch by Jiri Kosina · 10 years ago
  22. 719d359 x86/asm: Add support for the pcommit instruction by Ross Zwisler · 10 years ago
  23. e3a1f6c x86: pte_protnone() and pmd_protnone() must check entry is not present by David Vrabel · 10 years ago
  24. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  25. f47233c x86/mm/ASLR: Propagate base load address calculation by Jiri Kosina · 10 years ago
  26. 91e5ed4 x86/asm/decoder: Fix and enforce max instruction size in the insn decoder by Andy Lutomirski · 10 years ago
  27. 28a375d x86/intel/quark: Add Isolated Memory Regions for Quark X1000 by Bryan O'Donoghue · 10 years ago
  28. b273c2c x86/apic: Fix the devicetree build in certain configs by Ricardo Ribalda Delgado · 10 years ago
  29. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  30. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  31. d6abfdb x86/spinlocks/paravirt: Fix memory corruption on unlock by Raghavendra K T · 10 years ago
  32. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  33. a972412 Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  34. 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  35. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  36. c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 10 years ago
  37. 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 10 years ago
  38. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  39. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  40. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  41. c819f37 x86: mm: restore original pte_special check by Mel Gorman · 10 years ago
  42. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 10 years ago
  43. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 10 years ago
  44. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  45. d9bab50 lguest: remove NOTIFY call and eventfd facility. by Rusty Russell · 10 years ago
  46. 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
  47. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  48. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  49. 0a19136 x86: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  50. bdccc4e Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  51. b5e8223 Merge branch 'pm-tools' by Rafael J. Wysocki · 10 years ago
  52. 7bc95d4 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  53. a8f7684 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  54. c93eced Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  55. 7453311 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  56. 9d43bad Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  57. c488ea4 Merge branch 'sfi' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-cpufreq by Rafael J. Wysocki · 10 years ago
  58. 3a9a941 tools/power turbostat: decode MSR_*_PERF_LIMIT_REASONS by Len Brown · 10 years ago
  59. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  60. b4b55cd x86/PCI: Refine the way to release PCI IRQ resources by Jiang Liu · 10 years ago
  61. 1c2b364 kvm: remove KVM_MMIO_SIZE by Tiejun Chen · 10 years ago
  62. a667342 perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasks by Andy Lutomirski · 10 years ago
  63. 7911d3f perf/x86: Only allow rdpmc if a perf_event is mapped by Andy Lutomirski · 10 years ago
  64. 22c4bd9 x86: Add a comment clarifying LDT context switching by Andy Lutomirski · 10 years ago
  65. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  66. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  67. 12cf89b livepatch: rename config to CONFIG_LIVEPATCH by Josh Poimboeuf · 10 years ago
  68. 0967160 Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patches by Ingo Molnar · 10 years ago
  69. 874e520 x86, mrst: remove Moorestown specific serial drivers by Andy Shevchenko · 10 years ago
  70. 2e6d015 KVM: x86: revert "add method to test PIR bitmap vector" by Marcelo Tosatti · 10 years ago
  71. 843e433 KVM: VMX: Add PML support in VMX by Kai Huang · 10 years ago
  72. 88178fd KVM: x86: Add new dirty logging kvm_x86_ops for PML by Kai Huang · 10 years ago
  73. 1c91cad4 KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access by Kai Huang · 10 years ago
  74. f4b4b18 KVM: MMU: Add mmu help functions to support PML by Kai Huang · 10 years ago
  75. b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
  76. 772a9ac Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux into x86/asm by Ingo Molnar · 10 years ago
  77. 0bb599f xen: remove scratch frames for ballooned pages and m2p override by David Vrabel · 10 years ago
  78. 853d028 xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs() by David Vrabel · 10 years ago
  79. 801806d KVM: x86: IRET emulation does not clear NMI masking by Nadav Amit · 10 years ago
  80. 4061ed9 Drivers: hv: vmbus: Implement a clockevent device by K. Y. Srinivasan · 10 years ago
  81. 1c6007d Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next by Paolo Bonzini · 10 years ago
  82. 3669ef9 x86, tls: Interpret an all-zero struct user_desc as "no segment" by Andy Lutomirski · 10 years ago
  83. e30ab18 x86, tls, ldt: Stop checking lm in LDT_empty by Andy Lutomirski · 10 years ago
  84. c922228 x86, mpx: Fix potential performance issue on unmaps by Dave Hansen · 10 years ago
  85. 374aab3 x86/apic: Reuse apic_bsp_setup() for UP APIC setup by Thomas Gleixner · 10 years ago
  86. 05f7e46 x86/smpboot: Move apic init code to apic.c by Thomas Gleixner · 10 years ago
  87. 8686608 x86/ioapic: Provide stub functions for IOAPIC%3Dn by Thomas Gleixner · 10 years ago
  88. f77aa30 x86/smpboot: Move smpboot inlines to code by Thomas Gleixner · 10 years ago
  89. 659006b x86/x2apic: Split enable and setup function by Thomas Gleixner · 10 years ago
  90. 44e25ff x86/x2apic: Disable x2apic from nox2apic setup by Thomas Gleixner · 10 years ago
  91. 55eae7d x86/x2apic: Move code in conditional region by Thomas Gleixner · 10 years ago
  92. d524165 x86/apic: Check x2apic early by Thomas Gleixner · 10 years ago
  93. 2ca5b40 x86/ioapic: Check x2apic really by Thomas Gleixner · 10 years ago
  94. 81a46dd x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC by Thomas Gleixner · 10 years ago
  95. 8d80696 x86/apic: Avoid open coded x2apic detection by Thomas Gleixner · 10 years ago
  96. cfaa790 kvm: Fix CR3_PCID_INVD type on 32-bit by Borislav Petkov · 10 years ago
  97. 54750f2 KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issue by Marcelo Tosatti · 10 years ago
  98. 7575637 x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() by Oleg Nesterov · 10 years ago
  99. 14e153e x86, fpu: Introduce per-cpu in_kernel_fpu state by Oleg Nesterov · 10 years ago
  100. 0e15402 x86: pmc_atom: Expose contents of PSS by Andy Shevchenko · 10 years ago