aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)Author
2019-07-22kernel: sched: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-01spufs: switch to ->free_inode()Al Viro
2019-04-21powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V
2019-03-02powerpc: remove nargs from __SYSCALLFiroz Khan
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig
2019-02-18powerpc/dma: remove get_pci_dma_opsChristoph Hellwig
2019-02-18powerpc/cell: use the generic iommu bypass codeChristoph Hellwig
2019-02-18powerpc/cell: move dma direct window setup out of dma_configureChristoph Hellwig
2019-01-31powerpc/cell: Remove duplicate headerSabyasachi Gupta
2019-01-14powerpc/spufs: use struct_size() in kmalloc()Gustavo A. R. Silva
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring
2018-12-21powerpc: generate uapi header and system call table filesFiroz Khan
2018-12-06powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-13powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2018-10-03powerpc: Convert to using %pOFn instead of device_node.nameRob Herring
2018-10-03powerpc/cell: Use irq_of_parse_and_map() helperRob Herring
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-14powerpc/cell/spufs: Change return type to vm_fault_tSouptick Joarder
2018-05-10powerpc/syscalls: Add COMPAT_SPU_NEW() macroMichael Ellerman
2018-05-10powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro
2018-05-10powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman