summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm: remove special swap entry functionsAlistair Popple2021-07-011-1/+1
* mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-0132-43/+19
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-0125-43/+0
* mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-304-0/+12
* mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-3013-60/+11
* mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual2021-06-302-2/+2
* arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-06-303-39/+0
* arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport2021-06-302-2/+1
* arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport2021-06-306-6/+19
* mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang2021-06-303-9/+1
* mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song2021-06-301-6/+2
* powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy2021-06-302-1/+44
* mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy2021-06-302-23/+31
* mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-305-14/+8
* mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-06-301-2/+6
* mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2021-06-301-1/+1
* mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-06-302-1/+3
* mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi2021-06-291-2/+11
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-2926-40/+40
* arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport2021-06-296-25/+4
* m68k: remove support for DISCONTIGMEMMike Rapoport2021-06-295-76/+1
* arc: remove support for DISCONTIGMEMMike Rapoport2021-06-293-61/+0
* arc: update comment about HIGHMEM implementationMike Rapoport2021-06-291-8/+5
* alpha: remove DISCONTIGMEM and NUMAMike Rapoport2021-06-2915-540/+4
* mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens2021-06-291-2/+0
* h8300: remove unused variableSouptick Joarder2021-06-291-2/+0
* mm: update legacy flush_tlb_* to use vmaChen Li2021-06-297-17/+10
* x86/sgx: use vma_lookup() in sgx_encl_find()Liam Howlett2021-06-291-2/+2
* arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()Liam Howlett2021-06-291-2/+2
* arch/mips/kernel/traps: use vma_lookup() instead of find_vma()Liam Howlett2021-06-291-3/+1
* arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()Liam Howlett2021-06-291-2/+2
* arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...Liam Howlett2021-06-291-1/+1
* arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett2021-06-291-1/+1
* arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett2021-06-291-4/+4
* binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-2/+2
* ia64: mca_drv: fix incorrect array size calculationArnd Bergmann2021-06-291-1/+1
* ia64: headers: drop duplicated wordsRandy Dunlap2021-06-293-3/+3
* Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-06-264-11/+21
|\
| * s390/stack: fix possible register corruption with stack switch helperHeiko Carstens2021-06-211-7/+11
| * s390/topology: clear thread/group maps for offline cpusSven Schnelle2021-06-211-3/+9
| * s390: clear pt_regs::flags on irq entrySven Schnelle2021-06-211-0/+1
| * s390: fix system call restart with multiple signalsSven Schnelle2021-06-211-1/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-251-1/+6
|\ \
| * | KVM: s390: prepare for hugepage vmallocClaudio Imbrenda2021-06-241-1/+6
* | | Merge tag 'x86_urgent_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-253-43/+54
|\ \ \ | |/ / |/| |
| * | x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2021-06-222-25/+46
| * | x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner2021-06-221-18/+8
| |/
* | Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-241-1/+2
|\ \
| * | perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner2021-06-241-1/+2
| |/
* | Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-06-244-3/+10
|\ \