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
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-09
staging: rts5208: replace weird strncpy() with memcpy()
Arnd Bergmann
1
-5
/
+5
2024-04-09
staging: greybus: Replace gcam macros with direct dev log calls
Jackson Chui
1
-31
/
+27
2024-04-09
Staging: rtl8723bs: Delete dead code from update_current_network()
Meir Elisha
1
-87
/
+5
2024-04-09
staging: pi433: Reorder pi433_exit cleanup calls.
Shahar Avidar
1
-1
/
+1
2024-04-09
staging: pi433: Add debugfs_remove in case of driver register fails.
Shahar Avidar
1
-0
/
+1
2024-04-09
staging: pi433: Remove duplicated code using the "goto" error recovery scheme.
Shahar Avidar
1
-10
/
+10
2024-04-09
staging: pi433: Rename "pi433_dev" of type "dev_t" to "pi433_devt"
Shahar Avidar
1
-7
/
+7
2024-04-09
staging: pi433: Replace pi433_receive param void type to struct pi433_device.
Shahar Avidar
1
-2
/
+1
2024-04-09
staging: pi433: Rename struct pi433_device instances to pi433.
Shahar Avidar
1
-327
/
+327
2024-04-09
staging: pi433: Rename struct pi433_device buffer field to tx_buffer.
Shahar Avidar
1
-9
/
+9
2024-04-09
staging: bcm2835-audio: add terminating new line to Kconfig
Prasad Pandit
1
-1
/
+1
2024-04-09
greybus: arche-ctrl: move device table to its right location
Arnd Bergmann
2
-8
/
+2
2024-04-09
staging: nvec: Fix documentation typo in nvec.c
Dorine Tipo
1
-1
/
+1
2024-04-09
staging: vt6655: remove redundant assignment to variable byData
Colin Ian King
1
-1
/
+0
2024-04-09
Revert "staging: vc04_services: vchiq_core: Stop kthreads on shutdown"
Umang Jain
3
-13
/
+12
2024-04-09
staging: ks7010: replace open-coded module_sdio_driver()
Krzysztof Kozlowski
1
-1
/
+1
2024-04-09
staging: rtl8192e: remove unnecessary wrapper
Michael Straube
1
-7
/
+1
2024-04-09
staging: pi433: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-09
staging: axis-fifo: Fix indentation
Uri Arev
1
-5
/
+5
2024-04-09
media: tegra-video: Use pad variant of dv timing subdev calls
Paweł Anikiel
1
-6
/
+6
2024-04-08
staging: media: tegra-video: Fix -Wmaybe-unitialized warn in gcc
Ricardo Ribalda
1
-0
/
+1
2024-04-08
staging: media: starfive: Remove links when unregistering devices
Changhuang Liang
1
-0
/
+6
2024-04-08
media: staging: media: starfive: camss: Convert to platform remove callback r...
Uwe Kleine-König
1
-4
/
+2
2024-04-01
Merge 6.9-rc2 into staging-next
Greg Kroah-Hartman
1
-2
/
+3
2024-03-28
staging: fbtft: Remove reference to fb_blank
Thomas Zimmermann
2
-6
/
+3
2024-03-26
staging: wlan-ng: Remove broken driver prism2_usb
Philipp Hortmann
29
-15183
/
+0
2024-03-26
staging: rtl8712: rename backupTKIPCountermeasure to backup_TKIP_countermeasure
Ayush Tiwari
1
-3
/
+3
2024-03-26
staging: rtl8712: rename backupPMKIDIndex to backup_PMKID_index
Ayush Tiwari
1
-3
/
+3
2024-03-26
staging: rtl8712: rename backupPMKIDList to backup_PMKID_list
Ayush Tiwari
1
-3
/
+3
2024-03-26
greybus: lights: check return of get_channel_from_mode
Rui Miguel Silva
1
-1
/
+7
2024-03-25
staging: vc04_services: fix information leak in create_component()
Dan Carpenter
1
-0
/
+1
2024-03-25
staging: vc04_services: changen strncpy() to strscpy_pad()
Arnd Bergmann
1
-2
/
+2
2024-03-25
staging: vc04_services: vchiq_core: Stop kthreads on shutdown
Umang Jain
3
-12
/
+13
2024-03-25
staging: vc04_services: Implement vchiq_bus .remove
Umang Jain
1
-0
/
+10
2024-03-25
staging: vc04_services: Do not log error on kzalloc()
Umang Jain
1
-4
/
+1
2024-03-25
staging: vc04_services: vchiq_arm: Use appropriate dev_* log helpers
Umang Jain
1
-3
/
+3
2024-03-25
staging: vc04_services: Remove unused function declarations
Umang Jain
1
-6
/
+0
2024-03-25
staging: rtl8712: Add space between operands and operator
Ayush Tiwari
1
-1
/
+1
2024-03-25
staging: rtl8712: Remove additional space
Ayush Tiwari
1
-1
/
+1
2024-03-25
staging: pi433: Correct comment typos in pi433_if.c
Felix N. Kimbu
1
-4
/
+4
2024-03-25
staging: rtl8712: Fix line length exceeding 100 columns
Ayush Tiwari
1
-1
/
+2
2024-03-25
staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProce...
Dorine Tipo
1
-4
/
+0
2024-03-25
staging: wlan-ng: Rename 'wlan_unsetup' to 'wlan_teardown'
Felix N. Kimbu
3
-5
/
+5
2024-03-25
staging: rtl8712: rename tmpVal to avg_val
Ayush Tiwari
1
-3
/
+3
2024-03-25
staging: wlan-ng: Rename 'foo' to 'rc' in p80211conv.c
Felix N. Kimbu
1
-15
/
+15
2024-03-25
Staging: rtl8192e: Rename variable WriteIntoReg
Tree Davies
3
-4
/
+4
2024-03-25
Staging: rtl8192e: Rename variable bAllowAllDA
Tree Davies
3
-4
/
+4
2024-03-25
Staging: rtl8192e: Rename variable pBssHT
Tree Davies
2
-11
/
+11
2024-03-25
Staging: rtl8192e: Rename variable bRTSUseShortPreamble
Tree Davies
2
-2
/
+2
2024-03-25
Staging: rtl8192e: Rename variable posHTCap
Tree Davies
2
-2
/
+2
[prev]
[next]