summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc: Add del_node() for early boot code to prune inapplicable devices.Mike Ditto2008-10-222-0/+12
| * | | | | powerpc: Further compile fixup for STRICT_MM_TYPECHECKSDavid Gibson2008-10-221-1/+2
| * | | | | powerpc: Remove empty #else from signal_64.cMichael Neuling2008-10-221-2/+0
| * | | | | powerpc: Move memory size print into common show_cpuinfo for 32-bitBecky Bruce2008-10-2213-40/+7
| * | | | | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-2126-215/+436
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge commit 'kumar/kumar-for-2.6.28'Benjamin Herrenschmidt2008-10-2112-24/+79
| |\ \ \ \ \
| | * | | | | powerpc/83xx: Add DS1339 RTC support for MPC8349E-mITX boards .dtsAnton Vorontsov2008-10-202-0/+16
| | * | | | | powerpc/83xx: Add support for MCU microcontroller in .dts filesAnton Vorontsov2008-10-205-0/+40
| | * | | | | powerpc/85xx: Move mpc8572ds.dts to address-cells/size-cells = <2>Kumar Gala2008-10-201-14/+13
| | * | | | | powerpc: Remove device_type = "board_control" properties in .dts filesAnton Vorontsov2008-10-204-4/+4
| | * | | | | powerpc/85xx: Fix mpc8536ds dma interrupt numbersEd Swarthout2008-10-201-4/+4
| | * | | | | powerpc/85xx: Enable enhanced functions for 8536 TSECJason Jin2008-10-201-2/+2
| * | | | | | powerpc: Delete unused prom_strtoul and prom_memparseMilton Miller2008-10-211-61/+0
| * | | | | | powerpc: Revert CHRP boot wrapper to real-base = 12MB on 32-bitPaul Mackerras2008-10-212-15/+31
| * | | | | | powerpc: Always trim numa memory to lmb_end_of_DRAM()Milton Miller2008-10-211-4/+2
| * | | | | | powerpc: Use cpu_thread_in_core in smp_init for of_spin_mapMilton Miller2008-10-212-16/+7
| * | | | | | powerpc: Find and destroy possible stale kernel added propertiesMilton Miller2008-10-211-0/+13
| * | | | | | powerpc: Remove Kconfig support for PPC_MERGEKumar Gala2008-10-211-3/+0
| * | | | | | powerpc: Fix build issue with CONFIG_RELOCATABLE=yKumar Gala2008-10-212-2/+5
| * | | | | | powerpc: Add missing cuImage.initrd.% targetGrant Likely2008-10-211-0/+3
| * | | | | | powerpc: Fix boot wrapper memcmp() called with zero length argumentMike Ditto2008-10-211-1/+3
| * | | | | | powerpc/numa: Make memory reserve code more robustJon Tollefson2008-10-211-5/+10
| * | | | | | powerpc/oprofile: Fix mutex locking for cell spu-oprofileCarl Love2008-10-213-28/+225
| * | | | | | powerpc: Unsigned speed cannot be negative in udbg_16559.croel kluin2008-10-211-1/+1
| * | | | | | powerpc/pseries: Validate PFN in pseries_remove_lmb()Nathan Fontenot2008-10-211-0/+6
| * | | | | | powerpc/boot: Compare _start against ei.loadsize instead ei.memsizeSebastian Siewior2008-10-212-10/+20
| * | | | | | Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2008-10-212-2/+9
| |\ \ \ \ \ \
| | * | | | | | powerpc/mpc5200: Don't touch pipelining for MPC5200BWolfram Sang2008-10-151-2/+5
| | * | | | | | powerpc/52xx: Make cuImage more robust in locating immr node.Grant Likely2008-10-151-0/+4
| | |/ / / / /
| * | | | | | Merge commit 'jwb/jwb-next'Benjamin Herrenschmidt2008-10-2114-1/+2839
| |\ \ \ \ \ \
| | * | | | | | powerpc/4xx: Add PowerPC 4xx GPIO driverSteven A. Falco2008-10-174-0/+234
| | * | | | | | powerpc/40x: Add support for Netstal HCU4 boardNiklaus Giger2008-10-175-0/+1167
| | * | | | | | powerpc/40x: Add PowerPC 405EZ Acadia defconfigJosh Boyer2008-10-171-0/+921
| | * | | | | | powerpc/40x: Add cuboot wrapper for Acadia boardJosh Boyer2008-10-172-1/+177
| | * | | | | | powerpc/40x: Add PowerPC 40x simple platform supportJosh Boyer2008-10-173-0/+103
| | * | | | | | powerpc/40x: Add AMCC PowerPC 405EZ to cputableJosh Boyer2008-10-171-0/+13
| | * | | | | | powerpc/40x: AMCC PowerPC 405EZ Acadia DTSJosh Boyer2008-10-171-0/+224
| | |/ / / / /
| * | | | | | powerpc/spufs: Explain conditional decrement of aff_sched_countAndre Detsch2008-10-211-0/+5
| * | | | | | powerpc/spufs: Improve search of node for contexts with SPU affinityAndre Detsch2008-10-211-6/+13
| * | | | | | powerpc/spufs: Use kmalloc rather than kzalloc for switch log bufferJeremy Kerr2008-10-211-1/+2
| * | | | | | powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs readJeremy Kerr2008-10-211-0/+5
| * | | | | | powerpc/spufs: Don't require full buffer in switch_log readJeremy Kerr2008-10-211-19/+27
| * | | | | | powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple o...Jeremy Kerr2008-10-213-56/+81
| * | | | | | powerpc/spufs: sputrace: Don't block until the read buffer is fullJeremy Kerr2008-10-211-0/+5
| * | | | | | powerpc/spufs: sputrace: Only enable logging on open(), prevent multiple openersJeremy Kerr2008-10-211-3/+29
| |/ / / / /
* | | | | | ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace fileSteven Rostedt2008-10-231-5/+5
* | | | | | ftrace: remove mcount setSteven Rostedt2008-10-231-17/+0
* | | | | | ftrace: disable dynamic ftrace for all archs that use daemonSteven Rostedt2008-10-231-1/+0
* | | | | | Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-228-8/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-208-8/+8