summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness2-7/+73
2024-09-04printk: nbcon: Use raw_cpu_ptr() instead of open codingJohn Ogness1-2/+1
2024-09-04printk: Use the BITS_PER_LONG macroJinjie Ruan1-1/+2
2024-08-21lockdep: Mark emergency sections in lockdep splatsJohn Ogness1-2/+81
2024-08-21rcu: Mark emergency sections in rcu stallsJohn Ogness2-0/+16
2024-08-21panic: Mark emergency section in oopsJohn Ogness1-0/+2
2024-08-21panic: Mark emergency section in warnThomas Gleixner1-0/+4
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner3-1/+79
2024-08-21printk: Add helper for flush type logicJohn Ogness3-41/+112
2024-08-21printk: Coordinate direct printing in panicJohn Ogness4-7/+56
2024-08-21printk: Track nbcon consolesJohn Ogness1-1/+13
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness1-5/+34
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness3-7/+31
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness1-0/+3
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness3-1/+23
2024-08-21printk: Add is_printk_legacy_deferred()John Ogness2-1/+12
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness3-5/+105
2024-08-21printk: Track registered boot consolesJohn Ogness1-0/+24
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner2-1/+152
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness2-0/+21
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness2-8/+5
2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness1-2/+9
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness2-30/+32
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness3-3/+20
2024-08-21serial: core: Acquire nbcon context in port->lock wrapperJohn Ogness1-2/+80
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness3-1/+73
2024-08-21console: Improve console_srcu_read_flags() commentsJohn Ogness1-11/+17
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness4-12/+29
2024-08-21serial: core: Provide low-level functions to lock portJohn Ogness1-0/+18
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness1-1/+32
2024-08-21printk: nbcon: Add callbacks to synchronize with driverJohn Ogness1-0/+43
2024-08-21printk: nbcon: Add detailed doc for write_atomic()John Ogness1-4/+29
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness2-9/+8
2024-08-21printk: nbcon: Clarify rules of the owner/waiter matchingJohn Ogness1-10/+46
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior3-4/+20
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek2-15/+29
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness3-29/+12
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness1-0/+2
2024-08-18Linux 6.11-rc4v6.11-rc4Linus Torvalds1-1/+1
2024-08-18fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-17bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2-9/+10
2024-08-16btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo1-1/+7
2024-08-16io_uring: fix user_data field name in commentCaleb Sander Mateos1-1/+1
2024-08-16bcachefs: fix incorrect i_state usageKent Overstreet1-1/+1
2024-08-16bcachefs: avoid overflowing LRU_TIME_BITS for cached data lruKent Overstreet1-1/+3
2024-08-16bcachefs: Fix forgetting to pass trans to fsck_err()Kent Overstreet1-1/+1
2024-08-16bcachefs: Increase size of cuckoo hash table on too many rehashesKent Overstreet1-2/+9
2024-08-16thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki3-1/+21
2024-08-16thermal: gov_bang_bang: Add .manage() callbackRafael J. Wysocki1-0/+30
2024-08-16thermal: gov_bang_bang: Split bang_bang_control()Rafael J. Wysocki1-19/+23