| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc64: Fix prototype warning for vmemmap_free | Sam Ravnborg | 2024-04-22 | 1 | -5/+0 |
* | mm/treewide: replace pud_large() with pud_leaf() | Peter Xu | 2024-03-06 | 1 | -1/+1 |
* | mm/treewide: replace pmd_large() with pmd_leaf() | Peter Xu | 2024-03-06 | 1 | -2/+2 |
* | sparc64: implement the new page table range API | Matthew Wilcox (Oracle) | 2023-08-25 | 1 | -32/+46 |
* | sparc64: convert various functions to use ptdescs | Vishal Moola (Oracle) | 2023-08-21 | 1 | -8/+9 |
* | sparc: add pte_free_defer() for pte_t *pgtable_t | Hugh Dickins | 2023-08-18 | 1 | -0/+16 |
* | mm: remove kern_addr_valid() completely | Kefeng Wang | 2022-11-09 | 1 | -1/+0 |
* | sparc/mm: move protection_map[] inside the platform | Anshuman Khandual | 2022-07-18 | 1 | -0/+3 |
* | sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 2022-04-29 | 1 | -0/+12 |
* | sparc64: remove CONFIG_SET_FS support | Arnd Bergmann | 2022-02-25 | 1 | -3/+4 |
* | mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c | Muchun Song | 2021-07-01 | 1 | -0/+1 |
* | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA | Mike Rapoport | 2021-06-29 | 1 | -6/+6 |
* | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 2021-04-30 | 1 | -1/+0 |
* | sparc: fix handling of page table constructor failure | Matthew Wilcox (Oracle) | 2020-12-15 | 1 | -1/+1 |
* | arch, drivers: replace for_each_membock() with for_each_mem_range() | Mike Rapoport | 2020-10-14 | 1 | -8/+4 |
* | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport | 2020-08-07 | 1 | -1/+0 |
* | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 2020-06-09 | 1 | -5/+1 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2020-06-08 | 1 | -5/+5 |
|\ |
|
| * | sparc: mm: return true,false in kern_addr_valid() | Jason Yan | 2020-05-06 | 1 | -5/+5 |
* | | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate | Mike Kravetz | 2020-06-04 | 1 | -15/+4 |
* | | hugetlbfs: move hugepagesz= parsing to arch independent code | Mike Kravetz | 2020-06-04 | 1 | -22/+0 |
* | | hugetlbfs: add arch_hugetlb_valid_size | Mike Kravetz | 2020-06-04 | 1 | -8/+16 |
* | | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport | 2020-06-04 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2020-01-30 | 1 | -4/+29 |
|\ |
|
| * | sparc64: add support for folded p4d page tables | Mike Rapoport | 2020-01-30 | 1 | -4/+29 |
* | | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 2019-09-26 | 1 | -2/+2 |
|/ |
|
* | initramfs: poison freed initrd memory | Christoph Hellwig | 2019-05-14 | 1 | -8/+0 |
* | sparc64: simplify reduce_memory() function | Mike Rapoport | 2019-05-09 | 1 | -40/+2 |
* | sparc: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -0/+11 |
* | arch: simplify several early memory allocations | Mike Rapoport | 2019-03-08 | 1 | -6/+3 |
* | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-06 | 1 | -3/+3 |
* | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -4/+2 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -2/+1 |
* | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -2/+2 |
* | memblock: replace __alloc_bootmem with memblock_alloc_from | Mike Rapoport | 2018-10-31 | 1 | -3/+6 |
* | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 2018-10-31 | 1 | -5/+6 |
* | sparc64: Export __node_distance. | David S. Miller | 2018-10-27 | 1 | -0/+1 |
* | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner | 2018-06-15 | 1 | -1/+1 |
* | mm: fix races between swapoff and flush dcache | Huang Ying | 2018-04-06 | 1 | -3/+3 |
* | sparc64: Add support for ADI (Application Data Integrity) | Khalid Aziz | 2018-03-18 | 1 | -0/+69 |
* | mm: pass the vmem_altmap to vmemmap_free | Christoph Hellwig | 2018-01-08 | 1 | -1/+2 |
* | mm: pass the vmem_altmap to vmemmap_populate | Christoph Hellwig | 2018-01-08 | 1 | -1/+1 |
* | mm: remove cold parameter from free_hot_cold_page* | Mel Gorman | 2017-11-16 | 1 | -1/+1 |
* | sparc64: simplify vmemmap_populate | Pavel Tatashin | 2017-11-16 | 1 | -17/+6 |
* | sparc64/mm: set fields in deferred pages | Pavel Tatashin | 2017-11-16 | 1 | -1/+8 |
* | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 2017-11-16 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | sparc64: Add 16GB hugepage support | Nitin Gupta | 2017-08-16 | 1 | -7/+47 |
* | sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8. | Vijay Kumar | 2017-08-04 | 1 | -1/+11 |