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
path:
root
/
virt
/
kvm
/
arm
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-18
KVM: arm64: Add support for creating PUD hugepages at stage 2
Punit Agrawal
1
-6
/
+98
2018-12-18
KVM: arm64: Update age handlers to support PUD hugepages
Punit Agrawal
1
-19
/
+20
2018-12-18
KVM: arm64: Support handling access faults for PUD hugepages
Punit Agrawal
1
-11
/
+11
2018-12-18
KVM: arm64: Support PUD hugepage in stage2_is_exec()
Punit Agrawal
1
-5
/
+48
2018-12-18
KVM: arm64: Support dirty page tracking for PUD hugepages
Punit Agrawal
1
-4
/
+7
2018-12-18
KVM: arm/arm64: Introduce helpers to manipulate page table entries
Punit Agrawal
1
-6
/
+8
2018-12-18
KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
Punit Agrawal
1
-13
/
+15
2018-12-18
KVM: arm/arm64: Share common code in user_mem_abort()
Punit Agrawal
1
-19
/
+30
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-59
/
+69
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+4
2018-10-03
KVM: arm/arm64: Ensure only THP is candidate for adjustment
Punit Agrawal
1
-1
/
+7
2018-10-01
kvm: arm/arm64: Prepare for VM specific stage2 translations
Suzuki K Poulose
1
-58
/
+61
2018-10-01
kvm: arm/arm64: Remove spurious WARN_ON
Suzuki K Poulose
1
-1
/
+1
2018-10-01
kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
Suzuki K Poulose
1
-1
/
+2
2018-09-27
signal/arm/kvm: Use send_sig_mceerr
Eric W. Biederman
1
-10
/
+4
2018-09-07
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
1
-12
/
+0
2018-09-07
KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
Marc Zyngier
1
-1
/
+8
2018-08-13
KVM: arm/arm64: Skip updating PTE entry if no change
Punit Agrawal
1
-0
/
+4
2018-08-13
KVM: arm/arm64: Skip updating PMD entry if no change
Punit Agrawal
1
-11
/
+27
2018-07-09
KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables
Marc Zyngier
1
-4
/
+0
2018-07-09
KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpers
Marc Zyngier
1
-4
/
+21
2018-07-09
KVM: arm/arm64: Consolidate page-table accessors
Marc Zyngier
1
-0
/
+12
2018-07-09
arm64: KVM: Add support for Stage-2 control of memory types and cacheability
Marc Zyngier
1
-0
/
+4
2018-06-21
KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_...
Jia He
1
-0
/
+2
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-03-19
arm/arm64: KVM: Introduce EL2-specific executable mappings
Marc Zyngier
1
-21
/
+59
2018-03-19
arm64: KVM: Introduce EL2 VA randomisation
Marc Zyngier
1
-1
/
+1
2018-03-19
KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
Marc Zyngier
1
-14
/
+59
2018-03-19
KVM: arm64: Fix HYP idmap unmap when using 52bit PA
Marc Zyngier
1
-5
/
+21
2018-03-19
KVM: arm/arm64: Fix idmap size and alignment
Marc Zyngier
1
-0
/
+2
2018-03-19
KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
Marc Zyngier
1
-5
/
+15
2018-03-19
KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
Marc Zyngier
1
-10
/
+14
2018-03-19
KVM: arm/arm64: Demote HYP VA range display to being a debug feature
Marc Zyngier
1
-3
/
+4
2018-03-19
KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
Christoffer Dall
1
-3
/
+3
2018-02-10
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+57
2018-02-01
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
1
-7
/
+5
2018-01-30
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-6
/
+6
2018-01-15
KVM: arm/arm64: fix HYP ID map extension to 52 bits
Kristina Martsenko
1
-12
/
+6
2018-01-11
KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
Punit Agrawal
1
-1
/
+1
2018-01-08
KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartions
Marc Zyngier
1
-10
/
+8
2018-01-08
KVM: arm/arm64: Preserve Exec permission across R/W permission faults
Marc Zyngier
1
-0
/
+27
2018-01-08
KVM: arm/arm64: Only clean the dcache on translation fault
Marc Zyngier
1
-2
/
+6
2018-01-08
KVM: arm/arm64: Limit icache invalidation to prefetch aborts
Marc Zyngier
1
-4
/
+15
2018-01-08
KVM: arm/arm64: Split dcache/icache flushing
Marc Zyngier
1
-5
/
+15
2017-12-22
arm64: allow ID map to be extended to 52 bits
Kristina Martsenko
1
-2
/
+8
2017-12-18
KVM: arm/arm64: Fix HYP unmapping going off limits
Marc Zyngier
1
-6
/
+4
2017-09-05
KVM: arm/arm64: Fix guest external abort matching
James Morse
1
-29
/
+11
2017-07-25
KVM: arm/arm64: Handle hva aging while destroying the vm
Suzuki K Poulose
1
-0
/
+4
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+23
2017-07-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+33
[next]