index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
Quentin Perret
3
-41
/
+62
2021-03-19
KVM: arm64: Add kvm_pgtable_stage2_find_range()
Quentin Perret
2
-4
/
+114
2021-03-19
KVM: arm64: Refactor the *_map_set_prot_attr() helpers
Quentin Perret
1
-8
/
+8
2021-03-19
KVM: arm64: Use page-table to track page ownership
Quentin Perret
2
-24
/
+122
2021-03-19
KVM: arm64: Always zero invalid PTEs
Quentin Perret
1
-10
/
+16
2021-03-19
KVM: arm64: Sort the hypervisor memblocks
Quentin Perret
1
-0
/
+19
2021-03-19
KVM: arm64: Reserve memory for host stage 2
Quentin Perret
3
-1
/
+40
2021-03-19
KVM: arm64: Make memcache anonymous in pgtable allocator
Quentin Perret
2
-5
/
+5
2021-03-19
KVM: arm64: Refactor __populate_fault_info()
Quentin Perret
1
-11
/
+17
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
3
-38
/
+62
2021-03-19
KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
Quentin Perret
5
-9
/
+21
2021-03-19
KVM: arm64: Use kvm_arch in kvm_s2_mmu
Quentin Perret
3
-6
/
+10
2021-03-19
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
3
-6
/
+7
2021-03-19
KVM: arm64: Elevate hypervisor mappings creation at EL2
Quentin Perret
3
-12
/
+120
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
15
-5
/
+652
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
2
-8
/
+9
2021-03-19
KVM: arm64: Provide __flush_dcache_area at EL2
Quentin Perret
5
-1
/
+24
2021-03-19
KVM: arm64: Enable access to sanitized CPU features at EL2
Quentin Perret
5
-0
/
+59
2021-03-19
KVM: arm64: Introduce a Hyp buddy page allocator
Quentin Perret
4
-1
/
+292
2021-03-19
KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
Quentin Perret
2
-1
/
+23
2021-03-19
KVM: arm64: Introduce an early Hyp page allocator
Quentin Perret
5
-4
/
+94
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
4
-19
/
+49
2021-03-19
KVM: arm64: Factor memory allocation out of pgtable.c
Quentin Perret
3
-42
/
+163
2021-03-19
KVM: arm64: Avoid free_page() in page-table allocator
Quentin Perret
1
-5
/
+5
2021-03-19
KVM: arm64: Initialize kvm_nvhe_init_params early
Quentin Perret
1
-12
/
+18
2021-03-19
arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
Will Deacon
1
-0
/
+92
2021-03-19
KVM: arm64: Link position-independent string routines into .hyp.text
Will Deacon
3
-0
/
+18
2021-03-19
arm64: lib: Annotate {clear, copy}_page() as position-independent
Will Deacon
2
-4
/
+4
2021-03-19
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
667
-3668
/
+5687
2021-03-18
KVM: arm64: Fix host's ZCR_EL2 restore on nVHE
Marc Zyngier
1
-1
/
+2
2021-03-18
KVM: arm64: Enable SVE support for nVHE
Daniel Kiss
4
-29
/
+0
2021-03-18
KVM: arm64: Save/restore SVE state for nVHE
Marc Zyngier
3
-28
/
+23
2021-03-18
KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
Marc Zyngier
2
-2
/
+11
2021-03-18
KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
Marc Zyngier
1
-2
/
+2
2021-03-18
KVM: arm64: Map SVE context at EL2 when available
Marc Zyngier
1
-0
/
+11
2021-03-18
KVM: arm64: Rework SVE host-save/guest-restore
Marc Zyngier
4
-20
/
+32
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
3
-5
/
+7
2021-03-18
KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
Marc Zyngier
1
-2
/
+2
2021-03-18
KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1
Marc Zyngier
2
-2
/
+3
2021-03-18
KVM: arm64: Provide KVM's own save/restore SVE primitives
Marc Zyngier
4
-5
/
+19
2021-03-14
Linux 5.12-rc3
v5.12-rc3
Linus Torvalds
1
-1
/
+1
2021-03-14
prctl: fix PR_SET_MM_AUXV kernel stack leak
Alexey Dobriyan
1
-1
/
+1
2021-03-14
Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-18
/
+8
2021-03-14
Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-21
/
+39
2021-03-14
Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-67
/
+63
[next]