summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-171-1/+1
|\
| * mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-081-1/+1
* | powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-302-0/+2
|/
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-073-17/+21
|\
| * powerpc/cell/spufs: Change return type to vm_fault_tSouptick Joarder2018-05-141-15/+18
| * powerpc/syscalls: Add COMPAT_SPU_NEW() macroMichael Ellerman2018-05-101-0/+1
| * powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro2018-05-101-1/+0
| * powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro2018-05-101-1/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-1/+1
|\ \
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+1
* | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
| |/ |/|
* | proc: fix /proc/loadavg regressionAlexey Dobriyan2018-04-201-1/+1
|/
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-2/+2
|\
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-2/+2
* | powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring2018-03-203-3/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-13/+13
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-027-14/+11
|\
| * powerpc: Use octal numbers for file permissionsRussell Currey2018-01-221-2/+2
| * powerpc/spufs: use timespec64 for timestampsArnd Bergmann2018-01-212-4/+4
| * powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov2018-01-161-2/+2
| * powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov2017-12-043-6/+3
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-14/+14
|\ \
| * | powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-101-14/+14
| |/
* / ppc: annotate ->poll() instancesAl Viro2017-11-274-16/+14
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-077-51/+51
|\
| * powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-237-51/+51
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+19
|\
| * spufs: Implement show_optionsDavid Howells2017-07-111-3/+19
* | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-1/+2
|\ \
| * | Merge branch 'fixes' into nextMichael Ellerman2017-07-031-0/+2
| |\|
| * | powerpc/smp: Convert NR_CPUS to nr_cpu_idsSantosh Sivaraj2017-06-281-1/+1
| * | powerpc/smp: Do not BUG_ON if invalid CPU during kickSantosh Sivaraj2017-06-281-1/+2
* | | powerpc/cell: use the dma_supported method for ops switchingChristoph Hellwig2017-06-281-16/+9
* | | powerpc/cell: clean up fixed mapping dma_ops initializationChristoph Hellwig2017-06-281-20/+7
* | | powerpc: implement ->mapping_errorChristoph Hellwig2017-06-281-0/+1
| |/ |/|
* | powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman2017-06-011-0/+2
|/
* powerpc/spufs: Fix hash faults for kernel regionsJeremy Kerr2017-05-251-1/+3
* powerpc: Add NMI IPI infrastructureNicholas Piggin2017-04-281-1/+1
* powerpc/cbe: Do not process external or decremeter interrupts from sresetNicholas Piggin2017-04-281-4/+7
* powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-111-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1