Age | Commit message (Expand) | Author | Files | Lines |
2023-11-09 | Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -62/+0 |
2023-10-16 | Merge tag 'memory-controller-drv-6.7' of https://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 4 | -23/+73 |
2023-10-13 | memory: tegra: Set BPMP msg flags to reset IPC channels | Thierry Reding | 1 | -0/+4 |
2023-10-12 | memory: Use device_get_match_data() | Rob Herring | 3 | -22/+12 |
2023-10-12 | memory: tegra: Add Tegra234 clients for RCE and VI | Jon Hunter | 1 | -0/+60 |
2023-09-25 | iommu/tegra-gart: Remove tegra-gart | Jason Gunthorpe | 2 | -62/+0 |
2023-09-24 | memory: atmel-ebi: Annotate struct atmel_ebi_dev with __counted_by | Kees Cook | 1 | -1/+1 |
2023-08-05 | memory: tegra: add MC client for Tegra234 GPU | Sumit Gupta | 1 | -0/+10 |
2023-07-25 | memory: Explicitly include correct DT includes | Rob Herring | 15 | -15/+16 |
2023-07-25 | memory: tegra: Prefer octal over symbolic permissions | Thierry Reding | 1 | -6/+6 |
2023-07-25 | memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supported | Sumit Gupta | 1 | -65/+71 |
2023-07-25 | memory: tegra: Add clients used by DRM in Tegra234 | Sumit Gupta | 1 | -0/+120 |
2023-07-25 | memory: tegra: sort tegra234_mc_clients table as per register offsets | Sumit Gupta | 1 | -255/+259 |
2023-07-25 | memory: tegra: make icc_set_bw return zero if BWMGR not supported | Sumit Gupta | 1 | -2/+2 |
2023-07-10 | memory: tegra: Add dummy implementation on Tegra194 | Thierry Reding | 3 | -22/+39 |
2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2023-06-22 | Merge tag 'memory-controller-drv-6.5' of https://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 5 | -101/+42 |
2023-06-02 | memory: atmel-sdramc: remove the driver | Claudiu Beznea | 3 | -86/+0 |
2023-05-30 | memory: brcmstb_dpfe: fix testing array offset after use | Krzysztof Kozlowski | 1 | -1/+3 |
2023-05-29 | ARM: mm: Make virt_to_pfn() a static inline | Linus Walleij | 1 | -1/+1 |
2023-05-16 | memory: tegra: Make CPU cluster BW request a multiple of MC channels | Sumit Gupta | 3 | -1/+43 |
2023-05-16 | memory: tegra: Add software memory clients in Tegra234 | Sumit Gupta | 1 | -0/+15 |
2023-05-16 | memory: tegra: Add memory clients for Tegra234 | Sumit Gupta | 1 | -0/+420 |
2023-05-16 | memory: tegra: Add interconnect support for DRAM scaling in Tegra234 | Sumit Gupta | 3 | -1/+275 |
2023-05-08 | memory: renesas-rpc-if: Fix PHYCNT.STRTIM setting | Wolfram Sang | 1 | -14/+39 |
2023-04-25 | Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 11 | -11/+9 |
2023-04-10 | memory: mtk-smi: mt8365: Add SMI Support | Alexandre Mergnat | 1 | -0/+6 |
2023-04-10 | memory: tegra: read values from correct device | Diogo Ivo | 1 | -1/+1 |
2023-03-27 | memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157 | Christophe Kerello | 1 | -1/+1 |
2023-03-22 | memory: tegra: remove redundant variable initialization | Diogo Ivo | 1 | -2/+0 |
2023-03-13 | memory: tegra30-emc: fix interconnect registration race | Johan Hovold | 1 | -6/+6 |
2023-03-13 | memory: tegra20-emc: fix interconnect registration race | Johan Hovold | 1 | -6/+6 |
2023-03-13 | memory: tegra124-emc: fix interconnect registration race | Johan Hovold | 1 | -6/+6 |
2023-03-13 | memory: tegra: fix interconnect registration race | Johan Hovold | 1 | -9/+7 |
2023-03-13 | memory: atmel-ebi: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -1/+1 |
2023-03-09 | memory: remove MODULE_LICENSE in non-modules | Nick Alcock | 4 | -4/+0 |
2023-03-09 | memory: tegra: remove MODULE_LICENSE in non-modules | Nick Alcock | 2 | -2/+0 |
2023-02-27 | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -62/+100 |
2023-02-09 | memory: renesas-rpc-if: Remove redundant division of dummy | Cong Dang | 1 | -2/+1 |
2023-01-23 | memory: ti-emif-pm: Use device_get_match_data() to simplify the code | ye xingchen | 1 | -6/+1 |
2023-01-23 | memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*() | Geert Uytterhoeven | 1 | -16/+16 |
2023-01-23 | memory: renesas-rpc-if: Improve Runtime PM handling | Geert Uytterhoeven | 1 | -5/+11 |
2023-01-23 | memory: renesas-rpc-if: Always use dev in rpcif_probe() | Geert Uytterhoeven | 1 | -6/+6 |
2023-01-23 | memory: renesas-rpc-if: Move resource acquisition to .probe() | Geert Uytterhoeven | 1 | -25/+24 |
2023-01-23 | memory: renesas-rpc-if: Split-off private data from struct rpcif | Geert Uytterhoeven | 1 | -18/+57 |
2022-12-27 | memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe() | Gaosheng Cui | 1 | -2/+1 |
2022-12-27 | memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe() | Gaosheng Cui | 1 | -4/+2 |
2022-12-27 | memory: tegra: Remove clients SID override programming | Ashish Mhetre | 1 | -36/+0 |
2022-12-27 | memory: omap-gpmc: fix wait pin validation | Benedikt Niedermayr | 1 | -1/+2 |
2022-12-13 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2 | -2/+1 |