aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kexec: Fix race in kexec shutdownMichael Neuling2010-05-212-0/+5
* powerpc/pseries: Add hcall to read 4 ptes at a time in real modeMichael Neuling2010-05-211-0/+1
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-05-071-1/+14
|\
| * powerpc/fsl-booke: Fix CONFIG_RELOCATABLE support on FSL Book-E ppc32Kumar Gala2010-04-261-1/+14
* | powerpc/cpumask: Convert mpic driver to new cpumask APIBenjamin Herrenschmidt2010-05-061-3/+0
* | powerpc/cpumask: Convert NUMA code to new cpumask APIAnton Blanchard2010-05-062-2/+2
* | powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasksAnton Blanchard2010-05-062-5/+15
* | powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard2010-05-061-1/+1
* | powerpc/mm: Track backing pages allocated by vmemmap_populate()Mark Nelson2010-05-061-0/+6
* | powerpc: Correct parport interrupt parsingMartyn Welch2010-05-061-3/+8
* | powerpc/4xx: Simple platform for the ISS 4xx simulatorTorez Smith2010-05-051-0/+3
* | powerpc/476: add machine check handler for 47x coreDave Kleikamp2010-05-051-0/+1
* | powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-056-2/+85
* | Revert "powerpc/mm: Bump SECTION_SIZE_BITS from 16MB to 256MB"Benjamin Herrenschmidt2010-04-131-1/+1
* | powerpc: Add kprobe-based event tracerMahesh Salgaonkar2010-04-071-0/+64
* | powerpc/mm: Bump SECTION_SIZE_BITS from 16MB to 256MBAnton Blanchard2010-04-071-1/+1
* | powerpc/numa: Set a smaller value for RECLAIM_DISTANCE to enable zone reclaimAnton Blanchard2010-04-071-0/+10
* | powerpc/ppc32: Fixup pmd_page to work when ARCH_PFN_OFFSET is non-zeroJason Gunthorpe2010-04-071-1/+1
* | powerpc/pseries: Export data from new hcall H_EM_GET_PARMSVaidyanathan Srinivasan2010-04-071-0/+1
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-261-0/+2
|\
| * powerpc/perf_events: Fix call-graph recording, add perf_arch_fetch_caller_regsPaul Mackerras2010-03-181-0/+2
* | powerpc: Use correct ccr bit for syscall error statusNathan Lynch2010-03-191-3/+3
* | Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2010-03-191-3/+3
|\ \
| * | powerpc/85xx: Make sure lwarx hint isn't set on ppc32Kumar Gala2010-03-161-3/+3
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-03-126-103/+190
|\ \ \ | |/ /
| * | powerpc/booke: Fix a couple typos in the advanced ptrace codeDave Kleikamp2010-03-091-2/+2
| * | powerpc: Dynamically allocate pacasMichael Ellerman2010-03-091-2/+16
| * | Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt2010-03-094-99/+172
| |\ \ | | |/ | |/|
| | * powerpc/perf: e500 supportScott Wood2010-03-054-99/+172
* | | dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma...FUJITA Tomonori2010-03-121-3/+0
* | | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
* | | pci-dma: powerpc: use include/linux/pci-dma.hFUJITA Tomonori2010-03-121-31/+1
* | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-121-7/+0
* | | Add generic sys_olduname()Christoph Hellwig2010-03-121-0/+1
* | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-123-4/+3
* | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-122-2/+1
|/ /
* | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-058-5/+148
|\ \
| * | KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu2010-03-011-0/+2
| * | KVM: PPC E500: fix tlbcfg emulationLiu Yu2010-03-011-0/+2
| * | KVM: PPC E500: Add register l1csr0 emulationLiu Yu2010-03-011-0/+1
| * | KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf2010-03-011-0/+1
| * | KVM: PPC: Fix initial GPR settingsAlexander Graf2010-03-012-3/+8
| * | KVM: PPC: Add support for FPU/Altivec/VSXAlexander Graf2010-03-011-1/+13
| * | KVM: PPC: Add helper functions to call real mode loadersAlexander Graf2010-03-011-0/+3
| * | KVM: PPC: Make large pages workAlexander Graf2010-03-011-1/+2
| * | KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf2010-03-013-1/+6
| * | KVM: PPC: Call SLB patching code in interrupt safe mannerAlexander Graf2010-03-013-1/+2
| * | KVM: PPC: Implement 'skip instruction' modeAlexander Graf2010-03-011-0/+6
| * | KVM: PPC: Use PACA backed shadow vcpuAlexander Graf2010-03-015-7/+44
| * | KVM: PPC: Add helpers for CR, XERAlexander Graf2010-03-011-0/+40