index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
2009-09-15
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2009-09-10
KVM: Reduce runnability interface with arch support code
Gleb Natapov
2009-09-10
KVM: remove old KVMTRACE support code
Marcelo Tosatti
2009-09-10
KVM: powerpc: convert marker probes to event trace
Marcelo Tosatti
2009-09-10
KVM: Use macro to iterate over vcpus.
Gleb Natapov
2009-09-10
KVM: ppc: e500: Add MMUCFG and PVR emulation
Liu Yu
2009-09-10
KVM: ppc: e500: Directly pass pvr to guest
Liu Yu
2009-09-10
KVM: ppc: e500: Move to Book-3e MMU definitions
Liu Yu
2009-09-10
KVM: powerpc: fix some init/exit annotations
Stephen Rothwell
2009-09-10
KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig
Avi Kivity
2009-08-20
powerpc: Use names rather than numbers for SPRGs (v2)
Benjamin Herrenschmidt
2009-06-16
powerpc: Add configurable -Werror for arch/powerpc
Michael Ellerman
2009-06-10
KVM: Fix interrupt unhalting a vcpu when it shouldn't
Gleb Natapov
2009-03-24
KVM: ppc: e500: Fix the bug that KVM is unstable in SMP
Liu Yu
2009-03-24
KVM: ppc: e500: Fix the bug that mas0 update to wrong value when read TLB entry
Liu Yu
2009-03-24
KVM: ppc: Add emulation of E500 register mmucsr0
Liu Yu
2009-03-24
KVM: ppc: Move to new TLB invalidate interface
Liu Yu
2009-03-24
KVM: ppc: Fix e500 warnings and some spelling problems
Liu Yu
2009-03-24
KVM: Add CONFIG_HAVE_KVM_IRQCHIP
Avi Kivity
2009-03-24
KVM: ppc: remove debug support broken by KVM debug rewrite
Hollis Blanchard
2009-03-24
KVM: ppc: Add extra E500 exceptions
Hollis Blanchard
2009-03-24
KVM: ppc: distinguish between interrupts and priorities
Hollis Blanchard
2009-03-24
KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for booke
Hollis Blanchard
2009-03-24
KVM: ppc: E500 core-specific code
Hollis Blanchard
2009-03-24
KVM: ppc: ifdef iccci with CONFIG_44x
Hollis Blanchard
2009-03-24
KVM: ppc: Add dbsr in kvm_vcpu_arch
Hollis Blanchard
2009-03-24
KVM: ppc: split out common Book E instruction emulation
Hollis Blanchard
2009-03-24
KVM: ppc: use macros instead of hardcoded literals for instruction decoding
Hollis Blanchard
2009-03-24
KVM: ppc: remove last 44x-specific bits from booke.c
Hollis Blanchard
2009-03-24
KVM: ppc: rename 44x MMU functions used in booke.c
Hollis Blanchard
2009-03-24
KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)
Hollis Blanchard
2009-03-24
KVM: ppc: change kvmppc_mmu_map() parameters
Hollis Blanchard
2009-03-24
KVM: ppc: small cosmetic changes to Book E DTLB miss handler
Hollis Blanchard
2009-03-24
KVM: ppc: cosmetic changes to mmu hook names
Hollis Blanchard
2009-03-24
KVM: New guest debug interface
Jan Kiszka
2009-02-15
KVM: Add kvm_arch_sync_events to sync with asynchronize events
Sheng Yang
2008-12-31
KVM: Consolidate userspace memory capability reporting into common code
Avi Kivity
2008-12-31
KVM: ppc: mostly cosmetic updates to the exit timing accounting code
Hollis Blanchard
2008-12-31
KVM: ppc: Implement in-kernel exit timing statistics
Hollis Blanchard
2008-12-31
KVM: ppc: save and restore guest mappings on context switch
Hollis Blanchard
2008-12-31
KVM: ppc: directly insert shadow mappings into the hardware TLB
Hollis Blanchard
2008-12-31
KVM: ppc: support large host pages
Hollis Blanchard
2008-12-31
KVM: ppc: fix userspace mapping invalidation on context switch
Hollis Blanchard
2008-12-31
KVM: ppc: use prefetchable mappings for guest memory
Hollis Blanchard
2008-12-31
KVM: ppc: use MMUCR accessor to obtain TID
Hollis Blanchard
2008-12-31
KVM: ppc: fix Kconfig constraints
Hollis Blanchard
2008-12-31
KVM: ppc: improve trap emulation
Hollis Blanchard
2008-12-31
KVM: ppc: optimize irq delivery path
Hollis Blanchard
2008-12-31
KVM: ppc: optimize find first bit
Hollis Blanchard
2008-12-31
KVM: ppc: optimize kvm stat handling
Hollis Blanchard
[next]