index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-0
/
+1
2012-03-28
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
23
-1020
/
+3315
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells
1
-0
/
+1
2012-03-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-1
/
+0
2012-03-20
powerpc: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2012-03-08
arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
Danny Kukawka
1
-1
/
+0
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
1
-0
/
+10
2012-03-05
KVM: PPC: Add HPT preallocator
Alexander Graf
2
-4
/
+54
2012-03-05
KVM: PPC: Initialize linears with zeros
Alexander Graf
1
-0
/
+1
2012-03-05
KVM: PPC: Convert RMA allocation into generic code
Alexander Graf
2
-74
/
+109
2012-03-05
KVM: PPC: E500: Fail init when not on e500v2
Alexander Graf
1
-0
/
+4
2012-03-05
KVM: Move gfn_to_memslot() to kvm_host.h
Paul Mackerras
1
-21
/
+2
2012-03-05
KVM: PPC: Rename MMIO register identifiers
Alexander Graf
2
-12
/
+15
2012-03-05
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
Paul Mackerras
4
-38
/
+78
2012-03-05
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
2
-2
/
+17
2012-03-05
KVM: PPC: Add generic single register ioctls
Alexander Graf
1
-0
/
+41
2012-03-05
KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs
Sasha Levin
1
-3
/
+3
2012-03-05
KVM: PPC: booke: Add booke206 TLB trace
Liu Yu
2
-4
/
+63
2012-03-05
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
Paul Mackerras
4
-39
/
+145
2012-03-05
KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
Paul Mackerras
2
-11
/
+89
2012-03-05
KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
Paul Mackerras
2
-37
/
+56
2012-03-05
KVM: PPC: Book3S HV: Keep HPTE locked when invalidating
Paul Mackerras
1
-87
/
+125
2012-03-05
KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
Matt Evans
1
-0
/
+16
2012-03-05
KVM: PPC: Fix vcpu_create dereference before validity check.
Matt Evans
1
-2
/
+3
2012-03-05
KVM: PPC: Allow for read-only pages backing a Book3S HV guest
Paul Mackerras
3
-15
/
+60
2012-03-05
KVM: PPC: Implement MMU notifiers for Book3S HV guests
Paul Mackerras
6
-65
/
+443
2012-03-05
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
Paul Mackerras
4
-77
/
+561
2012-03-05
KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn
Paul Mackerras
1
-1
/
+83
2012-03-05
KVM: PPC: Allow I/O mappings in memory slots
Paul Mackerras
2
-24
/
+56
2012-03-05
KVM: PPC: Allow use of small pages to back Book3S HV guests
Paul Mackerras
3
-66
/
+119
2012-03-05
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
Paul Mackerras
3
-158
/
+270
2012-03-05
KVM: PPC: Make the H_ENTER hcall more reliable
Paul Mackerras
1
-29
/
+34
2012-03-05
KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
Paul Mackerras
2
-30
/
+75
2012-03-05
KVM: PPC: Keep page physical addresses in per-slot arrays
Paul Mackerras
3
-72
/
+101
2012-03-05
KVM: PPC: Keep a record of HV guest view of hashed page table entries
Paul Mackerras
2
-46
/
+85
2012-03-05
KVM: PPC: Make wakeups work again for Book3S HV guests
Paul Mackerras
1
-1
/
+1
2012-03-05
KVM: PPC: e500: use hardware hint when loading TLB0 entries
Scott Wood
1
-30
/
+39
2012-03-05
KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB
Scott Wood
1
-5
/
+14
2012-03-05
KVM: PPC: Book3S: PR: Fix signal check race
Alexander Graf
1
-0
/
+20
2012-03-05
KVM: PPC: align vcpu_kick with x86
Alexander Graf
1
-1
/
+6
2012-03-05
KVM: PPC: Use get/set for to_svcpu to help preemption
Alexander Graf
5
-52
/
+110
2012-03-05
KVM: PPC: Book3s: PR: No irq_disable in vcpu_run
Alexander Graf
1
-2
/
+0
2012-03-05
KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
Alexander Graf
1
-2
/
+11
2012-03-05
KVM: PPC: booke: Improve timer register emulation
Scott Wood
6
-69
/
+113
2012-03-05
KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
Scott Wood
10
-116
/
+128
2012-03-05
KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt
Scott Wood
1
-5
/
+1
2012-03-05
KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter
Scott Wood
1
-10
/
+18
2012-03-05
KVM: PPC: Move prepare_to_enter call site into subarch code
Scott Wood
4
-2
/
+8
2012-03-05
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
Scott Wood
5
-8
/
+8
2012-03-05
KVM: PPC: booke: check for signals in kvmppc_vcpu_run
Scott Wood
1
-1
/
+9
[next]