summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
31 hoursConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
34 hoursConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
34 hoursConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
6 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
8 daysMerge tag 'i2c-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
11 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
11 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
11 daysMerge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
13 daysMerge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)
2026-01-31vmw_balloon: stop using the balloon_dev_info lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)
2026-01-31vmw_balloon: remove vmballoon_compaction_init()David Hildenbrand (Red Hat)
2026-01-31vmw_balloon: adjust BALLOON_DEFLATE when deflating while migratingDavid Hildenbrand (Red Hat)
2026-01-29misc: pci_endpoint_test: Add BAR subrange mapping test caseKoichiro Den
2026-01-27eeprom: at25: expose JEDEC ID via sysfsPatrick Wicki
2026-01-27eeprom: at25: add support for Infineon Cypress QSN FRAMsPatrick Wicki
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman
2026-01-24Merge tag 'at24-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Wolfram Sang
2026-01-21Revert "mmc: rtsx_pci: add quirk to disable MMC_CAP_AGGRESSIVE_PM for RTS525A"Greg Kroah-Hartman
2026-01-21Revert "mmc: rtsx: reset power state on suspend"Greg Kroah-Hartman
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-17lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDSKees Cook
2026-01-16mei: trace: treat reg parameter as stringAlexander Usyskin
2026-01-16uacce: ensure safe queue release with state managementChenghai Huang
2026-01-16uacce: implement mremap in uacce_vm_ops to return -EPERMYang Shen
2026-01-16uacce: fix isolate sysfs check conditionChenghai Huang
2026-01-16uacce: fix cdev handling in the cleanup pathWenkai Lin
2026-01-16mmc: rtsx: reset power state on suspendMatthew Schwartz
2026-01-16mmc: rtsx_pci: add quirk to disable MMC_CAP_AGGRESSIVE_PM for RTS525AMatthew Schwartz
2026-01-16kgdbts: mark kgdbts_option_setup() with __init to free init memoryCan Peng
2026-01-16misc/mei: gsc_proxy: add dependency on Xe driverSimon Richter
2026-01-16misc/mei: Allow building standalone for compile testingSimon Richter
2026-01-16misc/mei: Decouple ME interfaces from GPU driversSimon Richter
2026-01-16misc/mei: Allow building Intel ME interface on non-x86Simon Richter
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman
2026-01-11Merge tag 'char-misc-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-09Merge tag 'soc-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2025-12-29misc: fastrpc: Update dma_bits for CDSP support on Kaanapali SoCKumari Pallavi
2025-12-29misc: fastrpc: Add support for new DSP IOVA formattingKumari Pallavi
2025-12-29misc: fastrpc: Rename phys to dma_addr for clarityKumari Pallavi
2025-12-29misc: ti_fpc202: fix a potential memory leak in probe functionFelix Gu
2025-12-29misc: bcm_vk: Fix possible null-pointer dereferences in bcm_vk_read()Tuo Li
2025-12-29misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66Markus Perkins
2025-12-29mei: me: add nova lake point S DIDAlexander Usyskin
2025-12-19misc: rp1: drop overlay supportAndrea della Porta
2025-12-19lkdtm/bugs: Do not confuse the clang/objtool with busy wait loopCatalin Marinas