aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk.c
AgeCommit message (Expand)Author
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
2012-05-14printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers
2012-05-11printk: add stub for prepend_timestamp()Randy Dunlap
2012-05-10printk: correctly align __log_bufStephen Warren
2012-05-09printk() - restore timestamp printing at console outputKay Sievers
2012-05-09printk() - do not merge continuation lines of different threadsKay Sievers
2012-05-09printk - fix compilation for CONFIG_PRINTK=nKay Sievers
2012-05-08kmsg: use do_div() to divide 64bit integerKay Sievers
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-15printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett
2012-02-13printk/tracing: Add console output tracingJohannes Berg
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell
2012-01-13printk: fix unnecessary module_param_name.Rusty Russell
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds