1. ee009e4 KEYS: Add an iovec version of KEYCTL_INSTANTIATE by David Howells · 13 years ago
  2. f7d222e Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  3. ebff7c9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 13 years ago
  4. c7b01d3 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 13 years ago
  5. 60cba5a x86: OLPC: have prom_early_alloc BUG rather than return NULL by Andres Salomon · 13 years ago
  6. 853cee2 [CPUFREQ] p4-clockmod: print EST-capable warning message only once by Naga Chumbalkar · 13 years ago
  7. a536b12 [CPUFREQ] Fix another notifier leak in powernow-k8. by Dave Jones · 14 years ago
  8. ac81831 [CPUFREQ] Missing "unregister_cpu_notifier" in powernow-k8.c by Neil Brown · 14 years ago
  9. 299c569 x86: Use u32 instead of long to set reset vector back to 0 by Don Zickus · 13 years ago
  10. 958ede7 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  11. 86e2fe9 Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  12. 7f74f8f x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systems by Andreas Herrmann · 13 years ago
  13. 7b62dbe x86/mrst: Fix apb timer rating when lapic timer is used by Jacob Pan · 13 years ago
  14. 2c46d2a KVM: SVM: Advance instruction pointer in dr_intercept by Joerg Roedel · 13 years ago
  15. e19e074 x86: Fix reboot problem on VersaLogic Menlow boards by Kushal Koolwal · 13 years ago
  16. bfb53cc intel_idle: disable Atom/Lincroft HW C-state auto-demotion by Len Brown · 13 years ago
  17. 14796fc intel_idle: disable NHM/WSM HW C-state auto-demotion by Len Brown · 14 years ago
  18. 7d44ec1 perf, x86: P4 PMU: Fix spurious NMI messages by Cyrill Gorcunov · 13 years ago
  19. 1cecd79 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  20. fef86db Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  21. 84e383b x86, dmi, debug: Log board name (when present) in dmesg/oops output by Naga Chumbalkar · 13 years ago
  22. 678301e x86, ioapic: Don't warn about non-existing IOAPICs if we have none by Paul Bolle · 13 years ago
  23. 1c9d16e x86: Fix mwait_usable section mismatch by Borislav Petkov · 13 years ago
  24. 5117348 x86: Readd missing irq_to_desc() in fixup_irq() by Thomas Gleixner · 13 years ago
  25. d91309f x86: Fix text_poke_smp_batch() deadlock by Peter Zijlstra · 13 years ago
  26. 3c6c0d6 Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  27. 2fb270f x86: Fix section mismatch in LAPIC initialization by Jan Beulich · 13 years ago
  28. 893a5ab KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_index by Joerg Roedel · 14 years ago
  29. d344e38 x86, nx: Mark the ACPI resume trampoline code as +x by H. Peter Anvin · 13 years ago
  30. 07675f4 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  31. 11d4c3f x86-32: Make sure the stack is set up before we use it by H. Peter Anvin · 13 years ago
  32. 831d52b x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after switching mm by Suresh Siddha · 13 years ago
  33. eb487ab Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  34. f744854 x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms by Suresh Siddha · 13 years ago
  35. f12d3d0 x86, nx: Don't force pages RW when setting NX bits by Matthieu CASTET · 14 years ago
  36. 1f0324c Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  37. f7b548f 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
  38. d038b12 perf: Fix Pentium4 raw event validation by Stephane Eranian · 14 years ago
  39. 23febed xen/setup: Route halt operations to safe_halt pvop. by Stefano Stabellini · 14 years ago
  40. 7cb31b7 xen/e820: Guard against E820_RAM not having page-aligned size or start. by Stefano Stabellini · 14 years ago
  41. cf04d12 xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn. by Stefan Bader · 14 years ago
  42. 889a7a6 percpu, x86: Fix percpu_xchg_op() by Eric Dumazet · 14 years ago
  43. 9a57c3e x86: Remove left over system_64.h by Yinghai Lu · 14 years ago
  44. cacf061 thp: fix PARAVIRT x86 32bit noPAE by Andrea Arcangeli · 14 years ago
  45. 2e5aa68 x86-64: Don't use pointer to out-of-scope variable in dump_trace() by Jesper Juhl · 14 years ago
  46. 4398f31 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
  47. 8969691 x86: Fix jump label with RO/NX module protection crash by matthieu castet · 14 years ago
  48. 93789b3 x86, hotplug: Fix powersavings with offlined cores on AMD by Borislav Petkov · 14 years ago
  49. ebe0d80 Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  50. cfd7448 Merge branch 'stable/bug-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  51. 8e1b4cf xen: p2m: correctly initialize partial p2m leaf by Stefan Bader · 14 years ago
  52. f21bbec x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp to handler intr by Fenghua Yu · 14 years ago
  53. cc67ba63 x86: Use asm-generic/cacheflush.h by Akinobu Mita · 14 years ago
  54. 2b1caf6 Merge branch 'core-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. 8d99641 Merge branch 'akpm' by Linus Torvalds · 14 years ago
  56. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 14 years ago
  57. e55fdbd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  58. 7d81c3b xen: fix non-ANSI function warning in irq.c by Randy Dunlap · 14 years ago
  59. 2ce802f lockdep: Move early boot local IRQ enable/disable status to init/main.c by Tejun Heo · 14 years ago
  60. fb87ec3 x86: Update CPU cache attributes table descriptors by Dave Jones · 14 years ago
  61. 2b8216e LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO) by Randy Dunlap · 14 years ago
  62. ced05dd lguest: compile fixes by Rusty Russell · 14 years ago
  63. c9f2954 lguest: Use this_cpu_ops by Christoph Lameter · 14 years ago
  64. 9032160 x86: Unify "numa=" command line option handling by Jan Beulich · 14 years ago
  65. 6b35eb9 Revert "x86: Make relocatable kernel work with new binutils" by Ingo Molnar · 14 years ago
  66. 404cbbd 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
  67. 7b698ea x86: Clear irqstack thread_info by Brian Gerst · 14 years ago
  68. 86b1e8d x86: Make relocatable kernel work with new binutils by Shaohua Li · 14 years ago
  69. f9ee7f6 Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and '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. de23be5 xen: export arbitrary_virt_to_machine by Stephen Rothwell · 14 years ago
  71. 76d1f7b x86, olpc: Add missing Kconfig dependencies by H. Peter Anvin · 14 years ago
  72. 6550904 x86, mrst: Set correct APB timer IRQ affinity for secondary cpu by Jacob Pan · 14 years ago
  73. d73b388 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  74. 62627be x86: tsc: Fix calibration refinement conditionals to avoid divide by zero by John Stultz · 14 years ago
  75. 64a5fed x86/PCI: make Broadcom CNB20LE driver EMBEDDED and EXPERIMENTAL by Bjorn Helgaas · 14 years ago
  76. 30e664a x86/PCI: don't use native Broadcom CNB20LE driver when ACPI is available by Bjorn Helgaas · 14 years ago
  77. 6e8af08 PCI: enable pci=bfsort by default on future Dell systems by Narendra_K@Dell.com · 14 years ago
  78. 419cdc5 x86: OLPC: convert olpc-xo1 driver from pci device to platform device by Andres Salomon · 14 years ago
  79. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  80. dc8e7e3 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  81. 9c4bc1c Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  82. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 14 years ago
  83. 4b7167b thp: don't allow transparent hugepage support without PSE by Andrea Arcangeli · 14 years ago
  84. c489f12 thp: add pmd_modify by Johannes Weiner · 14 years ago
  85. f2d6bfe thp: add x86 32bit support by Johannes Weiner · 14 years ago
  86. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 14 years ago
  87. 936a5fe thp: kvm mmu transparent hugepage support by Andrea Arcangeli · 14 years ago
  88. bae9c19 thp: split_huge_page_mm/vma by Andrea Arcangeli · 14 years ago
  89. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 14 years ago
  90. 64cc6ae thp: bail out gup_fast on splitting pmd by Andrea Arcangeli · 14 years ago
  91. db3eb96 thp: add pmd mangling functions to x86 by Andrea Arcangeli · 14 years ago
  92. 5f6e8da thp: special pmd_trans_* functions by Andrea Arcangeli · 14 years ago
  93. 2609ae6 thp: no paravirt version of pmd ops by Andrea Arcangeli · 14 years ago
  94. 331127f thp: add pmd paravirt ops by Andrea Arcangeli · 14 years ago
  95. 0a47de5 thp: add native_set_pmd_at by Andrea Arcangeli · 14 years ago
  96. 9180706 thp: alter compound get_page/put_page by Andrea Arcangeli · 14 years ago
  97. d0a2126 mm: unify module_alloc code for vmalloc by David Rientjes · 14 years ago
  98. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  99. e691d24 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. 55065bc Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago