index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-10
powerpc: Merge STK_REG/PARAM/FRAMESIZE
Michael Neuling
9
-114
/
+93
2012-07-10
powerpc/pasemi: Move lbz/stbciz to ppc-opcode.h
Michael Neuling
2
-5
/
+7
2012-07-10
powerpc: Convert to %r for all GPR usage
Michael Neuling
1
-34
/
+40
2012-07-10
powerpc: Fix usage of register macros getting ready for %r0 change
Michael Neuling
25
-659
/
+659
2012-07-10
powerpc: Modify macro ready for %r0 register change
Michael Neuling
1
-9
/
+9
2012-07-10
powerpc: Add defines for R0-R31
Michael Neuling
1
-0
/
+33
2012-07-10
Merge branch 'merge' into next
Benjamin Herrenschmidt
7
-18
/
+70
2012-07-10
powerpc/numa: Avoid stupid uninitialized warning from gcc
Benjamin Herrenschmidt
1
-1
/
+1
2012-07-10
powerpc: Fix build of some debug irq code
Benjamin Herrenschmidt
2
-3
/
+3
2012-07-10
powerpc: More fixes for lazy IRQ vs. idle
Benjamin Herrenschmidt
4
-12
/
+64
2012-07-03
powerpc/mm: remove obsolete comment about page size name array
Scott Wood
1
-6
/
+1
2012-07-03
powerpc: Kill flatdevtree_env.h too
Paul Bolle
1
-27
/
+0
2012-07-03
powerpc: Fix kernel-doc warning
Wanpeng Li
2
-4
/
+3
2012-07-03
powerpc: Fix assmption of end_of_DRAM() returns end address
Bharat Bhushan
8
-8
/
+8
2012-07-03
powerpc: Optimise the 64bit optimised __clear_user
Anton Blanchard
1
-1
/
+62
2012-07-03
powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performance
Anton Blanchard
3
-39
/
+128
2012-07-03
powerpc/iommu: Push spinlock into iommu_range_alloc and __iommu_free
Anton Blanchard
1
-33
/
+8
2012-07-03
powerpc/iommu: Reduce spinlock coverage in iommu_free
Anton Blanchard
1
-11
/
+40
2012-07-03
powerpc/iommu: Reduce spinlock coverage in iommu_alloc and iommu_free
Anton Blanchard
1
-10
/
+5
2012-07-03
powerpc/pseries: Disable interrupts around IOMMU percpu data accesses
Anton Blanchard
1
-0
/
+6
2012-07-03
powerpc: POWER7 optimised memcpy using VMX and enhanced prefetch
Anton Blanchard
3
-1
/
+656
2012-07-03
powerpc: Use enhanced touch instructions in POWER7 copy_to_user/copy_from_user
Anton Blanchard
1
-0
/
+31
2012-07-03
powerpc/pci: cleanup on duplicate assignment
Gavin Shan
1
-1
/
+0
2012-07-03
powerpc/numa: Fix OF node refcounting bug
Gavin Shan
1
-0
/
+2
2012-07-03
powerpc: POWER7 optimised copy_page using VMX and enhanced prefetch
Anton Blanchard
4
-1
/
+196
2012-07-03
powerpc: Rename copyuser_power7_vmx.c to vmx-helper.c
Anton Blanchard
3
-7
/
+7
2012-07-03
powerpc: Clear RI and EE at the same time in system call exit
Anton Blanchard
1
-12
/
+13
2012-07-03
powerpc: Use enhanced touch instructions in POWER7 copy_to_user/copy_from_user
Anton Blanchard
1
-0
/
+31
2012-07-03
powerpc/smp: remove call to ipi_call_lock()/ipi_call_unlock()
Yong Zhang
1
-2
/
+0
2012-07-03
powerpc: 64bit optimised __clear_user
Anton Blanchard
3
-1
/
+144
2012-07-03
powerpc: tracing: Avoid tracepoint duplication with DECLARE_EVENT_CLASS
Anton Blanchard
1
-34
/
+11
2012-07-03
powerpc: Enable jump label support
Anton Blanchard
2
-0
/
+2
2012-07-03
powerpc/pseries/cpuidle: Replace pseries_notify_cpuidle_add call with notifier
Deepthi Dharwar
3
-9
/
+19
2012-07-03
powerpc/pseries/iommu: remove default window before attempting DDW manipulation
Nishanth Aravamudan
1
-15
/
+92
2012-07-03
powerpc/ftrace: Use patch_instruction instead of probe_kernel_write()
Steven Rostedt
1
-13
/
+4
2012-07-03
powerpc: Have patch_instruction detect faults
Steven Rostedt
2
-6
/
+12
2012-07-03
powerpc/ftrace: Have PPC skip updating with stop_machine()
Steven Rostedt
1
-0
/
+52
2012-07-03
powerpc/boot: Only build board support files when required.
Tony Breeds
1
-19
/
+37
2012-07-02
powerpc/kvm: sldi should be sld
Michael Neuling
1
-1
/
+1
2012-07-02
powerpc/xmon: Use cpumask iterator to avoid warning
Anton Blanchard
1
-1
/
+1
2012-06-29
powerpc/pseries: Fix software invalidate TCE
Michael Neuling
1
-2
/
+2
2012-06-29
powerpc: check_and_cede_processor() never cedes
Anton Blanchard
2
-1
/
+6
2012-06-29
powerpc/ftrace: Do not trace restore_interrupts()
Steven Rostedt
1
-1
/
+1
2012-06-29
powerpc: Fix Section mismatch warnings in prom_init.c
Li Zhong
1
-2
/
+2
2012-06-29
ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preempt
Tiejun Chen
1
-57
/
+40
2012-06-29
powerpc: Fix uninitialised error in numa.c
Michael Neuling
1
-1
/
+1
2012-06-29
powerpc: Fix BPF_JIT code to link with multiple TOCs
Michael Ellerman
1
-0
/
+2
2012-06-24
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-30
/
+66
2012-06-21
Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-54
/
+7
2012-06-19
KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page
Paul Mackerras
1
-30
/
+66
[next]