aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/um/kernel/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds1-0/+11
2025-03-18um: Update min_low_pfn to match changes in uml_reservedTiwei Bie1-0/+1
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg1-0/+10
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-2/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-2/+5
2025-01-30Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds1-11/+4
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-4/+3
2025-01-10um: Remove obsolete fixmap supportTiwei Bie1-11/+4
2024-10-10um: Switch to 4 level page tables on 64 bitBenjamin Berg1-1/+16
2024-10-10um: Remove highmem leftoversTiwei Bie1-3/+0
2024-07-03um/mm: remove redundant assignment of max_low_pfnWei Yang1-1/+0
2024-04-22um: Add missing headersTiwei Bie1-0/+2
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-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso1-0/+19
2021-12-21um: Replace if (cond) BUG() with BUG_ON()Changcheng Deng1-2/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-2/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-15um: Replace if (cond) BUG() with BUG_ON()Yang Li1-2/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-12/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+1
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-8/+4
2019-12-04um: add support for folded p4d page tablesMike Rapoport1-2/+6
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron1-0/+1
2019-07-12um: switch to generic version of pte allocationMike Rapoport1-22/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+16
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-1/+1
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-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+2
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-4/+6
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko1-3/+0
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2015-04-13um: Remove broken highmem supportRichard Weinberger1-66/+0
2013-11-15um: handle pgtable_page_ctor() failKirill A. Shutemov1-2/+6
2013-07-03mm/um: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-3/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/um: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-13/+3
2013-04-29mm/um: use common help functions to free reserved pagesJiang Liu1-9/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-6/+6
2011-11-02um: distribute exports to where exported stuff is definedAl Viro1-0/+2