summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1079-136/+404
|\
| * mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-036-6/+0
| * x86: kmsan: handle CPU entry areaAlexander Potapenko2022-10-033-0/+55
| * x86: kmsan: enable KMSAN builds for x86Alexander Potapenko2022-10-032-0/+56
| * x86: kmsan: don't instrument stack walking functionsAlexander Potapenko2022-10-032-0/+17
| * x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESSAlexander Potapenko2022-10-031-1/+3
| * x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko2022-10-033-6/+16
| * x86: kmsan: sync metadata pages on page faultAlexander Potapenko2022-10-031-1/+22
| * x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko2022-10-031-2/+21
| * x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko2022-10-031-0/+5
| * x86: kmsan: skip shadow checks in __switch_to()Alexander Potapenko2022-10-031-0/+1
| * x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko2022-10-037-0/+11
| * mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-032-0/+10
| * x86: kmsan: pgtable: reduce vmalloc spaceAlexander Potapenko2022-10-032-2/+47
| * x86: asm: instrument usercopy in get_user() and put_user()Alexander Potapenko2022-10-031-7/+15
| * instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2022-10-031-1/+2
| * x86: add missing include to sparsemem.hDmitry Vyukov2022-10-031-0/+2
| * riscv: use vma iterator for vdsoLiam R. Howlett2022-09-261-1/+2
| * um: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-261-8/+6
| * xtensa: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-261-6/+12
| * x86: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-261-4/+5
| * s390: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-262-3/+6
| * powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)2022-09-263-19/+11
| * parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)2022-09-261-2/+7
| * arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett2022-09-261-6/+10
| * arm64: remove mmap linked list from vdsoMatthew Wilcox (Oracle)2022-09-261-1/+2
| * mm: remove rb tree.Liam R. Howlett2022-09-261-1/+0
| * mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-0/+1
| * mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao2022-09-264-2/+15
| * mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao2022-09-262-16/+5
| * mm/swap: cache maximum swapfile size when init swapPeter Xu2022-09-261-1/+1
| * mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-1/+1
| * mm/x86: use SWP_TYPE_BITS in 3-level swap macrosPeter Xu2022-09-261-4/+4
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-263-10/+4
| |\
| * | s390/hugetlb: switch to generic version of follow_huge_pud()Gerald Schaefer2022-09-111-10/+0
| * | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-1123-25/+25
| * | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-114-0/+8
* | | Merge tag 'x86_mm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-104-15/+64
|\ \ \
| * | | x86/mm: Ease W^X enforcement back to just a warningDave Hansen2022-10-041-5/+9
| * | | x86/mm: Disable W^X detection and enforcement on 32-bitDave Hansen2022-10-031-0/+8
| * | | x86/mm: Add prot_sethuge() helper to abstract out _PAGE_PSE handlingLinus Torvalds2022-09-291-9/+10
| * | | x86/mm/32: Fix W^X detection when page tables do not support NXDave Hansen2022-09-211-1/+2
| * | | x86/defconfig: Enable CONFIG_DEBUG_WX=yIngo Molnar2022-09-022-0/+2
| * | | x86/defconfig: Refresh the defconfigsIngo Molnar2022-09-022-4/+5
| * | | Merge branch 'linus' into x86/mm, to refresh the branchIngo Molnar2022-09-022320-27148/+57958
| |\| |
| * | | x86/mm: Refuse W^X violationsPeter Zijlstra2022-09-011-0/+32
| * | | x86/mm: Rename set_memory_present() to set_memory_p()Borislav Petkov2022-08-061-2/+2
* | | | Merge tag 'xtensa-20221010' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2022-10-103-4/+27
|\ \ \ \
| * | | | xtensa: add FDPIC and static PIE support for noMMUMax Filippov2022-09-133-0/+18
| * | | | xtensa: clean up ELF_PLAT_INIT macroMax Filippov2022-09-131-4/+9