summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-05-06powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard2-9/+12
2010-05-06powerpc/cpumask: Convert smp_cpus_done to new cpumask APIAnton Blanchard1-3/+6
2010-05-06powerpc/cpumask: Convert rtasd to new cpumask APIAnton Blanchard1-5/+5
2010-05-05powerpc/4xx: Simple platform for the ISS 4xx simulatorTorez Smith2-0/+17
2010-05-05powerpc/476: Add isync after loading mmu and debug spr'sDave Kleikamp2-0/+6
2010-05-05powerpc/476: add machine check handler for 47x coreDave Kleikamp2-0/+41
2010-05-05powerpc/47x: Base ppc476 supportDave Kleikamp5-18/+519
2010-05-05powerpc/44x: break out cpu init code into stand-alone functionDave Kleikamp1-159/+171
2010-05-05powerpc/booke: Add Stack Marking support to Booke Exception PrologTorez Smith1-0/+4
2010-04-07powerpc: Add kprobe-based event tracerMahesh Salgaonkar1-0/+103
2010-04-07powerpc/vio: Add power management supportBenjamin Herrenschmidt1-0/+24
2010-04-07powerpc/pseries: Call ibm,os-term if the ibm,extended-os-term is presentAnton Blanchard1-6/+9
2010-04-07powerpc: Use set_cpus_allowed_ptrJulia Lawall1-2/+2
2010-04-07powerpc/vio: Add missing unlock in error pathJulia Lawall1-1/+3
2010-04-07powerpc/8xx: Use SPRG2 and DAR registers to stash r11 and cr.Joakim Tjernlund1-13/+36
2010-04-07powerpc/8xx: Don't touch ACCESSED when no SWAP.Joakim Tjernlund1-2/+4
2010-04-07powerpc/8xx: Avoid testing for kernel space in ITLB Miss.Joakim Tjernlund1-0/+4
2010-04-07powerpc/8xx: Optimze TLB Miss handlersJoakim Tjernlund1-8/+3
2010-04-07powerpc/pseries: Export data from new hcall H_EM_GET_PARMSVaidyanathan Srinivasan1-1/+11
2010-04-07powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad1-1/+12
2010-04-07powerpc/vio: Add modalias supportBenjamin Herrenschmidt1-0/+21
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-2/+0
2010-04-03perf: Always build the powerpc perf_arch_fetch_caller_regs versionFrederic Weisbecker1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo18-4/+14
2010-03-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+28
2010-03-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds4-21/+5
2010-03-19powerpc: Remove IOMMU_VMERGE config optionFUJITA Tomonori1-6/+1
2010-03-19powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori2-12/+0
2010-03-19powerpc: Do not call prink when CONFIG_PRINTK is not definedMárton Németh1-0/+4
2010-03-19Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt1-3/+0
2010-03-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+20
2010-03-18powerpc/perf_events: Fix call-graph recording, add perf_arch_fetch_caller_regsPaul Mackerras1-0/+28
2010-03-17powerpc/fsl-booke: Get coherent bit from PTEKumar Gala1-3/+0
2010-03-14Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2010-03-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds10-39/+893
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-03-13dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma...FUJITA Tomonori1-15/+0
2010-03-13Add generic sys_olduname()Christoph Hellwig1-57/+0
2010-03-13improve sys_newuname() for compat architecturesChristoph Hellwig1-13/+0
2010-03-13Add generic sys_ipc wrapperChristoph Hellwig1-94/+0
2010-03-11perf, ppc: Fix compile error due to new cpu notifiersPeter Zijlstra1-1/+1
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra1-1/+20
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra1-4/+4
2010-03-09powerpc/booke: Fix breakpoint/watchpoint one-shot behaviorDave Kleikamp1-6/+6
2010-03-09powerpc: Reset kernel stack on cpu online from cede stateVaidyanathan Srinivasan1-0/+11
2010-03-09powerpc/booke: Fix a couple typos in the advanced ptrace codeDave Kleikamp1-1/+1
2010-03-09powerpc: Dynamically allocate pacasMichael Ellerman5-31/+86
2010-03-09Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt4-2/+790
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1