summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * [POWERPC] Use generic compat_sys_ptraceRoland McGrath2008-02-071-28/+5
| * [POWERPC] Use generic compat_ptrace_requestRoland McGrath2008-02-071-32/+2
| * [POWERPC] Use generic ptrace peekdata/pokedataRoland McGrath2008-02-071-12/+0
| * [POWERPC] Use regset code for PTRACE_*REGS* requestsRoland McGrath2008-02-071-175/+59
| * [POWERPC] Switch to generic compat_binfmt_elf codeRoland McGrath2008-02-073-70/+2
| * [POWERPC] Add user_regset compat supportRoland McGrath2008-02-071-0/+162
| * [POWERPC] Add user_regset_view definitionsRoland McGrath2008-02-072-0/+54
| * [POWERPC] Use user_regset accessors for GPRsRoland McGrath2008-02-071-0/+91
| * [POWERPC] ptrace accessors for special regs MSR and TRAPRoland McGrath2008-02-071-15/+30
| * [POWERPC] Use user_regset accessors for SPE regsRoland McGrath2008-02-071-33/+57
| * [POWERPC] Use user_regset accessors for altivec regsRoland McGrath2008-02-071-34/+78
| * [POWERPC] Use user_regset accessors for FP regsRoland McGrath2008-02-071-6/+31
| * Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2008-02-061-1/+1
| |\
| | * [POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer2008-02-061-1/+1
| * | [POWERPC] Add missing native dcr dcr_ind_lock spinlockValentine Barshak2008-02-061-2/+3
| * | [POWERPC] 4xx: Fix offset value on Warp boardSean MacLennan2008-02-061-1/+1
| * | [POWERPC] 4xx: Add 440EPx Sequoia ehci dts entryValentine Barshak2008-02-061-0/+8
| * | [POWERPC] 4xx: Fix Walnut buildJosh Boyer2008-02-062-0/+2
| * | [POWERPC] Update default irq servers when boot cpu is removedNathan Fontenot2008-02-071-32/+45
| * | [POWERPC] Remove redundant of_get_cpu_node routineNathan Fontenot2008-02-071-26/+1
| * | [POWERPC] Split xics_teardown_cpu()Nathan Fontenot2008-02-074-7/+14
| * | [POWERPC] Update irq descriptor affinityNathan Fontenot2008-02-071-1/+1
| * | [POWERPC] bootwrapper: Build multiple cuImagesGrant Likely2008-02-075-74/+103
| * | [POWERPC] Fake NUMA emulation for PowerPCBalbir Singh2008-02-071-3/+63
| * | [POWERPC] Fix compilation for CONFIG_DEBUGGER=n and CONFIG_KEXEC=yOlof Johansson2008-02-071-1/+1
| * | Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2008-02-078-4/+256
| |\ \
| | * | [POWERPC] mpc512x: Device tree for MPC5121 ADSJohn Rigby2008-02-061-0/+122
| | * | [POWERPC] mpc512x: Basic platform supportJohn Rigby2008-02-067-4/+134
| | |/
| * | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-02-0624-70/+93
| |\ \
| | * | [POWERPC] 85xx: Add second cpu to 8572 dtsKumar Gala2008-02-051-0/+12
| | * | [POWERPC] qe_lib: fix few fluffy negligencesAnton Vorontsov2008-02-051-5/+5
| | * | [POWERPC] 83xx: Update mpc83xx_defconfigKim Phillips2008-02-051-5/+5
| | * | [POWERPC] FSL: fix mpc83xx_spi device registrationKim Phillips2008-02-051-1/+1
| | * | [POWERPC] 83xx: mpc832x_rdb: fix compiler warningKim Phillips2008-02-051-1/+1
| | * | [POWERPC} Add oprofile support for e300Andy Fleming2008-02-052-0/+7
| | * | [POWERPC] Made FSL Book-E PMC support more genericAndy Fleming2008-02-056-22/+24
| | * | [POWERPC] Fix storcenter DTS typos, feedback, IRQs.Jon Loeliger2008-02-052-26/+11
| | * | [POWERPC] 8xx: Add clock-frequency to adder875 and mpc885ads dtsBryan O'Donoghue2008-02-053-0/+3
| | * | [POWERPC] 83xx: Add rtc node to mpc8313erdb dtsKim Phillips2008-02-051-0/+4
| | * | [POWERPC] 8xx: adder875, ep88xc: fix to match recent 8xx cleanups.Scott Wood2008-02-052-4/+3
| | * | [POWERPC] 83xx: Correct 2nd PCI controller interrupt value in mpc834x_mds dtsKim Phillips2008-02-051-1/+1
| | * | [POWERPC] 83xx: configure USB clock for MPC8315EKim Phillips2008-02-053-5/+16
| * | | [POWERPC] arch/powerpc/platforms/82xx: Add missing of_node_putJulia Lawall2008-02-062-4/+2
| * | | [POWERPC] arch/powerpc/sysdev: Add missing of_node_putJulia Lawall2008-02-061-3/+7
| * | | [POWERPC] arch/powerpc/platforms/pseries: Add missing of_node_putJulia Lawall2008-02-061-0/+1
| * | | [POWERPC] update_mmu_cache: Don't cache-flush non-readable pagesScott Wood2008-02-061-1/+6
| * | | [POWERPC] Fix legacy serial search for opb bus portsMichael Ellerman2008-02-061-1/+2
| * | | [POWERPC] Use a sensible default for clock_getres() in the VDSOTony Breeds2008-02-061-1/+2
| * | | [POWERPC] iSeries: Fix section mismatch in viodsasdStephen Rothwell2008-02-061-1/+1
| * | | [POWERPC] Avoid possible extra of_node_put in axon_msi.cStephen Rothwell2008-02-061-1/+1
OpenPOWER on IntegriCloud