aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-35/+18
2015-04-11Merge branch 'iocb' into for-nextGravatar Al Viro 1-2/+2
2015-03-26console: Add extensible console matchingGravatar Peter Hurley 1-34/+18
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-03-12fs: remove ki_nbytesGravatar Christoph Hellwig 1-1/+1
2015-03-09Merge 4.0-rc3 into tty-testingGravatar Greg Kroah-Hartman 1-1/+0
2015-03-07console: Preserve index after console setup()Gravatar Peter Hurley 1-1/+0
2015-03-07console: Fix console name size mismatchGravatar Peter Hurley 2-1/+2
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2015-02-19kdb: Avoid printing KERN_ levels to consolesGravatar Daniel Thompson 1-1/+1
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCGravatar Joe Perches 1-6/+6
2014-12-13Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+8
2014-12-11printk: Do not disable preemption for accessing printk_funcGravatar Steven Rostedt (Red Hat) 1-2/+8
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+32
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-27/+22
2014-12-10printk: drop logbuf_cpu volatile qualifierGravatar Alex Elder 1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsGravatar Joe Perches 1-15/+13
2014-12-10printk: remove used-once early_vprintkGravatar Joe Perches 1-11/+8
2014-11-21printk/percpu: Define printk_func when printk is not definedGravatar Steven Rostedt (Red Hat) 1-0/+3
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedGravatar Steven Rostedt (Red Hat) 1-9/+29
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsGravatar Sebastian Schmidt 1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2014-10-14printk: git rid of [sched_delayed] message for printk_deferredGravatar Markus Trippelsdorf 1-6/+1
2014-10-14printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGravatar Geert Uytterhoeven 1-1/+6
2014-10-09switch /dev/kmsg to ->write_iter()Gravatar Al Viro 1-13/+7
2014-09-10kernel/printk/printk.c: fix faulty logic in the case of recursive printkGravatar Patrick Palka 1-3/+3
2014-08-26kernel misc: Replace __get_cpu_var usesGravatar Christoph Lameter 1-2/+2
2014-08-13printk: Add function to return log buffer address and sizeGravatar Vasant Hegde 1-0/+12
2014-08-06kernel/printk/printk.c: fix bool assignementsGravatar Neil Zhang 1-3/+3
2014-08-06printk: enable interrupts before calling console_trylock_for_printk()Gravatar Jan Kara 1-10/+21
2014-08-06printk: miscellaneous cleanupsGravatar Alex Elder 1-13/+13
2014-08-06printk: use a clever macroGravatar Alex Elder 1-10/+2
2014-08-06printk: fix some commentsGravatar Alex Elder 1-11/+12
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELGravatar Alex Elder 1-1/+1
2014-08-06printk: tweak do_syslog() to match commentsGravatar Alex Elder 1-1/+1
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsGravatar Luis R. Rodriguez 1-0/+34
2014-08-06printk: make dynamic units clear for the kernel ring bufferGravatar Luis R. Rodriguez 1-1/+1
2014-08-06printk: move power of 2 practice of ring buffer size to a helperGravatar Luis R. Rodriguez 1-4/+10
2014-08-06printk: make dynamic kernel ring buffer alignment explicitGravatar Luis R. Rodriguez 1-2/+3
2014-07-03kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Gravatar Andrew Morton 1-26/+18
2014-06-04kernel/printk: use symbolic defines for console loglevelsGravatar Borislav Petkov 1-10/+3
2014-06-04printk: report dropping of messages from logbufGravatar Will Deacon 1-2/+7
2014-06-04printk: rename printk_sched to printk_deferredGravatar John Stultz 1-1/+1
2014-06-04printk: disable preemption for printk_schedGravatar John Stultz 1-0/+2
2014-06-04printk: remove separate printk_sched buffers and use printk buf insteadGravatar Steven Rostedt 1-18/+29
2014-06-04printk: enable interrupts before calling console_trylock_for_printk()Gravatar Jan Kara 1-11/+18
2014-06-04printk: fix lockdep instrumentation of console_semGravatar Jan Kara 1-14/+32
2014-06-04printk: release lockbuf_lock before calling console_trylock_for_printk()Gravatar Jan Kara 1-33/+21
2014-06-04printk: remove outdated commentGravatar Jan Kara 1-2/+1
2014-06-04printk: return really stored message lengthGravatar Petr Mladek 1-15/+21