aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+9
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-16/+20
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreGravatar Frederic Weisbecker 1-16/+20
2013-01-31Revert "console: implement lockdep support for console_lock"Gravatar Dave Airlie 1-9/+0
2013-01-04printk: fix incorrect length from print_time() when seconds > 99999Gravatar Roland Dreier 1-2/+3
2012-12-17printk: boot_delay should only affect outputGravatar Andrew Cooks 1-19/+21
2012-11-18printk: Wake up klogd using irq_workGravatar Frederic Weisbecker 1-16/+20
2012-10-23console: use might_sleep in console_lockGravatar Daniel Vetter 1-1/+2
2012-10-22console: implement lockdep support for console_lockGravatar Daniel Vetter 1-0/+9
2012-10-16printk: Fix scheduling-while-atomic problem in console_cpu_notify()Gravatar Paul E. McKenney 1-1/+0
2012-08-12printk: Fix calculation of length used to discard recordsGravatar Jeff Mahoney 1-0/+2
2012-07-30printk: only look for prefix levels in kernel messagesGravatar Joe Perches 1-15/+17
2012-07-30printk: add generic functions to find KERN_<LEVEL> headersGravatar Joe Perches 1-5/+9
2012-07-30kmsg: /dev/kmsg - properly return possible copy_from_user() failureGravatar Kay Sievers 1-1/+3
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-38/+121
2012-07-21printk: Implement some unlocked kmsg_dump functionsGravatar Anton Vorontsov 1-13/+55
2012-07-21printk: Remove kdb_syslog_dataGravatar Anton Vorontsov 1-15/+0
2012-07-19printk: Export struct log size and member offsets through vmcoreinfoGravatar Vivek Goyal 1-0/+9
2012-07-16kmsg - do not flush partial lines when the console is busyGravatar Kay Sievers 1-25/+68
2012-07-16kmsg - export "continuation record" flag to /dev/kmsgGravatar Kay Sievers 1-2/+21
2012-07-16kmsg - avoid warning for CONFIG_PRINTK=n compilationsGravatar Kay Sievers 1-2/+9
2012-07-16kmsg - properly print over-long continuation linesGravatar Kay Sievers 1-14/+19
2012-07-09kmsg: merge continuation records while printingGravatar Kay Sievers 1-42/+78
2012-07-09kmsg: /proc/kmsg - support reading of partial log recordsGravatar Kay Sievers 1-8/+20
2012-07-06kmsg: make sure all messages reach a newly registered boot consoleGravatar Kay Sievers 1-0/+6
2012-07-06kmsg: properly handle concurrent non-blocking read() from /proc/kmsgGravatar Kay Sievers 1-8/+1
2012-07-06kmsg: add the facility number to the syslog prefixGravatar Kay Sievers 1-4/+7
2012-07-06kmsg: escape the backslash character while exporting dataGravatar Kay Sievers 1-2/+2
2012-07-06printk: replacing the raw_spin_lock/unlock with raw_spin_lock/unlock_irqGravatar liu chuansheng 1-12/+12
2012-06-30printk.c: fix kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2012-06-29printk: Optimize if statement logic where newline existsGravatar Steven Rostedt 1-7/+6
2012-06-29printk: flush continuation lines immediately to consoleGravatar Kay Sievers 1-68/+176
2012-06-26syslog: fill buffer with more than a single message for SYSLOG_ACTION_READGravatar Jan Beulich 1-14/+37
2012-06-26Revert "printk: return -EINVAL if the message len is bigger than the buf size"Gravatar Greg Kroah-Hartman 1-3/+1
2012-06-25printk: fix regression in SYSLOG_ACTION_CLEARGravatar Alan Stern 1-0/+1
2012-06-16printk: return -EINVAL if the message len is bigger than the buf sizeGravatar Yuanhan Liu 1-1/+3
2012-06-16printk: use mutex lock to stop syslog_seq from going wildGravatar Yuanhan Liu 1-2/+11
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentGravatar Kay Sievers 1-28/+192
2012-06-12printk: Fix alignment of buf causing crash on ARM EABIGravatar Andrew Lunn 1-2/+2
2012-05-14printk() - isolate KERN_CONT users from ordinary complete linesGravatar Kay Sievers 1-44/+61
2012-05-14printk() - restore prefix/timestamp printing for multi-newline stringsGravatar Kay Sievers 1-51/+76
2012-05-11printk: add stub for prepend_timestamp()Gravatar Randy Dunlap 1-0/+4
2012-05-10printk: correctly align __log_bufGravatar Stephen Warren 1-7/+6
2012-05-09printk() - restore timestamp printing at console outputGravatar Kay Sievers 1-17/+26
2012-05-09printk() - do not merge continuation lines of different threadsGravatar Kay Sievers 1-9/+10
2012-05-09printk - fix compilation for CONFIG_PRINTK=nGravatar Kay Sievers 1-19/+22
2012-05-08kmsg: use do_div() to divide 64bit integerGravatar Kay Sievers 1-1/+4
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceGravatar Kay Sievers 1-0/+313
2012-05-07printk: convert byte-buffer to variable-length record bufferGravatar Kay Sievers 1-424/+590
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+37