1. d0e4120 oprofile/x86: reserve counter msrs pairwise by Robert Richter · 14 years ago
  2. 8f5a2dd oprofile/x86: rework error handler in nmi_setup() by Robert Richter · 14 years ago
  3. 097c1bd x86, cpu: Make APERF/MPERF a normal table-driven flag by H. Peter Anvin · 14 years ago
  4. d88d95e x86, k8: Fix build error when K8_NB is disabled by Borislav Petkov · 14 years ago
  5. 2508250 x86-32: Don't set ignore_fpu_irq in simd exception by Brian Gerst · 14 years ago
  6. e2e75c9 x86: Merge kernel_math_error() into math_error() by Brian Gerst · 14 years ago
  7. 9b6dba9 x86: Merge simd_math_error() into math_error() by Brian Gerst · 14 years ago
  8. 40d2e76 x86-32: Rework cache flush denied handler by Brian Gerst · 14 years ago
  9. b810e94 powernow-k8: Fix frequency reporting by Mark Langsdorf · 14 years ago
  10. 56f0e74 x86: Fix parse_reservetop() build failure on certain configs by Ingo Molnar · 14 years ago
  11. 53ba4f2 Merge commit 'v2.6.34-rc6' into core/locking by Ingo Molnar · 14 years ago
  12. feef47d hw-breakpoints: Get the number of available registers on boot dynamically by Frederic Weisbecker · 14 years ago
  13. 0102752 hw-breakpoints: Separate constraint space for data and instruction breakpoints by Frederic Weisbecker · 14 years ago
  14. b2812d0 hw-breakpoints: Change/Enforce some breakpoints policies by Frederic Weisbecker · 14 years ago
  15. 73266fc hw-breakpoints: Tag ptrace breakpoint as exclude_kernel by Frederic Weisbecker · 14 years ago
  16. bbd391a x86: Fix NULL pointer access in irq_force_complete_move() for Xen guests by Prarit Bhargava · 14 years ago
  17. e67a807 x86: Fix 'reservetop=' functionality by Liang Li · 14 years ago
  18. 3ca5049 Merge commit 'v2.6.34-rc6' into perf/core by Ingo Molnar · 14 years ago
  19. d9c5841 Merge branch 'x86/asm' into x86/atomic by H. Peter Anvin · 14 years ago
  20. b701a47 x86: Fix LOCK_PREFIX_HERE for uniprocessor build by H. Peter Anvin · 14 years ago
  21. dfad53d Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 14 years ago
  22. 6fc108a x86: Clean up arch/x86/Kconfig* by Jan Beulich · 14 years ago
  23. 47f9fe2 x86-64: Don't export init_level4_pgt by Jan Beulich · 14 years ago
  24. 5967ed8 x86-64: Reduce SMP locks table size by Jan Beulich · 14 years ago
  25. 2e61878 x86-64: Combine SRAT regions when possible by Jan Beulich · 14 years ago
  26. 402af0d x86, asm: Introduce and use percpu_inc() by Jan Beulich · 14 years ago
  27. 48728e0 x86/PCI: compute Address Space length rather than using _LEN by Bjorn Helgaas · 14 years ago
  28. 55051fe x86/PCI: never allocate PCI MMIO resources below BIOS_END by Bjorn Helgaas · 14 years ago
  29. 383bee6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  30. 453dc65 VMware Balloon driver by Dmitry Torokhov · 14 years ago
  31. 7a0fc40 x86: Disable large pages on CPUs with Atom erratum AAE44 by H. Peter Anvin · 14 years ago
  32. 7ce5a2b x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero by H. Peter Anvin · 14 years ago
  33. 1f9cc3c x86, pat: Update the page flags for memtype atomically instead of using memtype_lock by Robin Holt · 14 years ago
  34. 70bce3b Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  35. 59d3b38 x86, cacheinfo: Disable index in all four subcaches by Borislav Petkov · 14 years ago
  36. ba06edb x86, cacheinfo: Make L3 cache info per node by Borislav Petkov · 14 years ago
  37. 9350f98 x86, cacheinfo: Reorganize AMD L3 cache structure by Borislav Petkov · 14 years ago
  38. f2b20e4 x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments by Frank Arnold · 14 years ago
  39. b1ab1b4 x86, cacheinfo: Unify AMD L3 cache index disable checking by Borislav Petkov · 14 years ago
  40. 66528fd x86/PCI: parse additional host bridge window resource types by Bjorn Helgaas · 14 years ago
  41. a486b0a Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  42. e8861cfe KVM: x86: Fix TSS size check for 16-bit tasks by Jan Kiszka · 14 years ago
  43. ae7c9b7 x86, mrst: Conditionally register cpu hotplug notifier for apbt by Jacob Pan · 14 years ago
  44. 34388d1 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
  45. 4cecd93 x86: correctly wire up the newuname system call by Christoph Hellwig · 14 years ago
  46. 87bf6e7 KVM: fix the handling of dirty bitmaps to avoid overflows by Takuya Yoshikawa · 14 years ago
  47. 77662e0 KVM: MMU: fix kvm_mmu_zap_page() and its calling path by Xiao Guangrong · 14 years ago
  48. 78ac8b4 KVM: VMX: Save/restore rflags.vm correctly in real mode by Avi Kivity · 14 years ago
  49. 114be42 KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL by Andre Przywara · 14 years ago
  50. d6a2389 KVM: Don't spam kernel log when injecting exceptions due to bad cr writes by Avi Kivity · 14 years ago
  51. b7af404 KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails by Takuya Yoshikawa · 14 years ago
  52. 7567cae KVM: take srcu lock before call to complete_pio() by Gleb Natapov · 14 years ago
  53. dcf46b9 perf & kvm: Clean up some of the guest profiling callback API details by Zhang, Yanmin · 14 years ago
  54. ff9d07a KVM: Implement perf callbacks for guest sampling by Zhang, Yanmin · 14 years ago
  55. 39447b3 perf: Enhance perf to allow for guest statistic collection from host by Zhang, Yanmin · 14 years ago
  56. a289cc7 x86, UV: uv_irq.c: Fix all sparse warnings by Randy Dunlap · 14 years ago
  57. dc57da3 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
  58. b8f7fb1 x86, UV: Improve BAU performance and error recovery by Cliff Wickman · 14 years ago
  59. 091ebf0 lguest: stop using KVM hypercall mechanism by Rusty Russell · 14 years ago
  60. 3f10940 x86/microcode: Use nonseekable_open() by Arnd Bergmann · 14 years ago
  61. 2b2f862 Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 14 years ago
  62. 6793706 powernow-k8: Fix frequency reporting by Mark Langsdorf · 14 years ago
  63. a2fed57 x86, cpufreq: Add APERF/MPERF support for AMD processors by Mark Langsdorf · 14 years ago
  64. d65ad45 x86: Unify APERF/MPERF support by Borislav Petkov · 14 years ago
  65. 73860c6 powernow-k8: Add core performance boost support by Borislav Petkov · 14 years ago
  66. 5958f1d x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo by Borislav Petkov · 14 years ago
  67. ab285f2 perf: Fix unsafe frame rewinding with hot regs fetching by Frederic Weisbecker · 14 years ago
  68. 73a0e61 x86/PCI: ignore Consumer/Producer bit in ACPI window descriptions by Bjorn Helgaas · 14 years ago
  69. ca7e0c6 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  70. 48de8cb 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
  71. fb1ae63 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 14 years ago
  72. 4b83873 x86/gart: Disable GART explicitly before initialization by Joerg Roedel · 14 years ago
  73. 12ff4bf Merge branch 'amd-iommu/fixes' into iommu/fixes by Joerg Roedel · 14 years ago
  74. d18c69d x86/amd-iommu: use for_each_pci_dev by Chris Wright · 14 years ago
  75. 8f9f55e Revert "x86: disable IOMMUs on kernel crash" by Chris Wright · 14 years ago
  76. 549c90d x86/amd-iommu: warn when issuing command to uninitialized cmd buffer by Chris Wright · 14 years ago
  77. 75f6653 x86/amd-iommu: enable iommu before attaching devices by Chris Wright · 14 years ago
  78. d61931d x86: Add optimized popcnt variants by Borislav Petkov · 14 years ago
  79. 134fbad perf, x86: Enable Nehalem-EX support by Vince Weaver · 14 years ago
  80. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  81. 6f4dee0 perf: Drop the frame reliablity check by Frederic Weisbecker · 14 years ago
  82. 472a474 x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards by Suresh Siddha · 14 years ago
  83. 40b91cd perf, x86: Add Nehalem programming quirk to Westmere by Peter Zijlstra · 14 years ago
  84. caaa8be perf, x86: Fix __initconst vs const by Peter Zijlstra · 14 years ago
  85. b4cdc5c perf, x86: Fix up the ANY flag stuff by Peter Zijlstra · 14 years ago
  86. a098f44 perf, x86: implement ARCH_PERFMON_EVENTSEL bit masks by Robert Richter · 14 years ago
  87. 948b1bb perf, x86: Undo some some *_counter* -> *_event* renames by Robert Richter · 14 years ago
  88. ec5e61a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  89. 257ef9d perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernels by Torok Edwin · 14 years ago
  90. b38b24e perf, x86: Fix AMD hotplug & constraint initialization by Peter Zijlstra · 14 years ago
  91. 8525702 x86: Move notify_cpu_starting() callback to a later stage by Peter Zijlstra · 14 years ago
  92. 50d11d1 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 14 years ago
  93. 51591e3 x86: Increase CONFIG_NODES_SHIFT max to 10 by David Rientjes · 14 years ago
  94. 042be38 ibft, x86: Change reserve_ibft_region() to find_ibft_region() by Yinghai Lu · 14 years ago
  95. b4a5e8a x86, hpet: Fix bug in RTC emulation by Alok Kataria · 14 years ago
  96. 8da854c x86, hpet: Erratum workaround for read after write of HPET comparator by Pallipadi, Venkatesh · 14 years ago
  97. 909fc87 x86: Handle overlapping mptables by Andi Kleen · 14 years ago
  98. ab310b5 x86,kgdb: Always initialize the hw breakpoint attribute by Jason Wessel · 14 years ago
  99. e49a5bd perf: Use hot regs with software sched switch/migrate events by Frederic Weisbecker · 14 years ago
  100. 9f3a5f5 x86: Make e820_remove_range to handle all covered case by Yinghai Lu · 14 years ago