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