1. a4b5d58 bug: Make BUG() always stop the machine by Josh Triplett · 10 years ago
  2. 4e50ebd bug: when !CONFIG_BUG, make WARN call no_printk to check format and args by Josh Triplett · 10 years ago
  3. a3f7607 include/asm-generic/bug.h: style fix: s/while(0)/while (0)/ by Josh Triplett · 10 years ago
  4. b607e70 bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family by Josh Triplett · 10 years ago
  5. 09682c1 bug.h: Fix up CONFIG_BUG=n implicit function declarations. by Paul Mundt · 12 years ago
  6. 2603efa bug.h: Fix up powerpc build regression. by Paul Mundt · 12 years ago
  7. 3777808 bug.h: need linux/kernel.h for TAINT_WARN. by Paul Mundt · 12 years ago
  8. 7ccaba5 consolidate WARN_...ONCE() static variables by Jan Beulich · 12 years ago
  9. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  10. 86e4ca6 bug.h: Move ratelimit warn interfaces to ratelimit.h by David S. Miller · 13 years ago
  11. 6b36783 bug.h: Fix build with CONFIG_PRINTK disabled. by David S. Miller · 13 years ago
  12. b3eec79 bug.h: Add WARN_RATELIMIT by Joe Perches · 13 years ago
  13. ccd0d44 WARN_ON_SMP(): Add comment to explain ({0;}) by Steven Rostedt · 13 years ago
  14. 2092e6b WARN_ON_SMP(): Allow use in if() statements on UP by Steven Rostedt · 13 years ago
  15. b2be052 panic: Allow warnings to set different taint flags by Ben Hutchings · 14 years ago
  16. 42f247c WARN_ONCE(): use bool for boolean flag by Cesar Eduardo Barros · 15 years ago
  17. 57adc4d Eliminate thousands of warnings with gcc 3.2 build by Andi Kleen · 15 years ago
  18. da60682 The default CONFIG_BUG=n version of BUG() should have an empty do...while by David Howells · 15 years ago
  19. af9379c documentation: when to BUG(), and when to not BUG() by David Brownell · 16 years ago
  20. 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
  21. b93a531 allow bug table entries to use relative pointers (and use it on x86-64) by Jan Beulich · 16 years ago
  22. ec5679e debug warnings: eliminate warn_on_slowpath() by Ingo Molnar · 16 years ago
  23. f6f286f fix WARN() for PPC by Arjan van de Ven · 16 years ago
  24. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  25. 45e9c0d warn: Turn the netdev timeout WARN_ON() into a WARN() by Arjan van de Ven · 16 years ago
  26. 717115e printk ratelimiting rewrite by Dave Young · 16 years ago
  27. a8f18b9 Add a WARN() macro; this is WARN_ON() + printk arguments by Arjan van de Ven · 16 years ago
  28. 79b4cc5 debug: move WARN_ON() out of line by Arjan van de Ven · 16 years ago
  29. 3a6a62f9 debug: introduce __WARN() by Olof Johansson · 16 years ago
  30. 8d4fbcf Fix WARN_ON() on bitfield ops by Linus Torvalds · 17 years ago
  31. 2a41de4 Fix sparse false positives re BUG_ON(ptr) by Alexey Dobriyan · 17 years ago
  32. 8f53b6f Don't call a warnign a bug. It's a warning. by Linus Torvalds · 17 years ago
  33. 52e88f5 [PATCH] change WARN_ON back to "BUG: at ..." by Ingo Molnar · 18 years ago
  34. 30e25b7 [PATCH] Fix generic WARN_ON message by Jeremy Fitzhardinge · 18 years ago
  35. 7664c5a [PATCH] Generic BUG implementation by Jeremy Fitzhardinge · 18 years ago
  36. 8c7c7c9 [PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabled by Ralf Baechle · 18 years ago
  37. d69a892 [PATCH] Fix WARN_ON / WARN_ON_ONCE regression by Andrew Morton · 18 years ago
  38. 684f978 [PATCH] Let WARN_ON/WARN_ON_ONCE return the condition by Herbert Xu · 18 years ago
  39. 8eb94f8 [PATCH] pi-futex: introduce WARN_ON_SMP by Ingo Molnar · 18 years ago
  40. 74bb6a0 [PATCH] introduce WARN_ON_ONCE(cond) by Ingo Molnar · 18 years ago
  41. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  42. 91368d7 [PATCH] make bug messages more consistent by Ingo Molnar · 18 years ago
  43. cd7619d [PATCH] Exterminate PAGE_BUG by Matt Mackall · 19 years ago
  44. c8538a7 [PATCH] remove all kernel BUGs by Matt Mackall · 19 years ago
  45. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago