summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-01-29arch/xtensa: Use maple tree iterators for unmapped areaLiam R. Howlett
2021-01-29arch/x86: Use maple tree iterators for vdso/vmaLiam R. Howlett
2021-01-29arch/um: Use maple tree iterators instead of linked listLiam R. Howlett
2021-01-29arch/s390: Use maple tree iterators instead of linked list.Liam R. Howlett
2021-01-29arch/powerpc: Optimize cell spu task sync.Liam R. Howlett
2021-01-29arch/powerpc: Remove mmap linked list from mm/book2s32/subpage_protLiam R. Howlett
2021-01-29arch/powerpc: Remove mmap linked list from mm/book2s32/tlbLiam R. Howlett
2021-01-29arch/parsic: Remove mmap linked list from kernel/cacheLiam R. Howlett
2021-01-29arch/arm64: Remove mmap linked list from vdso.Liam R. Howlett
2021-01-29mm: Remove vmacacheLiam R. Howlett
2021-01-28mm: Remove rb tree.Liam R. Howlett
2021-01-28mm: Start tracking VMAs with maple treeLiam R. Howlett
2020-12-31arch, mm: wire up memfd_secret system call where relevantMike Rapoport
2020-12-31mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fixMike Rapoport
2020-12-31mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport
2020-12-31kfence: fix implicit function declarationAnders Roxell
2020-12-31set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport
2020-12-31set_memory: allow set_direct_map_*_noflush() for multiple pagesMike Rapoport
2020-12-31linux-nextAndrew Morton
2020-12-31kfence: use pt_regs to generate stack trace on faultsMarco Elver
2020-12-31arm64, kfence: enable KFENCE for ARM64Marco Elver
2020-12-31x86, kfence: enable KFENCE for x86Alexander Potapenko
2020-12-31mm: remove arch_remap() and mm-arch-hooks.hChristophe Leroy
2020-12-31MIPS: do not call flush_tlb_all when setting pmd entryBibo Mao
2020-12-31originAndrew Morton
2020-12-24Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-24Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen
2020-12-22kasan: allow VMAP_STACK for HW_TAGS modeAndrey Konovalov
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov
2020-12-22kasan, arm64: enable CONFIG_KASAN_HW_TAGSAndrey Konovalov
2020-12-22kasan, arm64: print report from tag fault handlerAndrey Konovalov
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov
2020-12-22arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov
2020-12-22arm64: kasan: align allocations for HW_TAGSAndrey Konovalov
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino
2020-12-22arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino
2020-12-22arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino
2020-12-22arm64: mte: add in-kernel tag fault handlerVincenzo Frascino
2020-12-22arm64: mte: reset the page tag in page->flagsVincenzo Frascino
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino
2020-12-22arm64: enable armv8.5-a asm-arch optionVincenzo Frascino