index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
memstick
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
tty: serial: kgdboc: use srcu console list iterator
John Ogness
1
-2
/
+8
2022-12-02
proc: consoles: use console_list_lock for list iteration
John Ogness
1
-7
/
+12
2022-12-02
tty: tty_io: use console_list_lock for list synchronization
John Ogness
1
-6
/
+12
2022-12-02
printk, xen: fbfront: create/use safe function for forcing preferred
John Ogness
3
-11
/
+51
2022-12-02
netconsole: avoid CON_ENABLED misuse to track registration
John Ogness
1
-10
/
+11
2022-12-02
usb: early: xhci-dbc: use console_is_registered()
John Ogness
1
-1
/
+1
2022-12-02
tty: serial: xilinx_uartps: use console_is_registered()
John Ogness
1
-1
/
+1
2022-12-02
tty: serial: samsung_tty: use console_is_registered()
John Ogness
1
-1
/
+1
2022-12-02
tty: serial: pic32_uart: use console_is_registered()
John Ogness
1
-1
/
+1
2022-12-02
tty: serial: earlycon: use console_is_registered()
John Ogness
1
-2
/
+2
2022-12-02
tty: hvc: use console_is_registered()
John Ogness
1
-2
/
+2
2022-12-02
efi: earlycon: use console_is_registered()
John Ogness
1
-4
/
+4
2022-12-02
tty: nfcon: use console_is_registered()
John Ogness
1
-2
/
+7
2022-12-02
serial_core: replace uart_console_enabled() with uart_console_registered()
John Ogness
4
-11
/
+17
2022-12-02
console: introduce console_is_registered()
John Ogness
2
-1
/
+29
2022-12-02
printk: console_device: use srcu console list iterator
John Ogness
1
-1
/
+11
2022-12-02
printk: console_flush_on_panic: use srcu console list iterator
John Ogness
1
-10
/
+11
2022-12-02
printk: console_unblank: use srcu console list iterator
John Ogness
1
-4
/
+13
2022-12-02
printk: console_is_usable: use console_srcu_read_flags
John Ogness
1
-4
/
+5
2022-12-02
printk: __pr_flush: use srcu console list iterator
John Ogness
1
-1
/
+9
2022-12-02
printk: console_flush_all: use srcu console list iterator
John Ogness
1
-15
/
+35
2022-12-02
kdb: use srcu console list iterator
John Ogness
1
-2
/
+16
2022-12-02
um: kmsg_dumper: use srcu console list iterator
John Ogness
1
-8
/
+5
2022-12-02
console: introduce wrappers to read/write console flags
John Ogness
2
-5
/
+50
2022-12-02
printk: introduce console_list_lock
John Ogness
2
-12
/
+100
2022-12-02
proc: consoles: document console_lock usage
John Ogness
1
-0
/
+9
2022-12-02
tty: tty_io: document console_lock usage
John Ogness
1
-0
/
+10
2022-12-02
tty: serial: kgdboc: document console_lock usage
John Ogness
1
-0
/
+8
2022-12-02
um: kmsg_dump: only dump when no output console available
John Ogness
1
-3
/
+12
2022-12-02
printk: fix setting first seq for consoles
John Ogness
1
-5
/
+45
2022-12-02
printk: move @seq initialization to helper
John Ogness
1
-9
/
+14
2022-12-02
printk: register_console: use "registered" for variable names
John Ogness
1
-7
/
+7
2022-12-02
printk: Prepare for SRCU console list protection
John Ogness
3
-16
/
+100
2022-12-02
printk: Convert console_drivers list to hlist
Thomas Gleixner
3
-50
/
+62
2022-12-02
serial: kgdboc: Lock console list in probe function
Thomas Gleixner
1
-0
/
+2
2022-12-02
srcu: Make Tiny synchronize_srcu() check for readers
Zqiang
1
-0
/
+10
2022-11-30
rcu: Make SRCU mandatory
Paul E. McKenney
6
-36
/
+17
2022-11-09
rcu: Implement lockdep_rcu_enabled for !CONFIG_DEBUG_LOCK_ALLOC
John Ogness
1
-0
/
+5
2022-10-21
srcu: Debug NMI safety even on archs that don't require it
Frederic Weisbecker
3
-31
/
+34
2022-10-21
srcu: Explain the reason behind the read side critical section on GP start
Frederic Weisbecker
1
-0
/
+5
2022-10-21
srcu: Warn when NMI-unsafe API is used in NMI
Frederic Weisbecker
1
-0
/
+2
2022-10-21
arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
Paul E. McKenney
1
-0
/
+1
2022-10-21
arch/loongarch: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
Paul E. McKenney
1
-0
/
+1
2022-10-21
arch/arm64: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
Paul E. McKenney
1
-0
/
+1
2022-10-21
arch/x86: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
Paul E. McKenney
1
-0
/
+1
2022-10-21
srcu: Check for consistent global per-srcu_struct NMI safety
Paul E. McKenney
1
-0
/
+5
2022-10-21
srcu: Check for consistent per-CPU per-srcu_struct NMI safety
Paul E. McKenney
3
-12
/
+43
2022-10-20
srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()
Paul E. McKenney
5
-6
/
+105
2022-10-18
srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic
Paul E. McKenney
2
-14
/
+14
2022-10-17
Linux 6.1-rc1
v6.1-rc1
Linus Torvalds
1
-2
/
+2
[next]