summaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)Author
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12printk/NMI: handle continuous lines and missing newlinePetr Mladek
2016-12-12printk/NMI: fix up handling of the full nmi log bufferPetr Mladek
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-11-17kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner
2016-11-14Revert "printk: make reading the kernel log flush pending lines"Linus Torvalds
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede
2016-11-09kernel/printk: Convert to hotplug state machineSebastian Andrzej Siewior
2016-10-19printk: suppress empty continuation linesLinus Torvalds
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds
2016-10-09printk: make reading the kernel log flush pending linesLinus Torvalds
2016-10-09printk: re-organize log_output() to be more legibleLinus Torvalds
2016-10-09printk: split out core logging code into helper functionLinus Torvalds
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton
2016-09-01printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky
2016-08-26printk: fix parsing of "brl=" optionNicolas Iooss
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds
2016-08-08printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov
2016-08-02printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig
2016-08-02printk: introduce suppress_message_printing()Sergey Senozhatsky
2016-08-02printk: create pr_<level> functionsJoe Perches
2016-08-02printk: do not include interrupt.hSergey Senozhatsky
2016-07-28printk: when dumping regs, show the stack, not thread_infoAndy Lutomirski
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek
2016-03-17printk: add clear_idx symbol to vmcoreinfoIvan Delalande
2016-03-17printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky
2016-03-17printk: set may_schedule for some of console_trylock() callersSergey Senozhatsky
2016-03-17printk: move can_use_console() out of console_trylock_for_printk()Sergey Senozhatsky
2016-01-20kernel: printk: specify alignment for struct printk_logAndrey Ryabinin
2016-01-16printk: change recursion_bug type to boolSergey Senozhatsky
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-01-16printk: only unregister boot consoles when necessaryThierry Reding
2015-11-06printk: prevent userland from spoofing kernel messagesMathias Krause
2015-10-22pstore: add pstore unregisterGeliang Tang
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-06-30printk: improve the description of /dev/kmsg line formatAntonio Ospite
2015-06-25check_syslog_permissions() cleanupVasily Averin
2015-06-25security_syslog() should be called once onlyVasily Averin
2015-06-25printk: implement support for extended console driversTejun Heo
2015-06-25printk: factor out message formatting from devkmsg_read()Tejun Heo
2015-06-25printk: guard the amount written per line by devkmsg_read()Tejun Heo
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-26console: Add extensible console matchingPeter Hurley