summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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-11417-11985/+24220
|\
| * [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
| | * | [POWERPC] MPC52xx: Drop show_cpuinfo platform hooks from Lite5200Grant Likely2007-10-101-15/+0
| * | | [POWERPC] 4xx: Kilauea defconfig fileStefan Roese2007-10-111-0/+768
| * | | [POWERPC] 4xx: Kilauea DTSStefan Roese2007-10-111-0/+252
| * | | [POWERPC] 4xx: Add AMCC Kilauea eval board support to platforms/40xStefan Roese2007-10-113-2/+68
| * | | [POWERPC] 4xx: Add AMCC 405EX support to cputable.cStefan Roese2007-10-111-0/+11
| * | | Merge branch 'virtex-for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2007-10-112-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | [POWERPC] Uartlite: bootwrapper bug fix, getc loops foreverGrant Likely2007-10-101-2/+2
| | * | [POWERPC] Don't build arch/powerpc/sysdev/dcr.c for ARCH=ppc kernelsGrant Likely2007-10-101-1/+1
| | |/
| * | [POWERPC] Make clockevents work on PPC601 processorsPaul Mackerras2007-10-111-1/+1
| * | [POWERPC] Prevent decrementer clockevents from firing earlyPaul Mackerras2007-10-111-0/+14
| * | [POWERPC] Fix performance monitor on machines with logical PVRPaul Mackerras2007-10-111-21/+24
| * | [POWERPC] Don't enable cpu hotplug on pSeries machines with MPICOlof Johansson2007-10-111-0/+14
| * | [POWERPC] Move of_platform_driver initialisations: arch/powerpcStephen Rothwell2007-10-113-6/+12
| * | [POWERPC] iSeries: Move viodasd probingStephen Rothwell2007-10-112-97/+210
| * | [POWERPC] iSeries: Move detection of virtual tapesStephen Rothwell2007-10-112-23/+133
| * | [POWERPC] iSeries: Move detection of virtual cdromsStephen Rothwell2007-10-114-8/+318
| * | [POWERPC] Remove more iSeries-specific stuff from vio.cStephen Rothwell2007-10-112-54/+48
| * | [POWERPC] Remove iSeries_vio_devStephen Rothwell2007-10-114-24/+42
| * | [POWERPC] Clean up vio.hStephen Rothwell2007-10-111-11/+0
| * | [POWERPC] Platforms shouldn't mess with ROOT_DEVGrant Likely2007-10-115-34/+0
| * | [POWERPC] Remove empty ppc_md.setup_arch hooksGrant Likely2007-10-115-25/+0
| * | [POWERPC] Only call ppc_md.setup_arch() if it is providedGrant Likely2007-10-112-2/+4
| * | [POWERPC] Disable vDSO support for ARCH=ppc where it's not implementedWolfgang Denk2007-10-111-0/+2
| * | [POWERPC] Align the sys_call_tableStephen Rothwell2007-10-111-0/+2
| * | [POWERPC] Remove redundant reference to non-existent CONFIG_BOOTIMGRobert P. J. Day2007-10-092-6/+0
| * | [POWERPC] PS3: Add os-area database routinesGeoff Levand2007-10-091-14/+431
| * | [POWERPC] PS3: Save os-area params to device treeGeoff Levand2007-10-093-2/+104
| * | [POWERPC] PS3: Add os-area rtc_diff set/get routinesGeoff Levand2007-10-093-14/+22
| * | [POWERPC] PS3: os-area workqueue processingGeoff Levand2007-10-091-0/+23
| * | [POWERPC] PS3: Remove unused os-area paramsGeoff Levand2007-10-093-27/+21
| * | [POWERPC] PS3: Cleanup of os-area.cGeoff Levand2007-10-091-12/+15
| * | [POWERPC] cell: Add Cell memory controller register defs and expose itBenjamin Herrenschmidt2007-10-091-0/+10