Age | Commit message (Expand) | Author |
2021-02-02 | arm64: Do not pass tagged addresses to __is_lm_address() | Catalin Marinas |
2021-01-18 | kasan, arm64: fix pointer tags in KASAN reports | Andrey Konovalov |
2021-01-12 | arm64: Remove arm64_dma32_phys_limit and its uses | Catalin Marinas |
2021-01-05 | arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabled | Catalin Marinas |
2021-01-04 | arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA | Nicolas Saenz Julienne |
2020-12-22 | kasan, arm64: print report from tag fault handler | Andrey Konovalov |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov |
2020-12-22 | arm64: kasan: allow enabling in-kernel MTE | Vincenzo Frascino |
2020-12-22 | arm64: mte: add in-kernel tag fault handler | Vincenzo Frascino |
2020-12-22 | arm64: mte: reset the page tag in page->flags | Vincenzo Frascino |
2020-12-22 | kasan, arm64: rename kasan_init_tags and mark as __init | Andrey Konovalov |
2020-12-22 | kasan, arm64: move initialization message | Andrey Konovalov |
2020-12-22 | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov |
2020-12-22 | kasan, arm64: only init shadow for software modes | Andrey Konovalov |
2020-12-18 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2020-12-18 | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-12-15 | arch, mm: make kernel_page_present() always available | Mike Rapoport |
2020-12-15 | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC | Mike Rapoport |
2020-12-15 | arm, arm64: move free_unused_memmap() to generic mm | Mike Rapoport |
2020-12-15 | arm64: Warn the user when a small VA_BITS value wastes memory | Marc Zyngier |
2020-12-11 | Add and use a generic version of devmem_is_allowed() | Palmer Dabbelt |
2020-12-11 | arm64: Use the generic devmem_is_allowed() | Palmer Dabbelt |
2020-12-09 | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core | Catalin Marinas |
2020-12-09 | Merge branch 'for-next/misc' into for-next/core | Catalin Marinas |
2020-12-09 | Merge branch 'for-next/uaccess' into for-next/core | Catalin Marinas |
2020-12-09 | Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt... | Catalin Marinas |
2020-12-02 | arm64: uaccess: remove set_fs() | Mark Rutland |
2020-12-02 | arm64: head.S: cleanup SCTLR_ELx initialization | Mark Rutland |
2020-11-30 | arm64: entry: fix EL1 debug transitions | Mark Rutland |
2020-11-30 | arm64: entry: fix non-NMI user<->kernel transitions | Mark Rutland |
2020-11-25 | kasan: arm64: set TCR_EL1.TBID1 when enabled | Peter Collingbourne |
2020-11-23 | arm64: expose FAR_EL1 tag bits in siginfo | Peter Collingbourne |
2020-11-20 | arm64: mm: Set ZONE_DMA size based on early IORT scan | Ard Biesheuvel |
2020-11-20 | arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges | Nicolas Saenz Julienne |
2020-11-20 | arm64: mm: Move zone_dma_bits initialization into zone_sizes_init() | Nicolas Saenz Julienne |
2020-11-20 | arm64: mm: Move reserve_crashkernel() into mem_init() | Nicolas Saenz Julienne |
2020-11-20 | arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is required | Catalin Marinas |
2020-11-19 | arm64: Ignore any DMA offsets in the max_zone_phys() calculation | Catalin Marinas |
2020-11-17 | arm64/mm: add fallback option to allocate virtually contiguous memory | Sudarshan Rajagopalan |
2020-11-17 | arm64: omit [_text, _stext) from permanent kernel mapping | Ard Biesheuvel |
2020-11-13 | arm64/mm: Validate hotplug range before creating linear mapping | Anshuman Khandual |
2020-11-12 | arm64: mm: don't assume struct page is always 64 bytes | Ard Biesheuvel |
2020-11-10 | arm64/mm/hotplug: Ensure early memory sections are all online | Anshuman Khandual |
2020-11-10 | arm64/mm/hotplug: Enable MEM_OFFLINE event handling | Anshuman Khandual |
2020-11-10 | arm64/mm/hotplug: Register boot memory hot remove notifier earlier | Anshuman Khandual |
2020-11-10 | arm64: mm: account for hotplug memory when randomizing the linear region | Ard Biesheuvel |
2020-11-10 | arm64: consistently use reserved_pg_dir | Mark Rutland |
2020-11-09 | arm64: mm: make vmemmap region a projection of the linear region | Ard Biesheuvel |
2020-11-09 | arm64: mm: extend linear region for 52-bit VA configurations | Ard Biesheuvel |