1. 968ab18 include/linux/kernel.h: Move logging bits to include/linux/printk.h by Linus Torvalds · 14 years ago
  2. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
  3. 6070bf3 kernel: Constify temporary variable in roundup() by Tetsuo Handa · 14 years ago
  4. 658716d div64_u64(): improve precision on 32bit platforms by Brian Behlendorf · 14 years ago
  5. 77006a0 ratelimit: add comment warning people off printk_ratelimit() by Andrew Morton · 14 years ago
  6. a55621f include/linux/kernel.h: add __must_check to strict_strto*() by Andrew Morton · 14 years ago
  7. f27c85c kernel.h: add {min,max}3 macros by Hagen Paul Pfeifer · 14 years ago
  8. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  9. b28efd5 kernel: roundup should only reference arguments once by Eric Paris · 14 years ago
  10. 686a0f3 kernel: rounddown helper function by Eric Paris · 14 years ago
  11. c8bf133 Consolidate min_not_zero by Martin K. Petersen · 14 years ago
  12. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  13. 863a604 lib/bug.c: add oops end marker to WARN implementation by Anton Blanchard · 14 years ago
  14. c7ff0d9 panic: keep blinking in spite of long spin timer mode by TAMUKI Shoichi · 14 years ago
  15. cf4ca48 kernel.h: remove unused NIPQUAD and NIPQUAD_FMT by Joe Perches · 14 years ago
  16. e877977 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  17. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  18. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  19. eb7beb5 tracing: Remove special traces by Frederic Weisbecker · 14 years ago
  20. 69c8f52 fix #warning about using kernel headers in userpsace by Justin P. Mattock · 14 years ago
  21. 7db6f5f vsprintf: Recursive vsnprintf: Add "%pV", struct va_format by Joe Perches · 14 years ago
  22. c6de9f0 x86, mce: Add HW_ERR printk prefix for hardware error logging by Huang Ying · 14 years ago
  23. 90378889 lib: introduce common method to convert hex digits by Andy Shevchenko · 14 years ago
  24. d8521fc printk_ratelimited(): fix uninitialized spinlock by OGAWA Hirofumi · 14 years ago
  25. fc62f2f kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn by Joe Perches · 14 years ago
  26. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  27. 0961d65 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  28. 92946bc panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I') by Ben Hutchings · 14 years ago
  29. 2ec8c6b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  30. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 14 years ago
  31. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  32. 9f93ff5 Restore __ALIGN_MASK() by Alexey Dobriyan · 14 years ago
  33. a79ff73 netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting __ALIGN_KERNEL() by Alexey Dobriyan · 14 years ago
  34. bb1dc0b kernel.h: fix wrong usage of __ratelimit() by Yong Zhang · 14 years ago
  35. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  36. 9b3be9f Move round_up/down to kernel.h by Yinghai Lu · 14 years ago
  37. 6d3e090 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 14 years ago
  38. cc8ef6e kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2() by Roland Dreier · 15 years ago
  39. d894837 sched: might_sleep(): Make file parameter const char * by Simon Kagstrom · 15 years ago
  40. da184a8 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
  41. 8a64f33 kernel.h: add printk_ratelimited and pr_<level>_rl by Joe Perches · 15 years ago
  42. 0b2749a kernel.h: remove initialization of bool in printk_once by Joe Perches · 15 years ago
  43. 00b5586 dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debug by Joe Perches · 15 years ago
  44. e36c545 tracing: Fix return of trace_dump_stack() by Steven Rostedt · 15 years ago
  45. 0388938 tracing: Add trace_dump_stack() by Steven Rostedt · 15 years ago
  46. d0b093a Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  47. 5c82871 ratelimit: Make suppressed output messages more useful by Christian Borntraeger · 15 years ago
  48. c01226c warn about use of uninstalled kernel headers by Arnd Bergmann · 15 years ago
  49. a49c59c Make sure the value in abs() does not get truncated if it is greater than 2^32 by Rolf Eike Beer · 15 years ago
  50. 8c87df4 BUILD_BUG_ON(): fix it and a couple of bogus uses of it by Jan Beulich · 15 years ago
  51. 7086745 printk_once(): use bool for boolean flag by Roland Dreier · 15 years ago
  52. af91322 printk: add printk_delay to make messages readable for some scenarios by Dave Young · 15 years ago
  53. 3fff4c4 printk: Remove ratelimit.h from kernel.h by Ingo Molnar · 15 years ago
  54. e4aafea sched: Add a preempt count base offset to __might_sleep() by Frederic Weisbecker · 15 years ago
  55. e09758f sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep() by Frederic Weisbecker · 15 years ago
  56. 5211a24 x86: Add sysctl to allow panic on IOCK NMI error by Kurt Garloff · 15 years ago
  57. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  58. 6fd0330 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  59. e28d713 printk: Add KERN_DEFAULT printk log-level by Linus Torvalds · 15 years ago
  60. 5fd29d6 printk: clean up handling of log-levels and newlines by Linus Torvalds · 15 years ago
  61. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 15 years ago
  62. 4ccb457 dynamic debug: resurrect old pr_debug() semantics as pr_devel() by Michael Ellerman · 15 years ago
  63. 714f83d 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
  64. e4c393f Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  65. 04d491a kexec: add dmesg log symbols to /proc/vmcoreinfo lists by Neil Horman · 15 years ago
  66. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  67. 311d076 introduce pr_cont() macro by Cyrill Gorcunov · 15 years ago
  68. 2c60b68 kernel: remove HIPQUAD() by Harvey Harrison · 15 years ago
  69. 38a6ed3 Merge branch 'linus' into core/printk by Ingo Molnar · 15 years ago
  70. e6e66b0 Dynamic debug: fix pr_fmt() build error by Greg Banks · 15 years ago
  71. e9d376f dynamic debug: combine dprintk and dynamic printk by Jason Baron · 15 years ago
  72. 4723956 Merge branch 'linus' into core/printk by Ingo Molnar · 15 years ago
  73. 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 15 years ago
  74. 7bffc23 tracing: optimize trace_printk() by Ingo Molnar · 15 years ago
  75. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 15 years ago
  76. 546e535 Merge branch 'core/printk' into tracing/ftrace by Ingo Molnar · 15 years ago
  77. 2002c25 tracing: add tracing_on/tracing_off to kernel.h by Steven Rostedt · 15 years ago
  78. 526211b tracing: move utility functions from ftrace.h to kernel.h by Ingo Molnar · 15 years ago
  79. ac7b900 generic swap(): don't return a value from swap() by Peter Zijlstra · 15 years ago
  80. f036be9 printk: introduce printk_once() by Ingo Molnar · 15 years ago
  81. 91f68b7 generic swap(): introduce global macro swap(a, b) by Wu Fengguang · 16 years ago
  82. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  83. 9fe0608 Create a DIV_ROUND_CLOSEST macro to do division with rounding by Darrick J. Wong · 16 years ago
  84. d0d85ff Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG by Cornelia Huck · 16 years ago
  85. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. 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
  87. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  88. d091c2f Add 'pr_fmt()' format modifier to pr_xyz macros. by Martin Schwidefsky · 16 years ago
  89. 708b8ea Merge branch 'linus' into core/locking by Ingo Molnar · 16 years ago
  90. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  91. 7106a27 kernel.h: fix might_sleep kernel-doc by Randy Dunlap · 16 years ago
  92. b189db5 net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final users by Harvey Harrison · 16 years ago
  93. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  94. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  95. 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
  96. 26e9a39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 16 years ago
  97. 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
  98. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  99. 25ddbb1 Make the taint flags reliable by Andi Kleen · 16 years ago
  100. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 16 years ago