summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * new helper: done_path_create()Al Viro2012-07-291-3/+1
| * pull unlock+dput() out into do_spu_create()Al Viro2012-07-292-16/+11
| * spufs: pull unlock-and-dput() up into spufs_create()Al Viro2012-07-291-23/+10
| * spufs_create_context(): simplify failure exitsAl Viro2012-07-291-7/+1
| * move spu_forget() into spufs_rmdir()Al Viro2012-07-291-6/+5
* | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-241-2/+1
|\ \
| * | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-2/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-07-232-16/+13
|\ \ \ | |_|/ |/| |
| * | powerpc: Merge STK_REG/PARAM/FRAMESIZEMichael Neuling2012-07-101-15/+13
OpenPOWER on IntegriCloud