1. d0fbca8 x86: ioapic/hpet: Convert to new chip functions by Thomas Gleixner · 14 years ago
  2. 90297c5 x86: ioapic: Convert mask to new irq_chip function by Thomas Gleixner · 14 years ago
  3. 61a38ce x86: io_apic: Convert startup to new irq_chip function by Thomas Gleixner · 14 years ago
  4. dd5f15e x86: Cleanup io_apic by Thomas Gleixner · 14 years ago
  5. d4eba29 x86: Cleanup access to irq_data by Thomas Gleixner · 14 years ago
  6. 4305df9 x86: i8259: Convert to new irq_chip functions by Thomas Gleixner · 14 years ago
  7. 020dd98 x86: Cleanup visws interrupt handling by Thomas Gleixner · 14 years ago
  8. fe25c7f x86: lguest: Convert to new irq chip functions by Thomas Gleixner · 14 years ago
  9. a5ef2e7 x86: Sanitize apb timer interrupt handling by Thomas Gleixner · 14 years ago
  10. a3c08e5 x86: Convert irq_chip access to new functions by Thomas Gleixner · 14 years ago
  11. 011d578 x86: Remove useless reinitialization of irq descriptors by Thomas Gleixner · 14 years ago
  12. 39431ac pci: Cleanup the irq_desc mess in msi by Thomas Gleixner · 14 years ago
  13. 1c9db52 pci: Convert msi to new irq_chip functions by Thomas Gleixner · 14 years ago
  14. 7c5f135 Merge branch 'x86/urgent' of into irq/sparseirq by Thomas Gleixner · 14 years ago
  15. 5e62fea Merge branch 'x86/cleanups' into irq/sparseirq by Thomas Gleixner · 14 years ago
  16. 8ffcfa4 Merge branch 'x86/x2apic' into irq/sparseirq by Thomas Gleixner · 14 years ago
  17. b683de2 genirq: Query arch for number of early descriptors by Thomas Gleixner · 14 years ago
  18. 3bb9808 x86: Use genirq Kconfig by Thomas Gleixner · 14 years ago
  19. 0219896 x86, hpet: Fix bogus error check in hpet_assign_irq() by Thomas Gleixner · 14 years ago
  20. 1cf180c x86, irq: Plug memory leak in sparse irq by Thomas Gleixner · 14 years ago
  21. d900329 x86, cpu: After uncapping CPUID, re-run CPU feature detection by H. Peter Anvin · 14 years ago
  22. 050026f Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  23. 6a6aa2b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  24. f061934 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  25. c9e2fbd x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile by Alexander Chumachenko · 14 years ago
  26. a465905 x86/hwmon: fix initialization of coretemp by Jan Beulich · 14 years ago
  27. 63e6be6 perf, x86: Catch spurious interrupts after disabling counters by Robert Richter · 14 years ago
  28. 7329cf0 Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 14 years ago
  29. 04e0463 x86/amd-iommu: Fix rounding-bug in __unmap_single by Joerg Roedel · 14 years ago
  30. 4c894f4 x86/amd-iommu: Work around S3 BIOS bug by Joerg Roedel · 14 years ago
  31. e9bf519 x86/amd-iommu: Set iommu configuration flags in enable-loop by Joerg Roedel · 14 years ago
  32. 258af47 tracing/x86: Don't use mcount in kvmclock.c by Steven Rostedt · 14 years ago
  33. 9ecd4e1 tracing/x86: Don't use mcount in pvclock.c by Jeremy Fitzhardinge · 14 years ago
  34. 234bb54 x86, cleanups: Use clear_page/copy_page rather than memset/memcpy by Jan Beulich · 14 years ago
  35. 87ac6fa Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  36. 74b3c44 x86, setup: Fix earlyprintk=serial,0x3f8,115200 by Yinghai Lu · 14 years ago
  37. 83d9f65 x86, setup: Fix earlyprintk=serial,ttyS0,115200 by Yinghai Lu · 14 years ago
  38. 9b6efcd lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY. by Rusty Russell · 14 years ago
  39. a5b6173 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  40. 89e45aa x86: Fix instruction breakpoint encoding by Frederic Weisbecker · 14 years ago
  41. c33f543 oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540) by Patrick Simmons · 14 years ago
  42. fa47f7e x86, x2apic: Simplify apic init in SMP and UP builds by Suresh Siddha · 14 years ago
  43. 62a92f4 x86, intr-remap: Remove IRTE setup duplicate code by Suresh Siddha · 14 years ago
  44. 75e3cfb x86, intr-remap: Set redirection hint in the IRTE by Suresh Siddha · 14 years ago
  45. eefdca0 x86-64, compat: Retruncate rax after ia32 syscall entry tracing by Roland McGrath · 14 years ago
  46. 36d001c x86-64, compat: Test %rax for the syscall number, not %eax by H. Peter Anvin · 14 years ago
  47. c41d68a compat: Make compat_alloc_user_space() incorporate the access_ok() by H. Peter Anvin · 14 years ago
  48. 54ff7e5 x86: hpet: Work around hardware stupidity by Thomas Gleixner · 14 years ago
  49. 08c2b39 x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=y by basile@opensource.dyc.edu · 14 years ago
  50. 2fd8186 x86, cpufeature: Suppress compiler warning with gcc 3.x by Tetsuo Handa · 14 years ago
  51. 5ee5e97 x86, tsc: Fix a preemption leak in restore_sched_clock_state() by Peter Zijlstra · 14 years ago
  52. 36ac4b9 x86, UV: Fix initialization of max_pnode by Jack Steiner · 14 years ago
  53. be6200a Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  54. 1faa6ec Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  55. 899edae Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  56. eebb5f3 KVM: i8259: fix migration by Gleb Natapov · 14 years ago
  57. ae0635b KVM: fix i8259 oops when no vcpus are online by Avi Kivity · 14 years ago
  58. 16518d5 KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts by Avi Kivity · 14 years ago
  59. 0f1cf41 x86: Remove unnecessary #ifdef ACPI/X86_IO_ACPI by Christian Dietrich · 14 years ago
  60. d56557a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  61. 1389298 x86, mcheck: Avoid duplicate sysfs links/files for thresholding banks by Andreas Herrmann · 14 years ago
  62. cc1a8e5 x86: Fix the address space annotations of iomap_atomic_prot_pfn() by Francisco Jerez · 14 years ago
  63. 4177c42 perf, x86: Try to handle unknown nmis with an enabled PMU by Robert Richter · 14 years ago
  64. de725de perf, x86: Fix handle_irq return values by Peter Zijlstra · 14 years ago
  65. 2e556b5 perf, x86: Fix accidentally ack'ing a second event on intel perf counter by Don Zickus · 14 years ago
  66. b4c69d4 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 14 years ago
  67. 269f45c oprofile, x86: fix init_sysfs() function stub by Robert Richter · 14 years ago
  68. 10f0412 oprofile, x86: fix init_sysfs error handling by Robert Richter · 14 years ago
  69. d4348c6 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. 5e68601 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  71. 8d33091 perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flag by Lin Ming · 14 years ago
  72. b7d4608 x86, mm: Fix CONFIG_VMSPLIT_1G and 2G_OPT trampoline by Hugh Dickins · 14 years ago
  73. c05e1e2 Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/linux-2.6 by Linus Torvalds · 14 years ago
  74. 1dc7ce9 xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary by Ian Campbell · 14 years ago
  75. c93a4df xen: pvhvm: allow user to request no emulated device unplug by Ian Campbell · 14 years ago
  76. 3dc8d7f Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  77. ddb0c5a Replace Configure with Enable in description of MAXSMP by Samuel Thibault · 14 years ago
  78. 51e3c1b x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev by Sergey Senozhatsky · 14 years ago
  79. 36423a5 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  80. cd7240c x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep states by Suresh Siddha · 14 years ago
  81. 05e4076 x86, apic: Fix apic=debug boot crash by Daniel Kiper · 14 years ago
  82. d7c53c9 x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issues by Borislav Petkov · 14 years ago
  83. b3ea36b Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  84. 737480a kprobes/x86: Fix the return address of multiple kretprobes by KUMANO Syuhei · 14 years ago
  85. 8848a91 x86-32: Fix dummy trampoline-related inline stubs by H. Peter Anvin · 14 years ago
  86. fd89a13 x86-32: Separate 1:1 pagetables from swapper_pg_dir by Joerg Roedel · 14 years ago
  87. 07a7795 x86, cpu: Fix regression in AMD errata checking code by Hans Rosenfeld · 14 years ago
  88. 351af07 perf, x86: Fix Intel-nhm PMU programming errata workaround by Zhang, Yanmin · 14 years ago
  89. 392abee Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  90. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  91. 23b90cf x86/PCI: only define pci_domain_nr if PCI and PCI_DOMAINS are set by Jesse Barnes · 14 years ago
  92. 6b5d7a9 KVM: PIT: free irq source id in handling error path by Xiao Guangrong · 14 years ago
  93. 8c8aefc kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.c by Namhyung Kim · 14 years ago
  94. 2245ba2 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  95. 3185bf8 KVM: destroy workqueue on kvm_create_pit() failures by Xiaotian Feng · 14 years ago
  96. f45755b KVM: fix poison overwritten caused by using wrong xstate size by Xiaotian Feng · 14 years ago
  97. 95ee46a Merge branch 'linus' into release by Len Brown · 14 years ago
  98. 8b1bb90 defconfig reduction by Sam Ravnborg · 14 years ago
  99. bf56fba archs: replace unifdef-y with header-y by Sam Ravnborg · 14 years ago
  100. c206d44 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago