summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-04-12[POWERPC] Make struct property's value a void *Stephen Rothwell3-8/+9
2007-04-12[POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell3-6/+5
2007-04-12[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell5-8/+7
2007-04-12[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-5/+6
2007-04-12[POWERPC] Rename get_property to of_get_propertyStephen Rothwell1-12/+12
2007-04-12[POWERPC] Fix breakage caused by 72486f1f8f0a2bc828b9d30cf4690cf2dd6807fcGiuliano Pochini1-5/+9
2007-04-12[POWERPC] Remove stale comment from head_64.SSonny Rao1-4/+0
2007-04-12[POWERPC] Remove unused inclusion of linux/ide.hOlaf Hering3-3/+0
2007-04-12[POWERPC] DMA 4GB boundary protectionJake Moilanen1-1/+34
2007-04-12[POWERPC] Add uevent handler for of_platform_busSylvain Munaut1-0/+1
2007-04-12[POWERPC] Add a unified uevent handler for bus based on of_deviceSylvain Munaut1-0/+112
2007-04-12Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras2-3/+8
2007-03-26[POWERPC] Use lowercase for hex printouts in oops messages.anton@samba.org1-3/+3
2007-03-26[POWERPC] Fix backwards ? : when printing machine typeanton@samba.org1-1/+1
2007-03-26[POWERPC] Handle recursive oopsesanton@samba.org1-16/+36
2007-03-26[POWERPC] Clean up pmac_backlight_unblank in oops pathanton@samba.org1-11/+20
2007-03-26[POWERPC] Add missing oops_enter/oops_exitanton@samba.org1-0/+3
2007-03-22[POWERPC] Remove last_syscallAnton Blanchard3-3/+0
2007-03-22[POWERPC] Remove _get_SPAnton Blanchard1-4/+0
2007-03-16[POWERPC] ibmebus: dynamic addition/removal of adapters, some code cleanupJoachim Fenkes1-34/+133
2007-03-16[POWERPC] ibmebus: whitespace fixesJoachim Fenkes1-63/+63
2007-03-16[POWERPC] 32-bit early_init() should zero from __bss_start to __bss_stop onlyMark A. Greer1-1/+2
2007-03-16[POWERPC] Fix atomicity of TIF update in flush_thread()Mathieu Desnoyers1-2/+7
2007-03-15[PATCH] constant should be longAl Viro1-1/+1
2007-03-09[POWERPC] 750CL cputable entryJake Moilanen1-0/+12
2007-03-09[POWERPC] Make find_and_init_pbs() a void functionStephen Rothwell1-3/+1
2007-03-09[POWERPC] Allow pSeries to build without CONFIG_PCIStephen Rothwell1-2/+2
2007-03-09[POWERPC] Create and use get_pci_dma_ops()Stephen Rothwell1-2/+7
2007-03-09[POWERPC] Create and use set_pci_dma_opsStephen Rothwell1-0/+5
2007-03-09[POWERPC] DMA 4GB boundary protectionJake Moilanen1-0/+10
2007-03-09[POWERPC] Remove some redundant isync instructionsMOKUNO Masakazu1-2/+0
2007-03-08[POWERPC] Automatically lmb_reserve() initrdDavid Gibson2-20/+25
2007-03-08[POWERPC] Allow duplicate lmb_reserve() callsDavid Gibson1-3/+0
2007-03-08[POWERPC] Harden validate_sp against stack corruptionPaul Mackerras1-13/+30
2007-03-07[POWERPC] Fix warning in prom_parse.c of_irq_map_oldworld()Benjamin Herrenschmidt1-1/+1
2007-03-07[POWERPC] No DEEPNAP on 970MP 1.0Olof Johansson1-0/+16
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman1-1/+0
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-1/+1
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie1-3/+1
2007-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-02-17Storage class should be before const qualifierTobias Klauser1-1/+1
2007-02-17[POWERPC] add of_get_mac_address and update fsl_soc.c to use itTimur Tabi1-0/+40
2007-02-16[POWERPC] Export of_find_propertyDave Jones1-0/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: C99 convert ctl_tables in arch/powerpc/kernel/idle.cEric W. Biederman1-3/+8
2007-02-14[POWERPC] Use udbg_early_init() on ppc32David Gibson3-6/+13
2007-02-14[POWERPC] Open Firmware serial port driverArnd Bergmann1-0/+15
2007-02-14[POWERPC] Move MPIC smp routines into mpic.cMichael Ellerman1-23/+0
2007-02-14[POWERPC] 85xx: Drop use of SYNC macro in head_fsl_booke.SBecky Bruce1-2/+0
2007-02-13Merge branch 'master' into 85xxKumar Gala14-172/+144