summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* remove include/asm-*/ipc.hAdrian Bunk2007-10-172-2/+1
* powerpc: Use linux/elfcore-compat.hRoland McGrath2007-10-171-36/+31
* pcmcia: CompactFlash driver for PA Semi Electra boardsOlof Johansson2007-10-171-0/+56
* KCONFIG: Make "Instrumentation support" non-EXPERIMENTALRobert P. J. Day2007-10-171-1/+0
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-174-4/+4
* powerpc: add Altivec/VMX state to coredumpsMark Nelson2007-10-171-3/+25
* Update PowerPC vmemmap code for 1TB segmentsAnton Blanchard2007-10-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-163-19/+19
|\
| * kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg2007-10-151-1/+1
| * kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2007-10-151-2/+2
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-141-12/+12
| * kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk2007-10-122-4/+4
* | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-164-19/+27
|\ \
| * | PPC: sg chaining supportJens Axboe2007-10-163-16/+23
| * | PS3: sg chaining supportJens Axboe2007-10-161-3/+4
* | | powerpc32 vDSO: linker script indentationRoland McGrath2007-10-161-101/+118
* | | powerpc64 vDSO: linker script indentationRoland McGrath2007-10-161-103/+122
* | | kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-161-0/+2
* | | fix memory hot remove not configured case.KAMEZAWA Hiroyuki2007-10-161-45/+0
* | | ppc64: SPARSEMEM_VMEMMAP supportAndy Whitcroft2007-10-162-0/+68
* | | Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-164-7/+22
* | | Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-4/+0
|/ /
* | Remove msic_dcr_read() in axon_msi.cMichael Ellerman2007-10-151-7/+2
* | Use dcr_host_t.base in dcr_unmap()Michael Ellerman2007-10-151-2/+2
* | Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman2007-10-152-4/+4
* | PS3 system bus add_uevent_var() falloutGeert Uytterhoeven2007-10-151-1/+0
* | Lite5200 shouldn't mess with ROOT_DEVGrant Likely2007-10-141-12/+0
* | missing includes in arch/powerpc/platforms/52xx/lite5200.cAl Viro2007-10-131-0/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-123-46/+16
|\ \
| * | Driver core: change add_uevent_var to use a structKay Sievers2007-10-123-46/+16
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-10-124-6/+0
|\ \ | |/ |/|
| * [CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger2007-10-044-6/+0
* | missed bio_endio() in axonramAl Viro2007-10-111-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-11384-7936/+24185
|\ \
| * | [POWERPC] Add memchr() to the bootwrapperDavid Gibson2007-10-122-0/+14
| * | [POWERPC] Implement logging of unhandled signalsOlof Johansson2007-10-124-1/+70
| * | [POWERPC] Add legacy serial support for OPB with flattened device treeValentine Barshak2007-10-121-2/+3
| * | [POWERPC] Use 1TB segmentsPaul Mackerras2007-10-1218-209/+400
| * | [POWERPC] PCI: Add 64-bit physical address support to setup_indirect_pciValentine Barshak2007-10-121-2/+4
| * | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2007-10-1218-287/+255
| |\ \
| | * | [POWERPC] Adjust TASK_SIZE on ppc32 systems to 3GB that are capableKumar Gala2007-10-111-1/+2
| | * | [POWERPC] Use PAGE_OFFSET to tell if an address is user/kernel in SW TLB hand...Kumar Gala2007-10-114-22/+19
| | * | [POWERPC] 85xx: Enable FP emulation in MPC8560 ADS defconfigKumar Gala2007-10-111-5/+18
| | * | [POWERPC] 85xx: Killed <asm/mpc85xx.h>Kumar Gala2007-10-117-142/+9
| | * | [POWERPC] 85xx: Add cpm nodes for 8541/8555 CDSScott Wood2007-10-112-0/+72
| | * | [POWERPC] 85xx: Convert mpc8560ads to the new CPM binding.Scott Wood2007-10-113-116/+134
| | * | [POWERPC] mpc8272ads: Remove muram from the CPM reg property.Scott Wood2007-10-111-1/+1
| * | | Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2007-10-124-98/+65
| |\ \ \
| | * | | [POWERPC] MPC5200: Don't make firmware fixups into common codeGrant Likely2007-10-102-33/+61
| | * | | [POWERPC] MPC52xx: Trim includes on mpc5200 platform support codeGrant Likely2007-10-104-50/+4
OpenPOWER on IntegriCloud