index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: add Book E support to 64-bit hibernation
Wang Dongsheng
2013-08-24
1
-2
/
+43
*
powerpc/85xx: Add P1023RDB board support
Chunhe Lan
2013-08-24
4
-6
/
+280
*
powerpc/85xx: Add support for 85xx cpu type detection
Haijun.Zhang
2013-08-24
1
-0
/
+92
*
powerpc/e500: Set -mcpu flag for 32-bit e500
Scott Wood
2013-08-21
1
-0
/
+8
*
powerpc/booke64: Use appropriate -mcpu
Scott Wood
2013-08-21
2
-0
/
+22
*
powerpc/85xx: Remove -Wa,-me500
Scott Wood
2013-08-21
1
-1
/
+0
*
powerpc: Convert some mftb/mftbu into mfspr
Scott Wood
2013-08-21
7
-19
/
+29
*
powerpc/fsl-booke: Work around erratum A-006958
Scott Wood
2013-08-20
4
-4
/
+32
*
powerpc/wsp: Fix early debug build
Benjamin Herrenschmidt
2013-08-16
1
-37
/
+1
*
powerpc: Make rwlocks endian safe
Anton Blanchard
2013-08-14
4
-0
/
+21
*
powerpc: Fix little endian coredumps
Anton Blanchard
2013-08-14
1
-2
/
+6
*
powerpc/pseries: Fix endian issues in H_GET_TERM_CHAR/H_PUT_TERM_CHAR
Anton Blanchard
2013-08-14
1
-4
/
+5
*
powerpc: Little endian SMP IPI demux
Anton Blanchard
2013-08-14
1
-9
/
+10
*
powerpc: Emulate instructions in little endian mode
Anton Blanchard
2013-08-14
1
-1
/
+1
*
powerpc: Fix little endian lppaca, slb_shadow and dtl_entry
Anton Blanchard
2013-08-14
15
-32
/
+65
*
powerpc: Add endian annotations to lppaca, slb_shadow and dtl_entry
Anton Blanchard
2013-08-14
1
-25
/
+25
*
powerpc: Make NUMA device node code endian safe
Alistair Popple
2013-08-14
1
-48
/
+52
*
powerpc: Little endian fixes for legacy_serial.c
Alistair Popple
2013-08-14
1
-3
/
+3
*
powerpc: Make PCI device node device tree accesses endian safe
Anton Blanchard
2013-08-14
1
-9
/
+11
*
powerpc: Make OF PCI device tree accesses endian safe
Anton Blanchard
2013-08-14
2
-13
/
+16
*
powerpc: Make device tree accesses in VIO subsystem endian safe
Anton Blanchard
2013-08-14
1
-14
/
+17
*
powerpc: Make prom_init.c endian safe
Benjamin Herrenschmidt
2013-08-14
1
-106
/
+147
*
powerpc: Make device tree accesses in cache info code endian safe
Anton Blanchard
2013-08-14
1
-6
/
+6
*
powerpc: of_parse_dma_window should take a __be32 *dma_window
Anton Blanchard
2013-08-14
5
-17
/
+17
*
powerpc: Fix some endian issues in xics code
Anton Blanchard
2013-08-14
1
-5
/
+5
*
powerpc: Add some endian annotations to time and xics code
Anton Blanchard
2013-08-14
2
-2
/
+2
*
powerpc: More little endian fixes for setup-common.c
Alistair Popple
2013-08-14
1
-2
/
+5
*
powerpc: Make logical to real cpu mapping code endian safe
Anton Blanchard
2013-08-14
1
-3
/
+3
*
powerpc: Make RTAS calls endian safe
Anton Blanchard
2013-08-14
2
-23
/
+23
*
powerpc: Make cache info device tree accesses endian safe
Anton Blanchard
2013-08-14
1
-5
/
+5
*
powerpc: Make RTAS device tree accesses endian safe
Anton Blanchard
2013-08-14
1
-14
/
+14
*
powerpc: More little endian fixes for prom.c
Alistair Popple
2013-08-14
1
-2
/
+2
*
powerpc: Make prom.c device tree accesses endian safe
Ian Munsie
2013-08-14
1
-29
/
+31
*
powerpc: Avoid link stack corruption for MMU on exceptions
Michael Neuling
2013-08-14
2
-19
/
+20
*
powerpc: Make chip-id information available to userspace
Vasant Hegde
2013-08-14
3
-0
/
+17
*
powerpc/eeh: powerpc/eeh: Fix undefined variable
Mike Qiu
2013-08-14
1
-14
/
+8
*
Revert "powerpc/e500: Update compilation flags with core specific options"
Benjamin Herrenschmidt
2013-08-14
1
-16
/
+2
*
powerpc: Use ibm, chip-id property to compute cpu_core_mask if available
Paul Mackerras
2013-08-14
1
-3
/
+45
*
powerpc: Pull out cpu_core_mask updates into a separate function
Paul Mackerras
2013-08-14
1
-28
/
+28
*
powerpc: Fix denormalized exception handler
Paul Mackerras
2013-08-14
1
-5
/
+6
*
powerpc: Ignore zImage.epapr
Mark Brown
2013-08-14
1
-0
/
+1
*
powerpc/math-emu: Fix load/store indexed emulation
James Yang
2013-08-14
1
-10
/
+5
*
powerpc: Remove the empty giveup_fpu() function on 32bit kernel
Kevin Hao
2013-08-14
6
-33
/
+4
*
powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabled
Kevin Hao
2013-08-14
3
-3
/
+9
*
powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()
Kevin Hao
2013-08-14
1
-2
/
+0
*
powerpc/mpc85xx: Only emulate the unimplemented FP instructions on corenet64
Kevin Hao
2013-08-14
1
-0
/
+1
*
powerpc: remove the unused function disable_kernel_fp()
Kevin Hao
2013-08-14
2
-14
/
+0
*
powerpc: split She math emulation into two parts
Kevin Hao
2013-08-14
3
-18
/
+46
*
powerpc: Introduce function emulate_math()
Kevin Hao
2013-08-14
1
-45
/
+34
*
powerpc/math-emu: Move the flush FPU state function into do_mathemu
Kevin Hao
2013-08-14
2
-9
/
+9
[next]