aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2016-03-17printk: add clear_idx symbol to vmcoreinfoGravatar Ivan Delalande 1-10/+9
2016-03-17printk: check CON_ENABLED in have_callable_console()Gravatar Sergey Senozhatsky 1-1/+2
2016-03-17printk: set may_schedule for some of console_trylock() callersGravatar Sergey Senozhatsky 1-9/+14
2016-03-17printk: move can_use_console() out of console_trylock_for_printk()Gravatar Sergey Senozhatsky 1-55/+42
2016-01-20kernel: printk: specify alignment for struct printk_logGravatar Andrey Ryabinin 1-5/+5
2016-01-16printk: change recursion_bug type to boolGravatar Sergey Senozhatsky 1-3/+3
2016-01-16printk: do cond_resched() between lines while outputting to consolesGravatar Tejun Heo 1-1/+34
2016-01-16printk: only unregister boot consoles when necessaryGravatar Thierry Reding 1-1/+25
2015-11-06printk: prevent userland from spoofing kernel messagesGravatar Mathias Krause 1-5/+8
2015-10-22pstore: add pstore unregisterGravatar Geliang Tang 1-0/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1/+1
2015-06-30printk: improve the description of /dev/kmsg line formatGravatar Antonio Ospite 1-4/+4
2015-06-25check_syslog_permissions() cleanupGravatar Vasily Averin 1-5/+5
2015-06-25security_syslog() should be called once onlyGravatar Vasily Averin 1-7/+4
2015-06-25printk: implement support for extended console driversGravatar Tejun Heo 1-8/+58
2015-06-25printk: factor out message formatting from devkmsg_read()Gravatar Tejun Heo 1-66/+80
2015-06-25printk: guard the amount written per line by devkmsg_read()Gravatar Tejun Heo 1-12/+22
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