| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-12 | Merge branch 'for-next/errata' into for-next/core |  Will Deacon | 1 | -32/+0 |
| 2021-02-12 | Merge branch 'for-next/cpufeature' into for-next/core |  Will Deacon | 2 | -14/+4 |
| 2021-02-09 | arm64: cpufeatures: Allow disabling of BTI from the command-line |  Marc Zyngier | 1 | -1/+1 |
| 2021-02-08 | arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround |  Mark Rutland | 1 | -32/+0 |
| 2021-02-08 | arm64: Turn the MMU-on sequence into a macro |  Marc Zyngier | 1 | -11/+1 |
| 2021-02-08 | arm64: Fix outdated TCR setup comment |  Marc Zyngier | 1 | -2/+2 |
| 2021-02-05 | mm/arm64: Correct obsolete comment in do_page_fault() |  Miaohe Lin | 1 | -1/+1 |
| 2021-02-02 | arm64/ptdump:display the Linear Mapping start marker |  Hailong Liu | 1 | -0/+1 |
| 2021-02-02 | arm64: Do not pass tagged addresses to __is_lm_address() |  Catalin Marinas | 1 | -1/+1 |
| 2021-01-27 | arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routines |  James Morse | 1 | -0/+49 |
| 2021-01-27 | arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions |  Pavel Tatashin | 1 | -7/+7 |
| 2021-01-27 | arm64: trans_pgd: pass allocator trans_pgd_create_copy |  Pavel Tatashin | 1 | -19/+30 |
| 2021-01-27 | arm64: trans_pgd: make trans_pgd_map_page generic |  Pavel Tatashin | 1 | -8/+22 |
| 2021-01-27 | arm64: hibernate: move page handling function to new trans_pgd.c |  Pavel Tatashin | 2 | -0/+251 |
| 2021-01-27 | arm64: Include linux/io.h in mm/mmap.c |  Will Deacon | 1 | -0/+1 |
| 2021-01-26 | arm64: mm: Remove unused header file |  Shaokun Zhang | 1 | -12/+2 |
| 2021-01-20 | arm64/mm: Add warning for outside range requests in vmemmap_populate() |  Anshuman Khandual | 1 | -0/+2 |
| 2021-01-18 | kasan, arm64: fix pointer tags in KASAN reports |  Andrey Konovalov | 1 | -3/+4 |
| 2021-01-14 | numa: Move numa implementation to common code |  Atish Patra | 2 | -484/+0 |
| 2021-01-14 | arm64, numa: Change the numa init functions name to be generic |  Atish Patra | 2 | -6/+25 |
| 2021-01-12 | arm64: Remove arm64_dma32_phys_limit and its uses |  Catalin Marinas | 1 | -15/+18 |
| 2021-01-05 | arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabled |  Catalin Marinas | 1 | -1/+1 |
| 2021-01-04 | arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA |  Nicolas Saenz Julienne | 1 | -1/+1 |
| 2020-12-22 | kasan, arm64: print report from tag fault handler |  Andrey Konovalov | 1 | -0/+14 |
| 2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks |  Andrey Konovalov | 1 | -3/+3 |
| 2020-12-22 | arm64: kasan: allow enabling in-kernel MTE |  Vincenzo Frascino | 1 | -3/+20 |
| 2020-12-22 | arm64: mte: add in-kernel tag fault handler |  Vincenzo Frascino | 1 | -0/+45 |
| 2020-12-22 | arm64: mte: reset the page tag in page->flags |  Vincenzo Frascino | 2 | -0/+18 |
| 2020-12-22 | kasan, arm64: rename kasan_init_tags and mark as __init |  Andrey Konovalov | 1 | -1/+1 |
| 2020-12-22 | kasan, arm64: move initialization message |  Andrey Konovalov | 1 | -8/+5 |
| 2020-12-22 | kasan, arm64: only use kasan_depth for software modes |  Andrey Konovalov | 1 | -3/+8 |
| 2020-12-22 | kasan, arm64: only init shadow for software modes |  Andrey Konovalov | 1 | -1/+14 |
| 2020-12-18 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -0/+3 |
| 2020-12-18 | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux |  Linus Torvalds | 1 | -21/+0 |
| 2020-12-15 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -70/+4 |
| 2020-12-15 | arch, mm: make kernel_page_present() always available |  Mike Rapoport | 1 | -3/+1 |
| 2020-12-15 | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC |  Mike Rapoport | 1 | -2/+6 |
| 2020-12-15 | arm, arm64: move free_unused_memmap() to generic mm |  Mike Rapoport | 1 | -68/+0 |
| 2020-12-15 | arm64: Warn the user when a small VA_BITS value wastes memory |  Marc Zyngier | 1 | -0/+3 |
| 2020-12-11 | Add and use a generic version of devmem_is_allowed() |  Palmer Dabbelt | 1 | -21/+0 |
| 2020-12-11 | arm64: Use the generic devmem_is_allowed() |  Palmer Dabbelt | 1 | -21/+0 |
| 2020-12-09 | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core |  Catalin Marinas | 2 | -25/+17 |
| 2020-12-09 | Merge branch 'for-next/misc' into for-next/core |  Catalin Marinas | 2 | -4/+7 |
| 2020-12-09 | Merge branch 'for-next/uaccess' into for-next/core |  Catalin Marinas | 2 | -6/+1 |
| 2020-12-09 | Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lto', 'for-next/mem-hotplug', 'for-next/cppc-ffh', 'for-next/pad-image-header', 'for-next/zone-dma-default-32-bit', 'for-next/signal-tag-bits' and 'for-next/cmdline-extended' into for-next/core |  Catalin Marinas | 14 | -160/+503 |
| 2020-12-02 | arm64: uaccess: remove set_fs() |  Mark Rutland | 1 | -5/+0 |
| 2020-12-02 | arm64: head.S: cleanup SCTLR_ELx initialization |  Mark Rutland | 1 | -1/+1 |
| 2020-11-30 | arm64: entry: fix EL1 debug transitions |  Mark Rutland | 1 | -25/+0 |
| 2020-11-30 | arm64: entry: fix non-NMI user<->kernel transitions |  Mark Rutland | 1 | -11/+11 |
| 2020-11-25 | kasan: arm64: set TCR_EL1.TBID1 when enabled |  Peter Collingbourne | 1 | -1/+1 |