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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-27
net: liquidio: Remove unused declarations
Yue Haibing
5
-15
/
+0
2024-08-27
net: thunderx: Remove unused declarations
Yue Haibing
2
-4
/
+0
2024-08-27
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
1291
-17480
/
+28709
2024-08-27
ethernet: stmmac: dwmac-rk: Add GMAC support for RK3576
David Wu
1
-0
/
+156
2024-08-27
ethernet: stmmac: dwmac-rk: Fix typo for RK3588 code
Detlev Casanova
1
-4
/
+4
2024-08-27
bonding: change ipsec_lock from spin lock to mutex
Jianbo Liu
1
-36
/
+43
2024-08-27
bonding: extract the use of real_device into local variable
Jianbo Liu
1
-25
/
+33
2024-08-27
bonding: implement xdo_dev_state_free and call it after deletion
Jianbo Liu
1
-0
/
+36
2024-08-27
net: ethernet: ti: am65-cpsw-nuss: Replace of_node_to_fwnode() with more suit...
Andy Shevchenko
1
-1
/
+1
2024-08-27
md/md-bitmap: make in memory structure internal
Yu Kuai
5
-212
/
+235
2024-08-27
md/md-bitmap: merge md_bitmap_enabled() into bitmap_operations
Yu Kuai
3
-9
/
+20
2024-08-27
md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operations
Yu Kuai
4
-8
/
+6
2024-08-27
md/md-bitmap: merge md_bitmap_free() into bitmap_operations
Yu Kuai
3
-13
/
+9
2024-08-27
md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operations
Yu Kuai
3
-4
/
+4
2024-08-27
md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.
Yu Kuai
3
-8
/
+8
2024-08-27
md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operations
Yu Kuai
3
-6
/
+6
2024-08-27
md/md-bitmap: merge md_bitmap_resize() into bitmap_operations
Yu Kuai
7
-15
/
+18
2024-08-27
md/md-bitmap: pass in mddev directly for md_bitmap_resize()
Yu Kuai
7
-26
/
+45
2024-08-27
md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operations
Yu Kuai
3
-6
/
+7
2024-08-27
md/md-bitmap: merge bitmap_unplug() into bitmap_operations
Yu Kuai
5
-6
/
+6
2024-08-27
md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
Yu Kuai
7
-20
/
+28
2024-08-27
md/md-bitmap: merge md_bitmap_sync_with_cluster() into bitmap_operations
Yu Kuai
3
-10
/
+11
2024-08-27
md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operations
Yu Kuai
5
-8
/
+10
2024-08-27
drm/xe: Support 'nomodeset' kernel command-line option
Thomas Zimmermann
1
-3
/
+36
2024-08-27
Revert "drm/panel-edp: Add SDC ATNA45AF01"
Stephan Gerhold
1
-2
/
+0
2024-08-27
clk: scmi: add is_prepared hook
Peng Fan
1
-2
/
+14
2024-08-27
nvme-pci: Add sleep quirk for Samsung 990 Evo
Georg Gottleuber
1
-0
/
+11
2024-08-27
Merge tag 'amd-pstate-v6.11-2024-08-26' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
2
-7
/
+10
2024-08-27
netkit: Disable netpoll support
Daniel Borkmann
1
-0
/
+1
2024-08-28
Merge tag 'pinctrl-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-46
/
+57
2024-08-27
tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
Stefan Berger
1
-0
/
+4
2024-08-27
clk: qcom: gcc-x1e80100: Don't use parking clk_ops for QUPs
Bryan O'Donoghue
1
-24
/
+24
2024-08-27
power: reset: brcmstb: Do not go into infinite loop if reset fails
Andrew Davis
1
-3
/
+0
2024-08-27
power: reset: brcmstb: Use devm_register_sys_off_handler()
Andrew Davis
1
-8
/
+3
2024-08-27
power: reset: brcmstb: Use syscon_regmap_lookup_by_phandle_args() helper
Andrew Davis
1
-18
/
+4
2024-08-27
power: reset: brcmstb: Use device_get_match_data() for matching
Andrew Davis
1
-11
/
+9
2024-08-27
power: reset: brcmstb: Use normal driver register function
Andrew Davis
1
-2
/
+1
2024-08-27
power: reset: pwr-mlxbf: support graceful shutdown
Asmaa Mnebhi
1
-13
/
+3
2024-08-27
power: supply: cpcap-charger: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-08-27
Merge tag 'qcom-clk-fixes-for-6.11' of https://git.kernel.org/pub/scm/linux/k...
Stephen Boyd
3
-11
/
+30
2024-08-27
md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operations
Yu Kuai
5
-7
/
+10
2024-08-27
md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations
Yu Kuai
5
-15
/
+16
2024-08-27
md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
Yu Kuai
5
-10
/
+18
2024-08-27
md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operations
Yu Kuai
5
-36
/
+45
2024-08-27
md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operations
Yu Kuai
6
-27
/
+35
2024-08-27
md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operations
Yu Kuai
5
-15
/
+19
2024-08-27
md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operations
Yu Kuai
3
-9
/
+20
2024-08-27
md/md-bitmap: merge bitmap_write_all() into bitmap_operations
Yu Kuai
3
-10
/
+9
2024-08-27
md/md-bitmap: remove md_bitmap_setallbits()
Yu Kuai
1
-1
/
+0
2024-08-27
md/md-bitmap: merge md_bitmap_status() into bitmap_operations
Yu Kuai
5
-14
/
+14
[prev]
[next]