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