summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* 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/+30
|\
| * new helper: dump_align()Al Viro2013-11-091-1/+1
| * spufs: get rid of dump_emit() wrappersAl Viro2013-11-091-49/+20
| * switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-093-30/+22
* | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-242-6/+5
* | of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-244-9/+5
* | of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-244-15/+13
* | 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/+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
|/