summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Make struct property's value a void *Stephen Rothwell2007-04-133-8/+9
* [POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell2007-04-133-6/+5
* [POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell2007-04-135-8/+7
* [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-04-131-5/+6
* [POWERPC] Rename get_property to of_get_propertyStephen Rothwell2007-04-131-12/+12
* [POWERPC] Fix breakage caused by 72486f1f8f0a2bc828b9d30cf4690cf2dd6807fcGiuliano Pochini2007-04-131-5/+9
* [POWERPC] Remove stale comment from head_64.SSonny Rao2007-04-131-4/+0
* [POWERPC] Remove unused inclusion of linux/ide.hOlaf Hering2007-04-133-3/+0
* [POWERPC] DMA 4GB boundary protectionJake Moilanen2007-04-131-1/+34
* [POWERPC] Add uevent handler for of_platform_busSylvain Munaut2007-04-131-0/+1
* [POWERPC] Add a unified uevent handler for bus based on of_deviceSylvain Munaut2007-04-131-0/+112
* Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras2007-04-132-3/+8
|\
| * [POWERPC] Fix atomicity of TIF update in flush_thread()Mathieu Desnoyers2007-03-161-2/+7
| * [PATCH] constant should be longAl Viro2007-03-141-1/+1
* | [POWERPC] Use lowercase for hex printouts in oops messages.anton@samba.org2007-03-261-3/+3
* | [POWERPC] Fix backwards ? : when printing machine typeanton@samba.org2007-03-261-1/+1
* | [POWERPC] Handle recursive oopsesanton@samba.org2007-03-261-16/+36
* | [POWERPC] Clean up pmac_backlight_unblank in oops pathanton@samba.org2007-03-261-11/+20
* | [POWERPC] Add missing oops_enter/oops_exitanton@samba.org2007-03-261-0/+3
* | [POWERPC] Remove last_syscallAnton Blanchard2007-03-223-3/+0
* | [POWERPC] Remove _get_SPAnton Blanchard2007-03-221-4/+0
* | [POWERPC] ibmebus: dynamic addition/removal of adapters, some code cleanupJoachim Fenkes2007-03-161-34/+133
* | [POWERPC] ibmebus: whitespace fixesJoachim Fenkes2007-03-161-63/+63
* | [POWERPC] 32-bit early_init() should zero from __bss_start to __bss_stop onlyMark A. Greer2007-03-161-1/+2
* | [POWERPC] 750CL cputable entryJake Moilanen2007-03-091-0/+12
* | [POWERPC] Make find_and_init_pbs() a void functionStephen Rothwell2007-03-091-3/+1
* | [POWERPC] Allow pSeries to build without CONFIG_PCIStephen Rothwell2007-03-091-2/+2
* | [POWERPC] Create and use get_pci_dma_ops()Stephen Rothwell2007-03-091-2/+7
* | [POWERPC] Create and use set_pci_dma_opsStephen Rothwell2007-03-091-0/+5
* | [POWERPC] DMA 4GB boundary protectionJake Moilanen2007-03-091-0/+10
* | [POWERPC] Remove some redundant isync instructionsMOKUNO Masakazu2007-03-091-2/+0
* | [POWERPC] Automatically lmb_reserve() initrdDavid Gibson2007-03-082-20/+25
* | [POWERPC] Allow duplicate lmb_reserve() callsDavid Gibson2007-03-081-3/+0
* | [POWERPC] Harden validate_sp against stack corruptionPaul Mackerras2007-03-081-13/+30
|/
* [POWERPC] Fix warning in prom_parse.c of_irq_map_oldworld()Benjamin Herrenschmidt2007-03-081-1/+1
* [POWERPC] No DEEPNAP on 970MP 1.0Olof Johansson2007-03-081-0/+16
* [PATCH] msi: sanely support hardware level msi disablingEric W. Biederman2007-03-051-1/+0
* backlight: Separate backlight properties from backlight ops pointersRichard Purdie2007-02-201-1/+1
* backlight: Fix external uses of backlight internal semaphoreRichard Purdie2007-02-201-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-191-1/+1
|\
| * Storage class should be before const qualifierTobias Klauser2007-02-171-1/+1
* | [POWERPC] add of_get_mac_address and update fsl_soc.c to use itTimur Tabi2007-02-171-0/+40
* | [POWERPC] Export of_find_propertyDave Jones2007-02-161-0/+1
|/
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: C99 convert ctl_tables in arch/powerpc/kernel/idle.cEric W. Biederman2007-02-141-3/+8
* [POWERPC] Use udbg_early_init() on ppc32David Gibson2007-02-143-6/+13
* [POWERPC] Open Firmware serial port driverArnd Bergmann2007-02-141-0/+15
* [POWERPC] Move MPIC smp routines into mpic.cMichael Ellerman2007-02-141-23/+0
* [POWERPC] 85xx: Drop use of SYNC macro in head_fsl_booke.SBecky Bruce2007-02-131-2/+0
* Merge branch 'master' into 85xxKumar Gala2007-02-1214-172/+144
|\