summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-081-2/+11
|\
| * lkdtm: Fix CFI_BACKWARD on RISC-VSami Tolvanen2023-10-271-2/+11
* | Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-051-30/+12
|\ \
| * | eeprom: at24: add ST M24C64-D Additional Write lockable page supportAlexander Stein2023-10-161-0/+4
| * | eeprom: at24: add ST M24C32-D Additional Write lockable page supportMarek Vasut2023-10-121-0/+4
| * | eeprom: at24: Annotate struct at24_data with __counted_byKees Cook2023-09-251-1/+1
| * | eeprom: at24: Drop at24_get_chip_data()Biju Das2023-09-111-29/+3
| |/
* | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-0332-465/+492
|\ \
| * | misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device supportSiddharth Vadapalli2023-10-271-0/+4
| * | uacce: make uacce_class constantGreg Kroah-Hartman2023-10-271-7/+10
| * | ocxl: make ocxl_class constantGreg Kroah-Hartman2023-10-251-12/+15
| * | cxl: make cxl_class constantGreg Kroah-Hartman2023-10-251-11/+10
| * | misc: phantom: make phantom_class constantGreg Kroah-Hartman2023-10-251-11/+13
| * | misc/pvpanic: deduplicate common codeThomas Weißschuh2023-10-184-122/+80
| * | mei: me: emit error only if reset was unexpectedVitaly Lubart2023-10-184-5/+133
| * | misc: mei: main.c: fix kernel-doc warningsRandy Dunlap2023-10-181-4/+4
| * | misc: mei: interrupt.c: fix kernel-doc warningsRandy Dunlap2023-10-181-2/+2
| * | misc: mei: hw-me.c: fix kernel-doc warningsRandy Dunlap2023-10-181-8/+8
| * | misc: mei: hbm.c: fix kernel-doc warningsRandy Dunlap2023-10-181-0/+2
| * | misc: mei: dma-ring.c: fix kernel-doc warningsRandy Dunlap2023-10-181-0/+4
| * | misc: mei: client.c: fix kernel-doc warningsRandy Dunlap2023-10-181-10/+10
| * | misc: mei: hw.h: fix kernel-doc warningsRandy Dunlap2023-10-181-4/+4
| * | mei: docs: fix spelling errorsTomas Winkler2023-10-185-8/+8
| * | mei: docs: add missing entries to kdoc in struct mei_cfg_idxTomas Winkler2023-10-181-0/+4
| * | mei: docs: use correct structures name in kdocTomas Winkler2023-10-181-2/+2
| * | mei: update mei-pxp's component interface with timeoutsAlan Previn2023-10-181-6/+27
| * | mei: pxp: re-enable client on errorsAlexander Usyskin2023-10-181-22/+48
| * | mei: pxp: recover from recv fail under memory pressureAlexander Usyskin2023-10-181-1/+24
| * | mei: bus: add send and recv api with timeoutAlexander Usyskin2023-10-181-2/+86
| * | c2port: replace deprecated strncpy with strscpyJustin Stitt2023-10-051-1/+1
| * | drivers: misc: ti-st: replace deprecated strncpy with strscpyJustin Stitt2023-10-051-2/+3
| * | ibmvmc: replace deprecated strncpy with strscpyJustin Stitt2023-10-051-3/+1
| * | misc: bcm-vk: Annotate struct bcm_vk_wkent with __counted_byKees Cook2023-10-052-2/+2
| * | misc: st_core: Do not call kfree_skb() under spin_lock_irqsave()Jinjie Ruan2023-10-051-3/+4
| * | eeprom: Remove deprecated legacy eeprom driverHeiner Kallweit2023-10-053-229/+0
| * | eeprom: idt_89hpesx: replace open-coded kmemdup_nulJustin Stitt2023-10-051-8/+3
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-26/+12
|\ \ \
| * | | vmw_balloon: dynamically allocate the vmw-balloon shrinkerQi Zheng2023-10-041-26/+12
| |/ /
* | | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-0/+4
|\ \ \
| * | | misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controllerYoshihiro Shimoda2023-10-231-0/+4
| | |/ | |/|
* | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-2/+0
|\ \ \
| * | | sgi-xp: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-2/+0
| |/ /
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-0110-238/+4
|\ \ \
| * | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-1110-238/+4
| |/ /
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+29
|\ \ \
| * | | lkdtm/bugs: add test for panic() with stuck secondary CPUsMark Rutland2023-09-281-1/+29
| |/ /
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \ \
| * | | misc: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
| * | | ibmasm: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
| | |/ | |/|
* | | misc: fastrpc: Unmap only if buffer is unmapped from DSPEkansh Gupta2023-10-161-3/+5