summaryrefslogtreecommitdiff
path: root/kernel/printk/nbcon.c
AgeCommit message (Expand)Author
2024-09-04printk: nbcon: Assign nice -20 for printing threadsJohn Ogness
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness
2024-09-04printk: nbcon: Relocate nbcon_atomic_emit_one()John Ogness
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner
2024-09-04printk: nbcon: Init @nbcon_seq to highest possibleJohn Ogness
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness
2024-09-04printk: nbcon: Use raw_cpu_ptr() instead of open codingJohn Ogness
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner
2024-08-21printk: Add helper for flush type logicJohn Ogness
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness
2024-08-21printk: nbcon: Clarify rules of the owner/waiter matchingJohn Ogness
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness
2024-02-07printk: nbcon: Relocate 32bit seq macrosJohn Ogness
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner
2023-09-18printk: nbcon: Add ownership state functionsThomas Gleixner
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner
2023-09-18printk: nbcon: Add acquire/release logicThomas Gleixner
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner