index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state
Tiejun Chen
2014-01-09
2
-11
/
+11
*
kvm: powerpc: use caching attributes as per linux pte
Bharat Bhushan
2014-01-09
4
-21
/
+33
*
kvm: powerpc: define a linux pte lookup function
Bharat Bhushan
2014-01-09
1
-0
/
+21
*
kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update()
Bharat Bhushan
2014-01-09
1
-3
/
+5
*
kvm: booke: clear host tlb reference flag on guest tlb invalidation
Bharat Bhushan
2014-01-09
1
-8
/
+8
*
KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exit
Paul Mackerras
2014-01-09
2
-66
/
+22
*
KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu struct
Paul Mackerras
2014-01-09
3
-73
/
+19
*
KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures
Paul Mackerras
2014-01-09
9
-220
/
+131
*
KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec
Paul Mackerras
2014-01-09
6
-63
/
+14
*
kvm/powerpc: move kvm_hypercall0() and friends to epapr_hypercall0()
Bharat Bhushan
2014-01-09
2
-68
/
+66
*
kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()
Bharat Bhushan
2014-01-09
3
-56
/
+54
*
KVM: PPC: fix couple of memory leaks in MPIC/XICS devices
Gleb Natapov
2014-01-09
2
-1
/
+4
*
KVM: PPC: Add devname:kvm aliases for modules
Alexander Graf
2014-01-09
6
-0
/
+26
*
powerpc: kvm: optimize "sc 1" as fast return
Liu Ping Fan
2013-11-21
2
-7
/
+22
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-11-15
58
-1585
/
+3185
|
\
|
*
Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue
Gleb Natapov
2013-11-04
64
-1719
/
+3332
|
|
\
|
|
*
kvm: powerpc: book3s: drop is_hv_enabled
Aneesh Kumar K.V
2013-10-17
6
-8
/
+10
|
|
*
kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
Aneesh Kumar K.V
2013-10-17
13
-91
/
+183
|
|
*
kvm: Add struct kvm arg to memslot APIs
Aneesh Kumar K.V
2013-10-17
4
-10
/
+13
|
|
*
kvm: powerpc: book3s: Support building HV and PR KVM as module
Aneesh Kumar K.V
2013-10-17
10
-9
/
+42
|
|
*
kvm: powerpc: booke: Move booke related tracepoints to separate header
Aneesh Kumar K.V
2013-10-17
5
-207
/
+183
|
|
*
kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header
Aneesh Kumar K.V
2013-10-17
5
-230
/
+309
|
|
*
kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
Aneesh Kumar K.V
2013-10-17
7
-81
/
+79
|
|
*
kvm: powerpc: book3s: Cleanup interrupt handling code
Aneesh Kumar K.V
2013-10-17
3
-4
/
+20
|
|
*
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
2013-10-17
24
-287
/
+748
|
|
*
kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
Aneesh Kumar K.V
2013-10-17
10
-24
/
+43
|
|
*
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
2013-10-17
9
-16
/
+16
|
|
*
kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary
Paul Mackerras
2013-10-17
2
-4
/
+9
|
|
*
kvm: powerpc: book3s: remove kvmppc_handler_highmem label
Paul Mackerras
2013-10-17
2
-6
/
+0
|
|
*
KVM: PPC: E500: Add userspace debug stub support
Bharat Bhushan
2013-10-17
4
-18
/
+231
|
|
*
KVM: PPC: E500: Using "struct debug_reg"
Bharat Bhushan
2013-10-17
2
-22
/
+25
|
|
*
KVM: PPC: E500: exit to user space on "ehpriv 1" instruction
Bharat Bhushan
2013-10-17
5
-6
/
+54
|
|
*
powerpc: export debug registers save function for KVM
Bharat Bhushan
2013-10-17
2
-1
/
+3
|
|
*
powerpc: move debug registers in a structure
Bharat Bhushan
2013-10-17
8
-140
/
+147
|
|
*
powerpc: remove unnecessary line continuations
Bharat Bhushan
2013-10-17
1
-1
/
+1
|
|
*
kvm: powerpc: e500: mark page accessed when mapping a guest page
Bharat Bhushan
2013-10-17
1
-0
/
+3
|
|
*
kvm: powerpc: allow guest control "G" attribute in mas2
Bharat Bhushan
2013-10-17
1
-1
/
+1
|
|
*
kvm: powerpc: allow guest control "E" attribute in mas2
Bharat Bhushan
2013-10-17
1
-1
/
+1
|
|
*
powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN
Bharat Bhushan
2013-10-17
1
-1
/
+1
|
|
*
KVM: PPC: Book3S HV: Better handling of exceptions that happen in real mode
Paul Mackerras
2013-10-17
2
-6
/
+27
|
|
*
kvm: powerpc: book3s hv: Fix vcore leak
Paul Mackerras
2013-10-17
1
-0
/
+10
|
|
*
KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiers
Paul Mackerras
2013-10-17
1
-8
/
+32
|
|
*
KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written
Paul Mackerras
2013-10-17
1
-11
/
+15
|
|
*
KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
Paul Mackerras
2013-10-17
3
-13
/
+39
|
|
*
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
Paul Mackerras
2013-10-17
9
-40
/
+91
|
|
*
KVM: PPC: Book3S: Move skip-interrupt handlers to common code
Paul Mackerras
2013-10-17
3
-50
/
+26
|
|
*
KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
Paul Mackerras
2013-10-17
6
-26
/
+39
|
|
*
KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
Paul Mackerras
2013-10-17
5
-34
/
+72
|
|
*
KVM: PPC: Book3S PR: Correct errors in H_ENTER implementation
Paul Mackerras
2013-10-17
1
-5
/
+14
|
|
*
KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEs
Paul Mackerras
2013-10-17
1
-0
/
+3
[next]