summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-162-2/+24
|\
| * KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard2008-10-152-0/+13
| * KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard2008-10-152-0/+6
| * KVM: ppc: Stop saving host TLB stateHollis Blanchard2008-10-151-2/+0
| * KVM: ppc: guest breakpoint supportHollis Blanchard2008-10-151-0/+5
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-7/+0
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-7/+0
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | * | generic: add phys_addr_t for holding physical addressesJeremy Fitzhardinge2008-09-141-7/+0
| | | |/ / | | |/| |
* | | | | [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky2008-10-161-2/+2
* | | | | Merge commit 'origin'Benjamin Herrenschmidt2008-10-155-80/+18
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-135-9/+26
| |\ \ \ \
| | * \ \ \ Merge branch 'x86/urgent' into core/signalIngo Molnar2008-10-121-0/+4
| | |\ \ \ \
| | | * | | | ibm_newemac: Fix EMAC soft reset on 460EX/GTVictor Gallardo2008-10-081-0/+4
| | * | | | | signals: demultiplexing SIGTRAP signalSrinivasa Ds2008-09-231-5/+0
| | |/ / / /
| | * | | | Fix compile failure with non modular buildsJames Bottomley2008-09-172-1/+18
| | |/ / /
| * | | | Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2008-09-061-20/+0
| * | | | PowerPC: Use <asm-generic/statfs.h>David Woodhouse2008-09-061-54/+0
* | | | | powerpc: Get USE_STRICT_MM_TYPECHECKS working againDavid Gibson2008-10-143-15/+16
* | | | | powerpc: fix fsl_upm nand driver modular buildAnton Vorontsov2008-10-131-44/+4
* | | | | powerpc: Make ppc32 respect the boot cpu id for !CONFIG_SMPKumar Gala2008-10-131-1/+2
* | | | | Merge commit 'jwb/jwb-next'Benjamin Herrenschmidt2008-10-071-0/+11
|\ \ \ \ \
| * | | | | ibm_newemac: Add support for GPCS, SGMII and M88E1112 PHYVictor Gallardo2008-10-021-0/+4
| * | | | | ibm_newemac: MAL support for PowerPC 405EZJosh Boyer2008-09-301-0/+7
* | | | | | Merge commit 'kumar/kumar-mmu'Benjamin Herrenschmidt2008-10-026-17/+72
|\ \ \ \ \ \
| * | | | | | POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physicalBecky Bruce2008-09-243-4/+23
| * | | | | | powerpc/mm: Implement _PAGE_SPECIAL & pte_special() for 32-bitKumar Gala2008-09-241-2/+13
| * | | | | | powerpc: Fixes for CONFIG_PTE_64BIT for SMP supportKumar Gala2008-09-242-6/+21
| * | | | | | powerpc: Introduce local (non-broadcast) forms of tlb invalidatesKumar Gala2008-09-242-5/+15
| |/ / / / /
* | | | | | Merge commit 'kumar/kumar-dma'Benjamin Herrenschmidt2008-10-025-138/+73
|\ \ \ \ \ \
| * | | | | | powerpc: Make dma_addr_t a u64 if CONFIG_PHYS_64BIT is setBecky Bruce2008-09-241-1/+1
| * | | | | | powerpc: Merge 32 and 64-bit dma codeBecky Bruce2008-09-243-134/+72
| * | | | | | powerpc: Drop archdata numa_nodeBecky Bruce2008-09-241-3/+0
| |/ / / / /
* | | | | | powerpc/math-emu: Use kernel generic math-emu codeKumar Gala2008-10-011-0/+353
|/ / / / /
* | | | | powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue2008-09-151-3/+15
* | | | | powerpc: Use sys_pause for 32-bit pause entry pointChristoph Hellwig2008-09-151-1/+1
* | | | | powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras2008-09-153-5/+17
* | | | | powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bitPaul Mackerras2008-09-151-1/+1
* | | | | powerpc: Make it possible to move the interrupt handlers away from the kernelPaul Mackerras2008-09-152-37/+7
* | | | | powerpc: Add new CPU feature: CPU_FTR_CP_USE_DCBTZMark Nelson2008-09-151-3/+6
* | | | | Merge branch 'linux-2.6'Paul Mackerras2008-09-104-46/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-091-0/+3
| | |/ / | |/| |
| * | | powerpc: Fix build error with 64K pages and !hugetlbfsBenjamin Herrenschmidt2008-09-031-4/+2
| |/ /
| * | fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi()Heiko Schocher2008-08-271-0/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-08-181-42/+1
| |\ \
| | * | cleanup powerpc/include/asm/ide.hAdrian Bunk2008-08-181-42/+1
* | | | powerpc: Remove include of linux/of_device.h from asm/of_device.hStephen Rothwell2008-08-201-3/+0
* | | | powerpc: Expose PMCs & cache topology in sysfs on 32-bitBenjamin Herrenschmidt2008-08-201-0/+1
* | | | powerpc: Turn get/set_hard_smp_proccessor_id into inlinesBenjamin Herrenschmidt2008-08-201-10/+29
* | | | powerpc: Remove include of linux/of_platform.h from asm/of_platform.hStephen Rothwell2008-08-201-3/+0
* | | | powerpc: Convert the MPIC MSI code to use msi_bitmapMichael Ellerman2008-08-201-2/+2
OpenPOWER on IntegriCloud