index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
memory
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
memory: tegra: Only initialize reset controller if available
Thierry Reding
1
-4
/
+5
2021-06-03
memory: tegra: Make IRQ support opitonal
Thierry Reding
1
-11
/
+13
2021-06-03
memory: tegra: Parameterize interrupt handler
Thierry Reding
3
-109
/
+104
2021-06-03
memory: tegra: Extract setup code into callback
Thierry Reding
6
-57
/
+84
2021-06-03
memory: tegra: Make per-SoC setup more generic
Thierry Reding
2
-11
/
+10
2021-06-03
memory: tegra: Push suspend/resume into SoC drivers
Thierry Reding
3
-20
/
+58
2021-06-03
memory: tegra: Introduce struct tegra_mc_ops
Thierry Reding
2
-3
/
+7
2021-06-03
memory: tegra: Unify struct tegra_mc across SoC generations
Thierry Reding
1
-445
/
+836
2021-06-03
memory: tegra: Consolidate register fields
Thierry Reding
5
-2371
/
+2910
2021-06-03
memory: tegra30-emc: Use devm_tegra_core_dev_init_opp_table()
Dmitry Osipenko
1
-44
/
+4
2021-06-03
memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()
Dmitry Osipenko
1
-44
/
+4
2021-06-03
memory: tegra: Enable compile testing for all drivers
Dmitry Osipenko
1
-7
/
+11
2021-06-01
memory: tegra: Fix compilation warnings on 64bit platforms
Dmitry Osipenko
2
-4
/
+4
2021-05-17
memory: pl353: Fix error return code in pl353_smc_probe()
Zhen Lei
1
-0
/
+1
2021-05-11
memory: atmel-ebi: add missing of_node_put for loop iteration
Krzysztof Kozlowski
1
-1
/
+3
2021-05-11
memory: stm32-fmc2-ebi: add missing of_node_put for loop iteration
Krzysztof Kozlowski
1
-0
/
+4
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
1
-1
/
+1
2021-04-26
Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-10
/
+3
2021-04-19
Merge tag 'memory-controller-drv-5.13-2' of git://git.kernel.org/pub/scm/linu...
Arnd Bergmann
3
-11
/
+14
2021-04-13
memory: mtk-smi: Add device-link between smi-larb and smi-common
Yong Wu
1
-9
/
+10
2021-04-13
memory: samsung: exynos5422-dmc: handle clk_set_parent() failure
Krzysztof Kozlowski
1
-1
/
+3
2021-04-13
memory: renesas-rpc-if: fix possible NULL pointer dereference of resource
Krzysztof Kozlowski
1
-1
/
+1
2021-04-08
Merge tag 'memory-controller-drv-tegra-5.13' of git://git.kernel.org/pub/scm/...
Arnd Bergmann
6
-29
/
+370
2021-04-05
memory: pl353: fix mask of ECC page_size config register
gexueyuan
1
-1
/
+1
2021-04-01
memory: tegra: Print out info-level once per driver probe
Dmitry Osipenko
3
-25
/
+25
2021-04-01
memory: tegra20: Protect debug code with a lock
Dmitry Osipenko
1
-0
/
+7
2021-04-01
memory: tegra20: Correct comment to MC_STAT registers writes
Dmitry Osipenko
1
-3
/
+2
2021-04-01
memory: tegra20: Add debug statistics
Dmitry Osipenko
3
-2
/
+337
2021-04-01
memory: tegra: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Yang Li
1
-2
/
+2
2021-04-01
memory: fsl-corenet-cf: Remove redundant dev_err call in ccf_probe()
Qiheng Lin
1
-3
/
+1
2021-03-25
memory: samsung: exynos5422-dmc: Convert to use resource-managed OPP API
Yangtao Li
1
-10
/
+3
2021-03-07
memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]
Colin Ian King
1
-2
/
+5
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+218
2021-02-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-6
/
+2
2021-02-22
Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+8
2021-02-11
Merge tag 'memory-controller-drv-5.12-2' of git://git.kernel.org/pub/scm/linu...
Arnd Bergmann
3
-9
/
+9
2021-02-08
memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...
Jiapeng Chong
1
-6
/
+6
2021-02-08
memory: samsung: exynos5422-dmc: Correct function names in kerneldoc
Krzysztof Kozlowski
1
-2
/
+2
2021-02-08
memory: ti-emif-pm: Drop of_match_ptr from of_device_id table
Krzysztof Kozlowski
1
-1
/
+1
2021-02-05
Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...
Greg Kroah-Hartman
2
-6
/
+2
2021-02-02
Merge tag 'memory-controller-drv-tegra-5.12' of git://git.kernel.org/pub/scm/...
Arnd Bergmann
6
-62
/
+425
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
2
-6
/
+2
2021-02-01
iommu/mediatek: Support master use iova over 32bit
Yong Wu
1
-0
/
+7
2021-02-01
iommu/mediatek: Use the common mtk-memory-port.h
Yong Wu
1
-0
/
+1
2021-01-29
memory: tegra: Remove calls to dev_pm_opp_set_clkname()
Viresh Kumar
3
-33
/
+6
2021-01-26
memory: mtk-smi: Allow building as module
Yong Wu
2
-1
/
+10
2021-01-25
memory: ti-aemif: Drop child node when jumping out loop
Pan Bian
1
-2
/
+6
2021-01-23
memory: tegra: Check whether reset is already asserted
Dmitry Osipenko
1
-0
/
+7
2021-01-22
memory: mtk-smi: Use platform_register_drivers
Yong Wu
1
-19
/
+6
2021-01-07
memory: dfl-emif: add the DFL EMIF private feature driver
Xu Yilun
3
-0
/
+218
[prev]
[next]