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