aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
5 daysarch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-1/+22
2023-12-20shm: Slim down dependenciesKent Overstreet1-0/+1
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller1-0/+72
2023-08-10parisc: dma: Add prototype for pcxl_dma_startHelge Deller1-4/+0
2023-08-03parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)1-0/+34
2023-06-30parisc: init: Drop unused variable end_paddrHelge Deller1-2/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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/...Linus 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/...Linus 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
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-42/+17
2013-11-30parisc: fix kernel memory layout in vmlinux.ld.SHelge Deller1-3/+16
2013-07-03mm/PARISC: prepare for killing free_all_bootmem_node()Jiang Liu1-11/+1
2013-07-03mm/PARISC: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-44/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+2
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+2
2013-06-18parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2)Helge Deller1-1/+1
2013-05-11parisc: implement irq stacks - part 2 (v2)Helge Deller1-2/+2
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller1-0/+2
2013-04-29mm/parisc: use common help functions to free reserved pagesJiang Liu1-21/+2
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+2
2012-05-05parisc: Use generic init_taskThomas Gleixner1-0/+12
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds1-117/+143
2011-04-21[PARISC] set memory ranges in N_NORMAL_MEMORY when onlinedDavid Rientjes1-1/+3
2011-04-15[PARISC] only make executable areas executableJames Bottomley1-117/+143
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-27parisc: rename parisc's vmalloc_start to parisc_vmalloc_startHelge Deller1-5/+6
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-07-03parisc: fix compile warning in mm/init.cKyle McMartin1-1/+1
2009-07-03parisc: kill WARN in free_initmem when DEBUG_KERNELKyle McMartin1-20/+9
2009-03-31parisc: fix usage of 32bit PTE page table entries on 32bit kernelsHelge Deller1-0/+7
2009-03-13parisc: BUG_ON() cleanupHelge Deller1-4/+2
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-1/+1
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-2/+1
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-13parisc: export empty_zero_pageKyle McMartin1-0/+1
2008-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-2/+0
2008-05-15parisc: remove redundant display of free swap space in show_mem()Johannes Weiner1-2/+0
2008-05-13parisc: fix DISCONTIGMEM compile breakageMel Gorman1-1/+1
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-1/+1
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-4/+7
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-5/+9
2007-10-18[PARISC] Kill zone_to_nid printk warningKyle McMartin1-1/+1
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott1-5/+5
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-6/+66
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller1-4/+4
2007-02-12[PATCH] Dynamic kernel command-line: fixupsAlon Bar-Lev1-1/+0
2007-02-12[PATCH] Dynamic kernel command-line: pariscAlon Bar-Lev1-2/+2
2007-02-11[PATCH] optional ZONE_DMA: remove ZONE_DMA remains from pariscChristoph Lameter1-3/+1
2006-12-08[PARISC] bloody printf fmt string warningsKyle McMartin1-1/+1
2006-12-08[PARISC] Unbreak discontigmem mem_init()Kyle McMartin1-18/+32
2006-12-08[PARISC] Show more memory information and memory layout at bootupHelge Deller1-1/+47
2006-10-04[PARISC] Remove variables decls duplicated from asm-generic/sections.hKyle McMartin1-13/+10
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-21[PARISC] Further work for multiple page sizesHelge Deller1-13/+15
2006-03-30[PARISC] Enable free_initrd_mem()Helge Deller1-4/+3
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-2/+2
2006-01-22[PARISC] Use DEBUG_KERNEL to catch used-after-free __init dataHelge Deller1-8/+1
2006-01-22[PARISC] Add CONFIG_DEBUG_RODATA to protect read-only dataHelge Deller1-1/+14
2006-01-22[PARISC] Drop unused do_check_pgt_cache()Helge Deller1-5/+0
2006-01-21[PARISC] Make flush_tlb_all_local take a void *Matthew Wilcox1-4/+2
2006-01-10[PARISC] Fix BLK_BOUNCE_HIGH on parisc by initializing max_low_pfnGrant Grundler1-0/+7
2006-01-10[PARISC] Make local cache flushes take a void *Matthew Wilcox1-1/+1
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller1-10/+10
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen1-0/+3
2005-06-23[PATCH] remove non-DISCONTIG use of pgdat->node_mem_mapDave Hansen1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1019