aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-14printk() - isolate KERN_CONT users from ordinary complete linesKay Sievers1-44/+61
2012-05-14printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers1-51/+76
2012-05-11printk: add stub for prepend_timestamp()Randy Dunlap1-0/+4
2012-05-10printk: correctly align __log_bufStephen Warren1-7/+6
2012-05-09printk() - restore timestamp printing at console outputKay Sievers1-17/+26
2012-05-09printk() - do not merge continuation lines of different threadsKay Sievers1-9/+10
2012-05-09printk - fix compilation for CONFIG_PRINTK=nKay Sievers1-19/+22
2012-05-08kmsg: use do_div() to divide 64bit integerKay Sievers1-1/+4
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers1-0/+313
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers1-424/+590
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+37
2012-03-15printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra1-20/+20
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar1-0/+6
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+6
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra1-3/+37
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett1-0/+6
2012-02-13printk/tracing: Add console output tracingJohannes Berg1-0/+5
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell1-4/+4
2012-01-13printk: fix unnecessary module_param_name.Rusty Russell1-1/+1
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+4
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar1-1/+1
2011-12-09printk: avoid double lock acquirePeter Zijlstra1-1/+2
2011-11-28Merge branch 'master' into x86/memblockTejun Heo1-30/+54
2011-11-14printk, lockdep: Switch to tracked irq opsPeter Zijlstra1-2/+2
2011-11-14printk, lockdep: Remove superfluous preempt_disable()Peter Zijlstra1-2/+0
2011-11-14printk, lockdep: Disable lock debugging on zap_locks()Peter Zijlstra1-1/+2
2011-10-31printk: remove bounds checking for log_prefixWilliam Douglas1-3/+0
2011-10-31printk: fix bounds checking for log_prefixWilliam Douglas1-1/+1
2011-10-31printk: add console_suspend module parameterYanmin Zhang1-0/+4
2011-10-31printk: add module parameter ignore_loglevel to control ignore_loglevelYanmin Zhang1-0/+3
2011-09-13locking, printk: Annotate logbuf_lock as rawThomas Gleixner1-23/+23
2011-08-25kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan1-1/+1
2011-08-09cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder1-2/+4
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo1-1/+1
2011-06-22printk: Fix console_sem vs logbuf_lock unlock racePeter Zijlstra1-2/+18
2011-06-07printk: Release console_sem after logbuf_lockPeter Zijlstra1-3/+5
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-29/+58
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines1-1/+1
2011-03-22console: prevent registered consoles from dumping old kernel message over againFeng Tang1-0/+18
2011-03-22console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto1-1/+15
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-34/+104
2011-03-14printk: do not mangle valid userspace syslog prefixesKay Sievers1-34/+104
2011-02-10cap_syslog: accept CAP_SYS_ADMIN for nowLinus Torvalds1-19/+35
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-46/+54
2011-01-13printk: use RCU to prevent potential lock contention in kmsg_dumpHuang Ying1-27/+7
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart pathsSeiji Aguchi1-0/+4
2011-01-10Merge branch 'master' into nextJames Morris1-10/+8
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-6/+2
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers1-0/+2
2010-12-09syslog: check cap_syslog when dmesg_restrictSerge E. Hallyn1-10/+10