aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'mtd/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-1/+8
2026-07-29Merge tag 'memory-controller-drv-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/driversArnd Bergmann5-22/+127
2026-07-25memory: jz4780-nemc: Use dev_err_probe() for clock errorMiles Krause1-4/+3
2026-07-17mtd: nand-omap2: Move omap_nand_ids[] to raw nand driverUwe Kleine-König (The Capable Hub)1-1/+8
2026-07-08memory: tegra: Guard against NULL mc_regs in IRQ handlerAshish Mhetre1-0/+8
2026-07-08memory: tegra: add multi-socket support to the memory interconnectSumit Gupta3-17/+115
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)4-4/+0
2026-06-30memory: stm32_omm: initialize ret in stm32_omm_set_amcrRuoyu Wang1-1/+1
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds18-377/+2751
2026-06-15Merge tag 'thermal-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2026-06-09memory: tegra234: drop dead NULL check in tegra234_mc_icc_aggregate()Sumit Gupta1-4/+2
2026-06-09memory: tegra264: drop redundant tegra264_mc_icc_aggregate()Sumit Gupta1-16/+1
2026-06-09memory: tegra186-emc: stop borrowing MC aggregate hook for EMCSumit Gupta1-3/+1
2026-06-03thermal/of: Rename the devm_thermal_of_cooling_device_register() functionDaniel Lezcano1-2/+2
2026-05-27memory: tegra264: Add full set of MC clientsSumit Gupta1-32/+532
2026-05-27memory: tegra264: Skip clients without bpmp_id or typeSumit Gupta1-0/+4
2026-05-24memory: renesas-rpc-if: Fix duplicate device name on multi-instance platformsLad Prabhakar1-1/+1
2026-05-24memory: omap-gpmc: Silence W=1 kerneldoc warningsKrzysztof Kozlowski1-5/+1
2026-05-14memory: tegra114-emc: Simplify tegra114_emc_interconnect_init() error messageKrzysztof Kozlowski1-2/+1
2026-05-14memory: tegra114-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski1-5/+2
2026-05-13memory: tegra: Fix possible null pointer dereferenceEthan Tidmore1-1/+3
2026-05-04memory: tegra: Add Tegra114 EMC driverSvyatoslav Ryhel3-0/+1367
2026-05-04memory: tegra: Implement EMEM regs and ICC ops for Tegra114Svyatoslav Ryhel1-0/+193
2026-05-04memory: tegra: Add Tegra238 MC supportAshish Mhetre5-1/+405
2026-05-04memory: tegra: Restore MC interrupt masks on resumeAshish Mhetre1-7/+16
2026-05-04memory: tegra: Wire up system sleep PM opsAshish Mhetre1-0/+14
2026-05-04memory: tegra: Make ->resume() callback return voidAshish Mhetre1-3/+1
2026-05-04memory: tegra: Deduplicate rate request management codeMikko Perttunen7-305/+215
2026-05-04memory: atmel-ebi: Allow deferred probingAlexander Dahl1-1/+2
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-9/+10
2026-03-26of: reserved_mem: switch to ops based OF_DECLARE()Marek Szyprowski1-8/+8
2026-03-26of: reserved_mem: remove fdt node from the structureMarek Szyprowski1-1/+2
2026-03-07memory: tegra: Add MC error logging support for Tegra264Ketan Patil4-10/+484
2026-03-07memory: tegra: Prepare for supporting multiple intmask registersKetan Patil10-39/+118
2026-03-07memory: tegra: Group SoC specific fieldsKetan Patil10-6/+22
2026-03-07memory: tegra: Add support for multiple IRQsKetan Patil10-15/+44
2026-03-07memory: tegra: Group register and fieldsKetan Patil1-29/+33
2026-03-07memory: tegra: Group error handling related registersKetan Patil10-38/+50
2026-03-05memory: tegra-mc: Use %pe formatKrzysztof Kozlowski1-2/+1
2026-03-05memory: tegra-mc: Simplify printing PTR_ERR with dev_err_probeKrzysztof Kozlowski1-8/+5
2026-03-05memory: tegra-mc: Drop tegra_mc_setup_latency_allowance() return valueKrzysztof Kozlowski1-8/+2
2026-03-05memory: renesas-rpc-if: Simplify printing PTR_ERR with dev_err_probeKrzysztof Kozlowski1-5/+3
2026-02-26memory: brcmstb_memc: Expand LPDDR4 check to cover for LPDDR5Florian Fainelli1-3/+5
2026-02-26memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko3-335/+0
2026-02-24memory: tegra30-emc: Fix dll_change checkMikko Perttunen1-3/+3
2026-02-24memory: tegra124-emc: Fix dll_change checkMikko Perttunen1-1/+1
2026-02-24memory: tegra: Add support for DBB clock on Tegra264Thierry Reding1-0/+8
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-8/+8
2025-12-16memory: mtk-smi: clean up device link creationJohan Hovold1-16/+19