aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* PM: Rework struct platform_suspend_opsRafael J. Wysocki2007-10-182-19/+24
* PM: Rename struct pm_ops and related thingsRafael J. Wysocki2007-10-181-2/+2
* PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki2007-10-181-1/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-10-174-3/+8
|\
| * Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2007-10-172-0/+5
| |\
| | * [POWERPC] bestcomm: core bestcomm support for Freescale MPC5200Sylvain Munaut2007-10-161-0/+2
| | * [POWERPC] rheap: Changes config mechanismSylvain Munaut2007-10-162-0/+3
| * | [POWERPC] Fix iSeries_hpte_insert prototypeStephen Rothwell2007-10-171-2/+2
| * | [POWERPC] Fix copyright symbolStephen Rothwell2007-10-171-1/+1
* | | pcmcia: CompactFlash driver for PA Semi Electra boardsOlof Johansson2007-10-171-0/+56
* | | Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-161-1/+1
|\ \
| * | kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk2007-10-121-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-161-3/+4
|\ \ \
| * | | PS3: sg chaining supportJens Axboe2007-10-161-3/+4
| | |/ | |/|
* | | Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-161-1/+1
|/ /
* | Remove msic_dcr_read() in axon_msi.cMichael Ellerman2007-10-151-7/+2
* | Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman2007-10-151-2/+2
* | 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-121-7/+2
|\ \
| * | Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-7/+2
| |/
* | 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
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-11162-3430/+6213
|\ \
| * | [POWERPC] Use 1TB segmentsPaul Mackerras2007-10-126-72/+86
| * | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2007-10-128-220/+99
| |\ \
| | * | [POWERPC] 85xx: Killed <asm/mpc85xx.h>Kumar Gala2007-10-117-142/+9
| | * | [POWERPC] 85xx: Convert mpc8560ads to the new CPM binding.Scott Wood2007-10-112-78/+90
| * | | 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: Add AMCC Kilauea eval board support to platforms/40xStefan Roese2007-10-113-2/+68
| | |/ / | |/| |
| * | | [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-111-1/+3
| * | | [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-113-5/+318
| * | | [POWERPC] Remove more iSeries-specific stuff from vio.cStephen Rothwell2007-10-111-1/+23
| * | | [POWERPC] Remove iSeries_vio_devStephen Rothwell2007-10-113-18/+41
| * | | [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] 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