summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-278-20/+6
|\
| * ia64: fix an addr to taddr in huge_pte_offset()Hugh Dickins2023-04-211-1/+1
| * x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-082-14/+0
| * ELF: fix all "Elf" typosAlexey Dobriyan2023-04-083-3/+3
| * ia64: salinfo: placate defined-but-not-used warningRandy Dunlap2023-04-081-1/+1
| * ia64: mm/contig: fix section mismatch warning/errorRandy Dunlap2023-04-081-1/+1
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-2763-350/+521
|\ \
| * | mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2023-04-212-2/+2
| * | mm: add new api to enable ksm per processStefan Roesch2023-04-211-0/+7
| * | mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-183-3/+3
| * | sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on...David Hildenbrand2023-04-181-50/+66
| * | m68k/mm: use correct bit number in _PAGE_SWP_EXCLUSIVE commentDavid Hildenbrand2023-04-181-1/+1
| * | xtensa: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | sparc: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | sh: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-3/+0
| * | sh: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-6/+0
| * | powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-1/+0
| * | nios2: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | m68k: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | ia64: don't allow users to override ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-2/+1
| * | csky: drop ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-4/+0
| * | arm64: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-12/+12
| * | arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-3/+1
| * | arm: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann2023-04-181-5/+0
| * | s390/mm: try VMA lock-based page fault handling firstHeiko Carstens2023-04-052-0/+25
| * | powerc/mm: try VMA lock-based page fault handling firstLaurent Dufour2023-04-053-0/+39
| * | arm64/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan2023-04-052-0/+37
| * | x86/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan2023-04-052-0/+37
| * | mips: fix comment about pgtable_init()Mike Rapoport (IBM)2023-04-051-1/+1
| * | mips: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-051-4/+0
| * | loongarch: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-051-3/+0
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-0534-118/+88
| * | um: fix MAX_ORDER usage in linux_main()Kirill A. Shutemov2023-04-051-2/+2
| * | sparc/mm: fix MAX_ORDER usage in tsb_grow()Kirill A. Shutemov2023-04-051-2/+2
| * | kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov2023-04-051-0/+2
| * | arm64: mte: rename TCO routinesVincenzo Frascino2023-04-054-70/+93
| * | kasan, arm64: rename tagging-related routinesAndrey Konovalov2023-04-051-3/+3
| * | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-285-9/+13
| * | x86: kmsan: use C versions of memset16/memset32/memset64Alexander Potapenko2023-03-281-0/+6
| * | x86: kmsan: don't rename memintrinsics in uninstrumented filesAlexander Potapenko2023-03-281-17/+0
| * | powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin2023-03-281-0/+1
| * | lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin2023-03-281-0/+15
| * | lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin2023-03-281-0/+17
| * | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-283-4/+4
| * | x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2023-03-281-4/+8
* | | Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-04-2774-1330/+643
|\ \ \
| * | | MIPS: uprobes: Restore thread.trap_nrTiezhu Yang2023-04-241-0/+1