summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-231-3/+3
|\
| * tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-3/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\ \ | |/ |/|
| * misc: nsm: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2214-28/+374
|\ \
| * | misc: ntsync: mark driver as "broken" to prevent from buildingGreg Kroah-Hartman2024-05-151-0/+1
| * | Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-085-14/+19
| |\ \
| * | | misc: rtsx: do clear express reg every SD_INTRicky Wu2024-05-041-5/+7
| * | | tifm: constify the struct tifm_bus_type usageKunwu Chan2024-05-041-1/+1
| * | | vmci: prevent speculation leaks by sanitizing event in event_deliver()Hagar Gamal Halim Hemdan2024-05-031-1/+5
| * | | VMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET2024-05-031-2/+8
| * | | misc/pvpanic: add support for normal shutdownsThomas Weißschuh2024-04-291-1/+42
| * | | misc: sgi_gru: remove default attribute of LATTICE_ECP3_CONFIGPrasad Pandit2024-04-291-1/+0
| * | | misc: sgi_gru: indent SGI_GRU option help textPrasad Pandit2024-04-291-9/+9
| * | | eeprom: 93xx46: drop unneeded MODULE_ALIASKrzysztof Kozlowski2024-04-291-2/+0
| * | | eeprom: at25: drop unneeded MODULE_ALIASKrzysztof Kozlowski2024-04-291-1/+0
| * | | mei: bus: constify the struct mei_cl_bus_type usageKunwu Chan2024-04-231-1/+1
| * | | Merge 6.9-rc5 into char-misc-nextGreg Kroah-Hartman2024-04-235-28/+80
| |\ \ \
| * | | | ntsync: Introduce NTSYNC_IOC_SEM_POST.Elizabeth Figura2024-04-111-3/+69
| * | | | ntsync: Introduce NTSYNC_IOC_CREATE_SEM.Elizabeth Figura2024-04-111-0/+131
| * | | | ntsync: Introduce the ntsync driver and character device.Elizabeth Figura2024-04-113-0/+64
| * | | | misc: ti-st: st_kim: remove unnecessary (void*) conversionsAtin Bainada2024-04-111-2/+2
| * | | | mei: Avoid a bunch of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-111-2/+0
| * | | | misc: ds1682: Add NVMEM supportSean Anderson2024-04-111-0/+37
* | | | | Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-05-221-13/+35
|\ \ \ \ \
| * | | | | misc: tps6594-pfsm: Add TI TPS65224 PMIC PFSMBhargav Raviprakash2024-05-031-13/+35
| |/ / / /
* | | | | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-2/+1
|\ \ \ \ \
| * | | | | VMCI: Use PCI_IRQ_ALL_TYPES to remove PCI_IRQ_LEGACY useDamien Le Moal2024-04-251-2/+1
| |/ / / /
* | | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-4/+0
|\ \ \ \ \
| * | | | | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-4/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-132-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lkdtm: Disable CFI checking for perms functionsKees Cook2024-05-012-2/+2
| | |/ / | |/| |
* | | | Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-054-5/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | misc/pvpanic-pci: register attributes via pci_driverThomas Weißschuh2024-04-291-3/+1
| * | | mei: me: add lunar lake point M DIDAlexander Usyskin2024-04-232-0/+4
| * | | mei: pxp: match against PCI_CLASS_DISPLAY_OTHERDaniele Ceraolo Spurio2024-04-231-2/+5
| | |/ | |/|
* | | Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-04-261-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