Commit Graph

240 Commits (fd1a190029cc29fadf14bb9a1e82767e80c6ebdb)

Author SHA1 Message Date
Paul Gortmaker 0db0628d90 kernel: delete __cpuinit usage from all core kernel files 12 years ago
Kees Cook 637241a900 kmsg: honor dmesg_restrict sysctl on /dev/kmsg 12 years ago
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Tejun Heo 3d1cb2059d workqueue: include workqueue info when printing debug dump of a worker task 12 years ago
Tejun Heo a43cb95d54 dump_stack: unify debug information printed by show_regs() 12 years ago
Tejun Heo 98e5e1bf72 dump_stack: implement arch-specific hardware description in task dumps 12 years ago
Tejun Heo 196779b9b4 dump_stack: consolidate dump_stack() implementations and unify their behaviors 12 years ago
Nicolas Kaiser 0a285317da printk: fix failure to return error in devkmsg_poll() 12 years ago
Thomas Gleixner d0380e6c3c early_printk: consolidate random copies of identical code 12 years ago
zhangwei(Jovi) 07c65f4d1a printk/tracing: rework console tracing 12 years ago
Frederic Weisbecker dc72c32e1f printk: Provide a wake_up_klogd() off-case 12 years ago
Bu, Yitian dbda92d16f printk: Fix rq->lock vs logbuf_lock unlock lock inversion 12 years ago
Dave Airlie 5845b81bda Revert "Revert "console: implement lockdep support for console_lock"" 12 years ago
Dave Airlie ff0d05bf73 Revert "console: implement lockdep support for console_lock" 12 years ago
Roland Dreier 35dac27ced printk: fix incorrect length from print_time() when seconds > 99999 12 years ago
Andrew Cooks 2fa72c8fa5 printk: boot_delay should only affect output 12 years ago
Frederic Weisbecker 74876a98a8 printk: Wake up klogd using irq_work 12 years ago
Daniel Vetter 6b898c07cb console: use might_sleep in console_lock 12 years ago
Daniel Vetter daee779718 console: implement lockdep support for console_lock 12 years ago
Paul E. McKenney 85eae82a08 printk: Fix scheduling-while-atomic problem in console_cpu_notify() 12 years ago
Jeff Mahoney e3756477ae printk: Fix calculation of length used to discard records 13 years ago
Joe Perches 088a52aac8 printk: only look for prefix levels in kernel messages 13 years ago
Joe Perches acc8fa41ad printk: add generic functions to find KERN_<LEVEL> headers 13 years ago
Kay Sievers cdf5344136 kmsg: /dev/kmsg - properly return possible copy_from_user() failure 13 years ago
Anton Vorontsov 533827c921 printk: Implement some unlocked kmsg_dump functions 13 years ago
Anton Vorontsov 1b499d05ee printk: Remove kdb_syslog_data 13 years ago
Vivek Goyal 6791457a09 printk: Export struct log size and member offsets through vmcoreinfo 13 years ago
Kay Sievers eab072609e kmsg - do not flush partial lines when the console is busy 13 years ago
Kay Sievers d39f3d77c9 kmsg - export "continuation record" flag to /dev/kmsg 13 years ago
Kay Sievers 96efedf149 kmsg - avoid warning for CONFIG_PRINTK=n compilations 13 years ago
Kay Sievers 7049825318 kmsg - properly print over-long continuation lines 13 years ago
Kay Sievers 5becfb1df5 kmsg: merge continuation records while printing 13 years ago
Kay Sievers eb02dac937 kmsg: /proc/kmsg - support reading of partial log records 13 years ago
Kay Sievers 68b6507dc5 kmsg: make sure all messages reach a newly registered boot console 13 years ago
Kay Sievers cb424ffe9f kmsg: properly handle concurrent non-blocking read() from /proc/kmsg 13 years ago
Kay Sievers 43a73a50b3 kmsg: add the facility number to the syslog prefix 13 years ago
Kay Sievers e3f5a5f271 kmsg: escape the backslash character while exporting data 13 years ago
liu chuansheng 5c53d819c7 printk: replacing the raw_spin_lock/unlock with raw_spin_lock/unlock_irq 13 years ago
Randy Dunlap 4f0f4af59c printk.c: fix kernel-doc warnings 13 years ago
Steven Rostedt d36208227d printk: Optimize if statement logic where newline exists 13 years ago
Kay Sievers 084681d14e printk: flush continuation lines immediately to console 13 years ago
Jan Beulich 116e90b23f syslog: fill buffer with more than a single message for SYSLOG_ACTION_READ 13 years ago
Greg Kroah-Hartman 6fda135c90 Revert "printk: return -EINVAL if the message len is bigger than the buf size" 13 years ago
Alan Stern 4661e3568a printk: fix regression in SYSLOG_ACTION_CLEAR 13 years ago
Yuanhan Liu b56a39ac26 printk: return -EINVAL if the message len is bigger than the buf size 13 years ago
Yuanhan Liu 4a77a5a06e printk: use mutex lock to stop syslog_seq from going wild 13 years ago
Kay Sievers e2ae715d66 kmsg - kmsg_dump() use iterator to receive log buffer content 13 years ago
Andrew Lunn 6ebb017de9 printk: Fix alignment of buf causing crash on ARM EABI 13 years ago
Kay Sievers c313af145b printk() - isolate KERN_CONT users from ordinary complete lines 13 years ago
Kay Sievers 3ce9a7c0ac printk() - restore prefix/timestamp printing for multi-newline strings 13 years ago