summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar-20/+10
2025-03-16cxl: Remove driverAndrew Donnellan-12887/+0
2025-03-14misc: pci_endpoint_test: Use IRQ_TYPE_* defines from UAPI headerNiklas Cassel-23/+23
2025-03-14misc: pci_endpoint_test: Do not use managed IRQ functionsKunihiko Hayashi-5/+4
2025-03-14misc: pci_endpoint_test: Remove global 'irq_type' and 'no_msi'Kunihiko Hayashi-15/+3
2025-03-14misc: pci_endpoint_test: Fix 'irq_type' to convey the correct typeKunihiko Hayashi-0/+1
2025-03-14misc: lis3lv02d: convert to use faux_deviceGreg Kroah-Hartman-18/+12
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman-20/+10
2025-03-08misc: pci_endpoint_test: Fix displaying 'irq_type' after 'request_irq' errorKunihiko Hayashi-1/+1
2025-03-08misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_ir...Kunihiko Hayashi-0/+3
2025-03-08misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAXNiklas Cassel-8/+10
2025-03-08misc: pci_endpoint_test: Give disabled BARs a distinct error codeNiklas Cassel-2/+4
2025-03-08misc: pci_endpoint_test: Fix potential truncation in pci_endpoint_test_probe()Niklas Cassel-1/+1
2025-03-08misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handlingNiklas Cassel-2/+2
2025-03-06PCI: Add Rockchip Vendor IDShawn Lin-1/+0
2025-03-03eeprom: at24: Drop of_match_ptr() and ACPI_PTR() protectionsAndy Shevchenko-6/+4
2025-02-27Revert "drivers/card_reader/rtsx_usb: Restore interrupt based detection"Christian Heusel-15/+0
2025-02-27x86/cpu: Drop configuration options for early 64-bit CPUsArnd Bergmann-1/+1
2025-02-21ntsync: Check wait count based on byte size.Elizabeth Figura-3/+3
2025-02-20eeprom: ee1004: Check chip before probingEddie James-0/+4
2025-02-20mei: Remove unused functionsDr. David Alan Gilbert-123/+0
2025-02-20eeprom: digsy_mtc: Make GPIO lookup table match the deviceAndy Shevchenko-1/+1
2025-02-19ntsync: Set the permissions to be 0666Mike Lothian-0/+1
2025-02-19mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIOHans de Goede-1/+1
2025-02-19mei: me: add panther lake P DIDAlexander Usyskin-0/+4
2025-02-18misc: vcpu_stall_detector: Switch to use hrtimer_setup()Nam Cao-2/+1
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