summaryrefslogtreecommitdiffstats
path: root/kernel/printk.c
Commit message (Expand)AuthorAgeFilesLines
* printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney2012-10-161-1/+0
* printk: Fix calculation of length used to discard recordsJeff Mahoney2012-08-121-0/+2
* printk: only look for prefix levels in kernel messagesJoe Perches2012-07-301-15/+17
* printk: add generic functions to find KERN_<LEVEL> headersJoe Perches2012-07-301-5/+9
* kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers2012-07-301-1/+3
* Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-38/+121
|\
| * printk: Export struct log size and member offsets through vmcoreinfoVivek Goyal2012-07-191-0/+9
| * kmsg - do not flush partial lines when the console is busyKay Sievers2012-07-161-25/+68
| * kmsg - export "continuation record" flag to /dev/kmsgKay Sievers2012-07-161-2/+21
| * kmsg - avoid warning for CONFIG_PRINTK=n compilationsKay Sievers2012-07-161-2/+9
| * kmsg - properly print over-long continuation linesKay Sievers2012-07-161-14/+19
* | printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov2012-07-211-13/+55
* | printk: Remove kdb_syslog_dataAnton Vorontsov2012-07-211-15/+0
|/
* kmsg: merge continuation records while printingKay Sievers2012-07-091-42/+78
* kmsg: /proc/kmsg - support reading of partial log recordsKay Sievers2012-07-091-8/+20
* kmsg: make sure all messages reach a newly registered boot consoleKay Sievers2012-07-061-0/+6
* kmsg: properly handle concurrent non-blocking read() from /proc/kmsgKay Sievers2012-07-061-8/+1
* kmsg: add the facility number to the syslog prefixKay Sievers2012-07-061-4/+7
* kmsg: escape the backslash character while exporting dataKay Sievers2012-07-061-2/+2
* printk: replacing the raw_spin_lock/unlock with raw_spin_lock/unlock_irqliu chuansheng2012-07-061-12/+12
* printk.c: fix kernel-doc warningsRandy Dunlap2012-06-301-1/+1
* printk: Optimize if statement logic where newline existsSteven Rostedt2012-06-291-7/+6
* printk: flush continuation lines immediately to consoleKay Sievers2012-06-291-68/+176
* syslog: fill buffer with more than a single message for SYSLOG_ACTION_READJan Beulich2012-06-261-14/+37
* Revert "printk: return -EINVAL if the message len is bigger than the buf size"Greg Kroah-Hartman2012-06-261-3/+1
* printk: fix regression in SYSLOG_ACTION_CLEARAlan Stern2012-06-251-0/+1
* printk: return -EINVAL if the message len is bigger than the buf sizeYuanhan Liu2012-06-161-1/+3
* printk: use mutex lock to stop syslog_seq from going wildYuanhan Liu2012-06-161-2/+11
* kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-28/+192
* printk: Fix alignment of buf causing crash on ARM EABIAndrew Lunn2012-06-121-2/+2
* printk() - isolate KERN_CONT users from ordinary complete linesKay Sievers2012-05-141-44/+61
* printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers2012-05-141-51/+76
* printk: add stub for prepend_timestamp()Randy Dunlap2012-05-111-0/+4
* printk: correctly align __log_bufStephen Warren2012-05-101-7/+6
* printk() - restore timestamp printing at console outputKay Sievers2012-05-091-17/+26
* printk() - do not merge continuation lines of different threadsKay Sievers2012-05-091-9/+10
* printk - fix compilation for CONFIG_PRINTK=nKay Sievers2012-05-091-19/+22
* kmsg: use do_div() to divide 64bit integerKay Sievers2012-05-081-1/+4
* kmsg: export printk records to the /dev/kmsg interfaceKay Sievers2012-05-071-0/+313
* printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-071-424/+590
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-3/+37
|\
| * printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra2012-03-151-20/+20
| * Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-131-0/+6
| |\
| * | printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra2012-03-121-3/+37
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-121-0/+6
|\ \ \ | | |/ | |/|
| * | kmsg_dump: don't run on non-error paths by defaultMatthew Garrett2012-03-051-0/+6
| |/
* / printk/tracing: Add console output tracingJohannes Berg2012-02-131-0/+5
|/
* module_param: make bool parameters really bool (core code)Rusty Russell2012-01-131-4/+4
* printk: fix unnecessary module_param_name.Rusty Russell2012-01-131-1/+1
* Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-061-5/+4
|\