index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
maps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
2
-7
/
+73
2024-09-04
printk: nbcon: Use raw_cpu_ptr() instead of open coding
John Ogness
1
-2
/
+1
2024-09-04
printk: Use the BITS_PER_LONG macro
Jinjie Ruan
1
-1
/
+2
2024-08-21
lockdep: Mark emergency sections in lockdep splats
John Ogness
1
-2
/
+81
2024-08-21
rcu: Mark emergency sections in rcu stalls
John Ogness
2
-0
/
+16
2024-08-21
panic: Mark emergency section in oops
John Ogness
1
-0
/
+2
2024-08-21
panic: Mark emergency section in warn
Thomas Gleixner
1
-0
/
+4
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
3
-1
/
+79
2024-08-21
printk: Add helper for flush type logic
John Ogness
3
-41
/
+112
2024-08-21
printk: Coordinate direct printing in panic
John Ogness
4
-7
/
+56
2024-08-21
printk: Track nbcon consoles
John Ogness
1
-1
/
+13
2024-08-21
printk: Avoid console_lock dance if no legacy or boot consoles
John Ogness
1
-5
/
+34
2024-08-21
printk: nbcon: Add unsafe flushing on panic
John Ogness
3
-7
/
+31
2024-08-21
printk: Flush nbcon consoles first on panic
John Ogness
1
-0
/
+3
2024-08-21
printk: nbcon: Flush new records on device_release()
John Ogness
3
-1
/
+23
2024-08-21
printk: Add is_printk_legacy_deferred()
John Ogness
2
-1
/
+12
2024-08-21
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
3
-5
/
+105
2024-08-21
printk: Track registered boot consoles
John Ogness
1
-0
/
+24
2024-08-21
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
2
-1
/
+152
2024-08-21
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
2
-0
/
+21
2024-08-21
printk: Add @flags argument for console_is_usable()
John Ogness
2
-8
/
+5
2024-08-21
printk: Let console_is_usable() handle nbcon
John Ogness
1
-2
/
+9
2024-08-21
printk: Make console_is_usable() available to nbcon.c
John Ogness
2
-30
/
+32
2024-08-21
printk: nbcon: Do not rely on proxy headers
John Ogness
3
-3
/
+20
2024-08-21
serial: core: Acquire nbcon context in port->lock wrapper
John Ogness
1
-2
/
+80
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
3
-1
/
+73
2024-08-21
console: Improve console_srcu_read_flags() comments
John Ogness
1
-11
/
+17
2024-08-21
serial: core: Introduce wrapper to set @uart_port->cons
John Ogness
4
-12
/
+29
2024-08-21
serial: core: Provide low-level functions to lock port
John Ogness
1
-0
/
+18
2024-08-21
printk: nbcon: Use driver synchronization while (un)registering
John Ogness
1
-1
/
+32
2024-08-21
printk: nbcon: Add callbacks to synchronize with driver
John Ogness
1
-0
/
+43
2024-08-21
printk: nbcon: Add detailed doc for write_atomic()
John Ogness
1
-4
/
+29
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
2
-9
/
+8
2024-08-21
printk: nbcon: Clarify rules of the owner/waiter matching
John Ogness
1
-10
/
+46
2024-08-21
printk: Check printk_deferred_enter()/_exit() usage
Sebastian Andrzej Siewior
3
-4
/
+20
2024-08-21
printk: Properly deal with nbcon consoles on seq init
Petr Mladek
2
-15
/
+29
2024-08-21
printk: nbcon: Consolidate alloc() and init()
John Ogness
3
-29
/
+12
2024-08-21
printk: Add notation to console_srcu locking
John Ogness
1
-0
/
+2
2024-08-18
Linux 6.11-rc4
v6.11-rc4
Linus Torvalds
1
-1
/
+1
2024-08-18
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-08-17
bcachefs: Fix locking in __bch2_trans_mark_dev_sb()
Kent Overstreet
2
-9
/
+10
2024-08-16
btrfs: only enable extent map shrinker for DEBUG builds
Qu Wenruo
1
-1
/
+7
2024-08-16
io_uring: fix user_data field name in comment
Caleb Sander Mateos
1
-1
/
+1
2024-08-16
bcachefs: fix incorrect i_state usage
Kent Overstreet
1
-1
/
+1
2024-08-16
bcachefs: avoid overflowing LRU_TIME_BITS for cached data lru
Kent Overstreet
1
-1
/
+3
2024-08-16
bcachefs: Fix forgetting to pass trans to fsck_err()
Kent Overstreet
1
-1
/
+1
2024-08-16
bcachefs: Increase size of cuckoo hash table on too many rehashes
Kent Overstreet
1
-2
/
+9
2024-08-16
thermal: gov_bang_bang: Use governor_data to reduce overhead
Rafael J. Wysocki
3
-1
/
+21
2024-08-16
thermal: gov_bang_bang: Add .manage() callback
Rafael J. Wysocki
1
-0
/
+30
2024-08-16
thermal: gov_bang_bang: Split bang_bang_control()
Rafael J. Wysocki
1
-19
/
+23
[next]