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-02
gpio: Use IS_ERR_OR_NULL() helper function
Hongbo Li
1
-2
/
+2
2024-09-02
drm/i915/fence: Mark debug_fence_free() with __maybe_unused
Andy Shevchenko
1
-2
/
+2
2024-09-02
drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused
Andy Shevchenko
1
-2
/
+2
2024-09-02
drm/i915: Fix readout degamma_lut mismatch on ilk/snb
Ville Syrjälä
1
-5
/
+26
2024-09-02
drm/i915: Do not attempt to load the GSC multiple times
Daniele Ceraolo Spurio
2
-1
/
+6
2024-09-02
Merge tag 'tegra-for-6.12-firmware' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
1
-15
/
+5
2024-09-02
Merge tag 'tegra-for-6.12-soc' of https://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
1
-8
/
+4
2024-09-02
Merge tag 'scmi-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
35
-501
/
+2899
2024-09-02
Merge tag 'ffa-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
1
-57
/
+183
2024-09-02
Merge tag 'versatile-soc-for-v6.12' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
4
-7
/
+20
2024-09-02
reset: eyeq: add platform driver
Théo Lebrun
3
-0
/
+584
2024-09-02
reset: reset-meson: Add support for Amlogic T7 SoC reset controller
Zelong Dong
1
-0
/
+6
2024-09-02
reset: core: add get_device()/put_device on rcdev
Clément Léger
1
-0
/
+2
2024-09-02
reset: lpc18xx: simplify with devm_clk_get_enabled()
Krzysztof Kozlowski
1
-25
/
+4
2024-09-02
reset: lpc18xx: simplify with dev_err_probe()
Krzysztof Kozlowski
1
-8
/
+6
2024-09-02
reset: simplify locking with guard()
Krzysztof Kozlowski
1
-11
/
+4
2024-09-02
reset: k210: fix OF node leak in probe() error path
Krzysztof Kozlowski
1
-1
/
+2
2024-09-02
reset: berlin: fix OF node leak in probe() error path
Krzysztof Kozlowski
1
-1
/
+2
2024-09-02
Merge tag 'v6.12-rockchip-drivers-1' of https://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
2
-1
/
+71
2024-09-02
gpiolib: legacy: Kill GPIOF_DIR_* definitions
Andy Shevchenko
1
-1
/
+1
2024-09-02
gpiolib: legacy: Kill GPIOF_INIT_* definitions
Andy Shevchenko
1
-2
/
+1
2024-09-02
Merge tag 'memory-controller-drv-6.12' of https://git.kernel.org/pub/scm/linu...
Arnd Bergmann
15
-620
/
+209
2024-09-02
gpio: stmpe: Simplify with dev_err_probe()
Shen Lichuan
1
-4
/
+3
2024-09-02
firmware: turris-mox-rwtm: Deduplicate command execution code
Marek Behún
1
-59
/
+39
2024-09-02
firmware: turris-mox-rwtm: Use ALIGN() instead of hardcoding
Marek Behún
1
-1
/
+2
2024-09-02
firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS
Marek Behún
1
-3
/
+3
2024-09-02
firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member
Marek Behún
1
-2
/
+1
2024-09-02
firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init()
Marek Behún
1
-1
/
+4
2024-09-02
firmware: turris-mox-rwtm: Drop redundant device pointer
Marek Behún
1
-7
/
+11
2024-09-02
firmware: turris-mox-rwtm: Use dev_err_probe() where possible
Marek Behún
1
-11
/
+5
2024-09-02
firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remo...
Marek Behún
1
-14
/
+11
2024-09-02
firmware: turris-mox-rwtm: Simplify debugfs code
Marek Behún
1
-33
/
+11
2024-09-02
firmware: turris-mox-rwtm: Don't create own kobject type
Marek Behún
1
-78
/
+30
2024-09-02
firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf()
Marek Behún
1
-1
/
+1
2024-09-02
firmware: turris-mox-rwtm: Fix driver includes
Marek Behún
1
-1
/
+6
2024-09-02
firmware: turris-mox-rwtm: Hide signature related constants behind macros
Marek Behún
1
-14
/
+22
2024-09-02
firmware: turris-mox-rwtm: Use the boolean type where appropriate
Marek Behún
1
-7
/
+8
2024-09-02
firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6
Marek Behún
1
-1
/
+2
2024-09-02
firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096
Marek Behún
1
-4
/
+7
2024-09-02
dm integrity: Remove extra unlikely helper
Hongbo Li
1
-2
/
+2
2024-09-02
dm: Convert to use ERR_CAST()
Yuesong Li
1
-1
/
+1
2024-09-02
net: microchip: vcap: Fix use-after-free error in kunit test
Jens Emil Schulz Østergaard
1
-12
/
+2
2024-09-02
RDMA/bnxt_re: Add support for MR Relaxed Ordering
Kalesh AP
2
-0
/
+19
2024-09-02
RDMA/bnxt_re: Avoid an extra hwrm per MR creation
Kalesh AP
4
-14
/
+36
2024-09-02
RDMA/bnxt_re: Rename a variable
Kalesh AP
3
-7
/
+7
2024-09-02
RDMA/bnxt_re: Update HW interface headers
Kalesh AP
1
-9
/
+27
2024-09-02
pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for now
Stephan Gerhold
1
-1
/
+3
2024-09-02
drm/imagination: Free pvr_vm_gpuva after unlink
Matt Coster
1
-0
/
+4
2024-09-02
pinctrl: madera: Simplify with dev_err_probe()
Yan Zhen
1
-6
/
+3
2024-09-02
dmaengine: loongson1-apb-dma: Fix the build warning caused by the size of pde...
Keguang Zhang
1
-2
/
+2
[prev]
[next]