index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-06
powerpc/mem: Add back missing header to fix 'no previous prototype' error
Christophe Leroy
1
-0
/
+1
2021-05-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
1
-1
/
+0
2021-04-14
powerpc/mem: Move cache flushing functions into mm/cacheflush.c
Christophe Leroy
1
-281
/
+0
2021-03-24
powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used
Sebastian Andrzej Siewior
1
-1
/
+1
2021-02-11
powerpc/mm: Remove dcache flush from memory remove.
Aneesh Kumar K.V
1
-22
/
+0
2021-02-11
powerpc/mm: Add PG_dcache_clean to indicate dcache clean state
Aneesh Kumar K.V
1
-2
/
+2
2021-02-11
powerpc/mm: Enable compound page check for both THP and HugeTLB
Aneesh Kumar K.V
1
-6
/
+22
2020-12-18
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-20
/
+40
2020-12-15
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+0
2020-12-03
powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.c
Christophe Leroy
1
-5
/
+0
2020-12-03
powerpc/mm: Fix verification of MMU_FTR_TYPE_44x
Christophe Leroy
1
-1
/
+1
2020-11-22
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
1
-0
/
+1
2020-11-19
powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()
David Hildenbrand
1
-1
/
+4
2020-11-19
powerpc/mm: print warning in arch_remove_linear_mapping()
David Hildenbrand
1
-1
/
+3
2020-11-19
powerpc/mm: protect linear mapping modifications by a mutex
David Hildenbrand
1
-0
/
+5
2020-11-19
powerpc/mm: factor out creating/removing linear mapping
David Hildenbrand
1
-13
/
+28
2020-11-07
powerpc/mm/highmem: Switch to generic kmap atomic
Thomas Gleixner
1
-7
/
+0
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+5
2020-10-14
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
1
-6
/
+10
2020-10-14
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
1
-7
/
+8
2020-09-14
powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memory
Thiago Jung Bauermann
1
-1
/
+5
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+0
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
1
-2
/
+0
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-07-29
powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests only
Bharata B Rao
1
-5
/
+0
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-08
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
1
-1
/
+1
2020-06-08
powerpc: unexport flush_icache_user_range
Christoph Hellwig
1
-1
/
+0
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+2
2020-06-05
arch/kmap: ensure kmap_prot visibility
Ira Weiny
1
-3
/
+0
2020-06-04
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
1
-1
/
+1
2020-06-02
powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobe
Christophe Leroy
1
-0
/
+2
2020-04-11
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
1
-1
/
+2
2020-04-11
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
1
-2
/
+3
2020-04-11
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
1
-2
/
+2
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+2
2020-03-05
powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()
Michael Ellerman
1
-0
/
+2
2020-02-26
powerpc/32: drop get_pteptr()
Christophe Leroy
1
-5
/
+0
2020-02-26
powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
Christophe Leroy
1
-2
/
+1
2020-01-27
powerpc/32: Add support of KASAN_VMALLOC
Christophe Leroy
1
-0
/
+4
2020-01-05
mm/memory_hotplug: shrink zones when offlining memory
David Hildenbrand
1
-2
/
+1
2019-12-13
powerpc: Ensure that swiotlb buffer is allocated from low memory
Mike Rapoport
1
-0
/
+8
2019-12-04
powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...
Aneesh Kumar K.V
1
-1
/
+1
2019-12-01
Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-8
/
+175
2019-11-29
powerpc/fixmap: fix crash with HIGHMEM
Christophe Leroy
1
-0
/
+6
2019-11-25
powerpc/fixmap: don't clear fixmap area in paging_init()
Christophe Leroy
1
-8
/
+0
2019-11-07
powerpc: Don't flush caches when adding memory
Alastair D'Silva
1
-2
/
+0
2019-11-07
powerpc: Chunk calls to flush_dcache_range in arch_*_memory
Alastair D'Silva
1
-2
/
+25
2019-11-07
powerpc: Convert flush_icache_range & friends to C
Alastair D'Silva
1
-1
/
+149
[next]