index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
nbcon.c
Age
Commit message (
Expand
)
Author
2024-09-04
printk: nbcon: Assign nice -20 for printing threads
John Ogness
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
2024-09-04
printk: nbcon: Rely on kthreads for normal operation
John Ogness
2024-09-04
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
2024-09-04
printk: nbcon: Relocate nbcon_atomic_emit_one()
John Ogness
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
2024-09-04
printk: nbcon: Init @nbcon_seq to highest possible
John Ogness
2024-09-04
printk: nbcon: Add context to usable() and emit()
John Ogness
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
2024-09-04
printk: nbcon: Use raw_cpu_ptr() instead of open coding
John Ogness
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
2024-08-21
printk: Add helper for flush type logic
John Ogness
2024-08-21
printk: nbcon: Add unsafe flushing on panic
John Ogness
2024-08-21
printk: nbcon: Flush new records on device_release()
John Ogness
2024-08-21
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
2024-08-21
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
2024-08-21
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
2024-08-21
printk: nbcon: Do not rely on proxy headers
John Ogness
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
2024-08-21
printk: nbcon: Clarify rules of the owner/waiter matching
John Ogness
2024-08-21
printk: Properly deal with nbcon consoles on seq init
Petr Mladek
2024-08-21
printk: nbcon: Consolidate alloc() and init()
John Ogness
2024-02-07
printk: nbcon: Relocate 32bit seq macros
John Ogness
2023-09-18
printk: nbcon: Allow drivers to mark unsafe regions and check state
Thomas Gleixner
2023-09-18
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
2023-09-18
printk: nbcon: Add sequence handling
Thomas Gleixner
2023-09-18
printk: nbcon: Add ownership state functions
Thomas Gleixner
2023-09-18
printk: nbcon: Add buffer management
Thomas Gleixner
2023-09-18
printk: nbcon: Add acquire/release logic
Thomas Gleixner
2023-09-18
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner