summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lkdtm-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2021-12-173-9/+15
|\
| * lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()Christophe Leroy2021-12-161-1/+1
| * lkdtm: avoid printk() in recursive_loop()Ard Biesheuvel2021-12-161-7/+9
| * lkdtm: Note that lkdtm_kernel_info should be removed in the futureKees Cook2021-12-161-1/+5
* | Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman2021-12-133-13/+8
|\ \
| * | misc: rtsx: Avoid mangling IRQ during runtime PMKai-Heng Feng2021-12-031-4/+0
| * | nvmem: eeprom: at25: fix FRAM byte_lenRalph Siemsen2021-12-031-20/+18
| * | misc: fastrpc: fix improper packet size calculationJeya R2021-12-031-4/+6
| |/
* | misc: sram: Add compatible string for Tegra234 SYSRAMMikko Perttunen2021-12-081-0/+1
* | mei: Remove some dead codeChristophe JAILLET2021-12-031-5/+1
* | misc: at25: Align comment styleAndy Shevchenko2021-12-031-17/+20
* | misc: at25: Replace commas by spaces in the ID tablesAndy Shevchenko2021-12-031-4/+4
* | misc: at25: Reorganize headers for better maintenanceAndy Shevchenko2021-12-031-6/+7
* | misc: at25: Factor out at_fram_to_chip()Andy Shevchenko2021-12-031-41/+44
* | misc: at25: Switch to use BIT() instead of custom approachesAndy Shevchenko2021-12-031-4/+4
* | misc: at25: Get rid of intermediate storage for AT25 chip dataAndy Shevchenko2021-12-031-17/+15
* | misc: at25: Get platform data via dev_get_platdata()Andy Shevchenko2021-12-031-3/+4
* | misc: at25: Check new property ("address-width") firstAndy Shevchenko2021-12-031-4/+4
* | misc: at25: Unshadow error codes in at25_fw_to_chip()Andy Shevchenko2021-12-031-18/+22
* | misc: at25: Use at25->chip instead of local chip everywhere in ->probe()Andy Shevchenko2021-12-031-7/+7
* | misc: at25: Check proper value of chip length in FRAM caseAndy Shevchenko2021-12-031-2/+2
* | misc: at25: Don't copy garbage to the at25->chip in FRAM caseAndy Shevchenko2021-12-031-1/+4
* | misc: at25: Make driver OF independent againAndy Shevchenko2021-12-031-7/+6
|/
* Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-101-18/+27
|\
| * at24: Support probing while in non-zero ACPI D stateSakari Ailus2021-11-031-18/+27
* | Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-11-081-5/+4
|\ \
| * | mfd: hi6421-spmi-pmic: Cleanup drvdata to only include regmapMauro Carvalho Chehab2021-10-051-5/+4
* | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-081-12/+1
|\ \ \
| * | | ocxl: Use pci core's DVSEC functionalityBen Widawsky2021-10-291-12/+1
| |/ /
* | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-062-24/+41
|\ \ \
| * | | cxl: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-182-4/+4
| * | | cxl: Factor out common dev->driver expressionsBjorn Helgaas2021-10-182-24/+41
| |/ /
* | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-0446-406/+1453
|\ \ \
| * | | dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-252-0/+3
| * | | lkdtm/bugs: Check that a per-task stack canary existsKees Cook2021-10-253-0/+79
| * | | misc: enclosure: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-221-8/+8
| * | | habanalabs: refactor fence handling in hl_cs_poll_fencesDani Liberman2021-10-181-35/+36
| * | | habanalabs: context cleanup cosmeticsOmer Shpigelman2021-10-181-7/+1
| * | | habanalabs: simplify wait for interrupt with timestamp flowYuri Nudelman2021-10-183-10/+7
| * | | habanalabs: initialize hpriv fields before adding new nodeMoti Haimovski2021-10-181-8/+15
| * | | habanalabs: Unify frequency set/get functionalityRajaravi Krishna Katta2021-10-189-65/+38
| * | | habanalabs: select CRC32Vegard Nossum2021-10-181-0/+1
| * | | habanalabs: add support for dma-buf exporterTomer Tayar2021-10-185-3/+535
| * | | habanalabs: fix NULL pointer dereferenceDani Liberman2021-10-181-2/+11
| * | | habanalabs: fix race condition in multi CS completionDani Liberman2021-10-182-1/+23
| * | | habanalabs: use only u32Oded Gabbay2021-10-181-1/+1
| * | | habanalabs: update firmware filesOded Gabbay2021-10-184-78/+130
| * | | habanalabs: bypass reset for continuous h/w error eventBharat Jauhari2021-10-185-36/+111
| * | | habanalabs: take timestamp on wait for interruptYuri Nudelman2021-10-183-3/+21
| * | | habanalabs: prevent race between fd close/openOded Gabbay2021-10-181-7/+23