1. 6b1200f powerpc: remove nargs from __SYSCALL by Firoz Khan · 6 years ago
  2. d0055df Merge branch 'topic/dma' into next by Michael Ellerman · 6 years ago
  3. 0617fc0 powerpc/dma: remove set_dma_offset by Christoph Hellwig · 6 years ago
  4. 68005b67 powerpc/dma: use the generic direct mapping bypass by Christoph Hellwig · 6 years ago
  5. 7c1013b powerpc/dma: remove get_pci_dma_ops by Christoph Hellwig · 6 years ago
  6. ba767b5 powerpc/cell: use the generic iommu bypass code by Christoph Hellwig · 6 years ago
  7. cc9c156d powerpc/cell: move dma direct window setup out of dma_configure by Christoph Hellwig · 6 years ago
  8. 45a202a powerpc/cell: Remove duplicate header by Sabyasachi Gupta · 6 years ago
  9. 00def71 powerpc/spufs: use struct_size() in kmalloc() by Gustavo A. R. Silva · 6 years ago
  10. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  11. 1953031 Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  12. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  13. 2c8e65b powerpc: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  14. ab66dcc powerpc: generate uapi header and system call table files by Firoz Khan · 6 years ago
  15. d11e3d3 powerpc/iommu: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
  16. e5480bd powerpc: Use device_type helpers to access the node type by Rob Herring · 6 years ago
  17. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  18. 345671e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  19. 8508cf3 sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD by Johannes Weiner · 6 years ago
  20. 685f7e4 Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  21. 719736e powerpc: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  22. b9ef7b4 powerpc: Convert to using %pOFn instead of device_node.name by Rob Herring · 7 years ago
  23. 8c8933e powerpc/cell: Use irq_of_parse_and_map() helper by Rob Herring · 7 years ago
  24. f383d8b signal/powerpc: Use force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  25. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  26. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 7 years ago
  27. badf436 powerpc/Makefiles: Convert ifeq to ifdef where possible by Rodrigo R. Galvao · 7 years ago
  28. 5c35a02 powerpc: clean the inclusion of stringify.h by Christophe Leroy · 7 years ago
  29. c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  30. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  31. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  32. e807f02c powerpc/cell/spufs: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  33. 454d7ef powerpc/syscalls: Add COMPAT_SPU_NEW() macro by Michael Ellerman · 7 years ago
  34. 4c392e6 powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE by Al Viro · 7 years ago
  35. 3691d61 powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINE by Al Viro · 7 years ago
  36. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  37. 9a1015b proc: fix /proc/loadavg regression by Alexey Dobriyan · 7 years ago
  38. f437c51 Merge branch 'topic/paca' into next by Michael Ellerman · 7 years ago
  39. d2e6007 powerpc/64: Use array of paca pointers and allocate pacas individually by Nicholas Piggin · 7 years ago
  40. a0828cf powerpc: Use sizeof(*foo) rather than sizeof(struct foo) by Markus Elfring · 8 years ago
  41. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  42. 03f51d4 Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  43. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  44. 57ad583f powerpc: Use octal numbers for file permissions by Russell Currey · 8 years ago
  45. cef37ac powerpc/spufs: use timespec64 for timestamps by Arnd Bergmann · 7 years ago
  46. 9625e69 powerpc: make use of for_each_node_by_type() instead of open-coding it by Dmitry Torokhov · 8 years ago
  47. 2d9d6f6 powerpc: rename dma_direct_ to dma_nommu_ by Christoph Hellwig · 7 years ago
  48. 0aa8ff9b powerpc: Use of for_each_node_by_name() instead of open-coding it by Dmitry Torokhov · 8 years ago
  49. 8153a5e ppc: annotate ->poll() instances by Al Viro · 8 years ago
  50. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  51. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  52. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  53. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  54. b7c670d powerpc: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  55. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
  56. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. a66ca41 spufs: Implement show_options by David Howells · 8 years ago
  58. d691b7e Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  59. 218ea31 Merge branch 'fixes' into next by Michael Ellerman · 8 years ago
  60. 7eb8a7a powerpc/cell: use the dma_supported method for ops switching by Christoph Hellwig · 8 years ago
  61. 228a5e1 powerpc/cell: clean up fixed mapping dma_ops initialization by Christoph Hellwig · 8 years ago
  62. 6009faa powerpc: implement ->mapping_error by Christoph Hellwig · 8 years ago
  63. c642af9 powerpc/smp: Convert NR_CPUS to nr_cpu_ids by Santosh Sivaraj · 8 years ago
  64. f8d0d5d powerpc/smp: Do not BUG_ON if invalid CPU during kick by Santosh Sivaraj · 8 years ago
  65. 99acc9b powerpc/spufs: Fix coredump of SPU contexts by Michael Ellerman · 8 years ago
  66. d75e491 powerpc/spufs: Fix hash faults for kernel regions by Jeremy Kerr · 8 years ago
  67. ddd703c powerpc: Add NMI IPI infrastructure by Nicholas Piggin · 8 years ago
  68. 6e83985 powerpc/cbe: Do not process external or decremeter interrupts from sreset by Nicholas Piggin · 8 years ago
  69. 7644d58 powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there by Michael Ellerman · 8 years ago
  70. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  71. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  72. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  73. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  74. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  75. b286ced Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  76. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  77. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  78. 7d7be3a powerpc/spufs: Get rid of broken fasync stuff by Al Viro · 9 years ago
  79. 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
  80. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  81. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  82. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  83. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  84. 3359672 powerpc: Make selects of IBM_EMAC_* depend on IBM_EMAC by Michael Ellerman · 8 years ago
  85. 577ec78 powerpc/cell: Drop select of MEMORY_HOTPLUG by Michael Ellerman · 8 years ago
  86. da66588 powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead. by Thiago Jung Bauermann · 8 years ago
  87. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  88. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  89. ef24ba7 powerpc: Remove all usages of NO_IRQ by Michael Ellerman · 8 years ago
  90. 7c98bd7 powerpc/sparse: Make a bunch of things static by Daniel Axtens · 8 years ago
  91. bc42f1d powerpc/cell: Drop unused iic_get_irq_host() by Daniel Axtens · 8 years ago
  92. 54a94fc powerpc/cell: Add missing error code in spufs_mkgang() by Dan Carpenter · 9 years ago
  93. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  94. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 9 years ago
  95. b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 9 years ago
  96. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  97. 406b0b6 powerpc/64: Move 64-bit probe_machine() to later in the boot process by Benjamin Herrenschmidt · 9 years ago
  98. 166dd7d powerpc/64: Move MMU backend selection out of platform code by Benjamin Herrenschmidt · 9 years ago
  99. 69a94d8 powerpc/cell: Don't use flat device-tree after boot by Benjamin Herrenschmidt · 9 years ago
  100. 027dfac powerpc: Various typo fixes by Michael Ellerman · 9 years ago