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-07-08
thermal: core: Fix list sorting in __thermal_zone_device_update()
Rafael J. Wysocki
1
-6
/
+4
2024-07-08
firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
Richard Fitzgerald
1
-2
/
+2
2024-07-08
hwmon: (amc6821) Add support for pwm1_mode attribute
Guenter Roeck
1
-1
/
+15
2024-07-08
hwmon: (amc6821) Convert to with_info API
Guenter Roeck
1
-326
/
+362
2024-07-08
hwmon: (amc6821) Convert to use regmap
Guenter Roeck
2
-444
/
+384
2024-07-08
hwmon: (amc6821) Drop unnecessary enum chips
Guenter Roeck
1
-4
/
+1
2024-07-08
hwmon: (amc6821) Use BIT() and GENMASK()
Guenter Roeck
1
-40
/
+41
2024-07-08
hwmon: (amc6821) Use tabs for column alignment in defines
Guenter Roeck
1
-71
/
+71
2024-07-08
hwmon: (amc6821) Reorder include files, drop unnecessary ones
Guenter Roeck
1
-7
/
+6
2024-07-08
hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4
Guenter Roeck
1
-8
/
+17
2024-07-08
hwmon: (amc6821) Rename fan1_div to fan1_pulses
Guenter Roeck
1
-13
/
+13
2024-07-08
hwmon: (amc6821) Make reading and writing fan speed limits consistent
Guenter Roeck
1
-4
/
+9
2024-07-08
hwmon: (amc6821) Stop accepting invalid pwm values
Guenter Roeck
1
-6
/
+8
2024-07-08
Merge tag 'qcom-arm64-for-6.11' of https://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
4
-5
/
+3751
2024-07-08
drm/fbdev-dma: Fix framebuffer mode for big endian devices
Thomas Huth
1
-1
/
+2
2024-07-08
Merge tag 'qcom-drivers-fixes-for-6.10' of https://git.kernel.org/pub/scm/lin...
Arnd Bergmann
1
-0
/
+4
2024-07-08
drm/stm: Remove unnecessary .owner for lvds_platform_driver
Jiapeng Chong
1
-1
/
+0
2024-07-08
drm/bridge: adv7511: Fix Intermittent EDID failures
Adam Ford
3
-14
/
+23
2024-07-08
mmc: dw_mmc-bluefield: Add support for eMMC HW reset
Liming Sun
1
-1
/
+17
2024-07-08
mmc: dw_mmc: Add support for platform specific eMMC HW reset
Liming Sun
2
-0
/
+8
2024-07-08
net: dsa: microchip: lan9371/2: update MAC capabilities for port 4
Oleksij Rempel
2
-2
/
+10
2024-07-08
spi: spi: Remove unnecessary ‘0’ values from status
Li zeming
1
-1
/
+1
2024-07-08
spi: spi: Remove unnecessary ‘0’ values from rc
Li zeming
1
-1
/
+1
2024-07-08
regulator: pca9450: Make IRQ optional
Frieder Schrempf
1
-22
/
+19
2024-07-08
regmap-irq: handle const struct regmap_irq_sub_irq_map
Thomas Weißschuh
1
-1
/
+1
2024-07-08
Merge tag 'amd-pstate-v6.11-2024-07-07' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
2
-25
/
+30
2024-07-08
mmc: sdhci_am654: Constify struct regmap_config
Javier Carrasco
1
-1
/
+1
2024-07-08
mmc: Convert from tasklet to BH workqueue
Allen Pais
13
-135
/
+142
2024-07-08
mmc: sdhi: Convert from tasklet to BH workqueue
Allen Pais
6
-22
/
+26
2024-07-08
mmc: mmc_spi: allow for spi controllers incapable of getting as low as 400k
Conor Dooley
1
-1
/
+4
2024-07-08
memstick: rtsx_pci_ms: Remove Realtek PCI memstick driver
Kai-Heng Feng
3
-649
/
+0
2024-07-08
PCI: controller: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
10
-0
/
+10
2024-07-08
PCI: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-07-08
x86/efistub: Drop redundant clearing of BSS
Ard Biesheuvel
1
-3
/
+0
2024-07-08
x86/efistub: Avoid returning EFI_SUCCESS on error
Ard Biesheuvel
1
-4
/
+1
2024-07-08
x86/efistub: Call Apple set_os protocol on dual GPU Intel Macs
Aditya Garg
1
-3
/
+68
2024-07-08
x86/efistub: Enable SMBIOS protocol handling for x86
Ard Biesheuvel
2
-15
/
+26
2024-07-08
platform/x86:intel/pmc: Add support to undo ltr_ignore
Xi Pardee
1
-6
/
+32
2024-07-08
platform/x86:intel/pmc: Use the Elvis operator
Xi Pardee
1
-1
/
+1
2024-07-08
platform/x86:intel/pmc: Use DEFINE_SHOW_STORE_ATTRIBUTE macro
Xi Pardee
1
-14
/
+2
2024-07-08
platform/x86:intel/pmc: Remove unneeded min_t check
Xi Pardee
1
-4
/
+2
2024-07-08
platform/x86:intel/pmc: Add support to show ltr_ignore value
Xi Pardee
1
-2
/
+13
2024-07-08
platform/x86:intel/pmc: Move pmc assignment closer to first usage
Xi Pardee
1
-1
/
+2
2024-07-08
platform/x86:intel/pmc: Convert index variables to be unsigned
Xi Pardee
1
-22
/
+31
2024-07-08
platform/x86:intel/pmc: Simplify mutex usage with cleanup helpers
Xi Pardee
1
-51
/
+25
2024-07-08
platform/x86:intel/pmc: Use the return value of pmc_core_send_msg
Xi Pardee
1
-9
/
+6
2024-07-08
Revert "firewire: ohci: use common macro to interpret be32 data in le32 buffer"
Takashi Sakamoto
1
-1
/
+1
2024-07-07
drm/vkms: Remove event from vkms_output
Lyude Paul
1
-1
/
+0
2024-07-07
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-27
/
+43
2024-07-07
cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...
Dhananjay Ugwekar
1
-20
/
+23
[prev]
[next]