summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* powerpc: cell: Use ktime_get_ns()Thomas Gleixner2014-07-234-17/+6Star
* powerpc/cell: Fix compilation with CONFIG_COREDUMP=nMichael Ellerman2014-07-113-3/+8
* powerpc/cell: cbe_thermal.c: Cleaning up a variable is of the wrong typeRickard Strandqvist2014-06-241-1/+1
* powerpc/spufs: Remove duplicate SPUFS_CNTL_MAP_SIZE defineDan Carpenter2014-06-111-1/+0Star
* powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-231-2/+3
* arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.cMonam Agarwal2014-04-091-1/+1
* Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-021-1/+1
|\
| * powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2014-03-051-1/+1
| * powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat2014-03-051-1/+1
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-111-1/+2
|\ \
| * | mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-111-1/+2
| |/
* / powerpc/spufs: Remove MAX_USER_PRIO defineJeremy Kerr2014-02-111-1/+0Star
|/
* powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple2013-12-301-3/+5
* powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-301-6/+6
* powerpc/mm: Use HPTE constants when updating hpte bitsAneesh Kumar K.V2013-12-091-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-133-67/+30Star
|\
| * new helper: dump_align()Al Viro2013-11-091-1/+1
| * spufs: get rid of dump_emit() wrappersAl Viro2013-11-091-49/+20Star
| * switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-093-30/+22Star
* | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-242-6/+5Star
* | of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-244-9/+5Star
* | of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-244-15/+13Star
* | of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-244-4/+4
|/
* Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-091-2/+6
|\
| * powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen2013-08-211-2/+6
* | powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard2013-08-141-1/+1
* | powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming2013-08-141-14/+1Star
|/
* Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-061-1/+1
|\
| * irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely2013-06-101-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-042-7/+11
|\ \
| * | powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-211-6/+10
| * | powerpc/smp: Use '==' instead of '<' for system_stateliguang2013-06-201-1/+1
| |/
* / [readdir] switch dcache_readdir() users to ->iterate()Al Viro2013-06-291-1/+1
|/
* powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt2013-05-061-1/+1
* powerpc/cell/spufs: Fix status attribute permissionBenjamin Herrenschmidt2013-05-061-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-024-15/+16
|\
| * powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-301-8/+8
| * powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V2013-04-301-5/+5
| * mm: remove free_area_cache use in powerpc architectureMichel Lespinasse2013-04-301-1/+1
| * powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman2013-04-241-0/+1
| * powerpc/cell: Only iterate over online nodes in cbe_init_pm_irq()Michael Ellerman2013-04-241-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-2/+0Star
|\ \
| * | spufs: don't bother with fops->ownerAl Viro2013-04-091-2/+0Star
| |/
* | cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-106-531/+1Star
* | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2Star
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-274-50/+28Star
|\
| * spufs_mkdir(): don't d_add() on negative parentAl Viro2013-02-231-43/+21Star
| * new helper: file_inode(file)Al Viro2013-02-234-7/+7
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-242-10/+8Star
|\ \