Age | Commit message (Expand) | Author | Files | Lines |
2022-11-08 | mm: remove kern_addr_valid() completely |  Kefeng Wang | 1 | -2/+1 |
2022-07-17 | sparc/mm: move protection_map[] inside the platform |  Anshuman Khandual | 1 | -0/+20 |
2021-04-30 | mm: move mem_init_print_info() into mm_init() |  Kefeng Wang | 1 | -2/+0 |
2021-02-18 | sparc32: Limit memblock allocation to low memory |  Andreas Larsson | 1 | -0/+3 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included |  Mike Rapoport | 1 | -1/+0 |
2020-06-03 | sparc32: register memory occupied by kernel as memblock.memory |  Mike Rapoport | 1 | -0/+1 |
2019-09-24 | mm: remove quicklist page table caches |  Nicholas Piggin | 1 | -1/+0 |
2019-05-14 | init: free_initmem: poison freed init memory |  Mike Rapoport | 1 | -5/+0 |
2019-05-14 | initramfs: poison freed initrd memory |  Christoph Hellwig | 1 | -8/+0 |
2019-03-12 | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) |  Mike Rapoport | 1 | -1/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h |  Mike Rapoport | 1 | -1/+0 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all |  Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace __alloc_bootmem with memblock_alloc_from |  Mike Rapoport | 1 | -1/+1 |
2018-08-21 | sparc32: split ramdisk detection and reservation to a helper function |  Mike Rapoport | 1 | -25/+31 |
2018-08-21 | sparc32: switch to NO_BOOTMEM |  Mike Rapoport | 1 | -56/+19 |
2018-08-21 | sparc: mm/init_32: kill trailing whitespace |  Mike Rapoport | 1 | -3/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-17 | sparc: Fix -Wstringop-overflow warning |  Orlando Arias | 1 | -1/+1 |
2017-02-22 | arch, mm: remove arch specific show_mem |  Michal Hocko | 1 | -11/+0 |
2014-04-29 | sparc32: fix sparse warning in devices.c |  Sam Ravnborg | 1 | -2/+0 |
2014-04-29 | sparc32: fix sparse warnings in setup_32.c |  Sam Ravnborg | 1 | -1/+1 |
2014-04-29 | sparc32: fix sparse warnings in srmmu.c |  Sam Ravnborg | 1 | -1/+2 |
2013-07-03 | mm/SPARC: prepare for removing num_physpages and simplify mem_init() |  Jiang Liu | 1 | -30/+4 |
2013-07-03 | mm: concentrate modification of totalram_pages into the mm core |  Jiang Liu | 1 | -2/+1 |
2013-07-03 | mm: change signature of free_reserved_area() to fix building warnings |  Jiang Liu | 1 | -2/+2 |
2013-05-07 | mm/SPARC: use common help functions to free reserved pages |  Jiang Liu | 1 | -34/+3 |
2013-04-29 | mm/SPARC: use free_highmem_page() to free highmem pages into buddy system |  Jiang Liu | 1 | -10/+2 |
2013-02-23 | swap: add per-partition lock for swapfile |  Shaohua Li | 1 | -1/+1 |
2012-07-26 | sparc32: delete dead code in show_mem() |  Sam Ravnborg | 1 | -7/+0 |
2012-07-26 | sparc32: move kmap_init() to highmem.c |  Sam Ravnborg | 1 | -13/+0 |
2012-07-26 | sparc32: centralize all mmu context handling in srmmu.c |  Sam Ravnborg | 1 | -18/+0 |
2012-07-26 | sparc32: drop quicklist |  Sam Ravnborg | 1 | -2/+0 |
2012-07-26 | sparc32: drop sparc model check in paging_init |  Sam Ravnborg | 1 | -13/+1 |
2012-07-26 | sparc32: drop sparc_unmapped_base |  Sam Ravnborg | 1 | -2/+0 |
2012-07-26 | sparc32,leon: drop leon_init() |  Sam Ravnborg | 1 | -2/+0 |
2012-05-14 | sparc32: remove runtime btfix support |  Sam Ravnborg | 1 | -1/+0 |
2012-05-13 | sparc32: drop btfixup in page_32.h |  Sam Ravnborg | 1 | -1/+0 |
2012-05-12 | sparc32: Un-btfixup PAGE_{NONE,COPY,READONLY,SHARED,KERNEL}. |  David S. Miller | 1 | -23/+0 |
2012-05-12 | sparc32: drop btfixup for check_pgt_cache |  Sam Ravnborg | 1 | -16/+0 |
2012-05-12 | sparc32: Trivial removal of sun4c references in comments. |  David S. Miller | 1 | -3/+2 |
2012-05-11 | sparc32: Kill asm/vac-ops.h |  David S. Miller | 1 | -1/+0 |
2012-05-11 | sparc32: remove calls to sun4c dummy mm inits functions |  Sam Ravnborg | 1 | -8/+0 |
2012-03-28 | Disintegrate asm/system.h for Sparc |  David Howells | 1 | -1/+0 |
2011-06-07 | sparc: Remove unnecessary semicolons |  Joe Perches | 1 | -1/+1 |
2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage |  Peter Zijlstra | 1 | -2/+0 |
2011-05-25 | arch, mm: filter disallowed nodes from arch specific show_mem functions |  David Rientjes | 1 | -1/+1 |
2011-03-24 | lib, arch: add filter argument to show_mem and fix private implementations |  David Rientjes | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -0/+1 |
2009-09-22 | arches: drop superfluous casts in nr_free_pages() callers |  Geert Uytterhoeven | 1 | -1/+1 |
2009-08-17 | sparc,leon: Introduce the sparc-leon CPU type. |  Konrad Eisele | 1 | -0/+4 |