aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bug.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-31Fix WARN_ON() on bitfield opsLinus Torvalds1-3/+3
2007-07-17Fix sparse false positives re BUG_ON(ptr)Alexey Dobriyan1-1/+1
2007-05-24Don't call a warnign a bug. It's a warning.Linus Torvalds1-1/+1
2006-12-30[PATCH] change WARN_ON back to "BUG: at ..."Ingo Molnar1-1/+1
2006-12-08[PATCH] Fix generic WARN_ON messageJeremy Fitzhardinge1-1/+1
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge1-0/+16
2006-10-20[PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabledRalf Baechle1-1/+4
2006-10-06[PATCH] Fix WARN_ON / WARN_ON_ONCE regressionAndrew Morton1-8/+8
2006-09-29[PATCH] Let WARN_ON/WARN_ON_ONCE return the conditionHerbert Xu1-16/+16
2006-06-27[PATCH] pi-futex: introduce WARN_ON_SMPIngo Molnar1-0/+6
2006-06-25[PATCH] introduce WARN_ON_ONCE(cond)Ingo Molnar1-0/+13
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-23[PATCH] make bug messages more consistentIngo Molnar1-2/+2
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall1-11/+0
2005-05-01[PATCH] remove all kernel BUGsMatt Mackall1-0/+19
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+34