aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-04printk: Fail pr_flush() if before SYSTEM_SCHEDULINGJohn Ogness1-0/+4
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness1-7/+67
2024-09-04printk: nbcon: Use raw_cpu_ptr() instead of open codingJohn Ogness1-2/+1
2024-09-04printk: Use the BITS_PER_LONG macroJinjie Ruan1-1/+2
2024-08-21lockdep: Mark emergency sections in lockdep splatsJohn Ogness1-2/+81
2024-08-21rcu: Mark emergency sections in rcu stallsJohn Ogness2-0/+16
2024-08-21panic: Mark emergency section in oopsJohn Ogness1-0/+2
2024-08-21panic: Mark emergency section in warnThomas Gleixner1-0/+4
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner2-1/+75
2024-08-21printk: Add helper for flush type logicJohn Ogness3-41/+112
2024-08-21printk: Coordinate direct printing in panicJohn Ogness3-7/+51
2024-08-21printk: Track nbcon consolesJohn Ogness1-1/+13
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness1-5/+34
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness2-7/+26
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness1-0/+3
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness3-1/+23
2024-08-21printk: Add is_printk_legacy_deferred()John Ogness2-1/+12
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness3-5/+105
2024-08-21printk: Track registered boot consolesJohn Ogness1-0/+24
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner2-1/+152
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness2-0/+21
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness2-8/+5
2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness1-2/+9
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness2-30/+32
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness3-3/+20
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness1-1/+57
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness1-1/+32
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness1-8/+7
2024-08-21printk: nbcon: Clarify rules of the owner/waiter matchingJohn Ogness1-10/+46
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior2-0/+15
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek2-15/+29
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness3-29/+12
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness1-0/+2
2024-08-19Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-2/+8
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2024-08-17Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+11
2024-08-16Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+1
2024-08-15crash: fix riscv64 crash memory reserve dead loopJinjie Ruan1-1/+2
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-70/+7
2024-08-15kallsyms: Match symbols exactly with CONFIG_LTO_CLANGSong Liu2-70/+7
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+22
2024-08-13perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey1-1/+2
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura2-2/+8
2024-08-12bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song1-2/+3
2024-08-13cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A1-1/+11
2024-08-12pidfd: prevent creation of pidfds for kthreadsChristian Brauner1-3/+22
2024-08-11Merge tag 'timers-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+5
2024-08-11Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2024-08-10Merge tag 'dma-mapping-6.11-2024-08-10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+4
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt1-1/+1