summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
10 daysmei: me: add nova lake point H DIDAlexander Usyskin2-0/+2
10 daysmei: me: use PCI_DEVICE_DATA macroAlexander Usyskin4-194/+188
10 daysibmasm: fix heap over-read in ibmasm_send_i2o_message()Tyllis Xu1-4/+8
10 daysibmasm: fix OOB reads in command_file_write due to missing size checksTyllis Xu1-0/+7
10 daysmisc: ibmasm: fix OOB MMIO read in ibmasm_handle_mouse_interrupt()Tyllis Xu1-0/+5
2026-04-02misc: fastrpc: check qcom_scm_assign_mem() return in rpmsg_probeXingjing Deng1-1/+3
2026-04-02misc: fastrpc: possible double-free of cctx->remote_heapXingjing Deng1-0/+1
2026-04-01lis3lv02d: Omit IRQF_ONESHOT if no threaded handler is providedArd Biesheuvel1-2/+4
2026-03-31misc/mei: INTEL_MEI should depend on X86 or DRM_XEGeert Uytterhoeven1-0/+1
2026-03-31mei: me: reduce the scope on unexpected resetAlexander Usyskin1-10/+4
2026-02-27i3c: simplify combined i3c/i2c dependenciesArnd Bergmann1-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds7-22/+11
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-5/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds58-95/+95
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook65-139/+129
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-91/+177
2026-02-15Merge tag 'i2c-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+7
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-77/+30
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+202
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+82
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)1-1/+1
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)1-4/+4
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)1-1/+1
2026-01-31vmw_balloon: stop using the balloon_dev_info lockDavid Hildenbrand (Red Hat)1-8/+12
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)1-41/+8
2026-01-31vmw_balloon: remove vmballoon_compaction_init()David Hildenbrand (Red Hat)1-25/+5
2026-01-31vmw_balloon: adjust BALLOON_DEFLATE when deflating while migratingDavid Hildenbrand (Red Hat)1-0/+2
2026-01-29misc: pci_endpoint_test: Add BAR subrange mapping test caseKoichiro Den1-1/+202
2026-01-27eeprom: at25: expose JEDEC ID via sysfsPatrick Wicki1-8/+30
2026-01-27eeprom: at25: add support for Infineon Cypress QSN FRAMsPatrick Wicki1-20/+30
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman2-17/+49
2026-01-24Merge tag 'at24-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Wolfram Sang1-13/+7
2026-01-21Revert "mmc: rtsx_pci: add quirk to disable MMC_CAP_AGGRESSIVE_PM for RTS525A"Greg Kroah-Hartman1-3/+0
2026-01-21Revert "mmc: rtsx: reset power state on suspend"Greg Kroah-Hartman1-9/+0
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-17lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDSKees Cook1-8/+82
2026-01-16mei: trace: treat reg parameter as stringAlexander Usyskin1-9/+9
2026-01-16uacce: ensure safe queue release with state managementChenghai Huang1-7/+21
2026-01-16uacce: implement mremap in uacce_vm_ops to return -EPERMYang Shen1-0/+6
2026-01-16uacce: fix isolate sysfs check conditionChenghai Huang1-0/+6
2026-01-16uacce: fix cdev handling in the cleanup pathWenkai Lin1-1/+7
2026-01-16mmc: rtsx: reset power state on suspendMatthew Schwartz1-0/+9
2026-01-16mmc: rtsx_pci: add quirk to disable MMC_CAP_AGGRESSIVE_PM for RTS525AMatthew Schwartz1-0/+3
2026-01-16kgdbts: mark kgdbts_option_setup() with __init to free init memoryCan Peng1-1/+1
2026-01-16misc/mei: gsc_proxy: add dependency on Xe driverSimon Richter1-1/+1
2026-01-16misc/mei: Allow building standalone for compile testingSimon Richter4-5/+5
2026-01-16misc/mei: Decouple ME interfaces from GPU driversSimon Richter4-5/+5
2026-01-16misc/mei: Allow building Intel ME interface on non-x86Simon Richter1-1/+1
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman6-65/+10