summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* powerpc: remove nargs from __SYSCALLFiroz Khan2019-03-021-1/+1
* Merge branch 'topic/dma' into nextMichael Ellerman2019-02-211-146/+26
|\
| * powerpc/dma: remove set_dma_offsetChristoph Hellwig2019-02-181-2/+2
| * powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-3/+0
| * powerpc/dma: remove get_pci_dma_opsChristoph Hellwig2019-02-181-9/+8
| * powerpc/cell: use the generic iommu bypass codeChristoph Hellwig2019-02-181-131/+9
| * powerpc/cell: move dma direct window setup out of dma_configureChristoph Hellwig2019-02-181-9/+15
* | powerpc/cell: Remove duplicate headerSabyasachi Gupta2019-01-311-1/+0
* | powerpc/spufs: use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-141-3/+2
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-8/+8
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-1/+1
|\
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-1/+1
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+0
|\ \
| * | powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-1/+0
| |/
* | powerpc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-222-9/+3
* | powerpc: generate uapi header and system call table filesFiroz Khan2018-12-211-14/+3
* | powerpc: Use device_type helpers to access the node typeRob Herring2018-11-262-5/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-262-7/+4
|\
| * sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-262-7/+4
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-262-22/+6
|\ \ | |/ |/|
| * powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-131-3/+0
| * powerpc: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-031-2/+2
| * powerpc/cell: Use irq_of_parse_and_map() helperRob Herring2018-10-031-17/+4
* | signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman2018-09-212-20/+10
|/
* 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