1. 7dc7cc0 x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their users by Denys Vlasenko · 9 years ago
  2. 40e2ec6 x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their users by Denys Vlasenko · 9 years ago
  3. 72d64cc x86/asm: Further improve segment.h readability by Ingo Molnar · 9 years ago
  4. dca5b52 x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() by Ingo Molnar · 9 years ago
  5. f9d7185 x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro by Ingo Molnar · 9 years ago
  6. 1ddc6f3 x86/asm/entry/64: Improve the THREAD_INFO() macro explanation by Ingo Molnar · 9 years ago
  7. 84f5378 x86/asm: Deobfuscate segment.h by Denys Vlasenko · 9 years ago
  8. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  9. b3fe8ba x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  10. 7a28067 x86/asm/entry: Remove user_mode_vm() by Andy Lutomirski · 9 years ago
  11. efa7045 x86/asm/entry: Make user_mode() work correctly if regs came from VM86 mode by Andy Lutomirski · 9 years ago
  12. a67e727 x86/asm/entry: Add user_mode_ignore_vm86() by Andy Lutomirski · 9 years ago
  13. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 9 years ago
  14. 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 9 years ago
  15. 3d7a6db Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  16. 9e8ce4b Revert "x86/PCI: Refine the way to release PCI IRQ resources" by Rafael J. Wysocki · 9 years ago
  17. ac9af49 x86/asm/entry/64: Remove thread_struct::usersp by Ingo Molnar · 9 years ago
  18. 9854dd7 x86/asm/entry/64: Simplify 'old_rsp' usage by Ingo Molnar · 9 years ago
  19. d828c71 x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better by Denys Vlasenko · 9 years ago
  20. 5c39403 x86/asm/entry: Simplify task_pt_regs() macro definition by Denys Vlasenko · 9 years ago
  21. 76e4c49 x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1 by Andy Lutomirski · 9 years ago
  22. d9e05cc x86/asm/entry: Unify and fix initial thread_struct::sp0 values by Andy Lutomirski · 9 years ago
  23. 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 9 years ago
  24. 9a036b93 x86/signal/64: Remove 'fs' and 'gs' from sigcontext by Andy Lutomirski · 9 years ago
  25. c6f2062 x86/signal/64: Fix SS handling for signals delivered to 64-bit programs by Andy Lutomirski · 9 years ago
  26. 69797da Revert "x86/mm/ASLR: Propagate base load address calculation" by Borislav Petkov · 9 years ago
  27. f4c3686 x86/fpu: Drop_fpu() should not assume that tsk equals current by Oleg Nesterov · 9 years ago
  28. 263042e x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath by Denys Vlasenko · 9 years ago
  29. 29722cd x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpath by Denys Vlasenko · 9 years ago
  30. a7fcf28 x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32 by Andy Lutomirski · 9 years ago
  31. d0a0de2 x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' by Andy Lutomirski · 9 years ago
  32. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 9 years ago
  33. 75182b1 x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() by Andy Lutomirski · 9 years ago
  34. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 9 years ago
  35. 06c8173 x86/fpu/xsaves: Fix improper uses of __ex_table by Quentin Casasnovas · 9 years ago
  36. 5eca745 x86/traps: Separate set_intr_gate() and clean up early_trap_init() by Wang Nan · 9 years ago
  37. d441c1f x86/asm/entry/64: Simplify optimistic SYSRET by Denys Vlasenko · 9 years ago
  38. 911d2bb x86/asm/entry/64: Use more readable constants by Denys Vlasenko · 9 years ago
  39. f2db938 x86/asm/entry: Do mass removal of 'ARGOFFSET' by Denys Vlasenko · 9 years ago
  40. e90e147 x86/asm/entry/64: Fix comments by Denys Vlasenko · 9 years ago
  41. 76f5df4 x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stack by Denys Vlasenko · 9 years ago
  42. 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 9 years ago
  43. f8e92fb4 Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 9 years ago
  44. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  45. a930dc4 x86/asm: Cleanup prefetch primitives by Borislav Petkov · 10 years ago
  46. c70e1b4 x86/asm: Use alternative_2() in rdtsc_barrier() by Borislav Petkov · 10 years ago
  47. 669f8a9 x86/smap: Use ALTERNATIVE macro by Borislav Petkov · 10 years ago
  48. 48c7a25 x86/alternatives: Make JMPs more robust by Borislav Petkov · 10 years ago
  49. 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
  50. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. 570e1aa x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarch by Jiri Kosina · 9 years ago
  54. 719d359 x86/asm: Add support for the pcommit instruction by Ross Zwisler · 9 years ago
  55. e3a1f6c x86: pte_protnone() and pmd_protnone() must check entry is not present by David Vrabel · 9 years ago
  56. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 9 years ago
  57. f47233c x86/mm/ASLR: Propagate base load address calculation by Jiri Kosina · 9 years ago
  58. 91e5ed4 x86/asm/decoder: Fix and enforce max instruction size in the insn decoder by Andy Lutomirski · 9 years ago
  59. 28a375d x86/intel/quark: Add Isolated Memory Regions for Quark X1000 by Bryan O'Donoghue · 9 years ago
  60. b273c2c x86/apic: Fix the devicetree build in certain configs by Ricardo Ribalda Delgado · 9 years ago
  61. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  62. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  63. d6abfdb x86/spinlocks/paravirt: Fix memory corruption on unlock by Raghavendra K T · 9 years ago
  64. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  65. a972412 Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  66. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 9 years ago
  67. c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 9 years ago
  68. 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 9 years ago
  69. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 9 years ago
  70. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  71. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  72. c819f37 x86: mm: restore original pte_special check by Mel Gorman · 9 years ago
  73. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 9 years ago
  74. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 9 years ago
  75. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 9 years ago
  76. d9bab50 lguest: remove NOTIFY call and eventfd facility. by Rusty Russell · 9 years ago
  77. 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  78. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  79. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  80. 0a19136 x86: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  81. 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 · 9 years ago
  82. a8f7684 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. c93eced Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 7453311 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. 9d43bad Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 9 years ago
  87. b4b55cd x86/PCI: Refine the way to release PCI IRQ resources by Jiang Liu · 9 years ago
  88. 1c2b364 kvm: remove KVM_MMIO_SIZE by Tiejun Chen · 9 years ago
  89. a667342 perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasks by Andy Lutomirski · 10 years ago
  90. 7911d3f perf/x86: Only allow rdpmc if a perf_event is mapped by Andy Lutomirski · 10 years ago
  91. 22c4bd9 x86: Add a comment clarifying LDT context switching by Andy Lutomirski · 10 years ago
  92. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  93. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  94. 12cf89b livepatch: rename config to CONFIG_LIVEPATCH by Josh Poimboeuf · 9 years ago
  95. 0967160 Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patches by Ingo Molnar · 9 years ago
  96. 874e520 x86, mrst: remove Moorestown specific serial drivers by Andy Shevchenko · 10 years ago
  97. 2e6d015 KVM: x86: revert "add method to test PIR bitmap vector" by Marcelo Tosatti · 9 years ago
  98. 843e433 KVM: VMX: Add PML support in VMX by Kai Huang · 9 years ago
  99. 88178fd KVM: x86: Add new dirty logging kvm_x86_ops for PML by Kai Huang · 9 years ago
  100. 1c91cad4 KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access by Kai Huang · 9 years ago