index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-23
PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
Bjorn Helgaas
1
-7
/
+4
2010-02-22
resource/PCI: mark struct resource as const
Dominik Brodowski
1
-1
/
+1
2010-02-22
resource/PCI: align functions now return start of resource
Dominik Brodowski
1
-7
/
+6
2010-02-01
powerpc: TIF_ABI_PENDING bit removal
Andreas Schwab
1
-12
/
+0
2010-01-29
powerpc/pci: Add missing call to header fixup
Benjamin Herrenschmidt
1
-0
/
+3
2010-01-29
powerpc/pci: Add missing hookup to pci_slot
Benjamin Herrenschmidt
1
-0
/
+5
2010-01-29
powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()
Benjamin Herrenschmidt
1
-0
/
+2
2010-01-15
powerpc: Move cpu hotplug driver lock from pseries to powerpc
Nathan Fontenot
1
-0
/
+12
2010-01-15
powerpc: Move /proc/ppc64 to /proc/powerpc update
Nathan Fontenot
1
-7
/
+7
2010-01-15
powerpc/8xx: Fix user space TLB walk in dcbX fixup
Joakim Tjernlund
1
-2
/
+2
2010-01-15
powerpc: Fix decrementer setup on 1GHz boards
Stefan Roese
1
-1
/
+10
2010-01-15
powerpc/swsusp_32: Fix TLB invalidation
Anton Vorontsov
1
-1
/
+1
2010-01-15
powerpc/8xx: Always pin kernel instruction TLB
Joakim Tjernlund
1
-4
/
+4
2009-12-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-0
/
+13
2009-12-18
powerpc: Handle VSX alignment faults correctly in little-endian mode
Neil Campbell
1
-17
/
+46
2009-12-16
PCI/cardbus: Add a fixup hook and fix powerpc
Benjamin Herrenschmidt
1
-0
/
+13
2009-12-16
Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
3
-3
/
+30
2009-12-16
Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
1
-0
/
+3
2009-12-16
iommu-helper: use bitmap library
Akinobu Mita
1
-2
/
+2
2009-12-16
ptrace: powerpc: implement user_single_step_siginfo()
Oleg Nesterov
1
-0
/
+9
2009-12-15
module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
Rusty Russell
1
-0
/
+3
2009-12-14
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-4
/
+4
2009-12-14
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
1
-6
/
+6
2009-12-14
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
Thomas Gleixner
1
-1
/
+1
2009-12-14
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
1
-1
/
+1
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
3
-5
/
+5
2009-12-12
powerpc: gamecube/wii: early debugging using usbgecko
Albert Herranz
2
-0
/
+27
2009-12-12
powerpc: broadway processor support
Albert Herranz
1
-3
/
+3
2009-12-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
24
-354
/
+968
2009-12-11
Unify sys_mmap*
Al Viro
1
-14
/
+1
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-3
/
+3
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
18
-117
/
+40
2009-12-09
powerpc: Make "intspec" pointers in irq_host->xlate() const
Roman Fietze
1
-1
/
+1
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
1
-18
/
+0
2009-12-09
powerpc/8xx: Restore _PAGE_WRITETHRU
Joakim Tjernlund
1
-0
/
+8
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
1
-48
/
+51
2009-12-09
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
1
-2
/
+2
2009-12-09
powerpc: stop_this_cpu: remove the cpu from the online map.
Valentine Barshak
1
-0
/
+3
2009-12-09
sysfs/cpu: Add probe/release files
Nathan Fontenot
1
-0
/
+19
2009-12-08
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2009-12-08
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2009-12-08
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-23
/
+0
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
Linus Torvalds
2
-55
/
+1
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
3
-3
/
+3
[next]