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-12-17
lib: Add missing arch generic-y entries for asm-generic/hash.h
David S. Miller
1
-1
/
+2
2013-12-17
Merge tag 'v3.13-rc4' into core/locking
Ingo Molnar
10
-9
/
+64
2013-12-16
Merge tag 'v3.13-rc4' into perf/core
Ingo Molnar
10
-11
/
+64
2013-12-16
powerpc: Full barrier for smp_mb__after_unlock_lock()
Paul E. McKenney
1
-0
/
+2
2013-12-13
powerpc/powernv: Fix OPAL LPC access in Little Endian
Benjamin Herrenschmidt
1
-1
/
+1
2013-12-13
powerpc/powernv: Fix endian issue in opal_xscom_read
Anton Blanchard
1
-1
/
+1
2013-12-11
powerpc/kvm/booke: Fix build break due to stack frame size warning
Scott Wood
1
-1
/
+1
2013-12-10
powerpc: Fix PTE page address mismatch in pgtable ctor/dtor
Hong H. Pham
2
-8
/
+4
2013-12-09
KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvy
Alexander Graf
1
-0
/
+1
2013-12-09
KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu
Alexander Graf
1
-0
/
+4
2013-12-09
powerpc/powernv: Get FSP memory errors and plumb into memory poison infrastructure.
Mahesh Salgaonkar
1
-0
/
+52
2013-12-09
powerpc/mm: Enable _PAGE_NUMA for book3s
Aneesh Kumar K.V
2
-1
/
+71
2013-12-09
powerpc/mm: Free up _PAGE_COHERENCE for numa fault use later
Aneesh Kumar K.V
1
-1
/
+1
2013-12-09
powerpc: Make slb_shadow a local
Jeremy Kerr
1
-2
/
+0
2013-12-05
powerpc: Add real mode cache inhibited IO accessors
Michael Ellerman
1
-0
/
+16
2013-12-05
PPC: POWERNV: move iommu_add_device earlier
Alexey Kardashevskiy
1
-0
/
+26
2013-12-05
powerpc/powernv: Move SG list structure to header file
Vasant Hegde
1
-0
/
+22
2013-12-05
powerpc/powernv: Infrastructure to read opal messages in generic format.
Mahesh Salgaonkar
1
-1
/
+23
2013-12-05
powerpc/powernv: Machine check exception handling.
Mahesh Salgaonkar
1
-0
/
+1
2013-12-05
powerpc/book3s: Queue up and process delayed MCE events.
Mahesh Salgaonkar
1
-0
/
+3
2013-12-05
powerpc/book3s: Decode and save machine check event.
Mahesh Salgaonkar
1
-0
/
+124
2013-12-05
powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power8.
Mahesh Salgaonkar
1
-0
/
+3
2013-12-05
powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power7.
Mahesh Salgaonkar
2
-0
/
+72
2013-12-05
powerpc/book3s: Add flush_tlb operation in cpu_spec.
Mahesh Salgaonkar
1
-0
/
+5
2013-12-05
powerpc/book3s: Introduce a early machine check hook in cpu_spec.
Mahesh Salgaonkar
1
-0
/
+7
2013-12-05
powerpc/book3s: Introduce exclusive emergency stack for machine check exception.
Mahesh Salgaonkar
1
-0
/
+9
2013-12-05
powerpc/book3s: Split the common exception prolog logic into two section.
Mahesh Salgaonkar
1
-7
/
+14
2013-12-02
powerpc: Make irq_stat.timers_irqs counting more specific
fan.du
1
-1
/
+2
2013-12-02
powerpc: purge all the prefetched instructions for the coherent icache flush
Kevin Hao
1
-1
/
+13
2013-12-02
powerpc: Move the patch_exception to a common place
Kevin Hao
1
-0
/
+7
2013-11-26
powerpc: Clean up panic_timeout usage
Jason Baron
1
-0
/
+1
2013-11-25
powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filtering
Hari Bathini
1
-0
/
+1
2013-11-22
powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supported
LEROY Christophe
3
-0
/
+17
2013-11-22
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Linus Torvalds
1
-1
/
+1
2013-11-21
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core
Ingo Molnar
1
-3
/
+2
2013-11-21
powerpc: Make cpu_to_chip_id() available when SMP=n
Michael Ellerman
1
-1
/
+1
2013-11-20
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Linus Torvalds
4
-0
/
+41
2013-11-21
powerpc: Set eflags correctly for ELF ABIv2 core dumps.
Rusty Russell
1
-0
/
+2
2013-11-21
powerpc: Add TIF_ELF2ABI flag.
Rusty Russell
2
-0
/
+11
2013-11-21
pseries: Add H_SET_MODE to change exception endianness
Anton Blanchard
2
-0
/
+28
2013-11-20
uprobes/powerpc: Kill arch_uprobe->ainsn
Oleg Nesterov
1
-3
/
+2
2013-11-19
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+0
2013-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-277
/
+195
2013-11-15
powerpc: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-1
/
+4
2013-11-14
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-0
/
+2
2013-11-13
preempt: Make PREEMPT_ACTIVE generic
Thomas Gleixner
1
-2
/
+0
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+2
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-27
/
+6
2013-11-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Linus Torvalds
24
-204
/
+504
2013-11-12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
[prev]
[next]