1. b485342 x86, um: actually mark system call tables readonly by Daniel Borkmann · 9 years ago
  2. a629df7 kvm: x86: drop severity of "generation wraparound" message by Paolo Bonzini · 9 years ago
  3. baa0352 kvm: x86: vmx: reorder some msr writing by Tiejun Chen · 9 years ago
  4. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 9 years ago
  5. e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. a544557 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. 1092b59 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  8. 88a5766 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  10. 66dcff8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  11. 3fb2f42 x86/tls: Don't validate lm in set_thread_area() after all by Andy Lutomirski · 9 years ago
  12. 14cf3d9 x86/gup: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  13. 4f9d138 x86/spinlock: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  14. cb5281a KVM: move APIC types to arch/x86/ by Paolo Bonzini · 9 years ago
  15. cf3c0a1 x86: mm: fix VM_FAULT_RETRY handling by Linus Torvalds · 9 years ago
  16. eb64c3c Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  17. a978609 x86, irq: Use helpers to access irq_cfg data structure associated with IRQ by Jiang Liu · 10 years ago
  18. 2f60002 x86, irq: Make MSI and HT_IRQ indepenent of X86_IO_APIC by Jiang Liu · 10 years ago
  19. 11d686e x86, irq: Move IRQ initialization routines from io_apic.c into vector.c by Jiang Liu · 10 years ago
  20. 8643e28 x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h by Jiang Liu · 10 years ago
  21. c346895 x86, irq: Move HT IRQ related code from io_apic.c into htirq.c by Jiang Liu · 10 years ago
  22. 4438098 x86, irq: Move PCI MSI related code from io_apic.c into msi.c by Jiang Liu · 10 years ago
  23. 849d356 x86, irq: Replace printk(KERN_LVL) with pr_lvl() utilities by Jiang Liu · 10 years ago
  24. f0e5bf7 x86, irq: Make UP version of irq_complete_move() an inline stub by Thomas Gleixner · 10 years ago
  25. 74afab7 x86, irq: Move local APIC related code from io_apic.c into vector.c by Jiang Liu · 10 years ago
  26. 55a0e2b x86, irq: Introduce helpers to access struct irq_cfg by Jiang Liu · 10 years ago
  27. b794ef2 x86, irq: Protect __clear_irq_vector() with vector_lock by Jiang Liu · 10 years ago
  28. cb39288c x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx() by Jiang Liu · 10 years ago
  29. 26011ee x86, irq: Refine hw_irq.h to prepare for irqdomain support by Jiang Liu · 10 years ago
  30. a178b87 x86, irq: Convert irq_2_pin list to generic list by Yinghai Lu · 10 years ago
  31. 25d0d35 x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector() by Jiang Liu · 10 years ago
  32. cd68f6b x86, irq, acpi: Get rid of special handling of GSI for ACPI SCI by Jiang Liu · 10 years ago
  33. e89900c x86, irq: Introduce helper to check whether an IOAPIC has been registered by Jiang Liu · 10 years ago
  34. 15516a3 x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal by Jiang Liu · 10 years ago
  35. 7db298c x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition by Jiang Liu · 10 years ago
  36. 5da2fd2 x86, irq, ACPI: Introduce a mutex to protect IOAPIC operations from hotplug by Jiang Liu · 10 years ago
  37. 35ef9c9 x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug by Jiang Liu · 10 years ago
  38. cffe0a2 x86, irq: Keep balance of IOAPIC pin reference count by Jiang Liu · 10 years ago
  39. 67dc5e7 x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug by Jiang Liu · 10 years ago
  40. 5411dc4 x86, irq: Prefer assigned ID in APIC ID register for x86_64 by Yinghai Lu · 10 years ago
  41. 7e89941 x86, irq: Split out alloc_ioapic_save_registers() by Yinghai Lu · 10 years ago
  42. 250a1ac x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus() by Thomas Gleixner · 10 years ago
  43. 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
  44. e106798 x86: irq: Fix placement of mp_should_keep_irq() by Jan Beulich · 10 years ago
  45. 9f50c6e x86, irq, ACPI: Fix building warning of unused code by Jiang Liu · 10 years ago
  46. e32c67e x86, irq: Provide empty send_cleanup_vector() stub for UP builds by Jiang Liu · 10 years ago
  47. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  48. 26178ec x86: mm: consolidate VM_FAULT_RETRY handling by Linus Torvalds · 10 years ago
  49. 7fb08ec x86: mm: move mmap_sem unlock from mm_fault_error() to caller by Linus Torvalds · 10 years ago
  50. 72e9b5f x86, mpx: Give MPX a real config option prompt by Dave Hansen · 10 years ago
  51. 333bce5 Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 10 years ago
  52. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  53. 536e89e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  54. 0e58af4 x86/tls: Disallow unusual TLS segments by Andy Lutomirski · 10 years ago
  55. 41bdc78 x86/tls: Validate TLS entries to protect espfix by Andy Lutomirski · 10 years ago
  56. 52bb452 Merge tag 'trace-fixes-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  57. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  58. 78a45c6 Merge branch 'akpm' (second patch-bomb from Andrew) by Linus Torvalds · 10 years ago
  59. 957e3fa gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs by Riku Voipio · 10 years ago
  60. 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
  61. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  62. 16394fd x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.c by Rafael J. Wysocki · 10 years ago
  63. f96fe22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  64. 3459f0d Merge branch 'linus' into perf/urgent, to pick up the upstream merged bits by Ingo Molnar · 10 years ago
  65. f823b37 ftrace/x86: Update i386 call to prepare_ftrace_return() by Steven Rostedt (Red Hat) · 10 years ago
  66. 9d05096 Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  67. 1077fa3 arch: Add lightweight memory barriers dma_rmb() and dma_wmb() by Alexander Duyck · 10 years ago
  68. 8a44971 arch: Cleanup read_barrier_depends() and comments by Alexander Duyck · 10 years ago
  69. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  70. bae41e4 Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  71. cdfa0ba xen: switch to post-init routines in xen mmu.c earlier by Juergen Gross · 10 years ago
  72. ab646f5 KVM: x86: em_ret_far overrides cpl by Nadav Amit · 10 years ago
  73. 78051e3 KVM: nVMX: Disable unrestricted mode if ept=0 by Bandan Das · 10 years ago
  74. be9d173 x86/asm: Unify segment selector defines by Borislav Petkov · 10 years ago
  75. 5de2b61 x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c file directly by Borislav Petkov · 10 years ago
  76. f647d7c x86_64, switch_to(): Load TLS descriptors before switching DS and ES by Andy Lutomirski · 10 years ago
  77. 29258cf x86/mm: Use min() instead of min_t() in the e820 printout code by Xishi Qiu · 10 years ago
  78. c072b90 x86/mm: Fix zone ranges boot printout by Xishi Qiu · 10 years ago
  79. af91568 perf/x86/intel/uncore: Make sure only uncore events are collected by Jiri Olsa · 10 years ago
  80. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  81. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  82. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  83. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  84. c164e03 mm: fix huge zero page accounting in smaps report by Kirill A. Shutemov · 10 years ago
  85. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  86. 3a5dc1f Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  87. 3100e44 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  88. c9f861c Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  89. a023748 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  90. 773fed9 Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  92. 8139548 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. 206f18f Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  94. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  95. b6444bd Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. 9d0cf6f Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  99. 64a3829 KVM: x86: Emulate should check #UD before #GP by Nadav Amit · 10 years ago
  100. bc397a6 KVM: x86: Do not push eflags.vm on pushf by Nadav Amit · 10 years ago