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-03
pinctrl: intel: Inline intel_gpio_community_irq_handler()
Andy Shevchenko
1
-17
/
+6
2024-09-03
ptp: ocp: adjust sysfs entries to expose tty information
Vadim Fedorenko
1
-11
/
+51
2024-09-03
ptp: ocp: convert serial ports to array
Vadim Fedorenko
1
-63
/
+57
2024-09-03
PCI: mediatek-gen3: Add Airoha EN7581 support
Lorenzo Bianconi
2
-2
/
+113
2024-09-03
PCI: mediatek-gen3: Rely on reset_bulk APIs for PHY reset lines
Lorenzo Bianconi
1
-12
/
+33
2024-09-03
PCI: mediatek-gen3: Add mtk_gen3_pcie_pdata data structure
Lorenzo Bianconi
1
-3
/
+21
2024-09-03
spi: spidev: Add missing spi_device_id for jg10309-01
Geert Uytterhoeven
1
-0
/
+1
2024-09-03
optee: add RPMB dependency
Jens Wiklander
1
-0
/
+1
2024-09-03
mmc: block: add RPMB dependency
Jens Wiklander
1
-0
/
+1
2024-09-03
mmc: core Convert UNSTUFF_BITS macro to inline function
Avri Altman
3
-127
/
+113
2024-09-03
mmc: core: Convert simple_stroul to kstroul
Riyan Dhiman
1
-3
/
+3
2024-09-03
mmc: core: Calculate size from pointer
Riyan Dhiman
1
-1
/
+1
2024-09-03
mmc: cqhci: Make use of cqhci_halted() routine
Seunghwan Baek
1
-7
/
+7
2024-09-03
mmc: Merge branch fixes into next
Ulf Hansson
1
-1
/
+1
2024-09-03
mmc: cqhci: Fix checking of CQHCI_HALT state
Seunghwan Baek
1
-1
/
+1
2024-09-03
mmc: core: Replace the argument of mmc_sd_switch() with defines
Chanwoo Lee
2
-7
/
+9
2024-09-03
mmc: dw_mmc-rockchip: Add support for rk3576 SoCs
Detlev Casanova
1
-5
/
+43
2024-09-03
mmc: dw_mmc-rockchip: Add internal phase support
Shawn Lin
1
-11
/
+160
2024-09-03
HID: hid-sensor-custom: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-09-03
HID: add patch for sis multitouch format
tammy tseng
1
-0
/
+14
2024-09-03
HID: multitouch: Add support for lenovo Y9000P Touchpad
He Lugang
2
-2
/
+7
2024-09-03
HID: amd_sfh: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2024-09-03
spi: Revert "spi: Insert the missing pci_dev_put()before return"
Nathan Chancellor
1
-6
/
+2
2024-09-03
HID: i2c-hid: elan: Add elan-ekth6a12nay timing
Zhaoxiong Lv
1
-0
/
+8
2024-09-03
VMCI: Fix use-after-free when removing resource in vmci_resource_remove()
David Fernandez Gonzalez
1
-1
/
+2
2024-09-03
devres: Correclty strip percpu address space of devm_free_percpu() argument
Uros Bizjak
1
-1
/
+1
2024-09-03
driver core: Make parameter check consistent for API cluster device_(for_each...
Zijun Hu
1
-3
/
+3
2024-09-03
bus: fsl-mc: make fsl_mc_bus_type const
Kunwu Chan
1
-1
/
+1
2024-09-03
cxgb: Remove unused declarations
Yue Haibing
2
-4
/
+0
2024-09-03
cxgb4: Remove unused declarations
Yue Haibing
3
-7
/
+0
2024-09-03
cxgb3: Remove unused declarations
Yue Haibing
1
-2
/
+0
2024-09-03
nvme-pci: Make driver prefer asynchronous shutdown
Stuart Hayes
1
-0
/
+1
2024-09-03
driver core: shut down devices asynchronously
Stuart Hayes
2
-1
/
+57
2024-09-03
driver core: separate function to shutdown one device
Stuart Hayes
1
-30
/
+36
2024-09-03
driver core: don't always lock parent in shutdown
Stuart Hayes
1
-2
/
+2
2024-09-03
platform: Make platform_bus_type constant
Kunwu Chan
1
-1
/
+1
2024-09-03
driver core: class: Check namespace relevant parameters in class_register()
Zijun Hu
2
-1
/
+12
2024-09-03
driver:base:core: Adding a "Return:" line in comment for device_link_add()
Yuesong Li
1
-0
/
+3
2024-09-03
net: bcmasp: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-3
/
+2
2024-09-03
net: dsa: microchip: Use scoped function to simplfy code
Jinjie Ruan
1
-3
/
+2
2024-09-03
net: mv643xx_eth: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-3
/
+2
2024-09-03
net: mdio: mux-mmioreg: Simplified with dev_err_probe()
Jinjie Ruan
1
-28
/
+20
2024-09-03
net: mdio: mux-mmioreg: Simplified with scoped function
Jinjie Ruan
1
-4
/
+2
2024-09-03
net: phy: Use for_each_available_child_of_node_scoped()
Jinjie Ruan
1
-3
/
+2
2024-09-03
net: dsa: realtek: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-5
/
+3
2024-09-03
net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-4
/
+2
2024-09-03
drivers/base: Introduce device_match_t for device finding APIs
Zijun Hu
4
-5
/
+4
2024-09-03
firmware_loader: Block path traversal
Jann Horn
1
-0
/
+30
2024-09-03
net: phy: Fix missing of_node_put() for leds
Jinjie Ruan
1
-0
/
+2
2024-09-03
Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
Naman Jain
2
-0
/
+9
[prev]
[next]