Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | riscv: mm: Fix W+X mappings at boot | Jisheng Zhang | 2021-06-02 | 1 | -2/+6 | |
| | | | |_|/ / / / | | | |/| | | | | | ||||||
| | * | | | | | | | RISC-V: Fix memblock_free() usages in init_resources() | Wende Tan | 2021-06-02 | 1 | -2/+2 | |
| | * | | | | | | | riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabled | Vincent | 2021-06-02 | 1 | -1/+1 | |
| | * | | | | | | | riscv: Use -mno-relax when using lld linker | Khem Raj | 2021-05-29 | 1 | -0/+9 | |
* | | | | | | | | | Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 2021-06-25 | 126 | -677/+1510 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch kvm-arm64/mmu/mte into kvmarm-master/next | Marc Zyngier | 2021-06-25 | 1 | -4/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | KVM: arm64: Set the MTE tag bit before releasing the page | Marc Zyngier | 2021-06-24 | 1 | -4/+8 | |
| * | | | | | | | | | | Merge branch kvm-arm64/mmu/mte into kvmarm-master/next | Marc Zyngier | 2021-06-22 | 19 | -17/+360 | |
| |\| | | | | | | | | | ||||||
| | * | | | | | | | | | KVM: arm64: Add ioctl to fetch/store tags in a guest | Steven Price | 2021-06-22 | 5 | -0/+104 | |
| | * | | | | | | | | | KVM: arm64: Expose KVM_ARM_CAP_MTE | Steven Price | 2021-06-22 | 3 | -0/+16 | |
| | * | | | | | | | | | KVM: arm64: Save/restore MTE registers | Steven Price | 2021-06-22 | 8 | -6/+124 | |
| | * | | | | | | | | | KVM: arm64: Introduce MTE VM feature | Steven Price | 2021-06-22 | 5 | -2/+82 | |
| | * | | | | | | | | | arm64: mte: Sync tags for pages where PTE is untagged | Steven Price | 2021-06-22 | 3 | -10/+34 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch arm64/for-next/caches into kvmarm-master/next | Marc Zyngier | 2021-06-18 | 28 | -221/+282 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | arm64: Rename arm64-internal cache maintenance functions | Fuad Tabba | 2021-05-25 | 25 | -98/+98 | |
| | * | | | | | | | | | arm64: Fix cache maintenance function comments | Fuad Tabba | 2021-05-25 | 1 | -17/+30 | |
| | * | | | | | | | | | arm64: sync_icache_aliases to take end parameter instead of size | Fuad Tabba | 2021-05-25 | 3 | -13/+12 | |
| | * | | | | | | | | | arm64: __clean_dcache_area_pou to take end parameter instead of size | Fuad Tabba | 2021-05-25 | 3 | -7/+6 | |
| | * | | | | | | | | | arm64: __clean_dcache_area_pop to take end parameter instead of size | Fuad Tabba | 2021-05-25 | 4 | -9/+8 | |
| | * | | | | | | | | | arm64: __clean_dcache_area_poc to take end parameter instead of size | Fuad Tabba | 2021-05-25 | 3 | -12/+11 | |
| | * | | | | | | | | | arm64: __flush_dcache_area to take end parameter instead of size | Fuad Tabba | 2021-05-25 | 14 | -40/+70 | |
| | * | | | | | | | | | arm64: dcache_by_line_op to take end parameter instead of size | Fuad Tabba | 2021-05-25 | 3 | -15/+20 | |
| | * | | | | | | | | | arm64: __inval_dcache_area to take end parameter instead of size | Fuad Tabba | 2021-05-25 | 4 | -13/+12 | |
| | * | | | | | | | | | arm64: Fix comments to refer to correct function __flush_icache_range | Fuad Tabba | 2021-05-25 | 2 | -3/+3 | |
| | * | | | | | | | | | arm64: Move documentation of dcache_by_line_op | Fuad Tabba | 2021-05-25 | 1 | -8/+8 | |
| | * | | | | | | | | | arm64: assembler: remove user_alt | Fuad Tabba | 2021-05-25 | 1 | -5/+0 | |
| | * | | | | | | | | | arm64: Downgrade flush_icache_range to invalidate | Fuad Tabba | 2021-05-25 | 1 | -3/+7 | |
| | * | | | | | | | | | arm64: Do not enable uaccess for invalidate_icache_range | Fuad Tabba | 2021-05-25 | 2 | -11/+2 | |
| | * | | | | | | | | | arm64: Do not enable uaccess for flush_icache_range | Fuad Tabba | 2021-05-25 | 1 | -23/+34 | |
| | * | | | | | | | | | arm64: Apply errata to swsusp_arch_suspend_exit | Fuad Tabba | 2021-05-25 | 1 | -1/+2 | |
| | * | | | | | | | | | arm64: assembler: add conditional cache fixups | Mark Rutland | 2021-05-25 | 1 | -11/+28 | |
| | * | | | | | | | | | arm64: assembler: replace `kaddr` with `addr` | Mark Rutland | 2021-05-25 | 1 | -16/+16 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch kvm-arm64/pmu-fixes into kvmarm-master/next | Marc Zyngier | 2021-06-18 | 3 | -0/+9 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | KVM: arm64: Restore PMU configuration on first run | Marc Zyngier | 2021-06-18 | 3 | -0/+8 | |
| | * | | | | | | | | | KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is set | Alexandru Elisei | 2021-06-18 | 1 | -0/+1 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch kvm-arm64/mmu/stage2-cmos into kvmarm-master/next | Marc Zyngier | 2021-06-18 | 4 | -57/+81 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | KVM: arm64: Move guest CMOs to the fault handlers | Yanan Wang | 2021-06-18 | 2 | -21/+38 | |
| | * | | | | | | | | | KVM: arm64: Tweak parameters of guest cache maintenance functions | Yanan Wang | 2021-06-18 | 2 | -20/+17 | |
| | * | | | | | | | | | KVM: arm64: Introduce mm_ops member for structure stage2_attr_data | Yanan Wang | 2021-06-18 | 1 | -4/+6 | |
| | * | | | | | | | | | KVM: arm64: Introduce two cache maintenance callbacks | Yanan Wang | 2021-06-18 | 1 | -17/+25 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch kvm-arm64/mmu/reduce-vmemmap-overhead into kvmarm-master/next | Marc Zyngier | 2021-06-11 | 8 | -127/+145 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | KVM: arm64: Use less bits for hyp_page refcount | Quentin Perret | 2021-06-11 | 2 | -1/+2 | |
| | * | | | | | | | | | KVM: arm64: Use less bits for hyp_page order | Quentin Perret | 2021-06-11 | 3 | -10/+10 | |
| | * | | | | | | | | | KVM: arm64: Remove hyp_pool pointer from struct hyp_page | Quentin Perret | 2021-06-11 | 5 | -13/+28 | |
| | * | | | | | | | | | KVM: arm64: Unify MMIO and mem host stage-2 pools | Quentin Perret | 2021-06-11 | 5 | -48/+32 | |
| | * | | | | | | | | | KVM: arm64: Remove list_head from hyp_page | Quentin Perret | 2021-06-11 | 2 | -7/+33 | |
| | * | | | | | | | | | KVM: arm64: Use refcount at hyp to check page availability | Quentin Perret | 2021-06-11 | 1 | -5/+11 | |
| | * | | | | | | | | | KVM: arm64: Move hyp_pool locking out of refcount helpers | Quentin Perret | 2021-06-11 | 2 | -46/+32 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch kvm-arm64/mmu/MMIO-block-mapping into kvmarm-master/next | Marc Zyngier | 2021-06-06 | 1 | -45/+54 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | KVM: arm64: Try stage2 block mapping for host device MMIO | Keqian Zhu | 2021-06-01 | 1 | -10/+51 |