Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-02-19printk: use rcuidle console tracepointSergey Senozhatsky
2017-02-08printk: drop call_console_drivers() unused paramSergey Senozhatsky
2017-02-08printk: convert the rest to printk-safeSergey Senozhatsky
2017-02-08printk: remove zap_locks() functionSergey Senozhatsky
2017-02-08printk: use printk_safe buffers in printkSergey Senozhatsky
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky
2017-02-08printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky
2017-02-08printk: use vprintk_func in vprintk()Sergey Senozhatsky
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven
2016-12-15printk: remove console flushing special cases for partial buffered linesLinus Torvalds
2016-12-15printk: remove games with previous record flagsLinus Torvalds
2016-12-15kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek
2016-12-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-13printk/NMI: handle continuous lines and missing newlinePetr Mladek
2016-12-13printk/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-10kernel/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-08console: don't prefer first registered if DT specifies stdout-pathPaul Burton
2016-09-02printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky
2016-08-27printk: 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-03printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov
2016-08-03printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig
2016-08-03printk: introduce suppress_message_printing()Sergey Senozhatsky
2016-08-03printk: create pr_<level> functionsJoe Perches
2016-08-03printk: do not include interrupt.hSergey Senozhatsky
2016-07-29printk: when dumping regs, show the stack, not thread_infoAndy Lutomirski
2016-05-21printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-05-21printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek
2016-05-21printk/nmi: warn when some message has been lost in NMI contextPetr Mladek
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek