summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2 days4-5/+10
|\
| * misc/pvpanic-pci: register attributes via pci_driverThomas Weißschuh9 days1-3/+1
| * mei: me: add lunar lake point M DIDAlexander Usyskin14 days2-0/+4
| * mei: pxp: match against PCI_CLASS_DISPLAY_OTHERDaniele Ceraolo Spurio14 days1-2/+5
* | Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang12 days1-9/+9
|\ \ | |/ |/|
| * eeprom: at24: fix memory corruption race conditionDaniel Okazaki2024-04-231-9/+9
* | mei: vsc: Unregister interrupt handler for system suspendSakari Ailus2024-04-113-26/+78
* | Revert "mei: vsc: Call wake_up() in the threaded IRQ handler"Sakari Ailus2024-04-111-2/+2
* | misc: rtsx: Fix rts5264 driver status incorrect when card removedRicky Wu2024-04-111-1/+1
* | mei: me: disable RPL-S on SPS and IGN firmwaresAlexander Usyskin2024-04-111-1/+1
|/
* Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-231-1/+1
|\
| * lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor2024-03-221-1/+1
* | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-2124-154/+91
|\ \ | |/ |/|
| * tifm: make tifm_adapter_class constantRicardo B. Marliere2024-03-071-1/+1
| * misc: xilinx_tmr_inject: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-3/+2
| * misc: xilinx_sdfec: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-3/+2
| * misc: vcpu_stall_detector: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-4/+2
| * misc: ti-st: st_kim: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-3/+2
| * misc: sram: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-4/+2
| * misc: open-dice: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-3/+2
| * mei: vsc: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-4/+2
| * misc: hisi_hikey_usb: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-4/+2
| * misc: fastrpc: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-4/+2
| * cxl: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-3/+2
| * misc: atmel-ssc: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-4/+2
| * misc: hisi_hikey_usb: Remove unused of_gpio.hAndy Shevchenko2024-03-051-1/+0
| * misc: hi6421-spmi-pmic: Remove unused of_gpio.hAndy Shevchenko2024-03-051-1/+0
| * misc: eeprom_93xx46: Remove unused of_gpio.hAndy Shevchenko2024-03-051-1/+0
| * mei: vsc: Assign pinfo fields in variable declarationSakari Ailus2024-03-051-8/+8
| * mei: vsc: Don't use sleeping condition in wait_event_timeout()Sakari Ailus2024-03-051-5/+8
| * mei: vsc: Call wake_up() in the threaded IRQ handlerSakari Ailus2024-03-051-2/+2
| * mei: me: remove unnecessary NULL pointer checksBjorn Helgaas2024-03-051-32/+6
| * mei: txe: remove unnecessary NULL pointer checksBjorn Helgaas2024-03-051-34/+6
| * mei: gsc: remove unnecessary NULL pointer checksBjorn Helgaas2024-03-051-17/+0
| * misc: eeprom/idt_89hpesx: Convert data structures to LE explicitlyDawei Li2024-02-181-3/+3
| * Merge 6.8-rc3 into char-misc-nextGreg Kroah-Hartman2024-02-042-2/+2
| |\
| * | mei: pxp: add dependency on Xe driverAlexander Usyskin2024-01-301-1/+1
| * | mei: hdcp: add dependency on Xe driverAlexander Usyskin2024-01-301-1/+1
| * | mei: pxp: match without driver nameAlexander Usyskin2024-01-301-2/+12
| * | mei: hdcp: match without driver nameAlexander Usyskin2024-01-301-2/+12
| * | mei: gsc: add support for auxiliary device created by Xe driverVitaly Lubart2024-01-301-0/+5
| * | misc: hpilo: rename device creation loop variableIan Abbott2024-01-301-4/+4
| * | misc: hpilo: fix inconsistent device numbersIan Abbott2024-01-301-1/+1
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-1/+1
|\ \ \
| * | | mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-1/+1
| | |/ | |/|
* | | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-131-4/+4
|\ \ \
| * | | misc: gehc-achc: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-4/+4
| |/ /
* | | Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-121-1/+1
|\ \ \
| * | | mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song2024-01-221-1/+1
| | |/ | |/|
* | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-123-13/+22
|\ \ \