summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang
2021-06-30mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual
2021-06-30arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song
2021-06-30powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song
2021-06-30mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport
2021-06-29m68k: remove support for DISCONTIGMEMMike Rapoport
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport
2021-06-29arc: update comment about HIGHMEM implementationMike Rapoport
2021-06-29alpha: remove DISCONTIGMEM and NUMAMike Rapoport
2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens
2021-06-29h8300: remove unused variableSouptick Joarder
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li
2021-06-29x86/sgx: use vma_lookup() in sgx_encl_find()Liam Howlett
2021-06-29arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()Liam Howlett
2021-06-29arch/mips/kernel/traps: use vma_lookup() instead of find_vma()Liam Howlett
2021-06-29arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()Liam Howlett
2021-06-29arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...Liam Howlett
2021-06-29arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand
2021-06-29ia64: mca_drv: fix incorrect array size calculationArnd Bergmann
2021-06-29ia64: headers: drop duplicated wordsRandy Dunlap
2021-06-26Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-25Merge tag 'x86_urgent_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-24KVM: s390: prepare for hugepage vmallocClaudio Imbrenda
2021-06-24Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-06-24perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner
2021-06-22x86: Always inline task_size_max()Peter Zijlstra
2021-06-22x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra
2021-06-22x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra
2021-06-22x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-06-22x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner
2021-06-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds