index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-09
switch elf_coredump_extra_notes_write() to dump_emit()
Al Viro
1
-1
/
+2
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
1
-1
/
+1
2013-11-06
driver/mtd/IFC: Add support of 8K page size NAND flash
Prabhakar Kushwaha
1
-0
/
+2
2013-11-06
uprobes: Introduce arch_uprobe->ixol
Oleg Nesterov
1
-0
/
+1
2013-11-06
uprobes: Move function declarations out of arch
David A. Long
1
-7
/
+0
2013-11-06
powerpc: Fix fatal SLB miss when restoring PPR
Benjamin Herrenschmidt
1
-7
/
+0
2013-11-06
powerpc/scom: Enable 64-bit addresses
Benjamin Herrenschmidt
1
-4
/
+4
2013-11-04
Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue
Gleb Natapov
16
-291
/
+220
2013-10-31
powerpc/bpf: Fix DIVWU instruction opcode
Vladimir Murzin
1
-1
/
+1
2013-10-31
of: Move definition of of_find_next_cache_node into common code.
Sudeep KarkadaNagesha
1
-3
/
+0
2013-10-31
powerpc: word-at-a-time optimization for 64-bit Little Endian
Philippe Bergheaud
1
-25
/
+32
2013-10-31
powerpc/bpf: BPF JIT compiler for 64-bit Little Endian
Philippe Bergheaud
1
-0
/
+1
2013-10-30
powerpc/powernv: Code update interface
Vasant Hegde
1
-0
/
+7
2013-10-30
powerpc/powernv: Create opal sysfs directory
Vasant Hegde
1
-0
/
+3
2013-10-30
powerpc: Add VMX optimised xor for RAID5
Anton Blanchard
1
-0
/
+67
2013-10-30
powerpc/pseries: Fix dedicated processor partition detection
Anton Blanchard
1
-6
/
+6
2013-10-30
powerpc: Fix 64K page size support for PPC44x
Alistair Popple
1
-1
/
+1
2013-10-30
powerpc: Fix a typo in comments of va to pa conversion
Vaishnavi Bhat
1
-1
/
+1
2013-10-30
powerpc: Move local setup.h declarations to arch includes
Robert Jennings
1
-0
/
+4
2013-10-28
powerpc: Fix PPC_EMULATED_STATS build break with sync patch
Scott Wood
1
-0
/
+1
2013-10-18
powerpc: export debug registers save function for KVM
Bharat Bhushan
1
-0
/
+1
2013-10-18
powerpc: move debug registers in a structure
Bharat Bhushan
2
-19
/
+23
2013-10-17
kvm: powerpc: book3s: drop is_hv_enabled
Aneesh Kumar K.V
1
-1
/
+5
2013-10-17
kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
Aneesh Kumar K.V
2
-3
/
+5
2013-10-17
Powerpc KVM work is based on a commit after rc4.
Gleb Natapov
3
-6
/
+4
2013-10-17
kvm: Add struct kvm arg to memslot APIs
Aneesh Kumar K.V
1
-2
/
+4
2013-10-17
kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
Aneesh Kumar K.V
2
-55
/
+3
2013-10-17
kvm: powerpc: book3s: Cleanup interrupt handling code
Aneesh Kumar K.V
1
-0
/
+11
2013-10-17
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
2
-24
/
+66
2013-10-17
kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
Aneesh Kumar K.V
5
-12
/
+10
2013-10-17
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
5
-6
/
+6
2013-10-17
KVM: PPC: E500: Add userspace debug stub support
Bharat Bhushan
1
-0
/
+3
2013-10-17
KVM: PPC: E500: Using "struct debug_reg"
Bharat Bhushan
1
-12
/
+1
2013-10-17
KVM: PPC: E500: exit to user space on "ehpriv 1" instruction
Bharat Bhushan
2
-1
/
+10
2013-10-17
powerpc: export debug registers save function for KVM
Bharat Bhushan
1
-0
/
+1
2013-10-17
powerpc: move debug registers in a structure
Bharat Bhushan
2
-20
/
+26
2013-10-17
powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN
Bharat Bhushan
1
-1
/
+1
2013-10-17
KVM: PPC: Book3S HV: Better handling of exceptions that happen in real mode
Paul Mackerras
1
-0
/
+2
2013-10-17
KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
Paul Mackerras
1
-0
/
+1
2013-10-17
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
Paul Mackerras
2
-3
/
+7
2013-10-17
KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
Paul Mackerras
3
-4
/
+9
2013-10-17
KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
Paul Mackerras
1
-0
/
+3
2013-10-17
KVM: PPC: Book3S PR: Use 64k host pages where possible
Paul Mackerras
1
-2
/
+4
2013-10-17
KVM: PPC: Book3S PR: Allow guest to use 64k pages
Paul Mackerras
3
-0
/
+12
2013-10-17
KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
Paul Mackerras
3
-188
/
+39
2013-10-17
KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
Paul Mackerras
2
-0
/
+13
2013-10-17
KVM: PPC: Book3S HV: Add support for guest Program Priority Register
Paul Mackerras
3
-0
/
+10
2013-10-17
KVM: PPC: Book3S HV: Store LPCR value for each virtual core
Paul Mackerras
3
-0
/
+6
2013-10-17
KVM: PPC: Book3S HV: Implement timebase offset for guests
Paul Mackerras
2
-0
/
+2
2013-10-17
KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
Paul Mackerras
1
-0
/
+2
[prev]
[next]