summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_addressMiaoqian Lin2022-08-011-0/+1
* powerpc/spufs: Fix refcount leak in spufs_init_isolated_loaderMiaoqian Lin2022-08-011-0/+1
* powerpc: Remove remaining parts of oprofileChristophe Leroy2022-07-271-1/+1
* powerpc: Add missing headersChristophe Leroy2022-05-0810-8/+14
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-086-6/+0
* powerpc: fix typos in commentsJulia Lawall2022-05-054-4/+4
* powerpc: declare unmodified attribute_group usages constRohan McLure2022-03-082-3/+3
* powerpc/spufs: Fix build warning when CONFIG_PROC_FS=nYueHaibing2022-03-081-1/+3
* powerpc/spufs: adjust list element pointer typeJulia Lawall2022-02-031-2/+1
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-147-21/+24
|\
| * powerpc/cell: Add __init attribute to eligible functionsNick Child2021-12-235-20/+20
| * powerpc/cell: Fix clang -Wimplicit-fallthrough warningAnders Roxell2021-12-091-0/+1
| * powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-0/+1
| * powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin2021-12-021-1/+1
| * powerpc/cell: add missing of_node_putJulia Lawall2021-11-251-0/+1
* | powerpc/cell/axon_msi: Convert to msi_on_each_desc()Thomas Gleixner2021-12-161-5/+2
* | powerpc/cell/axon_msi: Use PCI device propertyThomas Gleixner2021-12-161-4/+1
* | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-1/+1
|/
* mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-2/+2
* powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-102-14/+5
* powerpc/preempt: Don't touch the idle task's preempt_count during hotplugValentin Schneider2021-07-081-3/+0
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-022-6/+3
|\
| * powerpc/spider-pci: Remove set but not used variable 'val'Baokun Li2021-06-151-2/+1
| * powerpc/spufs: Remove set but not used variable 'dummy'Baokun Li2021-06-151-4/+2
* | powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier2021-06-101-0/+1
* | powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-101-0/+1
|/
* Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-302-2/+3
|\
| * powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy2021-04-231-1/+2
| * powerpc/syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-141-1/+1
* | Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-271-2/+1
|\ \
| * | coredump: don't bother with do_truncate()Al Viro2021-03-081-2/+1
| |/
* / spufs: fix bogosity in S_ISGID handlingAl Viro2021-03-121-8/+2
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+3
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-224-9/+10
|\ \
| * | powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-092-6/+9
| * | powerpc/cell: tidy up pervasive declarationsNicholas Piggin2021-02-092-3/+1
| |/
* | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-1/+1
|\ \
| * | sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann2021-02-171-1/+1
| |/
* / arch: powerpc: Stop building and using oprofileViresh Kumar2021-01-296-72/+1
|/
* file: Rename fcheck lookup_fd_rcuEric W. Biederman2020-12-101-1/+1
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-072-4/+18
|\
| * powerpc/spufs: Fix the type of ret in spufs_arch_write_noteChristoph Hellwig2020-07-231-1/+1
| * powerpc/spufs: Rework fcheck() usageMichael Ellerman2020-07-221-3/+16
| * powerpc/spufs: add CONFIG_COREDUMP dependencyArnd Bergmann2020-07-151-0/+1
* | cpufreq: Register governors at core_initcallQuentin Perret2020-07-021-24/+2
|/
* powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman2020-06-171-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3