Age | Commit message (Expand) | Author | Files | Lines |
2023-08-25 | arm64: implement the new page table range API | Matthew Wilcox (Oracle) | 3 | -30/+36 |
2023-08-25 | mm: convert page_table_check_pte_set() to page_table_check_ptes_set() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-08-25 | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED | Suren Baghdasaryan | 1 | -1/+2 |
2023-08-21 | arm64: include asm/cacheflush.h in asm/hugetlb.h | Hugh Dickins | 1 | -0/+1 |
2023-08-21 | arm64: convert various functions to use ptdescs | Vishal Moola (Oracle) | 2 | -9/+12 |
2023-08-21 | mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig | Aneesh Kumar K.V | 1 | -3/+1 |
2023-08-21 | arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGE | Kefeng Wang | 1 | -0/+15 |
2023-08-21 | arm64: tlbflush: add some comments for TLB batched flushing | Yicong Yang | 1 | -0/+15 |
2023-08-18 | mm: remove CONFIG_PER_VMA_LOCK ifdefs | Matthew Wilcox (Oracle) | 1 | -2/+0 |
2023-08-18 | mmu_notifiers: rename invalidate_range notifier | Alistair Popple | 1 | -3/+3 |
2023-08-18 | mmu_notifiers: call invalidate_range() when invalidating TLBs | Alistair Popple | 1 | -0/+5 |
2023-08-18 | arm64: support batched/deferred tlb shootdown during page reclamation/migration | Barry Song | 3 | -3/+54 |
2023-08-18 | arm64 : mm: add wrapper function ioremap_prot() | Baoquan He | 2 | -6/+7 |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set | Kemeng Shi | 1 | -1/+1 |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set | Kemeng Shi | 1 | -2/+2 |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pte_set | Kemeng Shi | 1 | -1/+1 |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear | Kemeng Shi | 1 | -1/+1 |
2023-08-18 | mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear | Kemeng Shi | 1 | -1/+1 |
2023-08-18 | arm64: mte: simplify swap tag restoration logic | Peter Collingbourne | 3 | -44/+11 |
2023-07-30 | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS | Sven Joachim | 1 | -1/+1 |
2023-07-28 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -3/+2 |
2023-07-26 | arm64/sme: Set new vector length before reallocating | Mark Brown | 1 | -2/+2 |
2023-07-26 | arm64/fpsimd: Don't flush SME register hardware state along with thread | Mark Brown | 1 | -1/+0 |
2023-07-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 14 | -69/+132 |
2023-07-23 | Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 14 | -69/+132 |
2023-07-21 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 4 | -15/+38 |
2023-07-21 | arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes | Mark Brown | 1 | -8/+25 |
2023-07-20 | arm64: vdso: Clear common make C=2 warnings | Zhen Lei | 1 | -0/+4 |
2023-07-20 | arm64: mm: Make hibernation aware of KFENCE | Nikhil V | 1 | -1/+3 |
2023-07-19 | bpf, arm64: Fix BTI type used for freplace attached functions | Alexander Duyck | 1 | -1/+7 |
2023-07-15 | KVM: arm64: Fix the name of sys_reg_desc related to PMU | Xiang Chen | 1 | -20/+21 |
2023-07-15 | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCount | Oliver Upton | 1 | -1/+0 |
2023-07-14 | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption | Marc Zyngier | 4 | -5/+12 |
2023-07-13 | arm64: Fix HFGxTR_EL2 field naming | Marc Zyngier | 1 | -6/+6 |
2023-07-13 | KVM: arm64: Add missing BTI instructions | Mostafa Saleh | 3 | -1/+19 |
2023-07-12 | KVM: arm64: Correctly handle page aging notifiers for unaligned memslot | Oliver Upton | 3 | -36/+55 |
2023-07-12 | tracing: arm64: Avoid missing-prototype warnings | Arnd Bergmann | 3 | -3/+7 |
2023-07-11 | KVM: arm64: Disable preemption in kvm_arch_hardware_enable() | Marc Zyngier | 1 | -1/+12 |
2023-07-11 | KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvm | Sudeep Holla | 3 | -2/+10 |
2023-07-11 | KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bits | Marc Zyngier | 1 | -3/+3 |
2023-07-11 | arm64: ftrace: Add direct call trampoline samples support | Florent Revest | 1 | -0/+2 |
2023-07-07 | Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -1/+1 |
2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -25/+8 |
2023-07-05 | arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=n | Arnd Bergmann | 1 | -1/+1 |
2023-07-04 | Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
2023-07-04 | arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault() | SeongJae Park | 1 | -2/+0 |
2023-07-04 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 45 | -442/+2423 |
2023-07-01 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -3/+3 |
2023-07-01 | Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 53 | -612/+2577 |
2023-07-01 | Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+2 |