1. faf80d6 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. dc53fff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  3. 085ff82 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  4. f386c61 gcov: exclude code operating in userspace from profiling by Peter Oberparleiter · 15 years ago
  5. febe04d x86: fix usage of bios intcall() by Akinobu Mita · 15 years ago
  6. 62edf5d intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics drivers by David Woodhouse · 15 years ago
  7. 22a26e6 Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 15 years ago
  8. c7210e1 x86: Remove unused function lapic_watchdog_ok() by Jaswinder Singh Rajput · 15 years ago
  9. 23d0cd8 x86: Remove unused variable disable_x2apic by Jaswinder Singh Rajput · 15 years ago
  10. d3ac881 x86, kvm: Fix section mismatches in kvm.c by Rakib Mullick · 15 years ago
  11. 3fd382c x86: Add missing annotation to arch/x86/lib/copy_user_64.S::copy_to_user by Mike Galbraith · 15 years ago
  12. 12b9d7c x86: Fix fixmap page order for FIX_TEXT_POKE0,1 by Mathieu Desnoyers · 15 years ago
  13. 405d7ca Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  14. 7c5371c x86: add boundary check for 32bit res before expand e820 resource to alignment by Yinghai Lu · 15 years ago
  15. 4364467 x86: fix power-of-2 round_up/round_down macros by Linus Torvalds · 15 years ago
  16. 1bc6f83 amd-iommu: set evt_buf_size correctly by Joerg Roedel · 15 years ago
  17. 7a6a3a0 amd-iommu: handle alias entries correctly in init code by Joerg Roedel · 15 years ago
  18. 251e1e4 x86: Fix printk call in print_local_apic() by Ingo Molnar · 15 years ago
  19. 788d84b Fix pci_unmap_addr() et al on i386. by David Woodhouse · 15 years ago
  20. 3238c0c intel-iommu: Make iommu=pt work on i386 too by David Woodhouse · 15 years ago
  21. 76c0692 x86: Declare check_efer() before it gets used by Jaswinder Singh Rajput · 15 years ago
  22. b25ae67 x86: Mark device_nb as static and fix NULL noise by Jaswinder Singh Rajput · 15 years ago
  23. 4497399 x86: Remove double declaration of MSR_P6_EVNTSEL0 and MSR_P6_EVNTSEL1 by Jaswinder Singh Rajput · 15 years ago
  24. 55bcab4 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  25. 66918dc x86: only clear node_states for 64bit by Yinghai Lu · 15 years ago
  26. 789d03f x86: Fix fixmap ordering by Jan Beulich · 15 years ago
  27. 9e31499 x86: Fix symbol annotation for arch/x86/lib/clear_page_64.S::clear_page_c by Mike Galbraith · 15 years ago
  28. 626fdfe x86/PCI: get root CRS before scanning children by Yinghai Lu · 15 years ago
  29. 2cdb3f1 x86/PCI: fix boundary checking when using root CRS by Yinghai Lu · 15 years ago
  30. e717f33 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  31. c7ab48d intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WA by David Woodhouse · 15 years ago
  32. 4078c44 perf_counter, x86: Update x86_pmu after WARN() by Yinghai Lu · 15 years ago
  33. 9a8fb9e Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  34. 8326e28 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. bde8922 KVM: shut up uninit compiler warning in paging_tmpl.h by Jaswinder Singh Rajput · 15 years ago
  36. 9e69962 KVM: Ignore reads to K7 EVNTSEL MSRs by Amit Shah · 15 years ago
  37. e3c7cb6 KVM: VMX: Handle vmx instruction vmexits by Avi Kivity · 15 years ago
  38. a3f9d39 KVM: kvm/x86_emulate.c toggle_interruptibility() should be static by Jaswinder Singh Rajput · 15 years ago
  39. 29a4b93 KVM: MMU: Allow 4K ptes with bit 7 (PAT) set by Avi Kivity · 15 years ago
  40. ff8a4ba Revert "x86: cap iomem_resource to addressable physical memory" by H. Peter Anvin · 15 years ago
  41. e888d7f x86, delay: tsc based udelay should have rdtsc_barrier by Pallipadi, Venkatesh · 15 years ago
  42. 658dbfe x86, setup: correct include file in <asm/boot.h> by H. Peter Anvin · 15 years ago
  43. 22f4319 x86, setup: Fix typo "CONFIG_x86_64" in <asm/boot.h> by Robert P. J. Day · 15 years ago
  44. 5be6066 x86, mce: percpu mcheck_timer should be pinned by Hidetoshi Seto · 15 years ago
  45. 5211a24 x86: Add sysctl to allow panic on IOCK NMI error by Kurt Garloff · 15 years ago
  46. 194002b perf_counter, x86: Add mmap counter read support by Peter Zijlstra · 15 years ago
  47. 236e946 Revert "PCI: use ACPI _CRS data by default" by Linus Torvalds · 15 years ago
  48. 0c26d7c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  49. 9c26f52 x86: Fix uv bau sending buffer initialization by Cliff Wickman · 15 years ago
  50. c14dab5 perf_counter, x86: Set global control MSR correctly by Yong Wang · 15 years ago
  51. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  52. f007e99 Intel-IOMMU, intr-remap: source-id checking by Weidong Han · 15 years ago
  53. 7262b6e x86, mce: Fix mce resume on 32bit by Hidetoshi Seto · 15 years ago
  54. 854c879 x86: Move init_gbpages() to setup_arch() by Pekka J Enberg · 15 years ago
  55. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 15 years ago
  56. 59ef7a8 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  57. b7f797c Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu into x86/urgent by Ingo Molnar · 15 years ago
  58. 0017c86 x86: ensure percpu lpage doesn't consume too much vmalloc space by Tejun Heo · 15 years ago
  59. fa8a709 x86: implement percpu_alloc kernel parameter by Tejun Heo · 15 years ago
  60. e59a1bb x86: fix pageattr handling for lpage percpu allocator and re-enable it by Tejun Heo · 15 years ago
  61. 992f4c1 x86: reorganize cpa_process_alias() by Tejun Heo · 15 years ago
  62. 0ff2587 x86: prepare setup_pcpu_lpage() for pageattr fix by Tejun Heo · 15 years ago
  63. 97c9bf0 x86: rename remap percpu first chunk allocator to lpage by Tejun Heo · 15 years ago
  64. c5806df x86: fix duplicate free in setup_pcpu_remap() failure path by Tejun Heo · 15 years ago
  65. 00d94a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  66. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  67. d9f2a5e perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMD by Jaswinder Singh Rajput · 15 years ago
  68. 99bd0c0 x86: Set cpu_llc_id on AMD CPUs by Andreas Herrmann · 15 years ago
  69. 9063c61 x86, 64-bit: Clean up user address masking by Linus Torvalds · 15 years ago
  70. 12e24f3 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. 1eb51c33 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  72. b0b7065 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  73. c4c5ab3 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  74. 7f81890 x86: don't use 'access_ok()' as a range check in get_user_pages_fast() by Linus Torvalds · 15 years ago
  75. 1d99100 Merge branch 'x86/mce3' into x86/urgent by Ingo Molnar · 15 years ago
  76. 7b768f0 ACPI: pdc init related memory leak with physical CPU hotplug by Pallipadi, Venkatesh · 15 years ago
  77. 0c87197 perf_counter, x86: Improve interactions with fast-gup by Ingo Molnar · 15 years ago
  78. f9188e0 perf_counter: Make callchain samples extensible by Peter Zijlstra · 15 years ago
  79. 71e308a function-graph: add stack frame test by Steven Rostedt · 15 years ago
  80. 7c095e4 dma-mapping: x86: use asm-generic/dma-mapping-common.h by FUJITA Tomonori · 15 years ago
  81. 7bf99fb gcov: enable GCOV_PROFILE_ALL for x86_64 by Peter Oberparleiter · 15 years ago
  82. b1f49f9 x86, mce: fix error path in mce_create_device() by Hidetoshi Seto · 15 years ago
  83. b6f34d4 crypto: aes-ni - Remove CRYPTO_TFM_REQ_MAY_SLEEP from fpu template by Huang Ying · 15 years ago
  84. 9251b64 crypto: aes-ni - Do not sleep when using the FPU by Huang Ying · 15 years ago
  85. e6efaa0 crypto: aes-ni - Fix cbc mode IV saving by Huang Ying · 15 years ago
  86. e92fae0 x86: use zalloc_cpumask_var for mce_dev_initialized by Yinghai Lu · 15 years ago
  87. 74b602c x86: fix duplicated sysfs attribute by Yinghai Lu · 15 years ago
  88. bc3f5d3 x86: de-assembler-ize asm/desc.h by Alexander van Heukelum · 15 years ago
  89. dc4c2a0 i386: fix/simplify espfix stack switching, move it into assembly by Alexander van Heukelum · 15 years ago
  90. 2e04bc7 i386: fix return to 16-bit stack from NMI handler by Alexander van Heukelum · 15 years ago
  91. a76117d x86: Use pci_claim_resource by Matthew Wilcox · 15 years ago
  92. 3f4c395 x86, ioapic: Don't call disconnect_bsp_APIC if no APIC present by Cyrill Gorcunov · 15 years ago
  93. 60f916d perf_counter: x86: Set the period in the intel overflow handler by Peter Zijlstra · 15 years ago
  94. 8653f88 x86: Remove duplicated #include's by Huang Weiyi · 15 years ago
  95. 8fa62ad x86: msr.h linux/types.h is only required for __KERNEL__ by Jaswinder Singh Rajput · 15 years ago
  96. c30938d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  97. 8134000 Merge branch 'x86/urgent' into x86/mce3 by Ingo Molnar · 15 years ago
  98. fe955e5 x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaround by Prarit Bhargava · 15 years ago
  99. 1bf7b31 x86, mce: mce_intel.c needs <asm/apic.h> by H. Peter Anvin · 15 years ago
  100. 8f7007a x86: apic/io_apic.c: dmar_msi_type should be static by Jaswinder Singh Rajput · 15 years ago