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.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
2009-12-16
ptrace: powerpc: implement user_single_step_siginfo()
Oleg Nesterov
2
-0
/
+11
2009-12-15
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
7
-22
/
+22
2009-12-15
locking: Convert raw_rwlock functions to arch_rwlock
Thomas Gleixner
1
-16
/
+16
2009-12-15
locking: Convert raw_rwlock to arch_rwlock
Thomas Gleixner
3
-12
/
+12
2009-12-15
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
4
-28
/
+28
2009-12-15
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
Thomas Gleixner
2
-2
/
+2
2009-12-15
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
6
-13
/
+13
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
6
-15
/
+15
2009-12-13
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
193
-1822
/
+9749
2009-12-11
Unify sys_mmap*
Al Viro
1
-14
/
+1
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
8
-10
/
+10
2009-12-09
powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
Benjamin Herrenschmidt
1
-1
/
+1
2009-12-09
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
35
-349
/
+363
2009-12-09
powerpc/pseries: Track previous CPPR values to correctly EOI interrupts
Mark Nelson
1
-5
/
+51
2009-12-09
powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMP
Nathan Fontenot
1
-94
/
+94
2009-12-09
powerpc: Make "intspec" pointers in irq_host->xlate() const
Roman Fietze
21
-23
/
+23
2009-12-09
powerpc/8xx: DTLB Miss cleanup
Joakim Tjernlund
1
-6
/
+11
2009-12-09
powerpc/8xx: Remove DIRTY pte handling in DTLB Error.
Joakim Tjernlund
1
-96
/
+0
2009-12-09
powerpc/8xx: Start using dcbX instructions in various copy routines
Joakim Tjernlund
2
-42
/
+0
2009-12-09
powerpc/8xx: Restore _PAGE_WRITETHRU
Joakim Tjernlund
2
-2
/
+11
2009-12-09
powerpc/8xx: Add missing Guarded setting in DTLB Error.
Joakim Tjernlund
1
-3
/
+10
2009-12-09
powerpc/8xx: Fixup DAR from buggy dcbX instructions.
Joakim Tjernlund
1
-4
/
+143
2009-12-09
powerpc/8xx: Tag DAR with 0x00f0 to catch buggy instructions.
Joakim Tjernlund
1
-1
/
+14
2009-12-09
powerpc/8xx: Update TLB asm so it behaves as linux mm expects.
Joakim Tjernlund
2
-55
/
+57
2009-12-09
powerpc/8xx: Invalidate non present TLBs
Joakim Tjernlund
1
-1
/
+7
2009-12-09
Merge commit 'jwb/next' into next
Benjamin Herrenschmidt
2
-23
/
+13
2009-12-09
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
6
-15
/
+1030
2009-12-09
powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...
Gautham R Shenoy
1
-10
/
+35
2009-12-09
pseries/pseries: Add code to online/offline CPUs of a DLPAR node
Gautham R Shenoy
1
-0
/
+101
2009-12-09
powerpc: stop_this_cpu: remove the cpu from the online map.
Valentine Barshak
1
-0
/
+3
2009-12-09
powerpc/pseries: Add kernel based CPU DLPAR handling
Nathan Fontenot
1
-0
/
+88
2009-12-09
sysfs/cpu: Add probe/release files
Nathan Fontenot
3
-0
/
+28
2009-12-09
powerpc/pseries: Kernel DLPAR Infrastructure
Nathan Fontenot
4
-2
/
+347
2009-12-09
powerpc/macio: Rework hotplug media bay support
Benjamin Herrenschmidt
2
-11
/
+19
2009-12-09
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2009-12-09
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2009-12-08
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+1
2009-12-08
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-25
/
+6
2009-12-08
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+4
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-0
/
+2
2009-12-08
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-168
/
+2
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
Linus Torvalds
2
-55
/
+1
2009-12-08
powerpc/macio: Add dma_parms support to macio
Benjamin Herrenschmidt
1
-0
/
+1
2009-12-08
powerpc/macio: Add devres support to macio_device
Benjamin Herrenschmidt
1
-0
/
+2
2009-12-08
powerpc/kvm: Sync guest visible MMU state
Alexander Graf
7
-16
/
+98
2009-12-08
powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT
David Gibson
6
-49
/
+51
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
8
-10
/
+10
2009-12-06
i2c-powermac: Include the i2c_adapter in struct pmac_i2c_bus
Jean Delvare
2
-25
/
+6
2009-12-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
23
-96
/
+345
2009-12-06
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2
-2
/
+2
[next]