1. bccd172 x86: Get rid of 'dubious one-bit signed bitfield' sprase warning by Anton Vorontsov · 13 years ago
  2. 9fc5c3e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  3. 541048a Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  4. bcede2f Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  5. d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  6. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  7. 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  8. 1c81065 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  9. 3dcf6c1 Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  10. 6b3da11 Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  11. 5983faf Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  12. f93ea73 Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next by Joerg Roedel · 13 years ago
  13. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  14. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  15. edf7c81 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  16. 82406da Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  17. 76ccc29 x86/PCI: Expand the x86_msi_ops to have a restore MSIs. by Konrad Rzeszutek Wilk · 13 years ago
  18. cf3f335 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  19. 69734b6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  20. 67b0243 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  21. 376613e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  22. 24d25db x86/PCI: amd: factor out MMCONFIG discovery by Bjorn Helgaas · 13 years ago
  23. 2cd6975 x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus() by Bjorn Helgaas · 13 years ago
  24. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  25. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  26. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  27. 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  28. ceb7b40 x86: Fix atomic64_xxx_cx8() functions by Eric Dumazet · 13 years ago
  29. cdcd629 x86: Fix and improve cmpxchg_double{,_local}() by Jan Beulich · 13 years ago
  30. adaf4ed Merge commit 'v3.2-rc7' into x86/asm by Ingo Molnar · 13 years ago
  31. 222d21a KVM: x86 emulator: implement RDPMC (0F 33) by Avi Kivity · 13 years ago
  32. 022cd0e KVM: Add generic RDPMC support by Avi Kivity · 13 years ago
  33. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  34. 9e31905 Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3 by Avi Kivity · 13 years ago
  35. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  36. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 13 years ago
  37. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  38. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  39. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  40. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  41. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  42. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 13 years ago
  43. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  44. a31bc32 x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOS by Yinghai Lu · 13 years ago
  45. fb209bd x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remapping by Yinghai Lu · 13 years ago
  46. 933393f percpu: Remove irqsafe_cpu_xxx variants by Christoph Lameter · 13 years ago
  47. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  48. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  49. cd09c0c perf events: Enable raw event support for Intel unhalted_reference_cycles event by Stephane Eranian · 13 years ago
  50. 141168c x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' by Kevin Winchester · 13 years ago
  51. d87f69a Merge commit 'v3.2-rc6' into perf/core by Ingo Molnar · 13 years ago
  52. 45aa066 Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock by Ingo Molnar · 13 years ago
  53. 612ef28 Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tip by Martin Schwidefsky · 13 years ago
  54. b49d7d8 x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat by Fernando Luis Vazquez Cao · 13 years ago
  55. 6e5ed27 Merge commit 'v3.2-rc6' into x86/platform by Ingo Molnar · 13 years ago
  56. a228b58 Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 13 years ago
  57. 933b946 x86/intel config: Revamp configuration to allow for Moorestown and Medfield by Alan Cox · 13 years ago
  58. 1affc46 x86: Use "do { } while(0)" for empty lock_cmos()/unlock_cmos() macros by Jesper Juhl · 13 years ago
  59. 2ac1346 x86: Use "do { } while(0)" for empty flush_tlb_fix_spurious_fault() macro by Jesper Juhl · 13 years ago
  60. 2c29d9d x86: add IRQ context simulation in module mce-inject by Chen Gong · 13 years ago
  61. ca3d30c x86_64, asm: Optimise fls(), ffs() and fls64() by David Howells · 13 years ago
  62. 83d99df x86, bitops: Move fls64.h inside __KERNEL__ by H. Peter Anvin · 13 years ago
  63. 6a54aeb Merge commit 'v3.2-rc5' into sched/core by Ingo Molnar · 13 years ago
  64. cebef5b x86: Fix and improve percpu_cmpxchg{8,16}b_double() by Jan Beulich · 13 years ago
  65. 304fb45 Merge branch 'ucode-verify-size' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/microcode by Ingo Molnar · 13 years ago
  66. 3653ada x86, mce: Add wrappers for registering on the decode chain by Borislav Petkov · 13 years ago
  67. f72c1a5 x86, microcode, AMD: Add a vendor-specific exit function by Borislav Petkov · 13 years ago
  68. 346b46b x86: Add per-cpu stat counter for APIC ICR read tries by Fernando Luis Vázquez Cao · 13 years ago
  69. e1ad783 Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid" by Keith Packard · 13 years ago
  70. f7d7d01 x86: Don't use magic strings for EFI loader signature by Matt Fleming · 13 years ago
  71. 8af21e7 x86: Add missing bzImage fields to struct setup_header by Matt Fleming · 13 years ago
  72. e8c7106 x86, efi: Calling __pa() with an ioremap()ed address is invalid by Matt Fleming · 13 years ago
  73. 79f1ddd x86: Use the same node_distance for 32 and 64-bit by H Hartley Sweeten · 13 years ago
  74. b3d9468 perf, x86: Expose perf capability to other modules by Gleb Natapov · 13 years ago
  75. ffb871b x86, perf: Disable non available architectural events by Gleb Natapov · 13 years ago
  76. 1cf8343 x86: Fix rflags in FAKE_STACK_FRAME by Seiichi Ikarashi · 13 years ago
  77. 3292beb sched/accounting: Change cpustat fields to an array by Glauber Costa · 13 years ago
  78. 45e713e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  79. 7125fac Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  80. 0518469 Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 13 years ago
  81. 668b448 x86/div64: Add a micro-optimization shortcut if base is power of two by Sebastian Andrzej Siewior · 13 years ago
  82. 28a0018 x86, tsc: Skip TSC synchronization checks for tsc=reliable by Suresh Siddha · 13 years ago
  83. 46db09d x86-64: Slightly shorten line system call entry and exit paths by Jan Beulich · 13 years ago
  84. 44b111b x86: Add NumaChip support by Steffen Persvold · 13 years ago
  85. 64be4c1 x86: Add x86_init platform override to fix up NUMA core numbering by Daniel J Blueman · 13 years ago
  86. 9a0ebfb x86: Make flat_init_apic_ldr() available by Daniel J Blueman · 13 years ago
  87. 35d4769 x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platforms by Mathias Nyman · 13 years ago
  88. f1b2371 Merge branch 'ucode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 13 years ago
  89. ce37def x86: Document rdmsr_safe restrictions by Borislav Petkov · 13 years ago
  90. 48bc556 x86,mrst: Power control commands update by Jacob Pan · 13 years ago
  91. 4fc3490 x86-64: Set siginfo and context on vsyscall emulation faults by Andy Lutomirski · 13 years ago
  92. 99e8b9c x86, NMI: Add NMI IPI selftest by Don Zickus · 13 years ago
  93. b495e03 x86, UV: Fix UV2 hub part number by Jack Steiner · 13 years ago
  94. 01acc26 Merge branch 'upstream/ticketlock-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/asm by Ingo Molnar · 13 years ago
  95. e5fd47b xen/pm_idle: Make pm_idle be default_idle under Xen. by Konrad Rzeszutek Wilk · 13 years ago
  96. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  97. dd7c7c3 Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c by Greg Kroah-Hartman · 13 years ago
  98. 31a8394 x86: consolidate xchg and xadd macros by Jeremy Fitzhardinge · 13 years ago
  99. 3d94ae0 x86/cmpxchg: add a locked add() helper by Jeremy Fitzhardinge · 13 years ago
  100. b0145bf time: x86: Remove CLOCK_TICK_RATE from mach_timer.h by Deepak Saxena · 13 years ago