aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+30
2024-07-04mei: vsc: Fix spelling errorWentong Wu1-1/+1
2024-07-04mei: vsc: Enhance SPI transfer of IVSC ROMWentong Wu1-1/+1
2024-07-04mei: vsc: Utilize the appropriate byte order swap functionWentong Wu1-1/+1
2024-07-04mei: vsc: Prevent timeout error with added delay post-firmware downloadWentong Wu1-2/+2
2024-07-04mei: vsc: Enhance IVSC chipset stability during warm rebootWentong Wu1-0/+14
2024-07-03misc: microchip: pci1xxxx: Fix return value of nvmem callbacksJoy Chakraborty1-4/+0
2024-07-03misc: fastrpc: Restrict untrusted app to attach to privileged PDEkansh Gupta1-3/+19
2024-07-03misc: fastrpc: Fix ownership reassignment of remote heapEkansh Gupta1-1/+3
2024-07-03misc: fastrpc: Fix memory leak in audio daemon attach operationEkansh Gupta1-0/+1
2024-07-03misc: fastrpc: Avoid updating PD type for capability requestEkansh Gupta1-1/+0
2024-07-03misc: fastrpc: Copy the complete capability structure to userEkansh Gupta1-1/+1
2024-07-03misc: fastrpc: Fix DSP capabilities requestEkansh Gupta1-3/+8
2024-06-17lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland1-0/+30
2024-06-04misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Yongzhi Liu1-2/+4
2024-06-04misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bu...Yongzhi Liu1-0/+3
2024-06-04mei: vsc: Fix wrong invocation of ACPI SID methodHans de Goede1-1/+1
2024-06-04mei: vsc: Don't stop/restart mei device during system suspend/resumeWentong Wu1-24/+15
2024-06-04mei: me: release irq in mei_me_pci_resume error pathTomas Winkler1-1/+3
2024-06-04mei: demote client disconnect warning on suspend to debugAlexander Usyskin1-1/+1
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-3/+3
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-28/+374
2024-05-22Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-13/+35
2024-05-22misc: nsm: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+0
2024-05-15misc: ntsync: mark driver as "broken" to prevent from buildingGreg Kroah-Hartman1-0/+1
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-4/+0
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman5-14/+19
2024-05-05Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-5/+10
2024-05-04misc: rtsx: do clear express reg every SD_INTRicky Wu1-5/+7
2024-05-04tifm: constify the struct tifm_bus_type usageKunwu Chan1-1/+1
2024-05-03misc: tps6594-pfsm: Add TI TPS65224 PMIC PFSMBhargav Raviprakash1-13/+35
2024-05-03vmci: prevent speculation leaks by sanitizing event in event_deliver()Hagar Gamal Halim Hemdan1-1/+5
2024-05-03VMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET1-2/+8
2024-05-01lkdtm: Disable CFI checking for perms functionsKees Cook2-2/+2
2024-04-29misc/pvpanic-pci: register attributes via pci_driverThomas Weißschuh1-3/+1
2024-04-29misc/pvpanic: add support for normal shutdownsThomas Weißschuh1-1/+42
2024-04-29misc: sgi_gru: remove default attribute of LATTICE_ECP3_CONFIGPrasad Pandit1-1/+0
2024-04-29misc: sgi_gru: indent SGI_GRU option help textPrasad Pandit1-9/+9
2024-04-29eeprom: 93xx46: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-2/+0
2024-04-29eeprom: at25: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2024-04-26Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-9/+9
2024-04-25VMCI: Use PCI_IRQ_ALL_TYPES to remove PCI_IRQ_LEGACY useDamien Le Moal1-2/+1
2024-04-23mei: me: add lunar lake point M DIDAlexander Usyskin2-0/+4
2024-04-23mei: pxp: match against PCI_CLASS_DISPLAY_OTHERDaniele Ceraolo Spurio1-2/+5
2024-04-23mei: bus: constify the struct mei_cl_bus_type usageKunwu Chan1-1/+1