index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
gpio: pca953x: Print the error code on read/write failures
Fabio Estevam
1
-2
/
+2
2024-08-21
net: wwan: t7xx: PCIe reset rescan
Jinjian Song
7
-43
/
+105
2024-08-21
memory: ti-aemif: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-21
memory: ti-aemif: simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+3
2024-08-21
rust: kernel: fix typos in code comments
Michael Vetter
2
-3
/
+3
2024-08-21
docs: rust: remove unintended blockquote in Coding Guidelines
Vincent Woltmann
1
-19
/
+19
2024-08-21
rust: block: fix wrong usage of lockdep API
Andreas Hindborg
1
-4
/
+2
2024-08-21
memory: tegra30-emc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-21
memory: tegra20-emc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-21
memory: tegra124-emc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-21
memory: tegra-mc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-8
/
+3
2024-08-21
memory: stm32-fmc2-ebi: simplify with dev_err_probe()
Krzysztof Kozlowski
1
-10
/
+5
2024-08-21
memory: stm32-fmc2-ebi: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-7
/
+1
2024-08-21
memory: samsung: exynos5422-dmc: use scoped device node handling to simplify ...
Krzysztof Kozlowski
1
-20
/
+11
2024-08-21
memory: samsung: exynos5422-dmc: simplify dmc->dev usage
Krzysztof Kozlowski
1
-30
/
+31
2024-08-21
memory: atmel-ebi: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+3
2024-08-21
memory: atmel-ebi: use scoped device node handling to simplify error paths
Krzysztof Kozlowski
1
-19
/
+10
2024-08-21
dt-bindings: memory-controllers: renesas,rpc-if: add top-level constraints
Krzysztof Kozlowski
1
-1
/
+3
2024-08-21
clk: samsung: exynos7885: Add USB related clocks to CMU_FSYS
David Virag
1
-14
/
+57
2024-08-21
clk: samsung: clk-pll: Add support for pll_1418x
David Virag
2
-3
/
+16
2024-08-21
dm: Remove unused declaration and empty definition "dm_zone_map_bio"
Zhang Zekun
1
-5
/
+0
2024-08-21
dm delay: enhance kernel documentation
Heinz Mauelshagen
1
-9
/
+32
2024-08-21
dm: Remove unused declaration dm_get_rq_mapinfo()
Yue Haibing
1
-1
/
+0
[prev]
[next]