summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-2144-280/+786
|\
| * [POWERPC] Fix compile breakage for 64-bit UP configsPaul Mackerras2008-04-201-0/+1
| * [POWERPC] Optimize fls64() on 64-bit processorsPaul Mackerras2008-04-181-0/+17
| * [POWERPC] irqtrace support for 64-bit powerpcBenjamin Herrenschmidt2008-04-185-30/+62
| * [POWERPC] Move stackframe definitions to common headerBenjamin Herrenschmidt2008-04-181-0/+9
| * [POWERPC] Make pci_bus_to_host()'s struct pci_bus * argument constTrent Piepho2008-04-181-2/+2
| * [POWERPC] Use asm-generic/bitops/find.h in bitops.hAlexander van Heukelum2008-04-181-16/+1
| * [POWERPC] QE: export qe_get_brg_clk()Anton Vorontsov2008-04-171-0/+1
| * [POWERPC] QE: immap_qe.h should include asm/io.hAnton Vorontsov2008-04-171-0/+1
| * [POWERPC] QE: implement qe_muram_offsetAnton Vorontsov2008-04-172-2/+11
| * [POWERPC] fsl_lbc: implement few UPM routinesAnton Vorontsov2008-04-171-0/+88
| * [POWERPC] fsl_elbc_nand: factor out localbus definesAnton Vorontsov2008-04-171-0/+223
| * [POWERPC] CPM: Move opcodes common to CPM1 and CPM2 to include/asm-powerpc/cpm.hLaurent Pinchart2008-04-173-23/+15
| * [POWERPC] Remove unused machine call outsKumar Gala2008-04-171-3/+0
| * [POWERPC] pseries/phyp dump: Reserve a variable amount of space at bootManish Ahuja2008-04-171-1/+3
| * [POWERPC] Cleanup pgtable-ppc32.hKumar Gala2008-04-171-4/+1
| * [POWERPC] Update linker script to properly set physical addressesKumar Gala2008-04-171-0/+1
| * [POWERPC] Move phys_addr_t definition into asm/types.hKumar Gala2008-04-177-17/+7
| * [POWERPC] Use lowmem_end_addr to limit lmb allocations on ppc32Kumar Gala2008-04-171-2/+2
| * [POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addrKumar Gala2008-04-171-2/+0
| * [POWERPC] Implement support for the GPIO LIB APIAnton Vorontsov2008-04-171-0/+56
| * [POWERPC] replace asm/of_device.h with linux/of_device.h in macio.hStephen Rothwell2008-04-151-1/+1
| * [POWERPC] remove include of asm/of_device.h from pmi.hStephen Rothwell2008-04-151-2/+0
| * [POWERPC] iSeries: Localise and constify some iSeries dataStephen Rothwell2008-04-151-1/+1
| * [POWERPC] iSeries: Make iseries_reg_save private to iSeriesStephen Rothwell2008-04-152-96/+1
| * [POWERPC] iSeries: Use alternate paca structure for bootingStephen Rothwell2008-04-151-0/+31
| * Merge branch 'linux-2.6'Paul Mackerras2008-04-141-0/+6
| |\
| * | [POWERPC] Fix kernel panic in arch_arm_kprobeIonut Nicu2008-04-071-1/+2
| * | [POWERPC] Add hand-coded assembly strcmpSteven Rostedt2008-04-071-0/+2
| * | [POWERPC] 4xx: Create common ppc4xx_reset_system() in ppc4xx_soc.cStefan Roese2008-04-021-0/+18
| * | [POWERPC] Add error return from htab_remove_mapping()Badari Pulavarty2008-04-011-1/+1
| * | [POWERPC] PS3: Sys-manager Wake-on-LAN supportGeoff Levand2008-04-011-0/+2
| * | [POWERPC] PS3: Save power in busy loops on haltGeert Uytterhoeven2008-04-011-2/+3
| * | [POWERPC] 4xx: Add PPC4xx L2-cache support (440GX)Stefan Roese2008-03-261-0/+78
| * | [POWERPC] 4xx: Add dcri_clrset() for locked read/modify/write functionalityValentine Barshak2008-03-261-0/+17
| * | [POWERPC] Move a.out.h to header-y since it doesn't check __KERNEL__Robert P. J. Day2008-03-261-1/+1
| * | [POWERPC] pseries: phyp dump: Disable phyp-dump through boot-varManish Ahuja2008-03-261-0/+1
| * | [POWERPC] pseries: phyp dump: Invalidate and print dump areasManish Ahuja2008-03-261-0/+3
| * | [POWERPC] pseries: phyp dump: Reserve and release memoryManish Ahuja2008-03-261-0/+41
| * | Merge branch 'linux-2.6'Paul Mackerras2008-03-133-9/+3
| |\ \
| * | | pasemi_mac: jumbo frame supportOlof Johansson2008-03-051-2/+58
| * | | [POWERPC] pasemi: Add function engine management functions to dma_libOlof Johansson2008-03-051-0/+4
| * | | [POWERPC] pasemi: Add flag management functions to dma_libOlof Johansson2008-03-051-0/+6
| * | | pasemi_mac: Move RX/TX section enablement to dma_libOlof Johansson2008-03-051-1/+6
| * | | [POWERPC] Fix thinko in cpu_thread_mask_to_cores()Benjamin Herrenschmidt2008-02-261-1/+1
| * | | [POWERPC] Add code for removing HPTEs for parts of the linear mappingBadari Pulavarty2008-02-262-0/+3
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras2008-02-262-75/+10
| |\ \ \
| | * | | [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-132-75/+10
* | | | | asm-generic: add node_to_cpumask_ptr macroMike Travis2008-04-191-2/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-182-26/+37
|\ \ \ \ \
OpenPOWER on IntegriCloud