summaryrefslogtreecommitdiff
path: root/kernel/printk.c
AgeCommit message (Expand)Author
2013-03-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
2013-02-21printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON
2012-04-16printk: update log_buf_copy for 3.3Colin Cross
2012-04-16kernel: printk: Add non exported function for clearing the log ring bufferSan Mehat
2012-04-16printk: Fix log_buf_copy termination.Arve Hjønnevåg
2012-04-16Revert "printk: remove unused code from kernel/printk.c"Arve Hjønnevåg
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
2012-03-23Merge commit '5275e74' into after-upstream-androidDan Willemsen
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-14printk: update log_buf_copy for 3.3Colin Cross
2012-02-14kernel: printk: Add non exported function for clearing the log ring bufferSan Mehat
2012-02-14printk: Fix log_buf_copy termination.Arve Hjønnevåg
2012-02-14Revert "printk: remove unused code from kernel/printk.c"Arve Hjønnevåg
2012-02-14ARM: Make low-level printk workTony Lindgren
2012-02-14printk: do not handle non-sleepable notification in console_cpu_notifymhban
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
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2011-12-09printk: avoid double lock acquirePeter Zijlstra
2011-11-28Merge branch 'master' into x86/memblockTejun Heo
2011-11-14printk, lockdep: Switch to tracked irq opsPeter Zijlstra
2011-11-14printk, lockdep: Remove superfluous preempt_disable()Peter Zijlstra
2011-11-14printk, lockdep: Disable lock debugging on zap_locks()Peter Zijlstra
2011-10-31printk: remove bounds checking for log_prefixWilliam Douglas
2011-10-31printk: fix bounds checking for log_prefixWilliam Douglas
2011-10-31printk: add console_suspend module parameterYanmin Zhang
2011-10-31printk: add module parameter ignore_loglevel to control ignore_loglevelYanmin Zhang
2011-09-13locking, printk: Annotate logbuf_lock as rawThomas Gleixner
2011-08-25kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan
2011-08-09cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-06-22printk: Fix console_sem vs logbuf_lock unlock racePeter Zijlstra
2011-06-07printk: Release console_sem after logbuf_lockPeter Zijlstra
2011-05-25printk: allocate kernel log buffer earlierMike Travis
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines
2011-03-22console: prevent registered consoles from dumping old kernel message over againFeng Tang
2011-03-22console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-14printk: do not mangle valid userspace syslog prefixesKay Sievers
2011-02-10cap_syslog: accept CAP_SYS_ADMIN for nowLinus Torvalds
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2011-01-13printk: use RCU to prevent potential lock contention in kmsg_dumpHuang Ying
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Seiji Aguchi