1. 35ef9c9 x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug by Jiang Liu · 10 years ago
  2. 67dc5e7 x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug by Jiang Liu · 10 years ago
  3. 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
  4. e106798 x86: irq: Fix placement of mp_should_keep_irq() by Jan Beulich · 10 years ago
  5. e32c67e x86, irq: Provide empty send_cleanup_vector() stub for UP builds by Jiang Liu · 10 years ago
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  17. 5706ffd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  18. 9c37f95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  19. a0e4467 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
  20. 78bff1c x86/ticketlock: Fix spin_unlock_wait() livelock by Oleg Nesterov · 10 years ago
  21. fbae4ba x86, microcode: Reload microcode on resume by Borislav Petkov · 10 years ago
  22. 2ef84b3 x86, microcode, AMD: Do not use smp_processor_id() in preemtible context by Borislav Petkov · 10 years ago
  23. 82975bc uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME by Andy Lutomirski · 10 years ago
  24. 6f442be x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 10 years ago
  25. e348027 x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFERRED error by Chen Yucong · 10 years ago
  26. a1ea1c0 x86: Cleanly separate use of asm-generic/mm_hooks.h by Dave Hansen · 10 years ago
  27. 1de4fa1 x86, mpx: Cleanup unused bound tables by Dave Hansen · 10 years ago
  28. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  29. fcc7ffd x86, mpx: Decode MPX instruction to get bound violation information by Dave Hansen · 10 years ago
  30. 57319d8 x86, mpx: Add MPX-specific mmap interface by Qiaowei Ren · 10 years ago
  31. 95290cf x86, mpx: Add MPX to disabled features by Dave Hansen · 10 years ago
  32. 62e7759 x86, mpx: Rename cfg_reg_u and status_reg by Dave Hansen · 10 years ago
  33. c04e051 x86: mpx: Give bndX registers actual names by Dave Hansen · 10 years ago
  34. 6ba48ff x86: Remove arbitrary instruction size limit in instruction decoder by Dave Hansen · 10 years ago
  35. 0dbcae8 x86: mm: Move PAT only functions to mm/pat.c by Thomas Gleixner · 10 years ago
  36. f108c89 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 10 years ago
  37. bd809af x86: Enable PAT to use cache mode translation tables by Juergen Gross · 10 years ago
  38. 87ad0b7 x86: Clean up pgtable_types.h by Juergen Gross · 10 years ago
  39. e00c8cc x86: Use new cache mode type in memtype related functions by Juergen Gross · 10 years ago
  40. b14097b x86: Use new cache mode type in mm/ioremap.c by Juergen Gross · 10 years ago
  41. 49a3b3c x86: Use new cache mode type in mm/iomap_32.c by Juergen Gross · 10 years ago
  42. d85f333 x86: Use new cache mode type in asm/pgtable.h by Juergen Gross · 10 years ago
  43. c27ce0a x86: Use new cache mode type in include/asm/fb.h by Juergen Gross · 10 years ago
  44. 281d407 x86: Make page cache mode a real type by Juergen Gross · 10 years ago
  45. 595247f Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Ingo Molnar · 10 years ago
  46. 904cb36 perf/x86/amd/ibs: Update IBS MSRs and feature definitions by Aravind Gopalakrishnan · 10 years ago
  47. 8266e31 x86, ptdump: Add section for EFI runtime services by Mathias Krause · 10 years ago
  48. 243b675 efi/x86: Move x86 back to libstub by Ard Biesheuvel · 10 years ago
  49. 03f56e4 Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" by Yijing Wang · 10 years ago
  50. 1c8d296 Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into asm-generic by Arnd Bergmann · 10 years ago
  51. 4707a34 /dev/mem: Use more consistent data types by Thierry Reding · 10 years ago
  52. 5427955 x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU down by Boris Ostrovsky · 10 years ago
  53. 07114f0 x86_64: Add a comment explaining the TASK_SIZE_MAX guard page by Andy Lutomirski · 10 years ago
  54. 97b67ae x86-64: Use RIP-relative addressing for most per-CPU accesses by Jan Beulich · 10 years ago
  55. 2c773dd x86: Convert a few more per-CPU items to read-mostly ones by Jan Beulich · 10 years ago
  56. 1ad83c8 x86_64,vsyscall: Make vsyscall emulation configurable by Andy Lutomirski · 10 years ago
  57. 3ab0c49 x86: UV BAU: Increase maximum CPUs per socket/hub by James Custer · 10 years ago
  58. e76b027 x86,vdso: Use LSL unconditionally for vgetcpu by Andy Lutomirski · 10 years ago
  59. 63e7b6d x86: mm: Re-use the early_ioremap fixed area by Minfei Huang · 10 years ago
  60. 96e70f8 x86/mm: Avoid overlap the fixmap area on i386 by Minfei Huang · 10 years ago
  61. 61a492f x86_64/vdso: Remove jiffies from the vvar page by Andy Lutomirski · 10 years ago
  62. c4a7bba sched/x86: Add a comment clarifying LDT context switching by Andy Lutomirski · 10 years ago
  63. 2c7577a sched/x86_64: Don't save flags on context switch by Andy Lutomirski · 10 years ago
  64. e2336f6 sched: Kill task_preempt_count() by Oleg Nesterov · 10 years ago
  65. 009f60e sched: stop the unbound recursion in preempt_schedule_context() by Oleg Nesterov · 10 years ago
  66. 96971e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  67. a642fc3 kvm: vmx: handle invvpid vm exit gracefully by Petr Matousek · 10 years ago
  68. 8b3c310 KVM: x86: Prevent host from panicking on shared MSR writes. by Andy Honig · 10 years ago
  69. 854e8bb KVM: x86: Check non-canonical addresses upon WRMSR by Nadav Amit · 10 years ago
  70. 8c81f48 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. a3a529d x86, MCE, AMD: Drop software-defined bank in error thresholding by Borislav Petkov · 10 years ago
  72. cbc908e x86: io: implement dummy relaxed accessor macros for writes by Will Deacon · 11 years ago
  73. 1f6075f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  74. 857b50f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  75. 691286b kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE define by Anton Blanchard · 10 years ago
  76. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  77. 2fd7476 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  78. ba1a96f Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  79. df133e8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  80. e343833 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  81. c7b228a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  82. 708d0b4 Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. bf10fa8 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. 9d9420f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. 6d5f0eb Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  86. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  87. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  88. 6a33979 mm: remove misleading ARCH_USES_NUMA_PROT_NONE by Mel Gorman · 10 years ago
  89. afa3536 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  90. e4e6567 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  91. 0e6d311 x86: Reject x32 executables if x32 ABI not supported by Ben Hutchings · 10 years ago
  92. 74da386 Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux by Linus Torvalds · 10 years ago
  93. 75b1285 Merge branch 'next' into efi-next-merge by Matt Fleming · 10 years ago
  94. 60b4dc7 efi: Delete the in_nmi() conditional runtime locking by Matt Fleming · 10 years ago
  95. 4e78eb05 x86/efi: Mark initialization code as such by Mathias Krause · 10 years ago
  96. 6092068 x86/efi: Unexport add_efi_memmap variable by Mathias Krause · 10 years ago
  97. 24ffd84 x86/efi: Remove unused efi_call* macros by Mathias Krause · 10 years ago
  98. 161485e efi: Implement mandatory locking for UEFI Runtime Services by Ard Biesheuvel · 10 years ago
  99. 2291059 locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() by Pranith Kumar · 10 years ago
  100. cd40fab Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago