aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)Author
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
2018-04-20proc: fix /proc/loadavg regressionAlexey Dobriyan
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey
2018-01-21powerpc/spufs: use timespec64 for timestampsArnd Bergmann
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov
2017-11-27ppc: annotate ->poll() instancesAl Viro
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-11spufs: Implement show_optionsDavid Howells
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-07-03Merge branch 'fixes' into nextMichael Ellerman