index
:
hverkuil/media_tree.git
array_mod
bttv-audio
cec-arc
cec-s-conn
cec-seq
cisco
codec-rename
compat32
csc2
ctrl-enable
ctrl-priv
ctrl-refactor
cubie
cubox
debugfs
dp-mst-cec
drop-count
dv-col
dw-hdmi-cec
dynarray
edid
em28xx
extron
fh
firefly
firefly2
for-v5.19a
for-v5.19b
for-v5.20a
for-v5.20b
for-v5.20c
for-v5.20d
for-v5.20e
for-v5.20f
for-v5.20g
for-v5.20h
for-v5.20i
for-v5.20j
for-v5.20k
for-v5.20l
for-v5.20m
for-v5.21a
for-v5.21b
fract-ctrl
hdcp
hdmi-dbg
imx8mm
infoframe
interlaced
m2m-deinterlace
m2m-writing
master
mc-cec
mc-props
mc-props2
media_dev
min_bufs-reqs
mmu-null
motor
omap-bridge-cec
oprgb
pm3000
ro-reqs
rpi3
rpi4
saa7164
sama5d3
sdrout
selection
sensorfixes
subdev-kref
tc358840
tda998x
tegrav5
tegrav6
tegrav7
tegrav8
tuner
userptr
uvc
uvc-4.19
uvccomp
vb2-cpu-access
vb2-prepare
vdev-caps
vic
vicodec-stateless
vivid-lock
volatilefix
wl128x
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
panic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
bug: consolidate __WARN_FLAGS usage
Kees Cook
1
-1
/
+1
2019-09-25
bug: lift "cut here" out of __warn()
Kees Cook
1
-4
/
+2
2019-09-25
bug: consolidate warn_slowpath_fmt() usage
Kees Cook
1
-7
/
+7
2019-09-25
bug: refactor away warn_slowpath_fmt_taint()
Kees Cook
1
-15
/
+3
2019-09-25
kgdb: don't use a notifier to enter kgdb at panic; call directly
Douglas Anderson
1
-0
/
+8
2019-07-15
docs: admin-guide: move sysctl directory to it
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-15
docs: sysctl: convert to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-18
panic: add an option to replay all the printk message in buffer
Feng Tang
1
-1
/
+5
2019-05-14
panic/reboot: allow specifying reboot_mode for panic only
Aaro Koskinen
1
-0
/
+2
2019-05-14
panic: avoid the extra noise dmesg
Feng Tang
1
-0
/
+3
2019-05-02
s390: simplify disabled_wait
Martin Schwidefsky
1
-6
/
+1
2019-03-07
kernel/panic.c: taint: fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-6
/
+4
2019-01-04
kernel/sysctl: add panic_print into sysctl
Feng Tang
1
-1
/
+1
2019-01-04
panic: add options to print system info when panic happens
Feng Tang
1
-0
/
+28
2018-12-27
Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+5
2018-11-22
panic: avoid deadlocks in re-entrant console drivers
Sergey Senozhatsky
1
-1
/
+5
2018-10-31
kernel/panic.c: filter out a potential trailing newline
Borislav Petkov
1
-2
/
+6
2018-10-31
kernel/panic.c: do not append newline to the stack protector panic string
Borislav Petkov
1
-1
/
+1
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
1
-1
/
+1
2018-04-11
taint: add taint for randstruct
Kees Cook
1
-1
/
+3
2018-04-11
taint: consolidate documentation
Kees Cook
1
-19
/
+4
2018-04-11
taint: convert to indexed initialization
Kees Cook
1
-17
/
+19
2018-04-10
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-0
/
+2
2018-04-06
lockdep: Add print_irqtrace_events() to __warn
Steven Rostedt (VMware)
1
-0
/
+2
2018-04-02
Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2018-03-09
bug: use %pB in BUG and stack protector failure
Kees Cook
1
-1
/
+1
2018-03-08
panic: Add closing panic marker parenthesis
Borislav Petkov
1
-1
/
+1
2017-11-17
kernel/panic.c: add TAINT_AUX
Borislav Petkov
1
-0
/
+2
2017-11-17
bug: fix "cut here" location for __WARN_TAINT architectures
Kees Cook
1
-1
/
+15
2017-11-17
bug: define the "cut here" string in a single place
Kees Cook
1
-1
/
+1
2017-11-17
kernel debug: support resetting WARN_ONCE for all architectures
Andi Kleen
1
-1
/
+2
2017-11-17
kernel debug: support resetting WARN*_ONCE
Andi Kleen
1
-0
/
+28
2017-08-17
locking/refcounts, x86/asm: Implement fast refcount overflow protection
Kees Cook
1
-0
/
+12
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-23
sparc64: Send break twice from console to return to boot prom
Vijay Kumar
1
-1
/
+2
2017-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-2
/
+2
2017-02-08
printk: rename nmi.c and exported api
Sergey Senozhatsky
1
-2
/
+2
2017-01-24
kernel/panic.c: add missing \n
Jiri Slaby
1
-1
/
+1
2017-01-17
taint/module: Fix problems when out-of-kernel driver defines true or false
Larry Finger
1
-1
/
+1
2016-11-26
taint/module: Clean up global and module taint flags handling
Petr Mladek
1
-28
/
+25
2016-10-11
x86/panic: replace smp_send_stop() with kdump friendly version in panic path
Hidehiro Kawai
1
-7
/
+40
2016-08-02
kexec: use core_param for crash_kexec_post_notifiers boot option
Hidehiro Kawai
1
-9
/
+4
2016-05-20
printk/nmi: flush NMI messages on the system panic
Petr Mladek
1
-1
/
+5
2016-03-22
panic: change nmi_panic from macro to function
Hidehiro Kawai
1
-0
/
+20
2016-03-17
lib/bug.c: use common WARN helper
Josh Poimboeuf
1
-15
/
+26
2016-01-16
printk: do cond_resched() between lines while outputting to consoles
Tejun Heo
1
-2
/
+1
2015-12-19
kexec: Fix race between panic() and crash_kexec()
Hidehiro Kawai
1
-2
/
+6
2015-12-19
panic, x86: Allow CPUs to save registers even if looping in NMI context
Hidehiro Kawai
1
-0
/
+9
2015-12-19
panic, x86: Fix re-entrance problem due to panic on NMI
Hidehiro Kawai
1
-3
/
+13
[next]
Privacy Policy