aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
12 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
13 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-2/+2
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+1
2026-02-14printk, vt, fbcon: Remove console_conditional_schedule()Sebastian Andrzej Siewior1-16/+0
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-1/+82
2026-02-11Merge tag 'printk-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+5
2026-02-11Merge branch 'for-6.20' into for-linusPetr Mladek1-2/+5
2026-02-10printk: Add execution context (task name/CPU) to printk_infoBreno Leitao4-1/+82
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2026-01-16Merge tag 'printk-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+18
2026-01-05printk: Move locking annotation to printk.cMarco Elver1-0/+2
2026-01-05sysctl: Remove unused ctl_table forward declarationsJoel Granados2-2/+1
2025-12-15printk/nbcon: Restore IRQ in atomic flush after each emitted recordPetr Mladek1-20/+18
2025-12-15printk: nbcon: Check for device_{lock,unlock} callbacksMarcos Paulo de Souza1-2/+5
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+8
2025-12-01Merge branch 'rework/write_atomic-unsafe' into for-linusPetr Mladek1-15/+32
2025-12-01Merge branch 'rework/threaded-printk' into for-linusPetr Mladek1-10/+7
2025-12-01Merge branch 'rework/suspend-fixes' into for-linusPetr Mladek3-21/+79
2025-12-01Merge branch 'rework/preempt-legacy-kthread' into for-linusPetr Mladek1-66/+118
2025-12-01Merge branch 'rework/nbcon-in-kdb' into for-linusPetr Mladek3-56/+72
2025-12-01Merge branch 'rework/atomic-flush-hardlockup' into for-linusPetr Mladek1-5/+44
2025-11-27printk: Use console_is_usable on console_unblankMarcos Paulo de Souza1-8/+4
2025-11-24printk: Avoid irq_work for printk_deferred() on suspendJohn Ogness1-1/+1
2025-11-19printk: Avoid scheduling irq_work on suspendJohn Ogness3-18/+55
2025-11-19printk: Allow printk_trigger_flush() to flush all typesJohn Ogness2-2/+23
2025-11-14syscore: Pass context data to callbacksThierry Reding1-3/+8
2025-11-10printk_ringbuffer: Create a helper function to decide whether more space is n...Petr Mladek1-4/+28
2025-11-10printk_ringbuffer: Fix check of valid data size when blk_lpos overflowsPetr Mladek1-3/+6
2025-11-07printk: nbcon: Allow unsafe write_atomic() for panicJohn Ogness1-15/+32
2025-10-30printk/nbcon: Release nbcon consoles ownership in atomic flush after each emi...Petr Mladek1-4/+5
2025-10-30printk/nbcon/panic: Allow printk kthread to sleep when the system is in panicPetr Mladek1-2/+4
2025-10-30printk/nbcon: Block printk kthreads when any CPU is in an emergency contextPetr Mladek1-1/+37
2025-10-29printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPOleg Nesterov1-10/+7
2025-10-24printk: nbcon: Export nbcon_write_context_set_bufMarcos Paulo de Souza1-2/+2
2025-10-24printk: nbcon: Allow KDB to acquire the NBCON contextMarcos Paulo de Souza1-1/+5
2025-10-24printk: nbcon: Introduce KDB helpersMarcos Paulo de Souza1-0/+61
2025-10-24printk: nbcon: Export console_is_usableMarcos Paulo de Souza1-45/+0
2025-10-23printk: Use console_flush_one_record for legacy printer kthreadAndrew Murray1-6/+15
2025-10-23printk: console_flush_one_record() code cleanupPetr Mladek1-28/+31
2025-10-23printk: Introduce console_flush_one_recordAndrew Murray1-59/+99
2025-10-22printk_ringbuffer: don't needlessly wrap data blocks aroundDaniil Tatianin1-8/+20
2025-10-04Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+366
2025-10-02Merge branch 'rework/ringbuffer-kunit-test' into for-linusPetr Mladek4-0/+337
2025-09-26printk: ringbuffer: Fix data block max size checkJohn Ogness1-14/+29
2025-09-13panic: use angle-bracket include for panic.hJinchao Wang2-2/+2
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang3-20/+8
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang3-15/+4
2025-09-13printk/nbcon: use panic_on_this_cpu() helperJinchao Wang1-2/+2
2025-09-13panic: introduce helper functions for panic stateJinchao Wang1-5/+0
2025-09-10printk: kunit: support offstack cpumaskArnd Bergmann1-6/+18