Age | Commit message (Expand) | Author | Files | Lines |
2018-09-21 | arm64/cpufeatures: Factorize emulate_mrs() | Anshuman Khandual | 2 | -10/+16 |
2018-09-21 | arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT() | Anshuman Khandual | 3 | -5/+7 |
2018-09-19 | arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE | Will Deacon | 3 | -20/+7 |
2018-09-18 | arm64: KVM: Enable Common Not Private translations | Vladimir Murzin | 3 | -0/+9 |
2018-09-18 | arm64: mm: Support Common Not Private translations | Vladimir Murzin | 9 | -6/+88 |
2018-09-17 | arm64: sysreg: Clean up instructions for modifying PSTATE fields | Suzuki K Poulose | 2 | -13/+23 |
2018-09-14 | arm64: fix for bad_mode() handler to always result in panic | Hari Vyas | 1 | -1/+0 |
2018-09-14 | arm64: force_signal_inject: WARN if called from kernel context | Will Deacon | 1 | -1/+4 |
2018-09-14 | arm64: cpu: Move errata and feature enable callbacks closer to callers | Will Deacon | 5 | -29/+28 |
2018-09-14 | KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe | Will Deacon | 2 | -0/+22 |
2018-09-14 | arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3 | Will Deacon | 8 | -2/+106 |
2018-09-14 | arm64: entry: Allow handling of undefined instructions from EL1 | Will Deacon | 2 | -5/+8 |
2018-09-14 | arm64: ssbd: Drop #ifdefs for PR_SPEC_STORE_BYPASS | Will Deacon | 1 | -3/+0 |
2018-09-14 | arm64: cpufeature: Detect SSBS and advertise to userspace | Will Deacon | 5 | -7/+33 |
2018-09-14 | arm64: Fix silly typo in comment | Will Deacon | 1 | -1/+1 |
2018-09-11 | arm64: tlb: Rewrite stale comment in asm/tlbflush.h | Will Deacon | 1 | -25/+55 |
2018-09-11 | arm64: tlb: Avoid synchronous TLBIs when freeing page tables | Will Deacon | 3 | -14/+1 |
2018-09-11 | arm64: tlb: Adjust stride and type of TLBI according to mmu_gather | Will Deacon | 1 | -9/+10 |
2018-09-11 | arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code | Will Deacon | 1 | -9/+3 |
2018-09-11 | arm64: tlbflush: Allow stride to be specified for __flush_tlb_range() | Will Deacon | 2 | -7/+10 |
2018-09-11 | arm64: tlb: Justify non-leaf invalidation in flush_tlb_range() | Will Deacon | 1 | -0/+4 |
2018-09-11 | arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d() | Will Deacon | 1 | -2/+8 |
2018-09-11 | arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable() | Will Deacon | 1 | -0/+2 |
2018-09-11 | arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range() | Will Deacon | 1 | -1/+1 |
2018-09-11 | arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_CORE | James Morse | 3 | -11/+20 |
2018-09-11 | arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto" | Miguel Ojeda | 1 | -2/+2 |
2018-09-10 | arm64: uaccess: implement unsafe accessors | Julien Thierry | 1 | -15/+46 |
2018-09-10 | arm64: dump: Use consistent capitalisation for page-table dumps | Will Deacon | 1 | -3/+3 |
2018-09-10 | arm64/lib: add accelerated crc32 routines | Ard Biesheuvel | 3 | -0/+63 |
2018-09-10 | arm64: cpufeature: add feature for CRC32 instructions | Ard Biesheuvel | 2 | -1/+11 |
2018-09-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -6/+7 |
2018-09-08 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -0/+2 |
2018-09-08 | Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org/pub/scm/linux/kern... | Olof Johansson | 1 | -0/+2 |
2018-09-07 | Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/... | Radim Krčmář | 2 | -6/+7 |
2018-09-07 | arm64: KVM: Remove pgd_lock | Steven Price | 1 | -2/+1 |
2018-09-07 | KVM: Remove obsolete kvm_unmap_hva notifier backend | Marc Zyngier | 1 | -1/+0 |
2018-09-07 | arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD | Marc Zyngier | 1 | -3/+6 |
2018-09-06 | arm64: fix erroneous warnings in page freeing functions | Mark Rutland | 1 | -4/+6 |
2018-09-02 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -0/+3 |
2018-08-31 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+0 |
2018-08-31 | arm64: mm: always enable CONFIG_HOLES_IN_ZONE | James Morse | 1 | -1/+0 |
2018-08-29 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -7/+24 |
2018-08-29 | arm64: defconfig: Enable TI's AM6 SoC platform | Nishanth Menon | 1 | -0/+3 |
2018-08-27 | arm64: allwinner: dts: h6: fix Pine H64 MMC bus width | Icenowy Zheng | 1 | -0/+2 |
2018-08-25 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 10 | -9/+10 |
2018-08-25 | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+2 |
2018-08-25 | crypto: arm64/aes-gcm-ce - fix scatterwalk API violation | Ard Biesheuvel | 1 | -6/+23 |
2018-08-25 | crypto: arm64/sm4-ce - check for the right CPU feature bit | Ard Biesheuvel | 1 | -1/+1 |
2018-08-24 | arm64: rockchip: Force CONFIG_PM on Rockchip systems | Marc Zyngier | 1 | -0/+1 |
2018-08-24 | arm64: dts: Fix various entry-method properties to reflect documentation | Amit Kucheria | 9 | -9/+9 |