aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-2/+2
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2010-04-03perf: Always build the powerpc perf_arch_fetch_caller_regs versionFrederic Weisbecker1-2/+0
2010-04-02Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo111-23/+90
2010-03-26powerpc/5200: in lpbfifo, flag DMA irqs as enabled after requesting themRoman Fietze1-0/+2
2010-03-26Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+30
2010-03-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds8-40/+17
2010-03-19powerpc: Remove IOMMU_VMERGE config optionFUJITA Tomonori2-19/+1
2010-03-19powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori3-12/+6
2010-03-19powerpc: Do not call prink when CONFIG_PRINTK is not definedMárton Németh1-0/+4
2010-03-19powerpc: Use correct ccr bit for syscall error statusNathan Lynch1-3/+3
2010-03-19Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2-6/+3
2010-03-18Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds7-107/+165
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+20
2010-03-18powerpc/5200: Build fix for mpc52xx watchdog timer codeGrant Likely1-1/+5
2010-03-18powerpc/perf_events: Fix call-graph recording, add perf_arch_fetch_caller_regsPaul Mackerras2-0/+30
2010-03-16powerpc/fsl-booke: Get coherent bit from PTEKumar Gala1-3/+0
2010-03-16powerpc/85xx: Make sure lwarx hint isn't set on ppc32Kumar Gala1-3/+3
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2010-03-12Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds35-257/+1225
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2010-03-12dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma_maskFUJITA Tomonori2-18/+0
2010-03-12pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori1-2/+0
2010-03-12pci-dma: powerpc: use include/linux/pci-dma.hFUJITA Tomonori2-31/+4
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig1-7/+0
2010-03-12Add generic sys_olduname()Christoph Hellwig2-57/+1
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig4-17/+3
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig3-96/+1
2010-03-11perf, ppc: Fix compile error due to new cpu notifiersPeter Zijlstra1-1/+1
2010-03-10powerpc/52xx: update defconfigsGrant Likely6-106/+160
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: Reduce printk from pseries_mach_cpu_die()Vaidyanathan Srinivasan1-11/+0
2010-03-09powerpc: Move checks in pseries_mach_cpu_die()Vaidyanathan Srinivasan1-15/+15
2010-03-09powerpc: Reset kernel stack on cpu online from cede stateVaidyanathan Srinivasan3-5/+16
2010-03-09powerpc/pseries: Pass CPPR value to H_XIRR hcallMark Nelson2-5/+6
2010-03-09powerpc/booke: Fix a couple typos in the advanced ptrace codeDave Kleikamp2-3/+3
2010-03-09powerpc: Fix SMP build with disabled CPU hotplugging.Adam Lackorzynski1-1/+21
2010-03-09powerpc: Dynamically allocate pacasMichael Ellerman7-42/+118
2010-03-09Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt22-174/+1045
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina3-3/+3
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07[WATCHDOG] watchdog_info constifyWim Van Sebroeck1-1/+1
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten1-3/+3
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds27-598/+1115
2010-03-05powerpc/perf: e500 supportScott Wood9-100/+970