index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Add an interface for pinning guest pages in Book3s HV guests
Paul Mackerras
2012-03-05
3
-30
/
+78
|
*
|
|
|
KVM: PPC: Keep page physical addresses in per-slot arrays
Paul Mackerras
2012-03-05
4
-75
/
+107
|
*
|
|
|
KVM: PPC: Keep a record of HV guest view of hashed page table entries
Paul Mackerras
2012-03-05
4
-46
/
+103
|
*
|
|
|
KVM: PPC: Make wakeups work again for Book3S HV guests
Paul Mackerras
2012-03-05
1
-1
/
+1
|
*
|
|
|
KVM: PPC: Avoid patching paravirt template code
Liu Yu-B13201
2012-03-05
2
-1
/
+16
|
*
|
|
|
KVM: PPC: e500: use hardware hint when loading TLB0 entries
Scott Wood
2012-03-05
2
-32
/
+42
|
*
|
|
|
KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB
Scott Wood
2012-03-05
1
-5
/
+14
|
*
|
|
|
KVM: PPC: Book3S: PR: Fix signal check race
Alexander Graf
2012-03-05
1
-0
/
+20
|
*
|
|
|
KVM: PPC: align vcpu_kick with x86
Alexander Graf
2012-03-05
1
-1
/
+6
|
*
|
|
|
KVM: PPC: Use get/set for to_svcpu to help preemption
Alexander Graf
2012-03-05
8
-71
/
+181
|
*
|
|
|
KVM: PPC: Book3s: PR: No irq_disable in vcpu_run
Alexander Graf
2012-03-05
1
-2
/
+0
|
*
|
|
|
KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
Alexander Graf
2012-03-05
1
-2
/
+11
|
*
|
|
|
KVM: PPC: booke: Improve timer register emulation
Scott Wood
2012-03-05
8
-70
/
+115
|
*
|
|
|
KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
Scott Wood
2012-03-05
15
-169
/
+339
|
*
|
|
|
KVM: PPC: booke: Paravirtualize wrtee
Scott Wood
2012-03-05
2
-34
/
+154
|
*
|
|
|
KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt
Scott Wood
2012-03-05
1
-5
/
+1
|
*
|
|
|
KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter
Scott Wood
2012-03-05
1
-10
/
+18
|
*
|
|
|
KVM: PPC: Move prepare_to_enter call site into subarch code
Scott Wood
2012-03-05
4
-2
/
+8
|
*
|
|
|
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
Scott Wood
2012-03-05
6
-9
/
+9
|
*
|
|
|
KVM: PPC: booke: check for signals in kvmppc_vcpu_run
Scott Wood
2012-03-05
1
-1
/
+9
|
*
|
|
|
KVM: PPC: booke: Do Not start decrementer when SPRN_DEC set 0
Bharat Bhushan
2012-03-05
1
-1
/
+2
|
*
|
|
|
KVM: PPC: Fix DEC truncation for greater than 0xffff_ffff/1000
Bharat Bhushan
2012-03-05
1
-5
/
+7
|
*
|
|
|
PPC: Fix race in mtmsr paravirt implementation
Bharat Bhushan
2012-03-05
1
-6
/
+4
|
*
|
|
|
KVM: PPC: E500: Support hugetlbfs
Alexander Graf
2012-03-05
1
-0
/
+24
|
*
|
|
|
KVM: PPC: e500: Don't hardcode PIR=0
Scott Wood
2012-03-05
2
-5
/
+2
|
*
|
|
|
KVM: PPC: e500: tlbsx: fix tlb0 esel
Scott Wood
2012-03-05
1
-0
/
+2
|
*
|
|
|
KVM: PPC: e500: MMU API
Scott Wood
2012-03-05
8
-163
/
+377
|
*
|
|
|
KVM: PPC: e500: clear up confusion between host and guest entries
Scott Wood
2012-03-05
4
-96
/
+213
|
*
|
|
|
KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
Scott Wood
2012-03-05
1
-3
/
+1
|
*
|
|
|
KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
Scott Wood
2012-03-05
1
-13
/
+23
|
*
|
|
|
KVM: provide synchronous registers in kvm_run
Christian Borntraeger
2012-03-05
1
-0
/
+4
|
*
|
|
|
KVM: s390: ucontrol: export SIE control block to user
Carsten Otte
2012-03-05
1
-0
/
+5
|
*
|
|
|
KVM: s390: add parameter for KVM_CREATE_VM
Carsten Otte
2012-03-05
1
-1
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
params: <level>_initcall-like kernel parameters
Pawel Moll
2012-03-26
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
2012-03-24
3
-0
/
+3
|
\
\
\
|
*
|
|
bug.h: add include of it to various implicit C users
Paul Gortmaker
2012-02-29
3
-0
/
+3
|
|
/
/
*
|
|
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-03-23
1
-8
/
+2
|
\
\
\
|
*
|
|
coredump: remove VM_ALWAYSDUMP flag
Jason Baron
2012-03-23
1
-8
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2012-03-23
15
-119
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
powerpc/PCI: allow reallocation on PA Semi
Bjorn Helgaas
2012-03-20
1
-3
/
+0
|
*
|
powerpc/PCI: convert devtree bus addresses to resource
Bjorn Helgaas
2012-03-20
1
-4
/
+8
|
*
|
powerpc/PCI: compute I/O space bus-to-resource offset consistently
Bjorn Helgaas
2012-03-20
4
-6
/
+11
|
*
|
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
2012-02-27
1
-1
/
+1
|
*
|
PCI: collapse pcibios_resource_to_bus
Bjorn Helgaas
2012-02-23
1
-2
/
+0
|
*
|
powerpc/PCI: get rid of device resource fixups
Bjorn Helgaas
2012-02-23
2
-81
/
+6
|
*
|
powerpc/PCI: replace pci_probe_only with pci_flags
Bjorn Helgaas
2012-02-23
10
-22
/
+15
|
*
|
powerpc/PCI: make pci_probe_only default to 0
Bjorn Helgaas
2012-02-23
5
-8
/
+4
*
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-03-21
282
-13846
/
+9612
|
\
\
\
|
*
|
|
powerpc/ps3: Do not adjust the wrapper load address
Stephen Rothwell
2012-03-21
1
-9
/
+13
|
*
|
|
powerpc: Remove the rest of the legacy iSeries include files
Stephen Rothwell
2012-03-21
9
-707
/
+0
[prev]
[next]