aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk.c
AgeCommit message (Expand)Author
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-29printk: fix failure to return error in devkmsg_poll()Nicolas Kaiser
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner
2013-04-29printk/tracing: rework console tracingzhangwei(Jovi)
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker
2013-01-31Revert "console: implement lockdep support for console_lock"Dave Airlie
2013-01-04printk: fix incorrect length from print_time() when seconds > 99999Roland Dreier
2012-12-17printk: boot_delay should only affect outputAndrew Cooks
2012-11-18printk: Wake up klogd using irq_workFrederic Weisbecker
2012-10-23console: use might_sleep in console_lockDaniel Vetter
2012-10-22console: implement lockdep support for console_lockDaniel Vetter
2012-10-16printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney
2012-08-12printk: Fix calculation of length used to discard recordsJeff Mahoney
2012-07-30printk: only look for prefix levels in kernel messagesJoe Perches
2012-07-30printk: add generic functions to find KERN_<LEVEL> headersJoe Perches
2012-07-30kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-07-21printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov
2012-07-21printk: Remove kdb_syslog_dataAnton Vorontsov
2012-07-19printk: Export struct log size and member offsets through vmcoreinfoVivek Goyal
2012-07-16kmsg - do not flush partial lines when the console is busyKay Sievers
2012-07-16kmsg - export "continuation record" flag to /dev/kmsgKay Sievers
2012-07-16kmsg - avoid warning for CONFIG_PRINTK=n compilationsKay Sievers
2012-07-16kmsg - properly print over-long continuation linesKay Sievers
2012-07-09kmsg: merge continuation records while printingKay Sievers
2012-07-09kmsg: /proc/kmsg - support reading of partial log recordsKay Sievers
2012-07-06kmsg: make sure all messages reach a newly registered boot consoleKay Sievers
2012-07-06kmsg: properly handle concurrent non-blocking read() from /proc/kmsgKay Sievers
2012-07-06kmsg: add the facility number to the syslog prefixKay Sievers
2012-07-06kmsg: escape the backslash character while exporting dataKay Sievers
2012-07-06printk: replacing the raw_spin_lock/unlock with raw_spin_lock/unlock_irqliu chuansheng
2012-06-30printk.c: fix kernel-doc warningsRandy Dunlap
2012-06-29printk: Optimize if statement logic where newline existsSteven Rostedt
2012-06-29printk: flush continuation lines immediately to consoleKay Sievers
2012-06-26syslog: fill buffer with more than a single message for SYSLOG_ACTION_READJan Beulich
2012-06-26Revert "printk: return -EINVAL if the message len is bigger than the buf size"Greg Kroah-Hartman
2012-06-25printk: fix regression in SYSLOG_ACTION_CLEARAlan Stern
2012-06-16printk: return -EINVAL if the message len is bigger than the buf sizeYuanhan Liu
2012-06-16printk: use mutex lock to stop syslog_seq from going wildYuanhan Liu
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers
2012-06-12printk: Fix alignment of buf causing crash on ARM EABIAndrew Lunn
2012-05-14printk() - isolate KERN_CONT users from ordinary complete linesKay Sievers