aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/printk/nbcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-04printk: nbcon: Assign nice -20 for printing threadsJohn Ogness1-0/+6
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness1-0/+26
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness1-6/+11
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness1-41/+54
2024-09-04printk: nbcon: Relocate nbcon_atomic_emit_one()John Ogness1-39/+39
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner1-0/+245
2024-09-04printk: nbcon: Init @nbcon_seq to highest possibleJohn Ogness1-1/+7
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness1-15/+19
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-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner1-1/+74
2024-08-21printk: Add helper for flush type logicJohn Ogness1-3/+9
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness1-7/+25
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness1-0/+20
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness1-0/+87
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner1-1/+150
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness1-0/+19
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness1-1/+12
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness1-1/+57
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: Properly deal with nbcon consoles on seq initPetr Mladek1-3/+0
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness1-26/+11
2024-02-07printk: nbcon: Relocate 32bit seq macrosJohn Ogness1-37/+4
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner1-0/+75
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner1-2/+104
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner1-0/+101
2023-09-18printk: nbcon: Add ownership state functionsThomas Gleixner1-1/+122
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner1-5/+68
2023-09-18printk: nbcon: Add acquire/release logicThomas Gleixner1-0/+497
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner1-0/+70