summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
|/
* 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-011-2/+0
|\ \
| * | spufs: don't bother with fops->ownerAl Viro2013-04-091-2/+0
| |/
* | cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-106-531/+1
* | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-264-50/+28
|\
| * spufs_mkdir(): don't d_add() on negative parentAl Viro2013-02-221-43/+21
| * new helper: file_inode(file)Al Viro2013-02-224-7/+7
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-232-10/+8
|\ \
| * | powerpc: Convert print_symbol to %pSRJoe Perches2013-01-101-7/+6
| * | powerpc/celleb: Use for_each_compatible_node() macroWei Yongjun2013-01-101-3/+2
| |/
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+1
|\ \
| * | arch/powerpc/platforms/cell: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
| |/
* | sched, powerpc: Fix sched.h split-up build failureIngo Molnar2013-02-111-0/+1
|/
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-4/+4
* vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-1/+1
|\
| * pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-132-4/+4
|\ \
| * | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-192-4/+4
| |/
* | bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-111-2/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-063-25/+26
|\
| * powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V2012-09-171-22/+23
| * powerpc/mm: Use hpt_va to compute virtual addressAneesh Kumar K.V2012-09-171-1/+1
| * powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-102-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-022-32/+29
|\ \
| * | switch simple cases of fget_light to fdgetAl Viro2012-09-261-12/+9
| * | switch spufs/coredump to iterate_fd()Al Viro2012-09-261-20/+20
| |/
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \
| * | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-211-1/+1
| |/
* | powerpc/celleb_pci: add a const qualifierUwe Kleine-König2012-09-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-012-53/+26
|\
OpenPOWER on IntegriCloud