summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+6
2013-08-22powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen1-2/+6
2013-08-14powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard1-1/+1
2013-08-14powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming1-14/+1
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-7/+11
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-1/+1
2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V1-6/+10
2013-06-20powerpc/smp: Use '==' instead of '<' for system_stateliguang1-1/+1
2013-06-10irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely1-1/+1
2013-05-06powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt1-1/+1
2013-05-06powerpc/cell/spufs: Fix status attribute permissionBenjamin Herrenschmidt1-1/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds4-15/+16
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2013-04-30powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V1-8/+8
2013-04-30powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V1-5/+5
2013-04-30mm: remove free_area_cache use in powerpc architectureMichel Lespinasse1-1/+1
2013-04-24powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman1-0/+1
2013-04-24powerpc/cell: Only iterate over online nodes in cbe_init_pm_irq()Michael Ellerman1-1/+1
2013-04-10cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreqViresh Kumar6-531/+1
2013-04-09spufs: don't bother with fops->ownerAl Viro1-2/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-3/+2
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-50/+28
2013-02-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-10/+8
2013-02-23spufs_mkdir(): don't d_add() on negative parentAl Viro1-43/+21
2013-02-23new helper: file_inode(file)Al Viro4-7/+7
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-02-11sched, powerpc: Fix sched.h split-up build failureIngo Molnar1-0/+1
2013-01-22arch/powerpc/platforms/cell: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-10powerpc: Convert print_symbol to %pSRJoe Perches1-7/+6
2013-01-10powerpc/celleb: Use for_each_compatible_node() macroWei Yongjun1-3/+2
2013-01-04POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2-4/+4
2012-12-21vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton1-1/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+4
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-2/+2
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder2-4/+4
2012-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-25/+26
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-32/+29
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-27switch simple cases of fget_light to fdgetAl Viro1-12/+9
2012-09-27switch spufs/coredump to iterate_fd()Al Viro1-20/+20
2012-09-17powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V1-22/+23
2012-09-17powerpc/mm: Use hpt_va to compute virtual addressAneesh Kumar K.V1-1/+1
2012-09-11powerpc/celleb_pci: add a const qualifierUwe Kleine-König1-1/+1
2012-09-10powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2-3/+3
2012-08-22workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-53/+26