summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2024-06-16greybus: arche-ctrl: move device table to its right locationArnd Bergmann2-8/+2
2024-06-16greybus: lights: check return of get_channel_from_modeRui Miguel Silva1-1/+7
2024-06-16speakup: Fix sizeof() vs ARRAY_SIZE() bugDan Carpenter1-1/+1
2024-05-02speakup: Avoid crash on very long wordSamuel Thibault1-1/+1
2024-05-02comedi: vmk80xx: fix incomplete endpoint checkingNikita Zhandarovich1-23/+12
2024-04-13staging: vc04_services: fix information leak in create_component()Dan Carpenter1-0/+1
2024-04-13staging: vc04_services: changen strncpy() to strscpy_pad()Arnd Bergmann1-2/+2
2024-04-13staging: mmal-vchiq: Fix client_component for 64 bit kernelDave Stevenson2-1/+8
2024-04-13staging: mmal-vchiq: Allocate and free components as requiredDave Stevenson2-10/+20
2024-04-13staging: mmal-vchiq: Avoid use of bool in structuresDave Stevenson2-8/+8
2024-04-13comedi: comedi_test: Prevent timers rescheduling during deletionIan Abbott1-4/+26
2024-04-13speakup: Fix 8bit characters from direct synthSamuel Thibault1-1/+3
2024-03-27staging: greybus: fix get_channel_from_mode() failure pathDan Carpenter1-4/+4
2024-02-23staging: iio: ad5933: fix type mismatch regressionDavid Schiller1-1/+1
2023-09-23erofs: ensure that the post-EOF tails are all zeroedGao Xiang1-0/+2
2023-08-11staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()Zhang Shurong1-2/+4
2023-06-14Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE"Greg Kroah-Hartman2-3/+8
2023-05-30staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICEPhilipp Hortmann2-8/+3
2023-05-17staging: rtl8192e: Fix W_DISABLE# does not work after stop/startPhilipp Hortmann1-0/+1
2023-05-17staging: iio: resolver: ads1210: fix config modeNuno Sá1-1/+1
2023-03-17Revert "spi: mt7621: Fix an error message in mt7621_spi_probe()"Nobuhiro Iwamatsu1-3/+5
2023-03-13staging: rtl8192e: Remove call_usermodehelper starting RadioPower.shPhilipp Hortmann1-12/+0
2023-03-13staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a scriptPhilipp Hortmann1-27/+0
2023-01-24comedi: adv_pci1760: Fix PWM instruction handlingIan Abbott1-1/+1
2023-01-18wifi: wilc1000: sdio: fix module autoloadingMichael Walle1-0/+1
2023-01-18staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()YueHaibing1-1/+1
2023-01-18staging: rtl8192u: Fix use after free in ieee80211_rx()Dan Carpenter1-1/+3
2022-11-25speakup: fix a segfault caused by switching consolesMushahid Hussain1-1/+1
2022-10-26staging: vt6655: fix potential memory leakNam Cao1-1/+1
2022-10-26staging: vt6655: fix some erroneous memory clean-up loopsNam Cao1-3/+3
2022-10-26spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET1-5/+3
2022-09-15staging: rtl8712: fix use after free bugsDan Carpenter1-36/+0
2022-08-25staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callbackDuoming Zhou3-22/+20
2022-07-29tty: the rest, stop using tty_schedule_flip()Jiri Slaby1-2/+2
2022-07-29pinctrl: ralink: Check for null return of devm_kcallocWilliam Dean1-0/+2
2022-06-25comedi: vmk80xx: fix expression for tx buffer sizeIan Abbott1-1/+1
2022-06-14staging: rtl8712: fix uninit-value in r871xu_drv_init()Wang Cheng1-3/+3
2022-06-14drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()Duoming Zhou1-1/+1
2022-06-14drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou1-1/+1
2022-06-14staging: greybus: codecs: fix type confusion of list iterator variableJakob Koschel1-2/+2
2022-06-06staging: rtl8723bs: prevent ->Ssid overflow in rtw_wx_set_scan()Denis Efremov (Oracle)1-2/+4
2022-04-27staging: ion: Prevent incorrect reference counting behavourLee Jones1-0/+3
2022-04-15staging:iio:adc:ad7280a: Fix handing of device address bit reversing.Jonathan Cameron1-2/+2
2022-03-28staging: fbtft: fb_st7789v: reset display before initializationOliver Graute1-0/+2
2022-03-16staging: gdm724x: fix use after free in gdm_lte_rx()Dan Carpenter1-2/+3
2022-02-16staging: fbtft: Fix error path in fbtft_driver_module_init()Uwe Kleine-König1-1/+4
2022-01-27staging: greybus: audio: Check null pointerJiasheng Jiang1-0/+15
2022-01-27staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttle...Nathan Chancellor1-11/+11
2021-12-01staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()Dan Carpenter1-1/+2
2021-11-26erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2-11/+19