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-09-09
tg3: Remove setting of RX software timestamp
Gal Pressman
1
-5
/
+1
2024-09-09
bnxt_en: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+1
2024-09-09
net: ti: icssg-prueth: Make pa_stats optional
MD Danish Anwar
3
-14
/
+26
2024-09-09
net: ibm: emac: Use __iomem annotation for emac_[xg]aht_base
Simon Horman
2
-4
/
+4
2024-09-09
net: ag71xx: disable napi interrupts during probe
Sven Eckelmann
1
-0
/
+6
2024-09-09
net: ag71xx: remove always true branch
Rosen Penev
1
-6
/
+4
2024-09-09
net: ag71xx: get reset control using devm api
Rosen Penev
1
-7
/
+7
2024-09-09
net: ag71xx: use ethtool_puts
Rosen Penev
1
-2
/
+1
2024-09-09
net: ag71xx: update FIFO bits and descriptions
Rosen Penev
1
-24
/
+24
2024-09-09
net: ag71xx: add MODULE_DESCRIPTION
Rosen Penev
1
-0
/
+1
2024-09-09
net: ag71xx: add COMPILE_TEST to test compilation
Rosen Penev
1
-2
/
+2
2024-09-09
Merge tag 'linux-can-next-for-6.12-20240909' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
4
-24
/
+14
2024-09-09
treewide: correct the typo 'retun'
WangYuli
6
-6
/
+6
2024-09-09
zram: support priority parameter in recompression
Sergey Senozhatsky
1
-0
/
+12
2024-09-09
zram: add dictionary support to zstd backend
Sergey Senozhatsky
1
-26
/
+124
2024-09-09
zram: add dictionary support to lz4hc
Sergey Senozhatsky
1
-7
/
+68
2024-09-09
zram: add dictionary support to lz4
Sergey Senozhatsky
1
-7
/
+67
2024-09-09
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
9
-98
/
+168
2024-09-09
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
9
-135
/
+149
2024-09-09
zram: introduce zcomp_req structure
Sergey Senozhatsky
9
-72
/
+77
2024-09-09
zram: add support for dict comp config
Sergey Senozhatsky
1
-9
/
+36
2024-09-09
zram: introduce algorithm_params device attribute
Sergey Senozhatsky
1
-0
/
+68
2024-09-09
zram: recalculate zstd compression params once
Sergey Senozhatsky
1
-2
/
+3
2024-09-09
zram: introduce zcomp_params structure
Sergey Senozhatsky
11
-24
/
+67
2024-09-09
zram: check that backends array has at least one backend
Sergey Senozhatsky
2
-6
/
+21
2024-09-09
zram: add 842 compression backend support
Sergey Senozhatsky
5
-0
/
+94
2024-09-09
zram: add zlib compression backend support
Sergey Senozhatsky
5
-0
/
+158
2024-09-09
zram: pass estimated src size hint to zstd
Sergey Senozhatsky
1
-2
/
+2
2024-09-09
zram: add zstd compression backend support
Sergey Senozhatsky
5
-0
/
+123
2024-09-09
zram: add lz4hc compression backend support
Sergey Senozhatsky
5
-2
/
+100
2024-09-09
zram: add lz4 compression backend support
Sergey Senozhatsky
5
-0
/
+98
2024-09-09
zram: add lzo and lzorle compression backends support
Sergey Senozhatsky
7
-0
/
+140
2024-09-09
zram: introduce custom comp backends API
Sergey Senozhatsky
4
-151
/
+76
2024-09-09
vduse: avoid using __GFP_NOFAIL
Jason Wang
2
-8
/
+12
2024-09-09
cxl: move cxl headers to new include/cxl/ directory
Dave Jiang
4
-4
/
+4
2024-09-10
i2c: i801: Use a different adapter-name for IDF adapters
Hans de Goede
1
-1
/
+8
2024-09-10
i2c: core: Setup i2c_adapter runtime-pm before calling device_add()
Hans de Goede
1
-6
/
+12
2024-09-10
i2c: ismt: kill transaction in hardware on timeout
Vasily Khoruzhick
1
-0
/
+10
2024-09-10
i2c: designware: Group all DesignWare drivers under a single option
Heikki Krogerus
1
-11
/
+18
2024-09-10
net: txgbe: Fix I2C Kconfig dependencies
Heikki Krogerus
1
-2
/
+1
2024-09-10
i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_id
Christophe JAILLET
1
-2
/
+2
2024-09-10
i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()
Kuninori Morimoto
1
-7
/
+5
2024-09-10
i2c: imx: Convert comma to semicolon
Shen Lichuan
1
-1
/
+1
2024-09-10
i2c: jz4780: Use devm_clk_get_enabled() helpers
Rong Qianfeng
1
-15
/
+7
2024-09-10
i2c: emev2: Use devm_clk_get_enabled() helpers
Rong Qianfeng
1
-17
/
+8
2024-09-10
i2c: muxes: add support for tsd,mule-i2c multiplexer
Farouk Bouabid
3
-0
/
+165
2024-09-10
i2c: npcm: restore slave addresses array length
Tyrone Ting
1
-2
/
+4
2024-09-10
i2c: mpc: Use devm_clk_get_optional_enabled() to simplify code
Zhang Zekun
1
-19
/
+4
2024-09-10
i2c: designware: Consolidate PM ops
Andy Shevchenko
4
-105
/
+68
2024-09-10
i2c: riic: Simplify unsupported bus speed handling
Geert Uytterhoeven
1
-9
/
+6
[prev]
[next]