aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+37
2012-03-15printk: Make it compile with !CONFIG_PRINTKGravatar Peter Zijlstra 1-20/+20
2012-03-13Merge tag 'v3.3-rc7' into sched/coreGravatar Ingo Molnar 1-0/+6
2012-03-12Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-0/+6
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsGravatar Peter Zijlstra 1-3/+37
2012-03-05kmsg_dump: don't run on non-error paths by defaultGravatar Matthew Garrett 1-0/+6
2012-02-13printk/tracing: Add console output tracingGravatar Johannes Berg 1-0/+5
2012-01-13module_param: make bool parameters really bool (core code)Gravatar Rusty Russell 1-4/+4
2012-01-13printk: fix unnecessary module_param_name.Gravatar Rusty Russell 1-1/+1
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+4
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Gravatar Ingo Molnar 1-1/+1
2011-12-09printk: avoid double lock acquireGravatar Peter Zijlstra 1-1/+2
2011-11-28Merge branch 'master' into x86/memblockGravatar Tejun Heo 1-30/+54
2011-11-14printk, lockdep: Switch to tracked irq opsGravatar Peter Zijlstra 1-2/+2
2011-11-14printk, lockdep: Remove superfluous preempt_disable()Gravatar Peter Zijlstra 1-2/+0
2011-11-14printk, lockdep: Disable lock debugging on zap_locks()Gravatar Peter Zijlstra 1-1/+2
2011-10-31printk: remove bounds checking for log_prefixGravatar William Douglas 1-3/+0
2011-10-31printk: fix bounds checking for log_prefixGravatar William Douglas 1-1/+1
2011-10-31printk: add console_suspend module parameterGravatar Yanmin Zhang 1-0/+4
2011-10-31printk: add module parameter ignore_loglevel to control ignore_loglevelGravatar Yanmin Zhang 1-0/+3
2011-09-13locking, printk: Annotate logbuf_lock as rawGravatar Thomas Gleixner 1-23/+23
2011-08-25kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconGravatar Nishanth Aravamudan 1-1/+1
2011-08-09cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningGravatar Jonathan Nieder 1-2/+4
2011-07-13memblock: Kill MEMBLOCK_ERRORGravatar Tejun Heo 1-1/+1
2011-06-22printk: Fix console_sem vs logbuf_lock unlock raceGravatar Peter Zijlstra 1-2/+18
2011-06-07printk: Release console_sem after logbuf_lockGravatar Peter Zijlstra 1-3/+5
2011-05-25printk: allocate kernel log buffer earlierGravatar Mike Travis 1-29/+58
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigGravatar Mandeep Singh Baines 1-1/+1
2011-03-22console: prevent registered consoles from dumping old kernel message over againGravatar Feng Tang 1-0/+18
2011-03-22console: allow to retain boot console via boot option keep_bootconGravatar Fabio M. Di Nitto 1-1/+15
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-34/+104
2011-03-14printk: do not mangle valid userspace syslog prefixesGravatar Kay Sievers 1-34/+104
2011-02-10cap_syslog: accept CAP_SYS_ADMIN for nowGravatar Linus Torvalds 1-19/+35
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Gravatar Torben Hohn 1-46/+54
2011-01-13printk: use RCU to prevent potential lock contention in kmsg_dumpGravatar Huang Ying 1-27/+7
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Gravatar Seiji Aguchi 1-0/+4
2011-01-10Merge branch 'master' into nextGravatar James Morris 1-10/+8
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-6/+2
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceGravatar Kay Sievers 1-0/+2
2010-12-09syslog: check cap_syslog when dmesg_restrictGravatar Serge E. Hallyn 1-10/+10
2010-12-08printk: Use this_cpu_{read|write} api on printk_pendingGravatar Eric Dumazet 1-4/+4
2010-11-29security: Define CAP_SYSLOGGravatar Serge E. Hallyn 1-1/+7
2010-11-26nohz: Fix printk_needs_cpu() return value on offline cpusGravatar Heiko Carstens 1-0/+2
2010-11-26printk: Fix wake_up_klogd() vs cpu hotplugGravatar Heiko Carstens 1-1/+1
2010-11-16console: move for_each_console to linux/console.hGravatar Jiri Slaby 1-6/+0
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureGravatar Eric Paris 1-1/+14
2010-11-12Restrict unprivileged access to kernel syslogGravatar Dan Rosenberg 1-0/+6
2010-10-26printk: change type of 'boot_delay' to int *Gravatar Namhyung Kim 1-1/+1
2010-10-26printk: add lock context annotationGravatar Namhyung Kim 1-0/+1
2010-10-26printk: fixup declaration of kmsg_reasonsGravatar Namhyung Kim 1-1/+1