aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+20
2022-08-01parisc: Drop zero variable initialisations in mm/init.cJason Wang1-1/+1
2022-07-17parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-05-23parisc: Prevent ldil() to sign-extend into upper 32 bitsHelge Deller1-0/+6
2022-01-28parisc: Drop __init from map_pages declarationJohn David Anglin1-5/+4
2021-11-01parisc: Use swap() to swap values in setup_bootmem()Yihao Han1-5/+1
2021-10-30parisc: fix warning in flush_tlb_allSven Schnelle1-2/+2
2021-08-30parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)1-2/+2
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-02-12parisc: Optimize per-pagetable spinlocksHelge Deller1-5/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-3/+3
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-5/+0
2020-07-21parisc: Convert to BIT_MASK() and BIT_WORD()Helge Deller1-6/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-03parisc: simplify detection of memory zone boundariesMike Rapoport1-19/+3
2020-05-29parisc: Fix kernel panic in mem_init()Helge Deller1-1/+1
2020-01-27parisc: map_pages(): cleanup page table initializationMike Rapoport1-38/+12
2020-01-14parisc: fix map_pages() to actually populate upper directoryMike Rapoport1-1/+1
2019-05-14Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-36/+39
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-10parisc: Use __ro_after_init in init.cHelge Deller1-4/+4
2019-05-10parisc: Enable the ro_after_init featureHelge Deller1-32/+35
2019-05-03parisc: Allow live-patching of __meminit functionsHelge Deller1-1/+1
2019-05-03parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller1-55/+47
2019-05-03parisc: add set_fixmap()/clear_fixmap()Sven Schnelle1-5/+9
2019-02-22parisc: use memblock_alloc() instead of custom get_memblock()Mike Rapoport1-33/+19
2019-01-05parisc: Remap hugepage-aligned pages in set_kernel_text_rw()Helge Deller1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-28parisc: Fix A500 boot crashJohn David Anglin1-6/+4
2018-10-17parisc: Add alternative coding infrastructureHelge Deller1-0/+15
2018-10-17parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller1-6/+2
2018-08-13parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig1-8/+3
2018-05-02parisc: Fix section mismatchesHelge Deller1-1/+1
2018-03-02parisc: Hide virtual kernel memory layoutHelge Deller1-1/+6
2018-01-02parisc: Show initial kernel memory layout unhashedHelge Deller1-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-12parisc: Add Page Deallocation Table (PDT) supportHelge Deller1-0/+3
2017-02-22arch, mm: remove arch specific show_memMichal Hocko1-49/+0
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-1/+1
2016-10-11parisc: Zero-initialize newly alloced memblockHelge Deller1-0/+2
2016-10-07parisc: Drop bootmem and switch to memblockHelge Deller1-64/+62
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-3/+3
2015-11-22Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-23/+17
2015-11-22parisc: Map kernel text and data on huge pagesHelge Deller1-23/+17
2015-11-08parisc: Fixes and cleanups in kernel uapi header filesHelge Deller1-0/+16
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov1-1/+1
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller1-72/+0
2014-07-24parisc: Eliminate memset after alloc_bootmem_pagesHIMANGI SARAOGI1-1/+0