Age | Commit message (Expand) | Author |
2021-08-20 | KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch | Fuad Tabba |
2021-08-20 | KVM: arm64: Restore mdcr_el2 from vcpu | Fuad Tabba |
2021-08-20 | KVM: arm64: Refactor sys_regs.h,c for nVHE reuse | Fuad Tabba |
2021-08-20 | KVM: arm64: Fix names of config register fields | Fuad Tabba |
2021-08-20 | KVM: arm64: MDCR_EL2 is a 64-bit register | Fuad Tabba |
2021-08-20 | KVM: arm64: placeholder to check if VM is protected | Fuad Tabba |
2021-08-20 | KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE | Marc Zyngier |
2021-08-20 | KVM: arm64: Unify stage-2 programming behind __load_stage2() | Marc Zyngier |
2021-08-20 | KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers | Marc Zyngier |
2021-08-19 | KVM: arm64: Record number of signal exits as a vCPU stat | Oliver Upton |
2021-08-19 | arm64: initialize all of CNTHCTL_EL2 | Mark Rutland |
2021-08-18 | KVM: arm64: Drop check_kvm_target_cpu() based percpu probe | Anshuman Khandual |
2021-08-18 | arm64/mm: Add remaining ID_AA64MMFR0_PARANGE_ macros | Anshuman Khandual |
2021-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-08-11 | arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT | Anshuman Khandual |
2021-08-11 | KVM: arm64: Restrict EL2 stage-1 changes in protected mode | Quentin Perret |
2021-08-11 | KVM: arm64: Remove __pkvm_mark_hyp | Quentin Perret |
2021-08-11 | KVM: arm64: Enable retrieving protections attributes of PTEs | Quentin Perret |
2021-08-11 | KVM: arm64: Allow populating software bits | Quentin Perret |
2021-08-11 | KVM: arm64: Enable forcing page-level stage-2 mappings | Quentin Perret |
2021-08-11 | KVM: arm64: Optimize host memory aborts | Quentin Perret |
2021-08-11 | KVM: arm64: Expose page-table helpers | Quentin Perret |
2021-08-11 | arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF | Anshuman Khandual |
2021-08-06 | arm64: mm: Fix TLBI vs ASID rollover | Will Deacon |
2021-08-05 | arm64: entry: move bulk of ret_to_user to C | Mark Rutland |
2021-08-04 | arm64: hyperv: Add Hyper-V hypercall and register access utilities | Michael Kelley |
2021-08-04 | ARM: ep93xx: remove MaverickCrunch support | Arnd Bergmann |
2021-08-03 | arm64: fix typo in a comment | Jason Wang |
2021-08-03 | arm64/cpufeature: Optionally disable MTE via command-line | Yee Lee |
2021-08-03 | arm64: stacktrace: fix comment | Mark Rutland |
2021-08-03 | arm64: fix compat syscall return truncation | Mark Rutland |
2021-08-02 | arm64: kasan: mte: remove redundant mte_report_once logic | Mark Rutland |
2021-08-02 | arm64: kasan: mte: use a constant kernel GCR_EL1 value | Mark Rutland |
2021-08-02 | arm64/sve: Make fpsimd_bind_task_to_cpu() static | Mark Brown |
2021-08-02 | KVM: arm64: Remove PMSWINC_EL0 shadow register | Marc Zyngier |
2021-08-02 | KVM: arm64: Introduce helper to retrieve a PTE and its level | Marc Zyngier |
2021-07-30 | arm64/kexec: Test page size support with new TGRAN range values | Anshuman Khandual |
2021-07-28 | arm64: move preemption disablement to prctl handlers | Peter Collingbourne |
2021-07-28 | arm64: mte: change ASYNC and SYNC TCF settings into bitfields | Peter Collingbourne |
2021-07-28 | arm64: mte: rename gcr_user_excl to mte_ctrl | Peter Collingbourne |
2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-07-23 | compat: make linux/compat.h available everywhere | Arnd Bergmann |
2021-07-23 | Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2021-07-21 | drivers/firmware: consolidate EFI framebuffer setup for all arches | Javier Martinez Canillas |
2021-07-12 | exit/bdflush: Remove the deprecated bdflush system call | Eric W. Biederman |
2021-07-12 | Revert "arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)" | Will Deacon |
2021-07-12 | arm64: Add missing header <asm/smp.h> in two files | Carlos Bilbao |
2021-07-08 | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t * | Aneesh Kumar K.V |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V |
2021-07-08 | arch, mm: wire up memfd_secret system call where relevant | Mike Rapoport |