index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
dmaengine: Simplify dma_async_device_register()
Yajun Deng
1
-62
/
+20
2023-08-21
dmaengine: fsl-edma: use struct_size() helper
Yu Liao
1
-4
/
+3
2023-08-21
dmaengine: mcf-edma: Use struct_size()
Christophe JAILLET
1
-4
/
+3
2023-08-21
dmaengine: lgm: Use builtin_platform_driver macro to simplify the code
Li Zetao
1
-6
/
+1
2023-08-21
dmaengine: ste_dma40: Add missing IRQ check in d40_probe
ruanjinjie
1
-0
/
+4
2023-08-21
dmaengine: owl-dma: fix clang -Wvoid-pointer-to-enum-cast warning
Justin Stitt
1
-1
/
+1
2023-08-21
dmaengine: idxd: Remove unused declarations
Yue Haibing
1
-5
/
+0
2023-08-01
dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7
Varshini Rajendran
1
-1
/
+2
2023-08-01
dmaengine: ep93xx: Use struct_size()
Christophe JAILLET
1
-3
/
+1
2023-08-01
dmaengine: Explicitly include correct DT includes
Rob Herring
39
-43
/
+46
2023-08-01
dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supported
Fenghua Yu
1
-4
/
+3
2023-08-01
dmaengine: idxd: Simplify WQ attribute visibility checks
Fenghua Yu
1
-15
/
+5
2023-08-01
dmaengine:idxd: Use local64_try_cmpxchg in perfmon_pmu_event_update
Uros Bizjak
1
-4
/
+3
2023-08-01
dmaengine: ipu: Remove the driver
Fabio Estevam
6
-2363
/
+0
2023-07-12
dmaengine: xilinx: dma: remove arch dependency
Zong Li
1
-1
/
+1
2023-07-12
dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
Christophe JAILLET
1
-2
/
+0
2023-07-12
dmaengine: idxd: Modify ABI documentation for attribute pasid_enabled
Rex Zhang
1
-1
/
+1
2023-07-12
dmaengine: idxd: Modify the dependence of attribute pasid_enabled
Rex Zhang
1
-1
/
+1
2023-07-12
dmaengine: mediatek: drop bogus pm_runtime_set_active()
Johan Hovold
1
-1
/
+0
2023-07-12
dt-bindings: dma: qcom,bam: require one of control methods
Krzysztof Kozlowski
1
-0
/
+9
2023-07-12
dt-bindings: dma: convert bcm2835-dma bindings to YAML
Stefan Wahren
2
-83
/
+102
2023-07-12
dt-bindings: dma: Increase iommu maxItems for BAM DMA
Bhupesh Sharma
1
-1
/
+1
2023-07-12
dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs
Bhupesh Sharma
1
-7
/
+13
2023-07-12
dmaengine: stm32-dma: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-12
dmaengine: shdmac: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-4
/
+3
2023-07-12
dmaengine: qcom: hidma_mgmt: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-3
/
+2
2023-07-12
dmaengine: qcom_hidma: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-7
/
+5
2023-07-12
dmaengine: qcom: gpi: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-12
dmaengine: sh: rz-dmac: Fix destination and source data size setting
Hien Huynh
1
-4
/
+7
2023-07-12
dmaengine: sh: rz-dmac: Improve cleanup order in probe()/remove()
Biju Das
1
-3
/
+3
2023-07-09
Linux 6.5-rc1
v6.5-rc1
Linus Torvalds
1
-2
/
+2
2023-07-09
MAINTAINERS 2: Electric Boogaloo
Linus Torvalds
1
-46
/
+46
2023-07-09
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
1
-2
/
+2
2023-07-08
fork: lock VMAs of the parent process when forking
Suren Baghdasaryan
1
-0
/
+1
2023-07-08
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
1
-0
/
+2
2023-07-08
mm: lock a vma before stack expansion
Suren Baghdasaryan
1
-0
/
+4
2023-07-08
ntb: hw: amd: Fix debugfs_create_dir error checking
Anup Sharma
1
-1
/
+1
2023-07-08
lib: dhry: fix sleeping allocations inside non-preemptable section
Geert Uytterhoeven
1
-2
/
+9
2023-07-08
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2
-14
/
+14
2023-07-08
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
1
-1
/
+2
2023-07-08
mailmap: add entries for Heiko Stuebner
Heiko Stuebner
1
-0
/
+3
2023-07-08
mailmap: update manpage link
Heiko Stuebner
1
-1
/
+2
2023-07-08
bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
Liu Shixin
1
-0
/
+2
2023-07-08
MAINTAINERS: add linux-next info
Randy Dunlap
1
-0
/
+7
2023-07-08
mailmap: add Markus Schneider-Pargmann
Markus Schneider-Pargmann
1
-0
/
+1
2023-07-08
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-07-08
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
1
-0
/
+7
2023-07-08
squashfs: fix cache race with migration
Vincent Whitchurch
1
-4
/
+23
2023-07-08
mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
John Hubbard
1
-1
/
+6
2023-07-08
docs: update ocfs2-devel mailing list address
Anthony Iliopoulos
7
-17
/
+17
[next]