summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-2/+2
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-106/+1196
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-126/+226
2025-01-21misc: pci_endpoint_test: Fix IOCTL return valueManivannan Sadhasivam-128/+127
2025-01-21misc: pci_endpoint_test: Remove redundant 'remainder' testHans Zhang-7/+1
2025-01-21misc: pci_endpoint_test: Add consecutive BAR testNiklas Cassel-0/+88
2025-01-21misc: pci_endpoint_test: Add support for capabilitiesNiklas Cassel-0/+19
2025-01-20Merge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+8
2025-01-17ntsync: Fix reference leaks in the remaining create ioctls.Elizabeth Figura-2/+2
2025-01-16ntsync: fix a file reference leak in drivers/misc/ntsync.cAl Viro-4/+6
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman-2/+2
2025-01-10misc: fastrpc: Fix copy buffer page sizeEkansh Gupta-2/+2
2025-01-10misc: fastrpc: Fix registered buffer page addressEkansh Gupta-1/+1
2025-01-10misc: fastrpc: Deregister device nodes properly in error scenariosAnandu Krishnan E-1/+1
2025-01-10drivers/card_reader/rtsx_usb: Restore interrupt based detectionSean Rhodes-0/+15
2025-01-10misc: fastrpc: Rename tgid and pid to client_idEkansh Gupta-24/+24
2025-01-10misc: fastrpc: Add support for multiple PD from one processEkansh Gupta-14/+16
2025-01-10misc: keba: Fix kernfs warning on module unloadGerhard Engleder-24/+45
2025-01-10misc: Kconfig: Make MCHP_LAN966X_PCI depend on OF_OVERLAYRicardo Ribalda-2/+1
2025-01-08misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set configRengarajan S-1/+1
2025-01-08misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handlingRengarajan S-1/+1
2025-01-08misc: microchip: pci1xxxx: Add push-pull drive support for GPIORengarajan S-0/+3
2025-01-08ntsync: No longer depend on BROKEN.Elizabeth Figura-1/+0
2025-01-08ntsync: Introduce alertable waits.Elizabeth Figura-9/+61
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_READ.Elizabeth Figura-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_READ.Elizabeth Figura-0/+26
2025-01-08ntsync: Introduce NTSYNC_IOC_SEM_READ.Elizabeth Figura-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.Elizabeth Figura-2/+6
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_RESET.Elizabeth Figura-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_SET.Elizabeth Figura-0/+27
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.Elizabeth Figura-0/+59
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.Elizabeth Figura-2/+59
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.Elizabeth Figura-0/+53
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.Elizabeth Figura-3/+71
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ALL.Elizabeth Figura-14/+322
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ANY.Elizabeth Figura-1/+246
2025-01-08ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.Elizabeth Figura-5/+5
2025-01-08ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.Elizabeth Figura-5/+2
2025-01-08misc:minor basic kunit testsVimal Agrawal-0/+70
2024-12-24misc: ds1682: Constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2024-12-24misc: eeprom/max6875: Constify 'struct bin_attribute'Thomas Weißschuh-2/+2
2024-12-24misc: eeprom/idt_89hpesx: Constify 'struct bin_attribute'Thomas Weißschuh-3/+3
2024-12-24misc: pch_phub: Constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2024-12-24misc: c2port: Constify 'struct bin_attribute'Thomas Weißschuh-6/+6
2024-12-24misc: c2port: Calculate bin_attribute size through group callbackThomas Weißschuh-3/+14
2024-12-24misc: sram: constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2024-12-24cxl: Constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2024-12-24ocxl: Constify 'struct bin_attribute'Thomas Weißschuh-2/+2
2024-12-13cxl: Deprecate driverAndrew Donnellan-2/+8
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-12/+12