aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+8
2014-12-11printk: Do not disable preemption for accessing printk_funcSteven Rostedt (Red Hat)1-2/+8
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-9/+32
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-27/+22
2014-12-10printk: drop logbuf_cpu volatile qualifierAlex Elder1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches1-15/+13
2014-12-10printk: remove used-once early_vprintkJoe Perches1-11/+8
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)1-0/+3
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)1-9/+29
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2014-10-14printk: git rid of [sched_delayed] message for printk_deferredMarkus Trippelsdorf1-6/+1
2014-10-14printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGeert Uytterhoeven1-1/+6
2014-10-09switch /dev/kmsg to ->write_iter()Al Viro1-13/+7
2014-09-10kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka1-3/+3
2014-08-26kernel misc: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde1-0/+12
2014-08-06kernel/printk/printk.c: fix bool assignementsNeil Zhang1-3/+3
2014-08-06printk: enable interrupts before calling console_trylock_for_printk()Jan Kara1-10/+21
2014-08-06printk: miscellaneous cleanupsAlex Elder1-13/+13
2014-08-06printk: use a clever macroAlex Elder1-10/+2
2014-08-06printk: fix some commentsAlex Elder1-11/+12
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-08-06printk: tweak do_syslog() to match commentsAlex Elder1-1/+1
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez1-0/+34
2014-08-06printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez1-1/+1
2014-08-06printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez1-4/+10
2014-08-06printk: make dynamic kernel ring buffer alignment explicitLuis R. Rodriguez1-2/+3
2014-07-03kernel/printk/printk.c: revert "printk: enable interrupts before calling console_trylock_for_printk()"Andrew Morton1-26/+18
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-10/+3
2014-06-04printk: report dropping of messages from logbufWill Deacon1-2/+7
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz1-1/+1
2014-06-04printk: disable preemption for printk_schedJohn Stultz1-0/+2
2014-06-04printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt1-18/+29
2014-06-04printk: enable interrupts before calling console_trylock_for_printk()Jan Kara1-11/+18
2014-06-04printk: fix lockdep instrumentation of console_semJan Kara1-14/+32
2014-06-04printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara1-33/+21
2014-06-04printk: remove outdated commentJan Kara1-2/+1
2014-06-04printk: return really stored message lengthPetr Mladek1-15/+21
2014-06-04printk: shrink too long messagesPetr Mladek1-3/+39
2014-06-04printk: split message size computationPetr Mladek1-3/+13
2014-06-04printk: ignore too long messagesPetr Mladek1-7/+23
2014-06-04printk: split code for making free space in the log bufferPetr Mladek1-15/+29
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into nextLinus Torvalds1-0/+1
2014-05-28printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers1-0/+1
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-2/+2
2014-04-03printk: fix one circular lockdep warning about console_lockJane Li1-0/+2
2014-04-03printk: do not compute the size of the message twicePetr Mladek1-1/+1
2014-04-03printk: use also the last bytes in the ring bufferPetr Mladek1-2/+2
2014-04-03printk: add comment about tricky check for text buffer sizePetr Mladek1-0/+5