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-03
bsr: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
platform/goldfish: goldfish_pipe: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
dca: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
greybus: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-07-03
intel_th: msu-sink: add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-07-03
dsp56k: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
dtlk: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
misc: ti-st: st_kim: use 'time_left' variable with wait_for_completion_interr...
Wolfram Sang
1
-4
/
+4
2024-07-03
misc: tifm: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-3
/
+3
2024-07-03
misc: bh1770glc: use 'time_left' variable with wait_event_interruptible_timeo...
Wolfram Sang
1
-5
/
+5
2024-07-03
misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout()
Wolfram Sang
1
-5
/
+5
2024-07-03
nvmem: core: limit cell sysfs permissions to main attribute ones
Thomas Weißschuh
1
-1
/
+1
2024-07-03
nvmem: core: only change name to fram for current attribute
Thomas Weißschuh
1
-3
/
+2
2024-07-03
nvmem: meson-efuse: Fix return value of nvmem callbacks
Joy Chakraborty
1
-4
/
+10
2024-07-03
nvmem: rmem: Fix return value of rmem_read()
Joy Chakraborty
1
-1
/
+4
2024-07-03
misc: microchip: pci1xxxx: Fix return value of nvmem callbacks
Joy Chakraborty
1
-4
/
+0
2024-07-03
s390/dasd: Fix invalid dereferencing of indirect CCW data pointer
Stefan Haberland
2
-3
/
+3
2024-07-03
binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issues
Lei Liu
1
-5
/
+5
2024-07-03
binder: use bitmap for faster descriptor lookup
Carlos Llamas
3
-14
/
+279
2024-07-03
hpet: Support 32-bit userspace
He Zhe
1
-5
/
+29
2024-07-03
misc: fastrpc: Restrict untrusted app to attach to privileged PD
Ekansh Gupta
1
-3
/
+19
2024-07-03
misc: fastrpc: Fix ownership reassignment of remote heap
Ekansh Gupta
1
-1
/
+3
2024-07-03
misc: fastrpc: Fix memory leak in audio daemon attach operation
Ekansh Gupta
1
-0
/
+1
2024-07-03
misc: fastrpc: Avoid updating PD type for capability request
Ekansh Gupta
1
-1
/
+0
2024-07-03
misc: fastrpc: Copy the complete capability structure to user
Ekansh Gupta
1
-1
/
+1
2024-07-03
misc: fastrpc: Fix DSP capabilities request
Ekansh Gupta
1
-3
/
+8
2024-07-03
Merge tag 'iio-fixes-for-6.10c' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2
-3
/
+3
2024-07-03
staging: nvec: Use x instead of x != NULL to improve readability.
Tom Mounet
1
-2
/
+2
2024-07-03
serial: imx: ensure RTS signal is not left active after shutdown
Rasmus Villemoes
1
-0
/
+51
2024-07-03
tty: serial: ma35d1: Add a NULL check for of_node
Jacky Huang
1
-6
/
+7
2024-07-03
serial: 8250_omap: Fix Errata i2310 with RX FIFO level check
Udit Kumar
1
-1
/
+2
2024-07-03
wifi: iwlwifi: mvm: check vif for NULL/ERR_PTR before dereference
Miri Korenblit
3
-4
/
+6
2024-07-03
usb: dwc3: pci: add support for the Intel Panther Lake
Heikki Krogerus
1
-0
/
+8
2024-07-03
wifi: iwlwifi: mvm: avoid link lookup in statistics
Johannes Berg
1
-7
/
+6
2024-07-03
usb: dwc3: core: Check all ports when set phy suspend
Thinh Nguyen
1
-12
/
+17
2024-07-03
usb: typec: tcpci: add support to set connector orientation
Marco Felsch
1
-0
/
+44
2024-07-03
wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL
Emmanuel Grumbach
2
-8
/
+4
2024-07-03
usb: typec: ucsi: reorder operations in ucsi_run_command()
Dmitry Baryshkov
1
-20
/
+14
2024-07-03
usb: typec: ucsi: extract common code for command handling
Dmitry Baryshkov
7
-203
/
+67
2024-07-03
usb: typec: ucsi: inline ucsi_read_message_in
Dmitry Baryshkov
1
-14
/
+8
2024-07-03
usb: typec: ucsi: rework command execution functions
Dmitry Baryshkov
1
-72
/
+66
2024-07-03
usb: typec: ucsi: split read operation
Dmitry Baryshkov
7
-72
/
+169
2024-07-03
usb: typec: ucsi: simplify command sending API
Dmitry Baryshkov
7
-87
/
+64
2024-07-03
usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()
Dmitry Baryshkov
1
-10
/
+6
2024-07-03
wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK
Daniel Gabay
1
-1
/
+1
2024-07-03
usb: core: add missing of_node_put() in usb_of_has_devices_or_graph
Javier Carrasco
1
-2
/
+5
2024-07-03
USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
WangYuli
1
-0
/
+3
2024-07-03
USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...
Alan Stern
1
-3
/
+15
2024-07-03
xhci: always resume roothubs if xHC was reset during resume
Mathias Nyman
1
-3
/
+13
2024-07-03
Merge tag 'ath-next-20240702' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Kalle Valo
29
-119
/
+5011
[prev]
[next]