index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bug.c
Age
Commit message (
Expand
)
Author
2018-03-09
lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
Kees Cook
2018-03-09
bug: use %pB in BUG and stack protector failure
Kees Cook
2017-11-17
bug: define the "cut here" string in a single place
Kees Cook
2017-11-17
kernel debug: support resetting WARN_ONCE for all architectures
Andi Kleen
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-30
debug: Add _ONCE() logic to report_bug()
Peter Zijlstra
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
2016-03-17
lib/bug.c: use common WARN helper
Josh Poimboeuf
2016-03-17
lib/bug.c: make panic_on_warn available for all architectures
Heiko Carstens
2015-05-28
module: Sanitize RCU usage and locking
Peter Zijlstra
2014-11-11
lib/bug: Use RCU list ops for module_bug_list
Masami Hiramatsu
2014-06-04
lib/bug.c: convert printk to pr_foo()
Fabian Frederick
2013-01-21
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
2013-01-12
module: put modules in list much earlier.
Rusty Russell
2012-01-26
bugs, x86: Fix printk levels for panic, softlockups and stack dumps
Prarit Bhargava
2010-10-05
modules: Fix module_bug_list list corruption race
Linus Torvalds
2010-08-11
lib/bug.c: add oops end marker to WARN implementation
Anton Blanchard
2010-08-11
lib/bug.c: make WARN implementation match the kernel/panic.c one
Anton Blanchard
2010-05-19
panic: Allow warnings to set different taint flags
Ben Hutchings
2008-12-16
allow bug table entries to use relative pointers (and use it on x86-64)
Jan Beulich
2008-07-04
lib: taint kernel in common report_bug() WARN path.
Paul Mundt
2007-07-16
generic bug: use show_regs() instead of dump_stack()
Heiko Carstens
2006-12-08
[PATCH] Generic BUG implementation
Jeremy Fitzhardinge