index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
nbcon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
printk: nbcon: Assign nice -20 for printing threads
John Ogness
2024-09-04
1
-0
/
+6
*
printk: nbcon: Show replay message on takeover
John Ogness
2024-09-04
1
-0
/
+26
*
printk: nbcon: Rely on kthreads for normal operation
John Ogness
2024-09-04
1
-6
/
+11
*
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
2024-09-04
1
-41
/
+54
*
printk: nbcon: Relocate nbcon_atomic_emit_one()
John Ogness
2024-09-04
1
-39
/
+39
*
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
2024-09-04
1
-0
/
+245
*
printk: nbcon: Init @nbcon_seq to highest possible
John Ogness
2024-09-04
1
-1
/
+7
*
printk: nbcon: Add context to usable() and emit()
John Ogness
2024-09-04
1
-15
/
+19
*
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
2024-09-04
1
-7
/
+67
*
printk: nbcon: Use raw_cpu_ptr() instead of open coding
John Ogness
2024-09-04
1
-2
/
+1
*
printk: nbcon: Implement emergency sections
Thomas Gleixner
2024-08-21
1
-1
/
+74
*
printk: Add helper for flush type logic
John Ogness
2024-08-21
1
-3
/
+9
*
printk: nbcon: Add unsafe flushing on panic
John Ogness
2024-08-21
1
-7
/
+25
*
printk: nbcon: Flush new records on device_release()
John Ogness
2024-08-21
1
-0
/
+20
*
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
2024-08-21
1
-0
/
+87
*
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
2024-08-21
1
-1
/
+150
*
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
2024-08-21
1
-0
/
+19
*
printk: nbcon: Do not rely on proxy headers
John Ogness
2024-08-21
1
-1
/
+12
*
nbcon: Add API to acquire context for non-printing operations
John Ogness
2024-08-21
1
-1
/
+57
*
printk: nbcon: Remove return value for write_atomic()
John Ogness
2024-08-21
1
-8
/
+7
*
printk: nbcon: Clarify rules of the owner/waiter matching
John Ogness
2024-08-21
1
-10
/
+46
*
printk: Properly deal with nbcon consoles on seq init
Petr Mladek
2024-08-21
1
-3
/
+0
*
printk: nbcon: Consolidate alloc() and init()
John Ogness
2024-08-21
1
-26
/
+11
*
printk: nbcon: Relocate 32bit seq macros
John Ogness
2024-02-07
1
-37
/
+4
*
printk: nbcon: Allow drivers to mark unsafe regions and check state
Thomas Gleixner
2023-09-18
1
-0
/
+75
*
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
2023-09-18
1
-2
/
+104
*
printk: nbcon: Add sequence handling
Thomas Gleixner
2023-09-18
1
-0
/
+101
*
printk: nbcon: Add ownership state functions
Thomas Gleixner
2023-09-18
1
-1
/
+122
*
printk: nbcon: Add buffer management
Thomas Gleixner
2023-09-18
1
-5
/
+68
*
printk: nbcon: Add acquire/release logic
Thomas Gleixner
2023-09-18
1
-0
/
+497
*
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
2023-09-18
1
-0
/
+70