summaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)Author
2015-03-07console: Fix console name size mismatchPeter Hurley
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches
2014-12-13Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-11printk: Do not disable preemption for accessing printk_funcSteven Rostedt (Red Hat)
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10printk: drop logbuf_cpu volatile qualifierAlex Elder
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches
2014-12-10printk: remove used-once early_vprintkJoe Perches
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14printk: git rid of [sched_delayed] message for printk_deferredMarkus Trippelsdorf
2014-10-14printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGeert Uytterhoeven
2014-10-09switch /dev/kmsg to ->write_iter()Al Viro
2014-09-10kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka
2014-08-26kernel misc: Replace __get_cpu_var usesChristoph Lameter
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde
2014-08-06kernel/printk/printk.c: fix bool assignementsNeil Zhang
2014-08-06printk: enable interrupts before calling console_trylock_for_printk()Jan Kara
2014-08-06printk: miscellaneous cleanupsAlex Elder
2014-08-06printk: use a clever macroAlex Elder
2014-08-06printk: fix some commentsAlex Elder
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder
2014-08-06printk: tweak do_syslog() to match commentsAlex Elder
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez
2014-08-06printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez
2014-08-06printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez
2014-08-06printk: make dynamic kernel ring buffer alignment explicitLuis R. Rodriguez
2014-07-03kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov
2014-06-04printk: report dropping of messages from logbufWill Deacon
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz
2014-06-04printk: disable preemption for printk_schedJohn Stultz
2014-06-04printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt
2014-06-04printk: enable interrupts before calling console_trylock_for_printk()Jan Kara
2014-06-04printk: fix lockdep instrumentation of console_semJan Kara
2014-06-04printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara
2014-06-04printk: remove outdated commentJan Kara
2014-06-04printk: return really stored message lengthPetr Mladek
2014-06-04printk: shrink too long messagesPetr Mladek
2014-06-04printk: split message size computationPetr Mladek
2014-06-04printk: ignore too long messagesPetr Mladek
2014-06-04printk: split code for making free space in the log bufferPetr Mladek
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-05-28printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen