aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman2019-07-111-2/+8
* kernel: replace strict_strto*() with kstrto*()Jingoo Han2019-06-033-9/+9
* module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong2019-06-032-3/+18
* kernel/params.c: use scnprintf() instead of sprintf()Chen Gang2019-06-031-3/+4
* module: Add flag to allow mod params to have no argumentsSteven Rostedt2019-06-031-2/+4
* module: fix sprintf format specifier in param_get_byte()Christoph Jaeger2019-06-031-1/+1
* There is no /sys/parametersJean Delvare2019-06-031-1/+1
* printk: Fix panic caused by passing log_buf_len to command lineHe Zhe2019-05-151-1/+6
* braille-console: Fix value returned by _braille_console_setupSamuel Thibault2019-05-152-10/+18
* kernel: printk: specify alignment for struct printk_logAndrey Ryabinin2019-05-151-5/+5
* printk: Don't take console semaphore in atomic contextMichael Bohan2019-05-151-0/+17
* printk: Make the console flush configurable in hotplug pathMohammed Khajapasha2019-05-151-0/+6
* Revert "printk: Don't take console semaphore in atomic context"elektroschmock2019-05-151-17/+0
* Revert "printk: Defer CPU_ONLINE console flushing"elektroschmock2019-05-151-3/+2
* security_syslog() should be called once onlyVasily Averin2019-05-151-7/+4
* printk: Add LOG_BUF_MAGICPatrick Daly2019-05-151-0/+11
* console: Fix console name size mismatchPeter Hurley2019-05-152-1/+2
* ARM: Fix "Make low-level printk work" to use a separate config optionArve Hjønnevåg2019-05-151-5/+5
* ARM: Make low-level printk workTony Lindgren2019-05-151-0/+8
* printk: git rid of [sched_delayed] message for printk_deferredMarkus Trippelsdorf2019-05-151-6/+1
* printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGeert Uytterhoeven2019-05-151-1/+6
* kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka2019-05-151-3/+3
* printk: Add function to return log buffer address and sizeVasant Hegde2019-05-151-0/+12
* kernel/printk/printk.c: fix bool assignementsNeil Zhang2019-05-151-3/+3
* printk: enable interrupts before calling console_trylock_for_printk()Jan Kara2019-05-151-10/+21
* printk: miscellaneous cleanupsAlex Elder2019-05-151-13/+13
* printk: use a clever macroAlex Elder2019-05-151-10/+2
* printk: fix some commentsAlex Elder2019-05-151-11/+12
* printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder2019-05-151-1/+1
* printk: tweak do_syslog() to match commentsAlex Elder2019-05-151-1/+1
* printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez2019-05-151-0/+34
* printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez2019-05-151-1/+1
* printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez2019-05-151-4/+10
* kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton2019-05-151-26/+18
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2019-05-154-13/+6
* printk: report dropping of messages from logbufWill Deacon2019-05-151-2/+7
* printk: disable preemption for printk_schedJohn Stultz2019-05-151-0/+2
* printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt2019-05-151-18/+29
* printk: enable interrupts before calling console_trylock_for_printk()Jan Kara2019-05-151-11/+18
* printk: fix lockdep instrumentation of console_semJan Kara2019-05-151-14/+32
* printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara2019-05-151-33/+21
* printk: remove outdated commentJan Kara2019-05-151-2/+1
* printk: return really stored message lengthPetr Mladek2019-05-151-15/+21
* printk: shrink too long messagesPetr Mladek2019-05-151-3/+39
* printk: split message size computationPetr Mladek2019-05-151-3/+13
* printk: ignore too long messagesPetr Mladek2019-05-151-7/+23
* printk: split code for making free space in the log bufferPetr Mladek2019-05-151-15/+29
* printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers2019-05-151-0/+1
* printk: fix one circular lockdep warning about console_lockJane Li2019-05-151-0/+2
* printk: do not compute the size of the message twicePetr Mladek2019-05-151-1/+1