index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[POWERPC] Avoid putting cpu node twice
John Rigby
2007-04-30
1
-2
/
+4
*
[POWERPC] Spinlock initializer cleanup
Thomas Gleixner
2007-04-30
2
-2
/
+2
*
[POWERPC] get_property cleanups
Stephen Rothwell
2007-04-30
3
-10
/
+11
*
[POWERPC] cell: cbe_cpufreq cleanup and crash fix
Olof Johansson
2007-04-30
1
-10
/
+14
*
[POWERPC] Clean up cpufreq Kconfig dependencies
Olof Johansson
2007-04-30
1
-6
/
+6
*
Revert "[POWERPC] Autodetect serial console on efika"
Paul Mackerras
2007-04-30
1
-26
/
+0
*
[POWERPC] Generic check_legacy_ioport
Olaf Hering
2007-04-27
6
-74
/
+0
*
[POWERPC] pasemi: Cpufreq driver
Olof Johansson
2007-04-27
5
-0
/
+335
*
[POWERPC] pasemi: Kconfig for gpio_mdio
Olof Johansson
2007-04-27
2
-2
/
+9
*
[POWERPC] pasemi: Remove build warning
Olof Johansson
2007-04-27
1
-0
/
+1
*
[POWERPC] Remove old interface find_devices
Stephen Rothwell
2007-04-24
7
-44
/
+76
*
[POWERPC] Remove old interface find_type_devices
Stephen Rothwell
2007-04-24
3
-5
/
+9
*
[POWERPC] Remove old interface find_path_device
Stephen Rothwell
2007-04-24
3
-17
/
+33
*
[POWERPC] Remove find_compatible_devices
Stephen Rothwell
2007-04-24
1
-4
/
+9
*
[POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQS
Michael Ellerman
2007-04-24
5
-5
/
+5
*
[POWERPC] Re-organize Kconfig code for 4xx in arch/powerpc
David Gibson
2007-04-24
1
-222
/
+150
*
[POWERPC] pasemi: GPIO MDIO of_platform driver
Olof Johansson
2007-04-24
3
-1
/
+354
*
[POWERPC] pasemi: Reset mpic on boot
Olof Johansson
2007-04-24
1
-1
/
+1
*
[POWERPC] pasemi: Allow 8KB config space for I/O bridge
Olof Johansson
2007-04-24
1
-3
/
+13
*
[POWERPC] Rename last get_property calls
Stephen Rothwell
2007-04-24
1
-2
/
+2
*
Merge branch 'for-2.6.22' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...
Paul Mackerras
2007-04-24
5
-58
/
+530
|
\
|
*
[POWERPC] cell: enable RTAS-based PTCAL for Cell XDR memory
Jeremy Kerr
2007-04-23
1
-0
/
+160
|
*
[POWERPC] cell: add support for proper device-tree
Christian Krafft
2007-04-23
1
-30
/
+88
|
*
[POWERPC] cell: use pmi in cpufreq driver
Christian Krafft
2007-04-23
1
-1
/
+80
|
*
[POWERPC] cbe_thermal: add throttling attributes to cpu and spu nodes
Christian Krafft
2007-04-23
1
-1
/
+154
|
*
[POWERPC] cbe_thermal: clean up computation of temperature
Christian Krafft
2007-04-23
1
-18
/
+10
|
*
[POWERPC] cell: add cbe_node_to_cpu function
Christian Krafft
2007-04-23
2
-14
/
+44
*
|
Merge branch 'spufs' of master.kernel.org:/pub/scm/linux/kernel/git/arnd/cell...
Paul Mackerras
2007-04-24
14
-366
/
+589
|
\
\
|
*
|
[POWERPC] spu_base: fix initialisation on systems with no SPEs
Jeremy Kerr
2007-04-23
2
-3
/
+10
|
*
|
[POWERPC] spu_base: remove cleanup_spu_base
Christoph Hellwig
2007-04-23
1
-37
/
+10
|
*
|
[POWERPC] spufs: various run.c cleanups
Christoph Hellwig
2007-04-23
1
-20
/
+31
|
*
|
[POWERPC] spufs: enable SPU coredump for kernel-builtin spufs
Akinobu Mita
2007-04-23
1
-18
/
+16
|
*
|
[POWERPC] spufs: fix memory leak on coredump
Arnd Bergmann
2007-04-23
1
-9
/
+10
|
*
|
[POWERPC] spufs: Minor cleanup of spu_wait
Jeremy Kerr
2007-04-23
1
-7
/
+6
|
*
|
[POWERPC] spufs: add mode= mount option
Jeremy Kerr
2007-04-23
1
-4
/
+10
|
*
|
[POWERPC] spufs: use memcpy_fromio() to copy from local store
Akinobu Mita
2007-04-23
1
-6
/
+6
|
*
|
[POWERPC] spufs: avoid spurious memory barriers
Christoph Hellwig
2007-04-23
1
-14
/
+0
|
*
|
[POWERPC] spufs: fix memory leak on spufs reloading
Akinobu Mita
2007-04-23
1
-0
/
+6
|
*
|
[POWERPC] spufs: fix missing error handling in module_init()
Akinobu Mita
2007-04-23
1
-6
/
+10
|
*
|
[POWERPC] spufs: check spu_acquire_runnable() return value
Akinobu Mita
2007-04-23
1
-1
/
+4
|
*
|
[POWERPC] spufs: turn run_sema into run_mutex
Christoph Hellwig
2007-04-23
3
-4
/
+4
|
*
|
[POWERPC] spufs: provide siginfo for SPE faults
Jeremy Kerr
2007-04-23
1
-7
/
+25
|
*
|
[POWERPC] spufs: make spu page faults not block scheduling
Arnd Bergmann
2007-04-23
8
-130
/
+223
|
*
|
[POWERPC] spu_base: move spu_init_channels out of spu_mutex
Christoph Hellwig
2007-04-23
1
-1
/
+2
|
*
|
[POWERPC] spu sched: make addition to stop_wq and runque atomic vs wakeup
Luke Browning
2007-04-23
1
-22
/
+16
|
*
|
[POWERPC] spufs: streamline locking for isolated spu setup
Christoph Hellwig
2007-04-23
3
-55
/
+16
|
*
|
[POWERPC] spufs: remove woken threads from the runqueue early
Christoph Hellwig
2007-04-23
2
-27
/
+19
|
*
|
[POWERPC] spufs: add memory barriers after set_bit
Arnd Bergmann
2007-04-23
1
-0
/
+3
|
*
|
[POWERPC] spu sched: ensure preempted threads are put back on the runqueue, p...
Christoph Hellwig
2007-04-23
1
-0
/
+6
|
*
|
[POWERPC] spu sched: ensure preempted threads are put back on the runqueue
Christoph Hellwig
2007-04-23
1
-3
/
+10
[next]