Age | Commit message (Expand) | Author |
2020-04-01 | arm64: remove CONFIG_DEBUG_ALIGN_RODATA feature | Ard Biesheuvel |
2020-03-04 | arm64/mm: Enable memory hot remove | Anshuman Khandual |
2020-02-19 | arm64: memory: Add missing brackets to untagged_addr() macro | Will Deacon |
2019-11-08 | Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '... | Catalin Marinas |
2019-11-06 | arm64: mm: Remove MAX_USER_VA_BITS definition | Bhupesh Sharma |
2019-10-16 | arm64: tags: Preserve tags for addresses translated via TTBR1 | Will Deacon |
2019-08-30 | Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro... | Will Deacon |
2019-08-14 | arm64: memory: rename VA_START to PAGE_END | Mark Rutland |
2019-08-14 | arm64: memory: Cosmetic cleanups | Will Deacon |
2019-08-14 | arm64: memory: Add comments to end of non-trivial #ifdef blocks | Will Deacon |
2019-08-14 | arm64: memory: Implement __tag_set() as common function | Will Deacon |
2019-08-14 | arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitions | Will Deacon |
2019-08-14 | arm64: memory: Simplify virt_to_page() implementation | Will Deacon |
2019-08-14 | arm64: memory: Rewrite default page_to_virt()/virt_to_page() | Will Deacon |
2019-08-14 | arm64: memory: Ensure address tag is masked in conversion macros | Will Deacon |
2019-08-14 | arm64: memory: Fix virt_addr_valid() using __is_lm_address() | Will Deacon |
2019-08-09 | arm64: mm: Really fix sparse warning in untagged_addr() | Will Deacon |
2019-08-09 | arm64: mm: Simplify definition of virt_addr_valid() | Will Deacon |
2019-08-09 | arm64: mm: Remove vabits_user | Steve Capper |
2019-08-09 | arm64: mm: Introduce 52-bit Kernel VAs | Steve Capper |
2019-08-09 | arm64: mm: Modify calculation of VMEMMAP_SIZE | Steve Capper |
2019-08-09 | arm64: mm: Introduce vabits_actual | Steve Capper |
2019-08-09 | arm64: mm: Introduce VA_BITS_MIN | Steve Capper |
2019-08-09 | arm64: kasan: Switch to using KASAN_SHADOW_OFFSET | Steve Capper |
2019-08-09 | arm64: mm: Flip kernel VA space | Steve Capper |
2019-08-09 | arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_START | Steve Capper |
2019-08-06 | arm64: untag user pointers in access_ok and __uaccess_mask_ptr | Andrey Konovalov |
2019-08-01 | arm64/mm: fix variable 'tag' set but not used | Qian Cai |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner |
2019-05-14 | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada |
2019-04-16 | arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=y | Miles Chen |
2019-03-10 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2019-03-05 | kasan: remove use after scope bugs detection. | Andrey Ryabinin |
2019-02-28 | arm64: avoid clang warning about self-assignment | Arnd Bergmann |
2019-02-16 | arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table | Ard Biesheuvel |
2018-12-28 | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov |
2018-12-28 | kasan, arm64: untag address in _virt_addr_is_linear | Andrey Konovalov |
2018-12-28 | kasan: add tag related helper functions | Andrey Konovalov |
2018-12-28 | arm64: move untagged_addr macro from uaccess.h to memory.h | Andrey Konovalov |
2018-12-28 | kasan, arm64: adjust shadow size for tag-based mode | Andrey Konovalov |
2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-12-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-12-14 | mm: introduce common STRUCT_PAGE_MAX_SHIFT define | Logan Gunthorpe |
2018-12-13 | arm64: expose user PAC bit positions via ptrace | Mark Rutland |
2018-12-12 | arm64: mm: Introduce MAX_USER_VA_BITS definition | Will Deacon |
2018-12-10 | arm64: kasan: Increase stack size for KASAN_EXTRA | Qian Cai |
2018-12-05 | arm64/bpf: don't allocate BPF JIT programs in module memory | Ard Biesheuvel |
2018-11-26 | of/fdt: Remove custom __early_init_dt_declare_initrd() implementation | Florian Fainelli |