Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6e07ba3e6ad939c89befc2588e72bf37038f7f53
/
arch
/
powerpc
/
kvm
d591390
KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV
by Andreas Schwab
· 12 years ago
352df1d
KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface
by Mihai Caraman
· 12 years ago
38f9882
KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation
by Mihai Caraman
· 12 years ago
95e90b4
KVM: PPC: bookehv: Add guest computation mode for irq delivery
by Mihai Caraman
· 12 years ago
e9666ea
KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
by Mihai Caraman
· 12 years ago
9e2fa64
KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulation
by Mihai Caraman
· 12 years ago
7cdd7a9
KVM: PPC: e500: Add emulation helper for getting instruction ea
by Mihai Caraman
· 12 years ago
e51f8f3
KVM: PPC: bookehv64: Add support for interrupt handling
by Mihai Caraman
· 12 years ago
ff59474
KVM: PPC: bookehv: Remove GET_VCPU macro from exception handler
by Mihai Caraman
· 12 years ago
b50df19
KVM: PPC: booke: Fix get_tb() compile error on 64-bit
by Mihai Caraman
· 12 years ago
910040b
KVM: PPC: e500: Silence bogus GCC warning in tlb code
by Mihai Caraman
· 12 years ago
b4072df
KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking
by Paul Mackerras
· 12 years ago
1b400ba
KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations
by Paul Mackerras
· 12 years ago
3a2e7b0
KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S
by Paul Mackerras
· 12 years ago
28c483b
KVM: PPC: Book3S PR: Fix VSX handling
by Paul Mackerras
· 12 years ago
b0a94d4
KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers
by Paul Mackerras
· 12 years ago
1cc8ed0
KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages
by Paul Mackerras
· 12 years ago
05dd85f
KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT
by Paul Mackerras
· 12 years ago
a64fd70
KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT
by Paul Mackerras
· 12 years ago
a293292
KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT
by Paul Mackerras
· 12 years ago
6b445ad
KVM: PPC: Book3S HV: Make a HPTE removal function available
by Paul Mackerras
· 12 years ago
44e5f6b
KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
by Paul Mackerras
· 12 years ago
4879f24
KVM: PPC: Book3S HV: Fix bug causing loss of page dirty state
by Paul Mackerras
· 12 years ago
7ed661b
KVM: PPC: Book3S HV: Restructure HPT entry creation code
by Paul Mackerras
· 12 years ago
0e673fb
KVM: PPC: Support eventfd
by Alexander Graf
· 12 years ago
42897d8
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
by Marcelo Tosatti
· 12 years ago
0588000
Merge commit 'origin/queue' into for-queue
by Alexander Graf
· 12 years ago
9f8c8c7
KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0
by Paul Mackerras
· 12 years ago
c7b6767
KVM: PPC: Book3S HV: Fix accounting of stolen time
by Paul Mackerras
· 12 years ago
8455d79
KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
by Paul Mackerras
· 12 years ago
2f12f03
KVM: PPC: Book3S HV: Fixes for late-joining threads
by Paul Mackerras
· 12 years ago
913d3ff9a
KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
by Paul Mackerras
· 12 years ago
7b444c6
KVM: PPC: Book3S HV: Fix some races in starting secondary threads
by Paul Mackerras
· 12 years ago
512691d
KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
by Paul Mackerras
· 12 years ago
388cf9e
KVM: PPC: Move mtspr/mfspr emulation into own functions
by Alexander Graf
· 12 years ago
e43a028
KVM: PPC: 44x: fix DCR read/write
by Alexander Graf
· 12 years ago
81c52c5
KVM: do not treat noslot pfn as a error pfn
by Xiao Guangrong
· 12 years ago
19bf7f8
Merge remote-tracking branch 'master' into queue
by Marcelo Tosatti
· 12 years ago
8ca40a7
KVM: Take kvm instead of vcpu to mmu_notifier_retry
by Christoffer Dall
· 12 years ago
ce236ab
powerpc: Build fix for powerpc KVM
by Aneesh Kumar K.V
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
12ecd95
arch/powerpc/kvm/e500_tlb.c: fix error return code
by Julia Lawall
· 12 years ago
55b665b
KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas
by Paul Mackerras
· 12 years ago
a8bd19e
KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface
by Paul Mackerras
· 12 years ago
a136a8b
KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface
by Paul Mackerras
· 12 years ago
5bd1cf1
KVM: PPC: set IN_GUEST_MODE before checking requests
by Scott Wood
· 12 years ago
adbb48a
KVM: PPC: e500: MMU API: fix leak of shared_tlb_pages
by Scott Wood
· 12 years ago
e400e72
KVM: PPC: e500: fix allocation size error on g2h_tlb1_map
by Scott Wood
· 12 years ago
70bddfe
KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulation
by Paul Mackerras
· 12 years ago
964ee98
KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs
by Paul Mackerras
· 12 years ago
a47d72f
KVM: PPC: Book3S HV: Fix updates of vcpu->cpu
by Paul Mackerras
· 12 years ago
dfe49db
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
by Paul Mackerras
· 12 years ago
a66b48c
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
by Paul Mackerras
· 12 years ago
2c9097e
KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
by Paul Mackerras
· 12 years ago
7a08c27
KVM: PPC: BookE: Support FPU on non-hv systems
by Alexander Graf
· 12 years ago
ceb985f
KVM: PPC: 440: Implement mfdcrx
by Alexander Graf
· 12 years ago
e4dcfe8
KVM: PPC: 440: Implement mtdcrx
by Alexander Graf
· 12 years ago
430c7ff
KVM: PPC: E500: Remove E500_TLB_DIRTY flag
by Alexander Graf
· 12 years ago
166a2b7
KVM: PPC: Use symbols for exit trace
by Alexander Graf
· 12 years ago
50c871e
KVM: PPC: BookE: Add MCSR SPR support
by Alexander Graf
· 12 years ago
491dd5b
KVM: PPC: 44x: Initialize PVR
by Alexander Graf
· 12 years ago
6df8d3f
booke: Added ONE_REG interface for IAC/DAC debug registers
by Bharat Bhushan
· 12 years ago
f61c94b
KVM: PPC: booke: Add watchdog emulation
by Bharat Bhushan
· 12 years ago
7c973a2
KVM: PPC: Add return value to core_check_requests
by Alexander Graf
· 12 years ago
7ee7885
KVM: PPC: Add return value in prepare_to_enter
by Alexander Graf
· 12 years ago
206c2ed
KVM: PPC: Ignore EXITING_GUEST_MODE mode
by Alexander Graf
· 12 years ago
3766a4c
KVM: PPC: Move kvm_guest_enter call into generic code
by Alexander Graf
· 12 years ago
bd2be68
KVM: PPC: Book3S: PR: Rework irq disabling
by Alexander Graf
· 12 years ago
24afa37
KVM: PPC: Consistentify vcpu exit path
by Alexander Graf
· 12 years ago
0652eaa
KVM: PPC: Book3S: PR: Indicate we're out of guest mode
by Alexander Graf
· 12 years ago
706fb73
KVM: PPC: Exit guest context while handling exit
by Alexander Graf
· 12 years ago
c63ddcb
KVM: PPC: Book3S: PR: Only do resched check once per exit
by Alexander Graf
· 12 years ago
e85ad38
KVM: PPC: BookE: Drop redundant vcpu->mode set
by Alexander Graf
· 12 years ago
9b0cb3c
KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
by Alexander Graf
· 12 years ago
03d25c5
KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr
by Alexander Graf
· 12 years ago
2d8185d
KVM: PPC: BookE: No duplicate request != 0 check
by Alexander Graf
· 12 years ago
6346046
KVM: PPC: BookE: Add some more trace points
by Alexander Graf
· 12 years ago
862d31f
KVM: PPC: E500: Implement MMU notifiers
by Alexander Graf
· 12 years ago
d69c643
KVM: PPC: BookE: Add support for vcpu->mode
by Alexander Graf
· 12 years ago
4ffc635
KVM: PPC: BookE: Add check_requests helper function
by Alexander Graf
· 12 years ago
1340f3e8
KVM: PPC: Quieten message about allocating linear regions
by Paul Mackerras
· 12 years ago
2bb890f
KVM: PPC: E500: Fix clear_tlb_refs
by Alexander Graf
· 12 years ago
cf1c5ca
KVM: PPC: BookE: Expose remote TLB flushes in debugfs
by Alexander Graf
· 12 years ago
f4800b1
KVM: PPC: Expose SYNC cap based on mmu notifiers
by Alexander Graf
· 12 years ago
97c9505
KVM: PPC: PR: Use generic tracepoint for guest exit
by Alexander Graf
· 12 years ago
9202e07
KVM: PPC: Add support for ePAPR idle hcall in host kernel
by Liu Yu-B13201
· 12 years ago
784bafa
KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
by Stuart Yoder
· 12 years ago
fdcf8bd
KVM: PPC: use definitions in epapr header for hcalls
by Stuart Yoder
· 12 years ago
5f3d2f2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
5524a27
powerpc/mm: Convert virtual address to vpn
by Aneesh Kumar K.V
· 12 years ago
fff34b3
Merge branch 'merge' into next
by Benjamin Herrenschmidt
· 12 years ago
0127262
powerpc: Restore VDSO information on critical exception om BookE
by Mihai Caraman
· 12 years ago
2df72e9
KVM: split kvm_arch_flush_shadow
by Marcelo Tosatti
· 12 years ago
66a0350
KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()
by Gavin Shan
· 12 years ago
c78aa4c
Merge remote-tracking branch 'upstream/master' into queue
by Marcelo Tosatti
· 12 years ago
e8143cc
ppc: e500_tlb memset clears nothing
by Alan Cox
· 12 years ago
249ba1e
KVM: PPC: Add cache flush on page map
by Alexander Graf
· 12 years ago
04f995a
KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
by Paul Mackerras
· 12 years ago
32cad84
KVM: do not release the error page
by Xiao Guangrong
· 12 years ago
cb9aaa3
KVM: do not release the error pfn
by Xiao Guangrong
· 12 years ago
Next »