summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-222-8/+8
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-154-158/+1
|\
| * powerpc/cell: Remove the Cell QPACE codeRashmica Gupta2015-12-143-157/+0
| * powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta2015-11-261-1/+1
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
|/
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-051-2/+2
|\
| * powerpc: Kconfig: remove BE-only platforms from LE kernel buildBoqun Feng2015-09-291-2/+2
* | irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-132-4/+7
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-163-3/+3
* powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner2015-09-141-1/+2
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-1/+1
* Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-033-192/+2
|\
| * powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman2015-08-183-192/+2
* | genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-301-1/+2
* | powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * make simple_positive() publicAl Viro2015-06-231-1/+1
* | powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-111-2/+6
* | powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-06-021-1/+1
* | powerpc/cell: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-05-221-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-11/+11
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-11/+11
* | powerpc/cell: Fix iommu breakage caused by controller_ops changeMichael Ellerman2015-04-141-2/+2
* | powerpc/cell: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-113-3/+33
* | powerpc: Drop return value of smp_ops->probe()Michael Ellerman2015-04-101-8/+1
* | powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman2015-04-101-1/+1
* | powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changesMichael Ellerman2015-04-101-1/+1
* | powerpc: Remove the celleb supportMichael Ellerman2015-04-0722-4396/+0
* | powerpc: Add a proper syscall for switching endiannessMichael Ellerman2015-03-281-0/+1
* | powerpc: Delete unnecessary checks before kfree()Markus Elfring2015-03-161-3/+2
|/
* Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-111-1/+1
|\
| * powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve2015-01-231-1/+1
* | powerpc/PCI: Add struct pci_ops member names to initializationRob Herring2015-01-221-2/+2
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * powerpc: platforms: cell: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-1110-17/+16
|\ \
| * | powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-053-5/+6
| * | powerpc: Remove more traces of bootmemMichael Ellerman2014-11-191-3/+3
| * | powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-102-2/+0
| * | Merge branch 'topic/get-cpu-var' into nextMichael Ellerman2014-11-051-3/+3
| |\ \
| | * | powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-3/+3
| | |/
| * | powerpc: Convert power off logic to pm_power_offAlexander Graf2014-11-033-4/+4
| |/
* | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-2/+2
|\ \
| * | ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-101-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-1/+1
|\ \ \ | |/ / |/| |
| * | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
| |/
* | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-4/+4
|\ \
| * | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-231-3/+3
| * | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
| |/
OpenPOWER on IntegriCloud