summaryrefslogtreecommitdiffstats
path: root/drivers/memstick (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-02tty: serial: kgdboc: use srcu console list iteratorJohn Ogness1-2/+8
2022-12-02proc: consoles: use console_list_lock for list iterationJohn Ogness1-7/+12
2022-12-02tty: tty_io: use console_list_lock for list synchronizationJohn Ogness1-6/+12
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness3-11/+51
2022-12-02netconsole: avoid CON_ENABLED misuse to track registrationJohn Ogness1-10/+11
2022-12-02usb: early: xhci-dbc: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: xilinx_uartps: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: samsung_tty: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: pic32_uart: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: earlycon: use console_is_registered()John Ogness1-2/+2
2022-12-02tty: hvc: use console_is_registered()John Ogness1-2/+2
2022-12-02efi: earlycon: use console_is_registered()John Ogness1-4/+4
2022-12-02tty: nfcon: use console_is_registered()John Ogness1-2/+7
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness4-11/+17
2022-12-02console: introduce console_is_registered()John Ogness2-1/+29
2022-12-02printk: console_device: use srcu console list iteratorJohn Ogness1-1/+11
2022-12-02printk: console_flush_on_panic: use srcu console list iteratorJohn Ogness1-10/+11
2022-12-02printk: console_unblank: use srcu console list iteratorJohn Ogness1-4/+13
2022-12-02printk: console_is_usable: use console_srcu_read_flagsJohn Ogness1-4/+5
2022-12-02printk: __pr_flush: use srcu console list iteratorJohn Ogness1-1/+9
2022-12-02printk: console_flush_all: use srcu console list iteratorJohn Ogness1-15/+35
2022-12-02kdb: use srcu console list iteratorJohn Ogness1-2/+16
2022-12-02um: kmsg_dumper: use srcu console list iteratorJohn Ogness1-8/+5
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness2-5/+50
2022-12-02printk: introduce console_list_lockJohn Ogness2-12/+100
2022-12-02proc: consoles: document console_lock usageJohn Ogness1-0/+9
2022-12-02tty: tty_io: document console_lock usageJohn Ogness1-0/+10
2022-12-02tty: serial: kgdboc: document console_lock usageJohn Ogness1-0/+8
2022-12-02um: kmsg_dump: only dump when no output console availableJohn Ogness1-3/+12
2022-12-02printk: fix setting first seq for consolesJohn Ogness1-5/+45
2022-12-02printk: move @seq initialization to helperJohn Ogness1-9/+14
2022-12-02printk: register_console: use "registered" for variable namesJohn Ogness1-7/+7
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness3-16/+100
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner3-50/+62
2022-12-02serial: kgdboc: Lock console list in probe functionThomas Gleixner1-0/+2
2022-12-02srcu: Make Tiny synchronize_srcu() check for readersZqiang1-0/+10
2022-11-30rcu: Make SRCU mandatoryPaul E. McKenney6-36/+17
2022-11-09rcu: Implement lockdep_rcu_enabled for !CONFIG_DEBUG_LOCK_ALLOCJohn Ogness1-0/+5
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker3-31/+34
2022-10-21srcu: Explain the reason behind the read side critical section on GP startFrederic Weisbecker1-0/+5
2022-10-21srcu: Warn when NMI-unsafe API is used in NMIFrederic Weisbecker1-0/+2
2022-10-21arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney1-0/+1
2022-10-21arch/loongarch: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney1-0/+1
2022-10-21arch/arm64: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney1-0/+1
2022-10-21arch/x86: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney1-0/+1
2022-10-21srcu: Check for consistent global per-srcu_struct NMI safetyPaul E. McKenney1-0/+5
2022-10-21srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney3-12/+43
2022-10-20srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney5-6/+105
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney2-14/+14
2022-10-17Linux 6.1-rc1v6.1-rc1Linus Torvalds1-2/+2