1. b19b3c7 Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'core/signal', 'core/urgent' and 'core/xen' into core/core by Ingo Molnar · 16 years ago
  2. d091c2f Add 'pr_fmt()' format modifier to pr_xyz macros. by Martin Schwidefsky · 16 years ago
  3. 708b8ea Merge branch 'linus' into core/locking by Ingo Molnar · 16 years ago
  4. 7106a27 kernel.h: fix might_sleep kernel-doc by Randy Dunlap · 16 years ago
  5. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  6. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  7. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  8. 26e9a39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 16 years ago
  9. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  10. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  11. 25ddbb1 Make the taint flags reliable by Andi Kleen · 16 years ago
  12. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 16 years ago
  13. 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
  14. 29e71ab ftrace: rebuild everything on change to FTRACE_MCOUNT_RECORD by Steven Rostedt · 16 years ago
  15. 061b1bd Staging: add TAINT_CRAP for all drivers/staging code by Greg Kroah-Hartman · 16 years ago
  16. a0ad05c Introduce FW_BUG, FW_WARN and FW_INFO to consistenly tell users about BIOS bugs by Thomas Renninger · 16 years ago
  17. 3ee1afa x86: some lock annotations for user copy paths, v2 by Nick Piggin · 16 years ago
  18. 6003ab0 Merge branch 'linus' into core/debug by Ingo Molnar · 16 years ago
  19. ab7476c debug: add notifier chain debugging, v2 by Arjan van de Ven · 16 years ago
  20. 170465e Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  21. 070cb06 move kernel-doc comment for might_sleep directly before its defining block by Uwe Kleine-König · 16 years ago
  22. ced9cd4 printk: robustify printk, fix by Ingo Molnar · 16 years ago
  23. b845b51 printk: robustify printk by Peter Zijlstra · 16 years ago
  24. 204b885 introduce lower_32_bits() macro by Joerg Roedel · 16 years ago
  25. d974ae3 generic, memparse(): constify argument by Jeremy Fitzhardinge · 16 years ago
  26. 717115e printk ratelimiting rewrite by Dave Young · 16 years ago
  27. e0deaff4 split the typecheck macros out of include/linux/kernel.h by Andrew Morton · 16 years ago
  28. 9e4144a Merge branch 'linus' into core/printk by Ingo Molnar · 16 years ago
  29. ca31e14 Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h by Eduard - Gabriel Munteanu · 16 years ago
  30. e17ba73 x86, generic: mark early_printk as asmlinkage by Jiri Slaby · 16 years ago
  31. 42fdfa2 namespacecheck: more kernel/printk.c fixes by Thomas Gleixner · 16 years ago
  32. 3fc9577 lib: create common ascii hex array by Harvey Harrison · 16 years ago
  33. bdf4bba Add macros similar to min/max/min_t/max_t by Harvey Harrison · 16 years ago
  34. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 16 years ago
  35. 5f97a5a isolate ratelimit from printk.c for other use by Dave Young · 16 years ago
  36. 95b570c Taint kernel after WARN_ON(condition) by Nur Hussein · 16 years ago
  37. 1429db8 driver core: Convert debug functions declared inline __attribute__((format (printf,x,y) to statement expression macros by Joe Perches · 16 years ago
  38. 06b2a76 Add new string functions strict_strto* and convert kernel params to use them by Yi Yang · 16 years ago
  39. 7ef3d2f printk_ratelimit() functions should use CONFIG_PRINTK by Joe Perches · 16 years ago
  40. ec70158 Remove fastcall from linux/include by Harvey Harrison · 16 years ago
  41. b920de1 mn10300: add the MN10300/AM33 architecture to the kernel by David Howells · 16 years ago
  42. 7fa3031 aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT by David Howells · 16 years ago
  43. 6ed31e9 ACPI: Taint kernel on ACPI table override (format corrected) by Éric Piel · 16 years ago
  44. f10db62 Avoid divide in IS_ALIGN by Herbert Xu · 16 years ago
  45. 076f977 x86: make early printk selectable on 64-bit as well by Ingo Molnar · 16 years ago
  46. 02b67cc3 sched: do not do cond_resched() when CONFIG_PREEMPT by Herbert Xu · 16 years ago
  47. 4749252 printk: add KERN_CONT annotation by Ingo Molnar · 17 years ago
  48. 1f7c823 Make the pr_*() family of macros in kernel.h complete by Emil Medve · 17 years ago
  49. 0b15d04 printk: add interfaces for external access to the log buffer by Mike Frysinger · 17 years ago
  50. 0c0e619 memory unplug: page offline by KAMEZAWA Hiroyuki · 17 years ago
  51. 2da96ac [BLOCK] Move sector_div() from blkdev.h to kernel.h by Jens Axboe · 17 years ago
  52. a83308e PTR_ALIGN by Matthew Wilcox · 17 years ago
  53. eb9a9a5 hex_dump: add missing "const" qualifiers by Alan Stern · 17 years ago
  54. 6a0ed91 hexdump: use const notation by Artem Bityutskiy · 17 years ago
  55. a586df0 x86: Support __attribute__((__cold__)) in gcc 4.3 by Andi Kleen · 17 years ago
  56. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 17 years ago
  57. c790923 hexdump: more output formatting by Randy Dunlap · 17 years ago
  58. 78db2ad include/linux: trivial repair whitespace damage by Daniel Walker · 17 years ago
  59. 99eaf3c lib/hexdump by Randy Dunlap · 17 years ago
  60. 218e180 add upper-32-bits macro by Andrew Morton · 17 years ago
  61. c5e631cf ARRAY_SIZE: check for type by Rusty Russell · 17 years ago
  62. 11443ec Add kvasprintf() by Jeremy Fitzhardinge · 17 years ago
  63. 04a2e6a [PATCH] pid: make session_of_pgrp use struct pid instead of pid_t by Eric W. Biederman · 17 years ago
  64. 5be02f1 [PATCH] include/linux/kernel.h: Remove labs() by Richard Knutsson · 17 years ago
  65. e3e8a75 [PATCH] Extract and use wake_up_klogd() by Kirill Korotaev · 17 years ago
  66. d4d23ad [PATCH] Common compat_sys_sysinfo by Kyle McMartin · 17 years ago
  67. 34f5a39 [PATCH] Add TAINT_USER and ability to set taint flags from userspace by Theodore Ts'o · 17 years ago
  68. 3eb3c74 [PATCH] fix linux banner format string by Roman Zippel · 18 years ago
  69. 8993780 Make SLES9 "get_kernel_version" work on the kernel binary again by Linus Torvalds · 18 years ago
  70. 312a0c17 [PATCH] LOG2: Alter roundup_pow_of_two() so that it can use a ilog2() on a constant by David Howells · 18 years ago
  71. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  72. e20ec99 fix spelling error in include/linux/kernel.h by Jim Cromie · 18 years ago
  73. 2ea5814 Fix 'ALIGN()' macro, take 2 by Linus Torvalds · 18 years ago
  74. f46c483 [PATCH] Add printk_timed_ratelimit() by Andrew Morton · 18 years ago
  75. 8b2a1fd [PATCH] pr_debug: check pr_debug() arguments by Zach Brown · 18 years ago
  76. 08e0f6a [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMA by Christoph Lameter · 18 years ago
  77. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  78. 930631e [PATCH] add DIV_ROUND_UP() by Steven Whitehouse · 18 years ago
  79. 8da5add [PATCH] x86: Allow users to force a panic on NMI by Don Zickus · 18 years ago
  80. 4c8bd7e [KERNEL] Do not truncate to 'int' in ALIGN() macro. by David Miller · 18 years ago
  81. 1cc6daf pr_debug() should not be used in drivers by Pavel Machek · 18 years ago
  82. b4cac1a [PATCH] FDPIC: Move roundup() into linux/kernel.h by David Howells · 18 years ago
  83. 4552d5d [PATCH] x86_64: reliable stack trace support by Jan Beulich · 18 years ago
  84. e905914 [PATCH] Implement kasprintf by Jeremy Fitzhardinge · 18 years ago
  85. 368a5fa [PATCH] remove unlikely() in might_sleep_if() by Hua Zhong · 18 years ago
  86. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  87. 5e37661 [PATCH] symbol_put_addr() locks kernel by Trent Piepho · 18 years ago
  88. aa72710 [PATCH] the scheduled unexport of panic_timeout by Adrian Bunk · 18 years ago
  89. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  90. 962749a [PATCH] roundup_pow_of_two() 64-bit fix by Andrew Morton · 18 years ago
  91. dd28779 [PATCH] pause_on_oops command line option by Andrew Morton · 18 years ago
  92. a62eaf1 [PATCH] x86_64: Add boot option to disable randomized mappings and cleanup by Andi Kleen · 18 years ago
  93. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 18 years ago
  94. 9343e79 [IPV6]: Preserve procfs IPV6 address output format by YOSHIFUJI Hideaki · 18 years ago
  95. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 18 years ago
  96. df2e71f [PATCH] dump_thread() cleanup by akpm@osdl.org · 19 years ago
  97. 711a660 [PATCH] mutex subsystem, add typecheck_fn(type, function) by Chuck Ebbert · 19 years ago
  98. a136564 [PATCH] remove gcc-2 checks by Andrew Morton · 19 years ago
  99. 729b4d4 [ACPI] fix reboot upon suspend-to-disk by Alexey Starikovskiy · 19 years ago
  100. dfed044 [PATCH] __deprecated_for_modules: panic_timeout by Adrian Bunk · 19 years ago