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-10
idpf: use libeth Rx buffer management for payload buffer
Alexander Lobakin
6
-246
/
+120
2024-07-10
idpf: convert header split mode to libeth + napi_build_skb()
Alexander Lobakin
4
-116
/
+204
2024-07-10
libeth: support different types of buffers for Rx
Alexander Lobakin
1
-11
/
+121
2024-07-10
drm/amdgpu: remove exp hw support check for gfx12
Alex Deucher
1
-2
/
+0
2024-07-10
regmap: Implement regmap_multi_reg_read()
Guenter Roeck
1
-35
/
+68
2024-07-10
firmware: cs_dsp: Rename fw_ver to wmfw_ver
Richard Fitzgerald
1
-10
/
+10
2024-07-10
firmware: cs_dsp: Clarify wmfw format version log message
Richard Fitzgerald
1
-3
/
+2
2024-07-10
firmware: cs_dsp: Make wmfw and bin filename arguments const char *
Richard Fitzgerald
1
-4
/
+4
2024-07-10
firmware: cs_dsp: Don't allocate temporary buffer for info text
Richard Fitzgerald
1
-28
/
+7
2024-07-10
idpf: remove legacy Page Pool Ethtool stats
Alexander Lobakin
2
-29
/
+1
2024-07-10
idpf: reuse libeth's definitions of parsed ptype structures
Alexander Lobakin
8
-252
/
+153
2024-07-10
idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQ
Alexander Lobakin
6
-19
/
+44
2024-07-10
idpf: merge singleq and splitq &net_device_ops
Alexander Lobakin
4
-63
/
+20
2024-07-10
idpf: strictly assert cachelines of queue and queue vector structures
Alexander Lobakin
1
-67
/
+118
2024-07-10
idpf: avoid bloating &idpf_q_vector with big %NR_CPUS
Alexander Lobakin
3
-18
/
+22
2024-07-10
idpf: split &idpf_queue into 4 strictly-typed queue structures
Alexander Lobakin
7
-728
/
+1018
2024-07-10
idpf: stop using macros for accessing queue descriptors
Alexander Lobakin
5
-50
/
+52
2024-07-11
soc: sunxi: sram: Constify struct regmap_config
Javier Carrasco
1
-1
/
+1
2024-07-10
wifi: ath12k: Support Transmit DE stats
Dinesh Karthikeyan
2
-0
/
+480
2024-07-10
wifi: ath11k: fix array out-of-bound access in SoC stats
Karthikeyan Periyasamy
1
-1
/
+1
2024-07-10
wifi: ath12k: fix array out-of-bound access in SoC stats
Karthikeyan Periyasamy
1
-1
/
+1
2024-07-10
wifi: ath11k: use work queue to process beacon tx event
Kang Yang
3
-1
/
+16
2024-07-10
Merge tag 'platform-drivers-x86-v6.10-6' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+1
2024-07-10
Merge tag 'acpi-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-21
/
+16
2024-07-10
Merge tag 'pm-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-2
/
+5
2024-07-10
Merge tag 'thermal-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-7
/
+17
2024-07-10
Merge tag 'devicetree-fixes-for-6.10-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-14
/
+4
2024-07-10
pwm: atmel-tcb: Make private data variable naming consistent
Uwe Kleine-König
1
-45
/
+45
2024-07-10
pwm: atmel-tcb: Simplify checking the companion output
Uwe Kleine-König
1
-8
/
+3
2024-07-10
pwm: Allow pwm state transitions from an invalid state
Uwe Kleine-König
1
-2
/
+37
2024-07-10
pwm: xilinx: Simplify using devm_ functions
Uwe Kleine-König
1
-21
/
+6
2024-07-10
pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_u...
Uwe Kleine-König
1
-29
/
+22
2024-07-10
pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlock
Uwe Kleine-König
1
-11
/
+8
2024-07-10
pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlock
Uwe Kleine-König
1
-37
/
+15
2024-07-10
pwm: Register debugfs operations after the pwm class
Uwe Kleine-König
1
-1
/
+9
2024-07-10
pwm: imx-tpm: Enable pinctrl setting for sleep state
Shenwei Wang
1
-2
/
+14
2024-07-10
pwm: lpss: drop redundant runtime PM handles
Raag Jadav
1
-22
/
+0
2024-07-10
pwm: lpss: use devm_pm_runtime_enable() helper
Raag Jadav
1
-9
/
+1
2024-07-10
pwm-stm32: Make use of parametrised register definitions
Uwe Kleine-König
1
-11
/
+11
2024-07-10
Merge tag 'ib-mfd-counter-v5.11' of https://git.kernel.org/pub/scm/linux/kern...
Uwe Kleine-König
1
-2
/
+2
2024-07-10
pwm: meson: Add support for Amlogic S4 PWM
Junyi Zhao
1
-0
/
+39
2024-07-10
pwm: Add GPIO PWM driver
Vincent Whitchurch
3
-0
/
+253
2024-07-10
bus: ts-nbus: Use pwm_apply_might_sleep()
Sean Young
1
-1
/
+1
2024-07-10
pwm: Make pwm_request_from_chip() private to the core
Uwe Kleine-König
1
-5
/
+3
2024-07-10
pwm: cros-ec: Simplify device tree xlation
Uwe Kleine-König
1
-20
/
+12
2024-07-10
pwm: cros-ec: Don't care about consumers in .get_state()
Uwe Kleine-König
1
-33
/
+1
2024-07-10
pwm: Make use of a symbol namespace for the core
Uwe Kleine-König
1
-0
/
+2
2024-07-10
pwm: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
8
-0
/
+8
2024-07-10
pwm: axi-pwmgen: Make use of regmap_clear_bits()
Uwe Kleine-König
1
-1
/
+1
2024-07-10
pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()
Uwe Kleine-König
1
-5
/
+4
[prev]
[next]