index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
mem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-12-17
1
-20
/
+40
|
\
|
*
powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.c
Christophe Leroy
2020-12-04
1
-5
/
+0
|
*
powerpc/mm: Fix verification of MMU_FTR_TYPE_44x
Christophe Leroy
2020-12-04
1
-1
/
+1
|
*
powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()
David Hildenbrand
2020-11-19
1
-1
/
+4
|
*
powerpc/mm: print warning in arch_remove_linear_mapping()
David Hildenbrand
2020-11-19
1
-1
/
+3
|
*
powerpc/mm: protect linear mapping modifications by a mutex
David Hildenbrand
2020-11-19
1
-0
/
+5
|
*
powerpc/mm: factor out creating/removing linear mapping
David Hildenbrand
2020-11-19
1
-13
/
+28
*
|
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-14
1
-7
/
+0
|
\
\
|
*
|
powerpc/mm/highmem: Switch to generic kmap atomic
Thomas Gleixner
2020-11-06
1
-7
/
+0
|
|
/
*
/
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
2020-11-22
1
-0
/
+1
|
/
*
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-10-16
1
-1
/
+5
|
\
|
*
powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memory
Thiago Jung Bauermann
2020-09-14
1
-1
/
+5
*
|
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
2020-10-13
1
-6
/
+10
*
|
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
2020-10-13
1
-7
/
+8
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
1
-3
/
+0
|
\
|
*
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
2020-08-07
1
-2
/
+0
|
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
|
powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests only
Bharata B Rao
2020-07-29
1
-5
/
+0
|
/
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
2020-06-08
1
-1
/
+1
*
powerpc: unexport flush_icache_user_range
Christoph Hellwig
2020-06-08
1
-1
/
+0
*
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-06-05
1
-0
/
+2
|
\
|
*
powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobe
Christophe Leroy
2020-06-02
1
-0
/
+2
*
|
arch/kmap: ensure kmap_prot visibility
Ira Weiny
2020-06-04
1
-3
/
+0
*
|
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
2020-06-03
1
-1
/
+1
|
/
*
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
2020-04-10
1
-1
/
+2
*
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
2020-04-10
1
-2
/
+3
*
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
2020-04-10
1
-2
/
+2
*
Merge branch 'fixes' into next
Michael Ellerman
2020-03-10
1
-0
/
+2
|
\
|
*
powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()
Michael Ellerman
2020-03-05
1
-0
/
+2
*
|
powerpc/32: drop get_pteptr()
Christophe Leroy
2020-02-26
1
-5
/
+0
*
|
powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
Christophe Leroy
2020-02-26
1
-2
/
+1
|
/
*
powerpc/32: Add support of KASAN_VMALLOC
Christophe Leroy
2020-01-27
1
-0
/
+4
*
mm/memory_hotplug: shrink zones when offlining memory
David Hildenbrand
2020-01-04
1
-2
/
+1
*
powerpc: Ensure that swiotlb buffer is allocated from low memory
Mike Rapoport
2019-12-13
1
-0
/
+8
*
powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...
Aneesh Kumar K.V
2019-12-05
1
-1
/
+1
*
Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-11-30
1
-8
/
+175
|
\
|
*
powerpc/fixmap: fix crash with HIGHMEM
Christophe Leroy
2019-11-29
1
-0
/
+6
|
*
powerpc/fixmap: don't clear fixmap area in paging_init()
Christophe Leroy
2019-11-25
1
-8
/
+0
|
*
powerpc: Don't flush caches when adding memory
Alastair D'Silva
2019-11-07
1
-2
/
+0
|
*
powerpc: Chunk calls to flush_dcache_range in arch_*_memory
Alastair D'Silva
2019-11-07
1
-2
/
+25
|
*
powerpc: Convert flush_icache_range & friends to C
Alastair D'Silva
2019-11-07
1
-1
/
+149
*
|
dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
Nicolas Saenz Julienne
2019-11-01
1
-5
/
+15
|
/
*
powerpc: use the generic dma coherent remap allocator
Christoph Hellwig
2019-08-28
1
-4
/
+0
*
powerpc/mm: move update_mmu_cache() into book3s hash utils.
Christophe Leroy
2019-08-20
1
-52
/
+0
*
powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()
Christophe Leroy
2019-08-20
1
-8
/
+0
*
powerpc/mm: define empty update_mmu_cache() as static inline
Christophe Leroy
2019-08-20
1
-4
/
+7
*
powerpc/mm: don't display empty early ioremap area
Christophe Leroy
2019-08-20
1
-2
/
+3
*
Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-24
1
-1
/
+1
|
\
|
*
powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMA
Andrea Arcangeli
2019-07-15
1
-1
/
+1
[next]