summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2025-09-18Merge patch series "mei: connect to card in D3cold"Greg Kroah-Hartman-77/+62
2025-09-18mei: gsc: demote unexpected reset printAlexander Usyskin-62/+3
2025-09-18mei: bus: demote error on connectAlexander Usyskin-1/+1
2025-09-18mei: retry connect if interrupted by link resetAlexander Usyskin-0/+32
2025-09-18mei: make a local copy of client uuid in connectAlexander Usyskin-9/+9
2025-09-18mei: me: trigger link reset if hw ready is unexpectedAlexander Usyskin-5/+17
2025-09-18mei: gsc: fix remove operations orderAlexander Usyskin-7/+11
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand-2/+2
2025-09-12misc: fastrpc: Skip reference for DMA handlesLing Xu-18/+27
2025-09-12misc: fastrpc: fix possible map leak in fastrpc_put_argsLing Xu-3/+7
2025-09-12misc: fastrpc: Fix fastrpc_map_lookup operationLing Xu-1/+6
2025-09-12misc: fastrpc: Save actual DMA size in fastrpc_map structureLing Xu-9/+18
2025-09-12misc: fastrpc: add support for gdsp remoteprocLing Xu-1/+5
2025-09-12misc: fastrpc: Cleanup the domain namesLing Xu-16/+20
2025-09-12misc: fastrpc: Remove kernel-side domain checks from capability ioctlLing Xu-13/+1
2025-09-08lkdtm: fortify: Fix potential NULL dereference on kmalloc failureJunjie Cao-0/+6
2025-09-06mei: hook mei_device on class deviceAlexander Usyskin-315/+342
2025-09-06ibmasm: Replace kzalloc() + copy_from_user() with memdup_user_nul()Thorsten Blum-9/+3
2025-09-06drivers/misc/amd-sbi/Kconfig: select REGMAP_I2CMax Kellermann-0/+1
2025-09-06misc: genwqe: Fix incorrect cmd field being reported in errorColin Ian King-1/+1
2025-09-06misc: ad525x_dpot: Use str_enabled_disabled() in sysfs_show_reg()Thorsten Blum-4/+3
2025-09-06dw-xdata: Use str_write_read() in dw_xdata_start() and dw_xdata_perf()Thorsten Blum-2/+3
2025-09-06eeprom: at25: make FRAM device ID error message more preciseMarkus Heidelberg-1/+1
2025-09-06eeprom: at25: support Cypress FRAMs without device IDMarkus Heidelberg-31/+36
2025-09-06misc: eeprom/m24lr: Remove unneeded semicolonChen Ni-1/+1
2025-08-27misc: pci_endpoint_test: Cleanup extra 0 initializationChristian Bruel-2/+0
2025-08-27misc: pci_endpoint_test: Skip IRQ tests if irq is out of rangeChristian Bruel-6/+6
2025-08-19misc: rtsx: usb card reader: add OCP supportRicky Wu-0/+7
2025-08-19eeprom: add driver for ST M24LR series RFID/NFC EEPROM chipsAbd-Alrhman Masalkhi-0/+625
2025-08-19char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/Zijun Hu-655/+0
2025-08-19misc: hisi_hikey_usb: Use str_enabled_disabled() in hub_power_ctrl()Thorsten Blum-1/+2
2025-08-19misc: apds990x: Drop superfluous return statementGeert Uytterhoeven-1/+0
2025-08-19misc: rtsx_pci: Add separate CD/WP pin polarity reversal supportRicky Wu-12/+52
2025-08-19misc: Fix spelling mistake "STMicroeletronics" -> "STMicroelectronics"Colin Ian King-2/+2
2025-08-18objtool: Validate kCFI callsPeter Zijlstra-0/+5
2025-08-13misc: pci_endpoint_test: Fix array underflow in pci_endpoint_test_ioctl()Dan Carpenter-1/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-2/+2
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+83
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+9
2025-07-29Merge tag 'soc-drivers-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+383
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-564/+963
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+21
2025-07-28Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+5
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+14
2025-07-24misc: pci_endpoint_test: Add doorbell test caseFrank Li-0/+83
2025-07-24misc: ti_fpc202: Switch to of_fwnode_handle()Jiri Slaby (SUSE)-1/+1
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-14/+14
2025-07-19mei: more prints with client prefixAlexander Usyskin-37/+34