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
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Convert big_irq_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-11
/
+11
*
powerpc: Convert feature_lock to raw_spinlock
Thomas Gleixner
2010-02-19
3
-16
/
+16
*
powerpc: Convert i8259_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-11
/
+11
*
powerpc: Convert beat_htab_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-12
/
+12
*
powerpc: Convert confirm_error_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-7
/
+7
*
powerpc: Convert ipic_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-9
/
+9
*
powerpc: Convert native_tlbie_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-7
/
+7
*
powerpc: Convert beatic_irq_mask_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-9
/
+9
*
powerpc: Convert nv_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-7
/
+7
*
powerpc: Convert context_lock to raw_spinlock
Thomas Gleixner
2010-02-19
1
-7
/
+7
*
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
2010-02-19
9
-29
/
+1806
|
\
|
*
powerpc/mpc5121: correct DIU compatible property
Anatolij Gustschin
2010-02-17
1
-1
/
+1
|
*
powerpc/mpc5121: enable support for more PSC UARTs
Anatolij Gustschin
2010-02-16
1
-0
/
+4
|
*
powerpc/mpc5121: Add default config for MPC5121
Anatolij Gustschin
2010-02-16
1
-0
/
+1694
|
*
powerpc/mpc5121: update mpc5121ads DTS
Anatolij Gustschin
2010-02-16
1
-22
/
+33
|
*
powerpc/mpc5121: create and register NFC device
Anatolij Gustschin
2010-02-16
1
-0
/
+8
|
*
powerpc/mpc5121: Add machine restart support
Anatolij Gustschin
2010-02-16
5
-0
/
+57
|
*
powerpc/mpc5121: avoid using arch_initcall for clock init
Anatolij Gustschin
2010-02-16
5
-7
/
+10
*
|
powerpc/85xx: Add NOR, LEDs and PIB support for MPC8568E-MDS boards
Anton Vorontsov
2010-02-17
2
-3
/
+65
*
|
powerpc/86xx: Enable VME driver on the GE SBC610
Martyn Welch
2010-02-17
1
-1
/
+38
*
|
powerpc/86xx: Enable VME driver on the GE PPC9A
Martyn Welch
2010-02-17
1
-1
/
+46
*
|
powerpc/86xx: Add MSI section to GE PPC9A DTS
Malcolm Crossley
2010-02-17
1
-0
/
+16
*
|
powerpc/86xx: Switch on highmem support on GE SBC610
Martyn Welch
2010-02-17
1
-1
/
+2
*
|
powerpc/86xx: Basic flash support for GE SBC610
Martyn Welch
2010-02-17
2
-17
/
+56
*
|
powerpc/86xx: Add MSI section to GE SBC610 DTS
Malcolm Crossley
2010-02-17
1
-0
/
+16
*
|
powerpc/86xx: Fix GE SBC310 XMC site support
Malcolm Crossley
2010-02-17
1
-1
/
+2
*
|
powerpc/86xx: Add MSI section to GE SBC310 DTS
Martyn Welch
2010-02-17
1
-0
/
+16
*
|
powerpc/fsl-booke: replace a hardcoded constant
Sebastian Andrzej Siewior
2010-02-17
1
-2
/
+2
*
|
Merge commit 'jwb/next' into next
Benjamin Herrenschmidt
2010-02-18
6
-36
/
+224
|
\
\
|
*
|
powerpc/40x: Add support for PPC40x boards with > 512MB SDRAM
Stefan Roese
2010-02-12
1
-2
/
+2
|
*
|
powerpc/44x: Add MTD support to katmai defconfig
Stefan Roese
2010-02-10
1
-5
/
+89
|
*
|
powerpc/44x: Update Glacier dts
Stefan Roese
2010-02-10
1
-9
/
+67
|
*
|
powerpc/44x: Update Arches dts
Stefan Roese
2010-02-10
1
-0
/
+12
|
*
|
powerpc/44x: Add MTD support (NOR FLASH) to Katmai dts
Stefan Roese
2010-02-10
1
-19
/
+52
|
*
|
powerpc/44x: Fix L2-cache support for 460GT
Stefan Roese
2010-02-10
1
-1
/
+2
*
|
|
powerpc/booke: Add support for advanced debug registers
Dave Kleikamp
2010-02-17
6
-72
/
+582
*
|
|
powerpc/booke: Add definitions for advanced debug registers
Dave Kleikamp
2010-02-17
2
-3
/
+129
*
|
|
powerpc: Extended ptrace interface
Dave Kleikamp
2010-02-17
2
-0
/
+167
*
|
|
powerpc/booke: Introduce new CONFIG options for advanced debug registers
Dave Kleikamp
2010-02-17
8
-27
/
+50
*
|
|
powerpc: Improve 64bit copy_tofrom_user
Anton Blanchard
2010-02-17
1
-23
/
+57
*
|
|
powerpc: Pair loads and stores in copy_4k_page
Anton Blanchard
2010-02-17
1
-14
/
+14
*
|
|
powerpc: Use lwsync for acquire barrier if CPU supports it
Anton Blanchard
2010-02-17
2
-3
/
+7
*
|
|
powerpc: Fix lwsync patching code on 64bit
Anton Blanchard
2010-02-17
1
-1
/
+1
*
|
|
powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQ...
Anton Blanchard
2010-02-17
7
-60
/
+65
*
|
|
powerpc: Convert open coded native hashtable bit lock
Anton Blanchard
2010-02-17
1
-3
/
+2
*
|
|
powerpc: Use lwarx/ldarx hint in bit locks
Anton Blanchard
2010-02-17
4
-32
/
+37
*
|
|
powerpc: Use lwarx hint in spinlocks
Anton Blanchard
2010-02-17
2
-3
/
+18
*
|
|
powerpc: Convert global "BAD" interrupt to per cpu spurious
Anton Blanchard
2010-02-17
2
-15
/
+8
*
|
|
powerpc: Add timer, performance monitor and machine check counts to /proc/int...
Anton Blanchard
2010-02-17
4
-0
/
+50
*
|
|
powerpc: Remove whitespace in irq chip name fields
Anton Blanchard
2010-02-17
17
-20
/
+20
[next]