index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
Paul Mackerras
2011-07-12
5
-9
/
+30
*
KVM: PPC: Allow book3s_hv guests to use SMT processor modes
Paul Mackerras
2011-07-12
4
-1
/
+61
*
KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
David Gibson
2011-07-12
4
-0
/
+22
*
KVM: PPC: Handle some PAPR hcalls in the kernel
Paul Mackerras
2011-07-12
3
-0
/
+17
*
KVM: PPC: Add support for Book3S processors in hypervisor mode
Paul Mackerras
2011-07-12
11
-29
/
+224
*
KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu
Paul Mackerras
2011-07-12
3
-13
/
+25
*
powerpc: Set up LPCR for running guest partitions
Paul Mackerras
2011-07-12
1
-0
/
+4
*
KVM: PPC: Move guest enter/exit down into subarch-specific code
Paul Mackerras
2011-07-12
1
-0
/
+1
*
KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
Paul Mackerras
2011-07-12
1
-0
/
+7
*
powerpc, KVM: Rework KVM checks in first-level interrupt handlers
Paul Mackerras
2011-07-12
1
-40
/
+81
*
KVM: PPC: Split out code from book3s.c into book3s_pr.c
Paul Mackerras
2011-07-12
1
-0
/
+35
*
KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
Paul Mackerras
2011-07-12
2
-35
/
+34
*
KVM: PPC: e500: Add shadow PID support
Liu Yu
2011-07-12
2
-1
/
+8
*
KVM: PPC: e500: Stop keeping shadow TLB
Liu Yu
2011-07-12
1
-6
/
+14
*
KVM: PPC: e500: enable magic page
Scott Wood
2011-07-12
1
-0
/
+1
*
KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead.
Scott Wood
2011-07-12
1
-2
/
+0
*
KVM: PPC: e500: Save/restore SPE state
Scott Wood
2011-07-12
2
-0
/
+7
*
KVM: PPC: booke: use shadow_msr
Scott Wood
2011-07-12
1
-1
/
+1
*
powerpc/e500: SPE register saving: take arbitrary struct offset
Scott Wood
2011-07-12
1
-12
/
+16
*
KVM: PPC: Resolve real-mode handlers through function exports
Alexander Graf
2011-07-12
1
-2
/
+2
*
Fix node_start/end_pfn() definition for mm/page_cgroup.c
KAMEZAWA Hiroyuki
2011-06-27
1
-7
/
+0
*
Merge remote branch 'kumar/merge' into merge
Benjamin Herrenschmidt
2011-06-09
1
-1
/
+1
|
\
|
*
powerpc/fsl_rio: Fix compile error when CONFIG_FSL_RIO not set
Kumar Gala
2011-06-02
1
-1
/
+1
*
|
Merge branch 'setns'
Linus Torvalds
2011-05-28
2
-1
/
+3
|
\
\
|
*
|
ns: Wire up the setns system call
Eric W. Biederman
2011-05-28
2
-1
/
+3
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2011-05-27
1
-6
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
PM / Hibernate: Remove arch_prepare_suspend()
Rafael J. Wysocki
2011-05-24
1
-6
/
+0
*
|
|
Merge remote branch 'kumar/merge' into merge
Benjamin Herrenschmidt
2011-05-27
2
-0
/
+7
|
\
\
\
|
*
|
|
powerpc/fsl_rio: move machine_check handler
Shaohui Xie
2011-05-20
1
-0
/
+5
|
*
|
|
powerpc/fsl_lbc: Add workaround for ELBC-A001 erratum
Shengzhou Liu
2011-05-20
1
-0
/
+2
*
|
|
|
powerpc/cell: Use common smp ipi actions
Milton Miller
2011-05-26
1
-2
/
+0
*
|
|
|
powerpc/pseries: Update MAX_HCALL_OPCODE to reflect page coalescing
Brian King
2011-05-26
1
-1
/
+1
*
|
|
|
powerpc/ftrace: Implement raw syscall tracepoints on PowerPC
Ian Munsie
2011-05-26
3
-2
/
+24
|
|
_
|
/
|
/
|
|
*
|
|
mm, powerpc: move the RCU page-table freeing into generic code
Peter Zijlstra
2011-05-25
2
-13
/
+18
*
|
|
powerpc: mmu_gather rework
Peter Zijlstra
2011-05-25
3
-2
/
+14
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-05-23
1
-1
/
+1
|
\
\
\
|
*
|
|
treewide: fix a few typos in comments
Justin P. Mattock
2011-05-10
1
-1
/
+1
*
|
|
|
Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2011-05-23
5
-1
/
+200
|
\
\
\
\
|
*
|
|
|
KVM: PPC: booke: add sregs support
Scott Wood
2011-05-22
5
-1
/
+197
|
*
|
|
|
KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
Scott Wood
2011-05-22
1
-0
/
+1
|
*
|
|
|
KVM: PPC: e500: emulate SVR
Scott Wood
2011-05-22
1
-0
/
+1
|
*
|
|
|
KVM: PPC: Fix issue clearing exit timing counters
Bharat Bhushan
2011-05-11
1
-0
/
+1
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-20
2
-1
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
net: Add sendmmsg socket system call
Anton Blanchard
2011-05-05
2
-1
/
+3
*
|
|
|
|
Merge remote branch 'origin/master' into merge
Benjamin Herrenschmidt
2011-05-20
1
-3
/
+0
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'syscore' into for-linus
Rafael J. Wysocki
2011-05-17
1
-3
/
+0
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
PM / PowerPC: Use struct syscore_ops instead of sysdevs for PM
Rafael J. Wysocki
2011-05-11
1
-3
/
+0
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Merge remote branch 'kumar/next' into next
Benjamin Herrenschmidt
2011-05-20
3
-2
/
+11
|
\
\
\
\
|
*
|
|
|
powerpc/mpic: add the mpic global timer support
Scott Wood
2011-05-19
1
-1
/
+2
|
*
|
|
|
powerpc/mpic: parse 4-cell intspec types other than zero
Scott Wood
2011-05-19
1
-0
/
+2
[next]