summaryrefslogtreecommitdiffstats
path: root/kernel/printk.c
Commit message (Expand)AuthorAgeFilesLines
* printk: move to separate directory for easier modificationJoe Perches2013-07-311-2924/+0
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
* Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-101-1/+1
|\
| * printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian2013-02-181-1/+1
* | kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-121-41/+50
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo2013-04-301-0/+2
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+16
* | dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-04-301-0/+26
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-0/+18
* | printk: fix failure to return error in devkmsg_poll()Nicolas Kaiser2013-04-291-1/+2
* | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-7/+23
* | printk/tracing: rework console tracingzhangwei(Jovi)2013-04-291-1/+1
* | printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2013-03-221-41/+39
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-251-0/+9
|\ \
* \ \ Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-16/+20
|\ \ \ | |_|/ |/| |
| * | Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-051-16/+20
| |\ \ | | |/ | |/|
| | * printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-181-16/+20
* | | Revert "console: implement lockdep support for console_lock"Dave Airlie2013-01-311-9/+0
|/ /
* | printk: fix incorrect length from print_time() when seconds > 99999Roland Dreier2013-01-041-2/+3
* | printk: boot_delay should only affect outputAndrew Cooks2012-12-171-19/+21
* | console: use might_sleep in console_lockDaniel Vetter2012-10-231-1/+2
* | console: implement lockdep support for console_lockDaniel Vetter2012-10-221-0/+9
|/
* 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
OpenPOWER on IntegriCloud