summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+46
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-2/+2
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-4/+4
2023-08-18lkdtm: Add FAM_BOUNDS test for __counted_byKees Cook1-3/+44
2023-08-16list: Introduce CONFIG_LIST_HARDENEDMarco Elver1-2/+2
2023-08-04misc: tps6594-esm: Disable ESM for rev 1 PMICEsteban Blanc1-1/+18
2023-08-04misc: rtsx: judge ASPM Mode to set PETXCFG RegRicky WU6-58/+6
2023-07-26misc/genalloc: Name subpools by of_node_full_name()Linus Walleij1-1/+1
2023-07-13ibm: convert to ctime accessor functionsJeff Layton2-2/+2
2023-07-10ibmvmc: update ctime in conjunction with mtime on writeJeff Layton1-1/+1
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds29-57/+509
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-07-01Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+11
2023-06-30Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-14/+244
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-06-23misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()Damien Le Moal1-8/+4
2023-06-23misc: pci_endpoint_test: Do not write status in IRQ handlerDamien Le Moal1-3/+0
2023-06-23misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal1-0/+4
2023-06-23misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal1-3/+3
2023-06-23Merge tag 'at24-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Wolfram Sang1-1/+2
2023-06-20mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-19misc: fastrpc: check return value of devm_kasprintf()Claudiu Beznea1-0/+3
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2-8/+24
2023-06-15misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta1-1/+1
2023-06-15misc: tps6594-pfsm: Add driver for TI TPS6594 PFSMJulien Panis3-0/+319
2023-06-15misc: tps6594-esm: Add driver for TI TPS6594 ESMJulien Panis3-0/+144
2023-06-10mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09Merge tag 'at24-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-0/+1
2023-06-08eeprom: at24: also select REGMAPRandy Dunlap1-0/+1
2023-06-07lkdtm: Avoid objtool/ibt warningPeter Zijlstra1-0/+1
2023-06-05Merge 6.4-rc5 into char-misc-nextGreg Kroah-Hartman1-8/+23
2023-05-31misc: sram: Generate unique names for subpoolsLinus Walleij1-4/+5
2023-05-31lkdtm: replace ll_rw_block with submit_bhYue Zhao1-1/+1
2023-05-31uacce: vma_close clears q->qfrs when freeing qfrsZhangfei Gao1-4/+7
2023-05-31uacce: use q->mapping to replace inode->i_mappingZhangfei Gao1-7/+7
2023-05-31misc: smpro-errmon: Remove the unneeded include <linux/i2c.h>Christophe JAILLET1-1/+0
2023-05-31misc/xilinx_sdfec: remove redundant _{open, release} functionBo Svangård1-12/+0
2023-05-31Merge drm/drm-next into drm-intel-nextJani Nikula5-1/+231
2023-05-31drm/i915/hdcp: Move away from master naming to arbiterSuraj Kandpal1-13/+13
2023-05-31lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook1-2/+2
2023-05-29misc: fastrpc: reject new invocations during device removalRichard Acayan1-1/+2
2023-05-29misc: fastrpc: return -EPIPE to invocations on device removalRichard Acayan1-1/+3
2023-05-29misc: fastrpc: Reassign memory ownership only for remote heapEkansh Gupta1-1/+1
2023-05-29misc: fastrpc: Pass proper scm arguments for secure map requestEkansh Gupta1-5/+17
2023-05-29mei: bus-fixup: fix buffer typeAlexander Usyskin1-2/+2
2023-05-29mei: bus: drop useless cldev null checkAlexander Usyskin1-9/+0