summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-4/+4
2024-03-13Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-1/+1
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-13/+22
2024-03-05mei: gsc_proxy: match component when GSC is on different busAlexander Usyskin1-3/+5
2024-03-05misc: fastrpc: Pass proper arguments to scm callEkansh Gupta1-4/+6
2024-03-04misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on suspend/re...Hans de Goede1-8/+13
2024-03-02VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_ha...Vasiliy Kovalev1-1/+2
2024-02-19mei: Add Meteor Lake support for IVSC deviceWentong Wu1-0/+1
2024-02-19mei: me: add arrow lake point H DIDAlexander Usyskin2-0/+2
2024-02-19mei: me: add arrow lake point S DIDAlexander Usyskin2-0/+2
2024-02-08misc: gehc-achc: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-4/+4
2024-02-01VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli1-1/+2
2024-02-01VMCI: Use struct_size() in kmalloc()Harshit Mogalapalli1-2/+2
2024-02-01lkdtm/bugs: In lkdtm_HUNG_TASK() use BUG(), not BUG_ON(1)Douglas Anderson1-1/+1
2024-02-01lkdtm/bugs: Adjust lkdtm_HUNG_TASK() to avoid tail call optimizationDouglas Anderson1-1/+2
2024-02-01lkdtm: Make lkdtm_do_action() return to avoid tail call optimizationDouglas Anderson1-8/+14
2024-01-31misc: open-dice: Fix spurious lockdep warningWill Deacon1-1/+1
2024-01-31misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta1-1/+1
2024-01-22mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song1-1/+1
2024-01-19Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2024-01-18eeprom: at24: use of_match_ptr()Bartosz Golaszewski1-2/+3
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds26-85/+3710
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-23/+33
2024-01-15Merge branch 'pci/misc'Bjorn Helgaas1-2/+12
2024-01-15Merge branch 'pci/remove-old-api'Bjorn Helgaas2-6/+6
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+61
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2024-01-09Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-11/+12
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2-3/+3
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-01-06misc: pci_endpoint_test: Use a unique test pattern for each BARNiklas Cassel1-2/+12
2024-01-04misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callbackHans de Goede1-0/+1
2024-01-04pvpanic: Kill duplicate PCI_VENDOR_ID_REDHAT definitionAndy Shevchenko1-1/+0
2024-01-04eeprom: at24: Use pm_runtime_resume_and_get to simplify the codeHeiner Kallweit1-10/+4
2024-01-04eeprom: at24: Probe for DDR3 thermal sensor in the SPD caseHeiner Kallweit1-0/+29
2024-01-04eeprom: ee1004: add support for temperature sensorHeiner Kallweit1-0/+19
2023-12-31dw-xdata: Remove usage of the deprecated ida_simple_*() APIChristophe JAILLET1-3/+3
2023-12-31misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_*() APIChristophe JAILLET1-3/+3
2023-12-23pvpanic: Don't use "proxy" headersAndy Shevchenko4-12/+17
2023-12-18misc: pci_endpoint_test: Use INTX instead of LEGACYDamien Le Moal1-15/+15
2023-12-15VMCI: Remove VMCI_HANDLE_ARRAY_HEADER_SIZE and VMCI_HANDLE_ARRAY_MAX_CAPACITYChristophe JAILLET1-6/+0
2023-12-15VMCI: Remove handle_arr_calc_size()Christophe JAILLET1-9/+3
2023-12-15misc: rtsx: add to support new card reader rts5264Ricky Wu2-5/+26
2023-12-15misc: rtsx: add to support new card reader rts5264 new definition and functionRicky Wu3-1/+1165
2023-12-15misc: nsm: remove selecting the non-existing config CBORLukas Bulwahn1-1/+0
2023-12-15mei: rework Kconfig dependenciesArnd Bergmann4-11/+9
2023-12-15mei: fix vsc dependencyArnd Bergmann1-0/+1
2023-12-15mei: vsc: Rework firmware image namesSakari Ailus1-62/+10
2023-12-15mei: pxp: spdx should be at first lineAlexander Usyskin1-1/+0