summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)AuthorFilesLines
2021-08-12powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2-14/+5
2021-07-08powerpc/preempt: Don't touch the idle task's preempt_count during hotplugValentin Schneider1-3/+0
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-6/+3
2021-06-15powerpc/spider-pci: Remove set but not used variable 'val'Baokun Li1-2/+1
2021-06-15powerpc/spufs: Remove set but not used variable 'dummy'Baokun Li1-4/+2
2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier1-0/+1
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier1-0/+1
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+3
2021-04-27Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2021-04-22powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy1-1/+2
2021-04-14powerpc/syscalls: switch to generic syscalltbl.shMasahiro Yamada1-1/+1
2021-03-13spufs: fix bogosity in S_ISGID handlingAl Viro1-8/+2
2021-03-08coredump: don't bother with do_truncate()Al Viro1-2/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2021-02-23Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-9/+10
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann1-1/+1
2021-02-08powerpc: convert interrupt handlers to use wrappersNicholas Piggin2-6/+9
2021-02-08powerpc/cell: tidy up pervasive declarationsNicholas Piggin2-3/+1
2021-01-29arch: powerpc: Stop building and using oprofileViresh Kumar6-72/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman1-1/+1
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-4/+18
2020-07-23powerpc/spufs: Fix the type of ret in spufs_arch_write_noteChristoph Hellwig1-1/+1
2020-07-21powerpc/spufs: Rework fcheck() usageMichael Ellerman1-3/+16
2020-07-15powerpc/spufs: add CONFIG_COREDUMP dependencyArnd Bergmann1-0/+1
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret1-24/+2
2020-06-17powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport5-5/+5
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-5/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+3
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-3/+3
2020-05-05powerpc/spufs: simplify spufs core dumpingChristoph Hellwig3-176/+117
2020-05-05powerpc/spufs: stop using access_okChristoph Hellwig1-34/+8
2020-05-05powerpc/spufs: fix copy_to_user while atomicJeremy Kerr1-38/+75
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-6/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-25powerpc/cell: Use fallthrough;Joe Perches1-1/+1
2020-03-04powerpc/cell/axon_msi: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+1
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-01-14arch/powerpc/setup: Drop dummy_con initializationArvind Sankar1-3/+0
2019-11-13powerpc/spufs: remove set but not used variable 'ctx'YueHaibing1-2/+0
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet1-0/+1
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-91/+116