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
2023-10-27
net: pcs: xpcs: Add 2500BASE-X case in get state for XPCS drivers
Raju Lakkaraju
2
-0
/
+31
2023-10-27
net: mana: Use xdp_set_features_flag instead of direct assignment
Konstantin Taranov
1
-2
/
+3
2023-10-27
vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()
Benjamin Poirier
1
-2
/
+2
2023-10-27
iavf: delete the iavf client interface
Michal Schmidt
6
-871
/
+1
2023-10-27
iavf: add a common function for undoing the interrupt scheme
Michal Schmidt
1
-11
/
+15
2023-10-27
iavf: use unregister_netdev
Michal Schmidt
1
-3
/
+1
2023-10-27
iavf: rely on netdev's own registered state
Michal Schmidt
2
-7
/
+3
2023-10-27
iavf: fix the waiting time for initial reset
Michal Schmidt
1
-1
/
+1
2023-10-27
iavf: in iavf_down, don't queue watchdog_task if comms failed
Michal Schmidt
1
-2
/
+4
2023-10-27
iavf: simplify mutex_trylock+sleep loops
Michal Schmidt
1
-4
/
+2
2023-10-27
iavf: fix comments about old bit locks
Michal Schmidt
1
-2
/
+2
2023-10-27
ipvlan: properly track tx_errors
Eric Dumazet
2
-4
/
+5
2023-10-27
netdevsim: Block until all devices are released
Ido Schimmel
1
-0
/
+12
2023-10-27
nfp: using napi_build_skb() to replace build_skb()
Fei Qin
2
-2
/
+2
2023-10-27
net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"
Colin Ian King
1
-1
/
+1
2023-10-27
net: dsa: microchip: Ensure Stable PME Pin State for Wake-on-LAN
Oleksij Rempel
4
-1
/
+55
2023-10-27
net: dsa: microchip: Refactor switch shutdown routine for WoL preparation
Oleksij Rempel
4
-8
/
+22
2023-10-27
net: dsa: microchip: Add error handling for ksz_switch_macaddr_get()
Oleksij Rempel
1
-3
/
+13
2023-10-27
net: dsa: microchip: Refactor comment for ksz_switch_macaddr_get() function
Oleksij Rempel
1
-6
/
+14
2023-10-27
net: dsa: microchip: ksz9477: Add Wake on Magic Packet support
Oleksij Rempel
3
-7
/
+97
2023-10-27
lkdtm: Fix CFI_BACKWARD on RISC-V
Sami Tolvanen
1
-2
/
+11
2023-10-27
of: overlay: unittest: overlay_bad_unresolved: Spelling s/ok/okay/
Geert Uytterhoeven
1
-1
/
+1
2023-10-27
of: address: Consolidate bus .map() functions
Rob Herring
1
-43
/
+11
2023-10-27
of: address: Store number of bus flag cells rather than bool
Rob Herring
1
-9
/
+5
2023-10-27
of: unittest: Add tests for address translations
Herve Codina
2
-0
/
+178
2023-10-27
hte: Use kasprintf() instead of fixed buffer formatting
Andy Shevchenko
1
-9
/
+4
2023-10-27
hte: tegra: Fix missing error code in tegra_hte_test_probe()
Harshit Mogalapalli
1
-1
/
+3
2023-10-27
cxl/region: Fix x1 root-decoder granularity calculations
Jim Harris
1
-1
/
+8
2023-10-27
cxl/region: Fix cxl_region_rwsem lock held when returning to user space
Li Zhijian
1
-1
/
+1
2023-10-27
cxl/region: Use cxl_calc_interleave_pos() for auto-discovery
Alison Schofield
1
-112
/
+15
2023-10-27
cxl/region: Calculate a target position in a region interleave
Alison Schofield
1
-0
/
+127
2023-10-27
clk: si521xx: Increase stack based print buffer size in probe
Marek Vasut
1
-2
/
+2
2023-10-27
drm/amdgpu: Remove unused variables from amdgpu_show_fdinfo
Umio Yasuno
1
-6
/
+0
2023-10-27
drm/amdgpu: Remove duplicate fdinfo fields
Rob Clark
1
-3
/
+0
2023-10-27
drm/amd/amdgpu: avoid to disable gfxhub interrupt when driver is unloaded
Kenneth Feng
1
-1
/
+2
2023-10-27
drm/amdgpu: Add EXT_COHERENT support for APU and NUMA systems
David Francis
5
-23
/
+45
2023-10-27
drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table
Candice Li
1
-7
/
+5
2023-10-27
drm/amdgpu: Identify data parity error corrected in replay mode
Candice Li
1
-9
/
+23
2023-10-27
drm/amdgpu: Fix typo in IP discovery parsing
Mukul Joshi
1
-1
/
+1
2023-10-27
drm/amd/display: fix S/G display enablement
Hamza Mahfooz
1
-1
/
+1
2023-10-27
mtd: cfi_cmdset_0001: Byte swap OTP info
Linus Walleij
1
-2
/
+18
2023-10-27
mtd: rawnand: meson: check return value of devm_kasprintf()
Yi Yang
1
-0
/
+3
2023-10-27
mtd: rawnand: intel: check return value of devm_kasprintf()
Yi Yang
1
-0
/
+10
2023-10-27
mtd: rawnand: sh_flctl: Convert to module_platform_driver()
Uwe Kleine-König
1
-1
/
+2
2023-10-27
dm: respect REQ_NOWAIT flag in normal bios issued to DM
Mike Snitzer
1
-11
/
+29
2023-10-27
dm: enhance alloc_multiple_bios() to be more versatile
Mike Snitzer
1
-34
/
+34
2023-10-27
regulator (max5970): Remove duplicate line
Naresh Solanki
1
-1
/
+0
2023-10-27
regulator (max5970): Add hwmon support
Naresh Solanki
1
-1
/
+143
2023-10-27
Merge tag 'iommu-fix-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2023-10-27
platform/x86: Add s2idle quirk for more Lenovo laptops
David Lazar
1
-0
/
+73
[prev]
[next]