index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
KVM: arm64: Refactor __load_guest_stage2()
Quentin Perret
1
-2
/
+7
2021-03-19
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
1
-0
/
+26
2021-03-19
KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
Quentin Perret
1
-0
/
+3
2021-03-19
KVM: arm64: Use kvm_arch in kvm_s2_mmu
Quentin Perret
2
-2
/
+6
2021-03-19
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
1
-2
/
+3
2021-03-19
KVM: arm64: Elevate hypervisor mappings creation at EL2
Quentin Perret
1
-1
/
+1
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
4
-0
/
+21
2021-03-19
arm64: asm: Provide set_sctlr_el2 macro
Quentin Perret
1
-3
/
+11
2021-03-19
KVM: arm64: Factor out vector address calculation
Quentin Perret
1
-0
/
+8
2021-03-19
KVM: arm64: Provide __flush_dcache_area at EL2
Quentin Perret
1
-0
/
+2
2021-03-19
KVM: arm64: Enable access to sanitized CPU features at EL2
Quentin Perret
3
-0
/
+27
2021-03-19
KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
Quentin Perret
1
-0
/
+4
2021-03-19
KVM: arm64: Make kvm_call_hyp() a function call at Hyp
Quentin Perret
1
-0
/
+6
2021-03-19
KVM: arm64: Introduce a BSS section for use at Hyp
Quentin Perret
1
-0
/
+1
2021-03-19
KVM: arm64: Factor memory allocation out of pgtable.c
Quentin Perret
1
-2
/
+39
2021-03-19
KVM: arm64: Link position-independent string routines into .hyp.text
Will Deacon
1
-0
/
+3
2021-03-19
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
7
-29
/
+33
2021-03-18
KVM: arm64: Force SCTLR_EL2.WXN when running nVHE
Marc Zyngier
1
-1
/
+1
2021-03-18
KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ON
Marc Zyngier
1
-3
/
+4
2021-03-18
KVM: arm64: Enable SVE support for nVHE
Daniel Kiss
1
-13
/
+0
2021-03-18
KVM: arm64: Rework SVE host-save/guest-restore
Marc Zyngier
2
-3
/
+7
2021-03-18
arm64: sve: Provide a conditional update accessor for ZCR_ELx
Marc Zyngier
1
-0
/
+9
2021-03-18
KVM: arm64: Introduce vcpu_sve_vq() helper
Marc Zyngier
1
-1
/
+3
2021-03-18
KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
Marc Zyngier
1
-2
/
+2
2021-03-18
KVM: arm64: Provide KVM's own save/restore SVE primitives
Marc Zyngier
2
-0
/
+4
2021-03-17
quota: wire up quotactl_path
Sascha Hauer
2
-1
/
+3
2021-03-15
arm64: csum: cast to the proper type
Alex Elder
1
-1
/
+1
2021-03-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-5
/
+11
2021-03-11
x86/paravirt: Switch time pvops functions to use static_call()
Juergen Gross
1
-9
/
+5
2021-03-11
arm64: mm: remove unused __cpu_uses_extended_idmap[_level()]
Ard Biesheuvel
1
-14
/
+0
2021-03-11
arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds
Ard Biesheuvel
1
-4
/
+1
2021-03-10
arm64/mm: Fix __enable_mmu() for new TGRAN range values
James Morse
1
-6
/
+14
2021-03-10
arm64: mte: Map hotplugged memory as Normal Tagged
Catalin Marinas
2
-1
/
+3
2021-03-10
arch_topology: Allow multiple entities to provide sched_freq_tick() callback
Viresh Kumar
1
-9
/
+1
2021-03-09
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
Marc Zyngier
1
-2
/
+2
2021-03-09
arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL
Andrey Konovalov
1
-0
/
+5
2021-03-08
arm64: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
1
-4
/
+0
2021-03-06
KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
Marc Zyngier
1
-2
/
+2
2021-03-06
KVM: arm64: Fix nVHE hyp panic host context restore
Andrew Scull
1
-1
/
+2
2021-03-06
KVM: arm64: nvhe: Save the SPE context early
Suzuki K Poulose
1
-0
/
+5
2021-02-26
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-47
/
+1
2021-02-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-3
/
+3
2021-02-26
arm64: kasan: simplify and inline MTE functions
Andrey Konovalov
5
-11
/
+60
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
1
-2
/
+0
2021-02-26
arm64, kfence: enable KFENCE for ARM64
Marco Elver
1
-0
/
+24
2021-02-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+13
2021-02-24
kasan, arm64: allow using KUnit tests with HW_TAGS mode
Andrey Konovalov
2
-0
/
+13
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+11
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2
-1
/
+3
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-69
/
+57
[prev]
[next]