1. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  2. ad3d0a3 small documentation fixes by Philipp Marek · 19 years ago
  3. 9631512 Fix typo in arch/x86/kernel/tsc_32.c by Josh Triplett · 19 years ago
  4. 01dd2fb typo fixes by Matt LaPlante · 19 years ago
  5. 676b185 spelling fixes: arch/x86_64/ by Simon Arlott · 19 years ago
  6. 5b20311 spelling fixes: arch/v850/ by Simon Arlott · 19 years ago
  7. b60745b spelling fixes: arch/um/ by Simon Arlott · 19 years ago
  8. 0c79cf6 spelling fixes: arch/m68k/ by Simon Arlott · 19 years ago
  9. 5aa8b6c spelling fixes: arch/m32r/ by Simon Arlott · 19 years ago
  10. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 19 years ago
  11. 5e71c60 spelling fixes: arch/h8300/ by Simon Arlott · 19 years ago
  12. 761a7e3 spelling fixes: arch/frv/ by Simon Arlott · 19 years ago
  13. 49b4ff3 spelling fixes: arch/cris/ by Simon Arlott · 19 years ago
  14. c3a2dde spelling fixes: arch/alpha/ by Simon Arlott · 19 years ago
  15. 5c5f4fe H8300: Typo: "buildin" -> "builtin" by Robert P. J. Day · 19 years ago
  16. 0a8141e XTENSA: Emphasize that the "eth" boot-time parm takes a value by Robert P. J. Day · 19 years ago
  17. 4aad794 BOOT: Show that no_ipi_broadcast() takes a parameter. by Robert P. J. Day · 19 years ago
  18. 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 19 years ago
  19. c03983a Spelling fix: explicitly by Jean Delvare · 19 years ago
  20. db95517 more UTF-8 conversions by Marcin Garski · 19 years ago
  21. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 19 years ago
  22. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 19 years ago
  23. c4ec207 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 19 years ago
  24. 0a4908e Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  25. 2679065 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 19 years ago
  26. 09caded Combine instrumentation menus in kernel/Kconfig.instrumentation by Mathieu Desnoyers · 19 years ago
  27. 7d7712a Use extended crashkernel command line on sh by Bernhard Walle · 19 years ago
  28. edd8ce6 Use extended crashkernel command line on ppc64 by Bernhard Walle · 19 years ago
  29. cb38085 Use extended crashkernel command line on ia64 by Bernhard Walle · 19 years ago
  30. 5c3391f Use extended crashkernel command line on x86_64 by Bernhard Walle · 19 years ago
  31. d62cc47 Use extended crashkernel command line on i386 by Bernhard Walle · 19 years ago
  32. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 19 years ago
  33. 93043ec define global BIT macro by Jiri Slaby · 19 years ago
  34. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 19 years ago
  35. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 19 years ago
  36. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 19 years ago
  37. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 19 years ago
  38. c2e2c7f task cgroups: enable cgroups by default in some configs by Paul Jackson · 19 years ago
  39. 3ed75eb setup vma->vm_page_prot by vm_get_page_prot() by Coly Li · 19 years ago
  40. 22124c9 kmap leak fix for x86_32 kdump by Fernando Luis Vázquez Cao · 19 years ago
  41. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 19 years ago
  42. f1df280 x86: introduce frame_pointer() and stack_pointer() by Jan Blunck · 19 years ago
  43. 124d395 i386: do not BUG_ON() when MSR is unknown by Stephane Eranian · 19 years ago
  44. 71b3123 x86: acpi use cpu_physical_id by Mike Travis · 19 years ago
  45. b627847 x86: convert cpu_llc_id to be a per cpu variable by Mike Travis · 19 years ago
  46. 71fff5e x86: convert cpu_to_apicid to be a per cpu variable by Mike Travis · 19 years ago
  47. dbeb2be i386: introduce "used_vectors" bitmap which can be used to reserve vectors. by Rusty Russell · 19 years ago
  48. 39743c9 x86: use raw locks during oopses by Andi Kleen · 19 years ago
  49. b1992df x86: honor _PAGE_PSE bit on page walks by Jan Beulich · 19 years ago
  50. 1f503e7 i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE. by Akinobu Mita · 19 years ago
  51. 66d16ed x86: implement missing x86_64 function smp_call_function_mask() by Laurent Vivier · 19 years ago
  52. 9d1c6e7 x86: use descriptor's functions instead of inline assembly by Glauber de Oliveira Costa · 19 years ago
  53. 9d975eb i386: consolidate show_regs and show_registers for i386 by Pavel Emelyanov · 19 years ago
  54. 574a604 i386: make callgraph use dump_trace() on i386/x86_64 by Jan Blunck · 19 years ago
  55. 9480626 x86: enable iommu_merge by default by Andi Kleen · 19 years ago
  56. 54ef340 x86: Unify i386 and x86-64 early quirks by Andi Kleen · 19 years ago
  57. 158ad32 x86: enable HPET on ICH3 and ICH4 by Udo A. Steinberg · 19 years ago
  58. b196884 x86: force enable HPET on VT8235/8237 chipsets by Udo A. Steinberg · 19 years ago
  59. b17530b x86: add force_hpet boot option by Thomas Gleixner · 19 years ago
  60. 7649223 x86: quirk.c trivial coding style and white space cleanup by Thomas Gleixner · 19 years ago
  61. b3f5dde x86: don't zero pad addresses in segfault message by Andi Kleen · 19 years ago
  62. 95d1b8f x86: Use linux/elfcore-compat.h by Roland McGrath · 19 years ago
  63. 7778887 x86: merge init_task_32/64.c by Hiroshi Shimamoto · 19 years ago
  64. af93ebc x86: remove page_fault_trace by Andi Kleen · 19 years ago
  65. 096708d Kconfig: Missing line breaks in arch/x86_64/Kconfig by Adrian Knoth · 19 years ago
  66. 06b4f2a x86: move cpufreq Kconfigs to the same directory by Thomas Gleixner · 19 years ago
  67. 0387f45 GEODE: use symbolic constant in cs5536 reboot fixup by Andres Salomon · 19 years ago
  68. 54ffaa4 x86: fix CONFIG_NUMA and nosmp | maxcpus=0/1 crash by Ingo Molnar · 19 years ago
  69. 3ceba78 x86: use relative symlink for bzImage by Sam Ravnborg · 19 years ago
  70. 957ff88 x86, vsyscall: fix the oops crash with __pa_vsymbol() by Siddha, Suresh B · 19 years ago
  71. f322727 x86: update .gitignore entries by Thomas Gleixner · 19 years ago
  72. 1d9ef3e [MIPS] Kill duplicated setup_irq() for cp0 timer by Atsushi Nemoto · 19 years ago
  73. d527eef [MIPS] Sibyte: Finish conversion to modern time APIs. by Ralf Baechle · 19 years ago
  74. 93c846f [MIPS] time: Helpers to compute clocksource/event shift and mult values. by Ralf Baechle · 19 years ago
  75. f887b93 [MIPS] SMTC: Build fix. by Ralf Baechle · 19 years ago
  76. 9c9ad79 [MIPS] time: Delete dead code. by Ralf Baechle · 19 years ago
  77. 723ee05 [MIPS] MIPSsim: Strip defconfig file to the bones. by Ralf Baechle · 19 years ago
  78. 9a24d04 x86: fix global_flush_tlb() bug by Ingo Molnar · 19 years ago
  79. 32c15bb Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  80. a577936 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  81. 9cf52b2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 19 years ago
  82. e8c4431 Replace __attribute_pure__ with __pure by Ralf Baechle · 19 years ago
  83. c80544d sparse pointer use of zero as null by Stephen Hemminger · 19 years ago
  84. 3804898 x86 msr driver: Misc cpuinit annotations by Satyam Sharma · 19 years ago
  85. 4603ac1 powerpc: add scaled time accounting by Michael Neuling · 19 years ago
  86. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 19 years ago
  87. 282a821 sysctl: x86_64 remove unnecessary binary paths by Eric W. Biederman · 19 years ago
  88. ef1d715 cpu hotplug: intel_cacheinfo: fix cpu hotplug error handling by Akinobu Mita · 19 years ago
  89. d435d86 cpu hotplug: mce: fix cpu hotplug error handling by Akinobu Mita · 19 years ago
  90. 881a841 cpu hotplug: msr: fix cpu hotplug error handling by Akinobu Mita · 19 years ago
  91. c7e38a9 cpu hotplug: thermal_throttle: fix cpu hotplug error handling by Akinobu Mita · 19 years ago
  92. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 19 years ago
  93. efa4d2f Hibernation: Use temporary page tables for kernel text mapping on x86_64 by Rafael J. Wysocki · 19 years ago
  94. c30bb68 Hibernation: Pass CR3 in the image header on x86_64 by Rafael J. Wysocki · 19 years ago
  95. d158cbd Hibernation: Arbitrary boot kernel support on x86_64 by Rafael J. Wysocki · 19 years ago
  96. 50a1efe s2ram: kill old debugging junk by Pavel Machek · 19 years ago
  97. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 19 years ago
  98. e6c5eb9 PM: Rework struct platform_suspend_ops by Rafael J. Wysocki · 19 years ago
  99. 26398a7 PM: Rename struct pm_ops and related things by Rafael J. Wysocki · 19 years ago
  100. 95d9ffb PM: Move definition of struct pm_ops to suspend.h by Rafael J. Wysocki · 19 years ago