summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | x86: Always inline task_size_max()Peter Zijlstra2021-06-221-1/+1
| * | x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra2021-06-221-0/+2
| * | x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra2021-06-221-1/+2
| * | x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra2021-06-221-1/+1
| * | objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra2021-06-211-0/+4
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-06-211-7/+9
|\ \ | |/ |/|
| * ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann2021-06-031-7/+9
* | Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-205-24/+56
|\ \
| * | x86/mm: Avoid truncating memblocks for SGX memoryFan Du2021-06-181-1/+7