Age | Commit message (Expand) | Author |
2020-10-13 | arch, drivers: replace for_each_membock() with for_each_mem_range() | Mike Rapoport |
2020-10-13 | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range() | Mike Rapoport |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-07 | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport |
2020-07-29 | powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests only | Bharata B Rao |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-08 | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig |
2020-06-08 | powerpc: unexport flush_icache_user_range | Christoph Hellwig |
2020-06-05 | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2020-06-04 | arch/kmap: ensure kmap_prot visibility | Ira Weiny |
2020-06-03 | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport |
2020-06-02 | powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobe | Christophe Leroy |
2020-04-10 | mm/memory_hotplug: add pgprot_t to mhp_params | Logan Gunthorpe |
2020-04-10 | powerpc/mm: thread pgprot_t through create_section_mapping() | Logan Gunthorpe |
2020-04-10 | mm/memory_hotplug: rename mhp_restrictions to mhp_params | Logan Gunthorpe |
2020-03-10 | Merge branch 'fixes' into next | Michael Ellerman |
2020-03-05 | powerpc/mm: Fix missing KUAP disable in flush_coherent_icache() | Michael Ellerman |
2020-02-26 | powerpc/32: drop get_pteptr() | Christophe Leroy |
2020-02-26 | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset... | Christophe Leroy |
2020-01-27 | powerpc/32: Add support of KASAN_VMALLOC | Christophe Leroy |
2020-01-04 | mm/memory_hotplug: shrink zones when offlining memory | David Hildenbrand |
2019-12-13 | powerpc: Ensure that swiotlb buffer is allocated from low memory | Mike Rapoport |
2019-12-05 | powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache... | Aneesh Kumar K.V |
2019-11-30 | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2019-11-29 | powerpc/fixmap: fix crash with HIGHMEM | Christophe Leroy |
2019-11-25 | powerpc/fixmap: don't clear fixmap area in paging_init() | Christophe Leroy |
2019-11-07 | powerpc: Don't flush caches when adding memory | Alastair D'Silva |
2019-11-07 | powerpc: Chunk calls to flush_dcache_range in arch_*_memory | Alastair D'Silva |
2019-11-07 | powerpc: Convert flush_icache_range & friends to C | Alastair D'Silva |
2019-11-01 | dma/direct: turn ARCH_ZONE_DMA_BITS into a variable | Nicolas Saenz Julienne |
2019-08-28 | powerpc: use the generic dma coherent remap allocator | Christoph Hellwig |
2019-08-20 | powerpc/mm: move update_mmu_cache() into book3s hash utils. | Christophe Leroy |
2019-08-20 | powerpc/mm: move FSL_BOOK3 version of update_mmu_cache() | Christophe Leroy |
2019-08-20 | powerpc/mm: define empty update_mmu_cache() as static inline | Christophe Leroy |
2019-08-20 | powerpc/mm: don't display empty early ioremap area | Christophe Leroy |
2019-07-24 | Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2019-07-18 | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE | David Hildenbrand |
2019-07-15 | powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMA | Andrea Arcangeli |
2019-07-14 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
2019-07-13 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2019-07-05 | powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range() | Christophe Leroy |
2019-07-02 | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag | Christoph Hellwig |
2019-06-22 | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2019-06-19 | powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac | Christoph Hellwig |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-14 | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail | David Hildenbrand |
2019-05-14 | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko |
2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig |
2019-05-03 | powerpc/32: prepare shadow area for KASAN | Christophe Leroy |