1. a76117d x86: Use pci_claim_resource by Matthew Wilcox · 15 years ago
  2. c30938d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  3. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  4. e4c9dd0 kmap_types: make most arches use generic header file by Randy Dunlap · 15 years ago
  5. a9c5695 use printk_once() in several places by Minchan Kim · 15 years ago
  6. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  7. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 15 years ago
  8. 08604bd time: move PIT_TICK_RATE to linux/timex.h by Arnd Bergmann · 15 years ago
  9. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  10. 07e9bb8 Driver Core: x86: add nodename for cpuid and msr drivers. by Kay Sievers · 15 years ago
  11. d405640 Driver Core: misc: add nodename support for misc devices. by Kay Sievers · 15 years ago
  12. 19035e5 Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  13. 8e7c259 [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powernow-k8.c by Rusty Russell · 15 years ago
  14. 1ff6e97 [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.c by Rusty Russell · 15 years ago
  15. e3f996c [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c by Rusty Russell · 15 years ago
  16. 394122a [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.c by Rusty Russell · 15 years ago
  17. e15bc45 [CPUFREQ] powernow-k8: get drv data for correct CPU by Naga Chumbalkar · 15 years ago
  18. 532cfee [CPUFREQ] powernow-k8: read P-state from HW by Naga Chumbalkar · 15 years ago
  19. b394f1d [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[] by Andrew Morton · 15 years ago
  20. 931db6a [CPUFREQ] Clean up convoluted code in arch/x86/kernel/tsc.c:time_cpufreq_notifier() by Dave Jones · 15 years ago
  21. 21335d0 [CPUFREQ] powernow-k8.c: mess cleanup by Luis Henriques · 15 years ago
  22. 86e1368 [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0 by Thomas Renninger · 15 years ago
  23. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  24. ac61a75 kmemcheck: add opcode self-testing at boot by Vegard Nossum · 15 years ago
  25. eb63657 x86: unify pte_hidden by Jeremy Fitzhardinge · 16 years ago
  26. 9d31c50 x86: make _PAGE_HIDDEN conditional by Jeremy Fitzhardinge · 16 years ago
  27. 0a4af3b kmemcheck: make kconfig accessible for other architectures by Pekka Enberg · 15 years ago
  28. 7d46d9e kmemcheck: enable in the x86 Kconfig by Vegard Nossum · 16 years ago
  29. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  30. 9b5cab3 kmemcheck: add hooks for page- and sg-dma-mappings by Vegard Nossum · 15 years ago
  31. 9e73023 kmemcheck: don't track page tables by Vegard Nossum · 15 years ago
  32. d700285 kmemcheck: add DMA hooks by Vegard Nossum · 16 years ago
  33. 2dff440 kmemcheck: add mm functions by Vegard Nossum · 16 years ago
  34. f856129 x86: add hooks for kmemcheck by Vegard Nossum · 16 years ago
  35. f8b4ece kmemcheck: use kmemcheck_pte_lookup() instead of open-coding it by Pekka Enberg · 15 years ago
  36. 6d9609c kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode() by Pekka Enberg · 15 years ago
  37. 0c33cac kmemcheck: remove multiple ifdef'd definitions of the same global variable by Pekka Enberg · 15 years ago
  38. 5b53b76 kmemcheck: make initialization message less confusing by Pekka Enberg · 15 years ago
  39. 6a19638 kmemcheck: remove forward declarations from error.c by Pekka Enberg · 15 years ago
  40. a2ee2981 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  41. 32f44d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  42. 60e3839 kmemcheck: include module.h to prevent warnings by Randy Dunlap · 16 years ago
  43. dfec072 kmemcheck: add the kmemcheck core by Vegard Nossum · 16 years ago
  44. cd166bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 15 years ago
  45. acc6be5 x86: add save_stack_trace_bp() for tracing from a specific stack frame by Vegard Nossum · 16 years ago
  46. 947ec0b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  47. 4ddbac9 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
  48. d161630 PM core: rename suspend and resume functions by Alan Stern · 15 years ago
  49. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 15 years ago
  50. 08687ae x86: unify power/cpu_(32|64).c by Sergio Luis · 15 years ago
  51. 6d48bec x86: unify power/cpu_(32|64) copyright notes by Sergio Luis · 15 years ago
  52. 3134d04 x86: unify power/cpu_(32|64) regarding restoring processor state by Sergio Luis · 15 years ago
  53. f9ebbe5 x86: unify power/cpu_(32|64) regarding saving processor state by Sergio Luis · 15 years ago
  54. 833b2ca x86: unify power/cpu_(32|64) global variables by Sergio Luis · 15 years ago
  55. f6783d2 x86: unify power/cpu_(32|64) headers by Sergio Luis · 15 years ago
  56. ce4b3c5 PM/ACPI/x86: Fix sparse warning in arch/x86/kernel/acpi/sleep.c by Jaswinder Singh Rajput · 15 years ago
  57. 6d21491 Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  58. 7f3591c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 15 years ago
  59. 65d52cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 15 years ago
  60. db8e7f1 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
  61. acdd0b6 lguest: PAE support by Matias Zabaljauregui · 15 years ago
  62. cefcad1 lguest: Add support for kvm_hypercall4() by Matias Zabaljauregui · 15 years ago
  63. ebe0ba8 lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD by Matias Zabaljauregui · 15 years ago
  64. 90603d1 lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated by Matias Zabaljauregui · 15 years ago
  65. 61f4bc8 lguest: optimize by coding restore_flags and irq_enable in assembler. by Rusty Russell · 15 years ago
  66. a32a8813 lguest: improve interrupt handling, speed up stream networking by Rusty Russell · 15 years ago
  67. 1028375 lguest: clean up lguest_init_IRQ by Rusty Russell · 15 years ago
  68. 5933048 module: cleanup FIXME comments about trimming exception table entries. by Rusty Russell · 15 years ago
  69. c398df3 module: merge module_alloc() finally by Amerigo Wang · 15 years ago
  70. 0fdc83b x86 module: merge the rest functions with macros by Amerigo Wang · 15 years ago
  71. 2d5bf28 x86 module: merge the same functions in module_32.c and module_64.c by Amerigo Wang · 15 years ago
  72. dff5da6 perf_counter/x86: Add a quirk for Atom processors by Yong Wang · 15 years ago
  73. 55cd636 x86: make zap_low_mapping could be used early by Yinghai Lu · 15 years ago
  74. 5b02ee3 asm-generic: merge branch 'master' of torvalds/linux-2.6 by Arnd Bergmann · 15 years ago
  75. 1260866 x86: Provide _sdata in the vmlinux.lds.S file by Catalin Marinas · 15 years ago
  76. 12274e9 x86: use zalloc_cpumask_var in arch_early_irq_init by Yinghai Lu · 15 years ago
  77. 8c5dd8f x86: handle initrd that extends into unusable memory by Yinghai Lu · 15 years ago
  78. 0d59597 Merge branch 'linus' into x86/mce3 by Ingo Molnar · 15 years ago
  79. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. b640f04 Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  81. 5b17e1c asm-generic: rename page.h and uaccess.h by Arnd Bergmann · 15 years ago
  82. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  83. c31ae4b asm-generic: introduce asm/bitsperlong.h by Arnd Bergmann · 15 years ago
  84. 63b852a asm-generic: rename termios.h, signal.h and mman.h by Arnd Bergmann · 15 years ago
  85. 7702667 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
  86. c29f5ec Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 15 years ago
  87. 6cd8e30 Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  88. dad213ae irq/cpumask: make memoryless node zero happy by Yinghai Lu · 15 years ago
  89. 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 15 years ago
  90. 49c3556 Merge branch 'serial-from-alan' by Linus Torvalds · 15 years ago
  91. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  92. 8be6e8f perf_counter: Rename L2 to LL cache by Peter Zijlstra · 15 years ago
  93. f4dbfa8 perf_counter: Standardize event names by Peter Zijlstra · 15 years ago
  94. 5b0ed52 x86: fix ktermios-termio conversion by Arnd Bergmann · 15 years ago
  95. 9866b7e x86: memtest: use pointers of equal type for comparison by Thomas Gleixner · 15 years ago
  96. 62fdac5 x86, mce: Add boot options for corrected errors by Hidetoshi Seto · 15 years ago
  97. 77e26cc x86, mce: Fix mce printing by Hidetoshi Seto · 15 years ago
  98. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  99. 57eee9a Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. 8f40642 Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago