summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2025-05-02objtool, lkdtm: Obfuscate the do_nothing() pointerJosh Poimboeuf1-3/+11
2025-05-02misc: microchip: pci1xxxx: Fix incorrect IRQ status handling during ackRengarajan S1-1/+1
2025-05-02misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registrationRengarajan S1-1/+5
2025-05-02mei: vsc: Fix fortify-panic caused by invalid counted_by() useHans de Goede1-11/+15
2025-05-02mei: me: add panther lake H DIDAlexander Usyskin2-0/+2
2025-04-20misc: pci_endpoint_test: Fix 'irq_type' to convey the correct typeKunihiko Hayashi1-0/+1
2025-04-20misc: pci_endpoint_test: Fix displaying 'irq_type' after 'request_irq' errorKunihiko Hayashi1-1/+1
2025-04-20misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_ir...Kunihiko Hayashi1-0/+3
2025-04-20PCI: Add Rockchip Vendor IDShawn Lin1-1/+0
2025-04-10misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAXNiklas Cassel1-8/+10
2025-04-10misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handlingNiklas Cassel1-2/+2
2025-02-27Revert "drivers/card_reader/rtsx_usb: Restore interrupt based detection"Christian Heusel1-15/+0
2025-02-21ntsync: Check wait count based on byte size.Elizabeth Figura1-3/+3
2025-02-20eeprom: digsy_mtc: Make GPIO lookup table match the deviceAndy Shevchenko1-1/+1
2025-02-19ntsync: Set the permissions to be 0666Mike Lothian1-0/+1
2025-02-19mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIOHans de Goede1-1/+1
2025-02-19mei: me: add panther lake P DIDAlexander Usyskin2-0/+4
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-2/+2
2025-01-28Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-106/+1196
2025-01-26Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-126/+226
2025-01-21misc: pci_endpoint_test: Fix IOCTL return valueManivannan Sadhasivam1-128/+127
2025-01-21misc: pci_endpoint_test: Remove redundant 'remainder' testHans Zhang1-7/+1
2025-01-21misc: pci_endpoint_test: Add consecutive BAR testNiklas Cassel1-0/+88
2025-01-21misc: pci_endpoint_test: Add support for capabilitiesNiklas Cassel1-0/+19
2025-01-21Merge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-2/+8
2025-01-17ntsync: Fix reference leaks in the remaining create ioctls.Elizabeth Figura1-2/+2
2025-01-16ntsync: fix a file reference leak in drivers/misc/ntsync.cAl Viro1-4/+6
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman1-2/+2
2025-01-10misc: fastrpc: Fix copy buffer page sizeEkansh Gupta1-2/+2
2025-01-10misc: fastrpc: Fix registered buffer page addressEkansh Gupta1-1/+1
2025-01-10misc: fastrpc: Deregister device nodes properly in error scenariosAnandu Krishnan E1-1/+1
2025-01-10drivers/card_reader/rtsx_usb: Restore interrupt based detectionSean Rhodes1-0/+15
2025-01-10misc: fastrpc: Rename tgid and pid to client_idEkansh Gupta1-24/+24
2025-01-10misc: fastrpc: Add support for multiple PD from one processEkansh Gupta1-14/+16
2025-01-10misc: keba: Fix kernfs warning on module unloadGerhard Engleder1-24/+45
2025-01-10misc: Kconfig: Make MCHP_LAN966X_PCI depend on OF_OVERLAYRicardo Ribalda1-2/+1
2025-01-08misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set configRengarajan S1-1/+1
2025-01-08misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handlingRengarajan S1-1/+1
2025-01-08misc: microchip: pci1xxxx: Add push-pull drive support for GPIORengarajan S1-0/+3
2025-01-08ntsync: No longer depend on BROKEN.Elizabeth Figura1-1/+0
2025-01-08ntsync: Introduce alertable waits.Elizabeth Figura1-9/+61
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_READ.Elizabeth Figura1-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_READ.Elizabeth Figura1-0/+26
2025-01-08ntsync: Introduce NTSYNC_IOC_SEM_READ.Elizabeth Figura1-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.Elizabeth Figura1-2/+6
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_RESET.Elizabeth Figura1-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_SET.Elizabeth Figura1-0/+27
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.Elizabeth Figura1-0/+59
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.Elizabeth Figura1-2/+59
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.Elizabeth Figura1-0/+53