Age | Commit message (Expand) | Author |
2022-01-26 | arm64: extable: fix load_unaligned_zeropad() reg indices | Evgenii Stepanov |
2022-01-22 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2022-01-20 | arm64: mm: apply __ro_after_init to memory_limit | Peng Fan |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng |
2022-01-10 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-01-05 | Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac... | Catalin Marinas |
2021-12-15 | arm64: remove __dma_*_area() aliases | Mark Rutland |
2021-12-13 | arm64: mm: log potential KASAN shadow alias | Mark Rutland |
2021-12-13 | arm64: mm: use die_kernel_fault() in do_mem_abort() | Mark Rutland |
2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman |
2021-12-10 | arm64: mm: Use asid feature macro for cheanup | Yunfeng Ye |
2021-12-10 | arm64: mm: Rename asid2idx() to ctxid2asid() | Yunfeng Ye |
2021-12-06 | arm64: extable: remove unused ex_handler_t definition | Jisheng Zhang |
2021-11-15 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-11-11 | kasan: add kasan mode messages when kasan init | Kuan-Ying Lee |
2021-11-10 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2021-11-08 | arm64/bpf: Remove 128MB limit for BPF JIT programs | Russell King |
2021-11-08 | arm64: Track no early_pgtable_alloc() for kmemleak | Qian Cai |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport |
2021-11-06 | kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC | Kefeng Wang |
2021-10-29 | Merge branch 'for-next/fixes' into for-next/core | Will Deacon |
2021-10-29 | Merge branch 'for-next/pfn-valid' into for-next/core | Will Deacon |
2021-10-29 | Merge branch 'for-next/mm' into for-next/core | Will Deacon |
2021-10-29 | Merge branch 'for-next/kexec' into for-next/core | Will Deacon |
2021-10-21 | arm64: extable: add load_unaligned_zeropad() handler | Mark Rutland |
2021-10-21 | arm64: extable: add a dedicated uaccess handler | Mark Rutland |
2021-10-21 | arm64: extable: add `type` and `data` fields | Mark Rutland |
2021-10-21 | arm64: extable: use `ex` for `exception_table_entry` | Mark Rutland |
2021-10-21 | arm64: extable: make fixup_exception() return bool | Mark Rutland |
2021-10-11 | arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZE | Mike Kravetz |
2021-10-01 | arm64/mm: drop HAVE_ARCH_PFN_VALID | Anshuman Khandual |
2021-10-01 | arm64: trans_pgd: remove trans_pgd_map_page() | Pasha Tatashin |
2021-10-01 | arm64: kexec: configure EL2 vectors for kexec | Pasha Tatashin |
2021-10-01 | arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors | Pasha Tatashin |
2021-09-29 | arm64: mm: update max_pfn after memory hotplug | Sudarshan Rajagopalan |
2021-09-29 | arm64/mm: Add pud_sect_supported() | Anshuman Khandual |
2021-09-29 | arm64: mm: Drop pointless call to set_max_mapnr() | Will Deacon |
2021-09-10 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2021-09-10 | arm64: kdump: Skip kmemleak scan reserved memory for kdump | Chen Wandun |
2021-09-09 | arm64: mm: limit linear region to 51 bits for KVM in nVHE mode | Ard Biesheuvel |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-08 | mm/memory_hotplug: remove nid parameter from arch_remove_memory() | David Hildenbrand |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | memblock: make memblock_find_in_range method private | Mike Rapoport |
2021-09-01 | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-09-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2021-08-25 | Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID" | Will Deacon |