summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* VMCI: Fix use-after-free when removing resource in vmci_resource_remove()David Fernandez Gonzalez2024-09-031-1/+2
* misc: keba: Fix sysfs group creationGerhard Engleder2024-09-031-10/+4
* misc: fastrpc: Fix double free of 'buf' in error pathSukrut Bellary2024-09-031-3/+2
* Merge tag 'char-misc-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-181-19/+3
|\
| * Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"Griffin Kroah-Hartman2024-08-151-19/+3
* | Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-151-0/+16
|\ \ | |/ |/|
| * refcount: Report UAF for refcount_sub_and_test(0) when counter==0Petr Pavlu2024-08-051-0/+16
* | misc: mrvl-cn10k-dpi: add PCI_IOV dependencyArnd Bergmann2024-07-311-1/+1
* | eeprom: ee1004: Fix locking issues in ee1004_probe()Armin Wolf2024-07-311-34/+51
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-5/+5
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-5/+5
* | Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-191-29/+58
|\ \
| * | misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} f...Jiapeng Chong2024-07-091-12/+0
| * | misc: pci_endpoint_test: Document policy about adding pci_device_idYoshihiro Shimoda2024-07-091-0/+4
| * | misc: pci_endpoint_test: Refactor dma_set_mask_and_coherent() logicFrank Li2024-07-091-5/+1
| * | misc: pci_endpoint_test: Use memcpy_toio()/memcpy_fromio() for BAR testsNiklas Cassel2024-07-091-12/+42
| * | misc: pci_endpoint_test: Add support for Rockchip rk3588Niklas Cassel2024-07-091-0/+11
* | | Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-191-0/+8
|\ \ \
| * \ \ Merge tag 'at24-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Wolfram Sang2024-07-101-0/+8
| |\ \ \ | | |_|/ | |/| |
| | * | eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMsClaudiu Beznea2024-07-031-0/+8
| | |/
* | | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-1927-269/+1502
|\ \ \
| * | | misc: Kconfig: exclude mrvl-cn10k-dpi compilation for 32-bit systemsVamsi Attunuru2024-07-181-1/+1
| * | | misc: delete Makefile.rejGreg Kroah-Hartman2024-07-121-7/+0
| * | | misc: Kconfig: add a new dependency for MARVELL_CN10K_DPIVamsi Attunuru2024-07-121-0/+1
| * | | misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driverVamsi Attunuru2024-07-104-0/+698
| * | | misc: keba: Fix missing AUXILIARY_BUS dependencyGerhard Engleder2024-07-091-0/+1
| * | | misc: fastrpc: use coherent pool for untranslated Compute BanksDylan Van Assche2024-07-051-1/+4
| * | | misc: fastrpc: support complete DMA pool access to the DSPDylan Van Assche2024-07-051-0/+19
| * | | misc: fastrpc: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-051-0/+1
| * | | misc: fastrpc: Add missing dev_err newlinesEkansh Gupta2024-07-051-5/+5
| * | | misc: fastrpc: Use memdup_user()Thorsten Blum2024-07-051-8/+3
| * | | misc: Register a PPI for the vcpu stall detection virtual deviceSebastian Ene2024-07-041-2/+29
| * | | misc: keba: Add basic KEBA CP500 system FPGA supportGerhard Engleder2024-07-045-0/+475
| * | | eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPDGuenter Roeck2024-07-041-3/+20
| * | | eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensorGuenter Roeck2024-07-041-3/+3
| * | | eeprom: ee1004: Add nvmem supportArmin Wolf2024-07-042-20/+40
| * | | eeprom: ee1004: Use devres for bus data cleanupArmin Wolf2024-07-041-21/+21
| * | | misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-07-039-10/+10
| * | | misc: ti-st: st_kim: use 'time_left' variable with wait_for_completion_interr...Wolfram Sang2024-07-031-4/+4
| * | | misc: tifm: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-07-031-3/+3
| * | | misc: bh1770glc: use 'time_left' variable with wait_event_interruptible_timeo...Wolfram Sang2024-07-031-5/+5
| * | | misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout()Wolfram Sang2024-07-031-5/+5
| * | | mei: bus-fixup: set timeout for MKHI send operationsAlexander Usyskin2024-06-241-3/+5
| * | | Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman2024-06-175-29/+27
| |\| |
| * | | eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-043-54/+54
| * | | misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO()Andy Shevchenko2024-06-041-4/+3
| * | | misc: eeprom_93xx46: Use string_choices API instead of ternary operatorAndy Shevchenko2024-06-041-4/+5
| * | | misc: eeprom_93xx46: Replace explicit castings with proper specifiersAndy Shevchenko2024-06-041-5/+5
| * | | misc: eeprom_93xx46: Convert to use kstrtox()Andy Shevchenko2024-06-041-3/+7
| * | | misc: eeprom_93xx46: Use spi_message_init_with_transfers()Andy Shevchenko2024-06-041-21/+13