1. 1a271a6 arch: mark syscall number 435 reserved for clone3 by Christian Brauner · 6 years ago
  2. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  3. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  4. 7615d9e arch: wire-up pidfd_open() by Christian Brauner · 6 years ago
  5. 7a33847 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 by Thomas Gleixner · 6 years ago
  6. 56cd0ae sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD by Young Xiao · 6 years ago
  7. 80caf43 mdesc: fix a missing-check bug in get_vdev_port_node_info() by Gen Zhang · 6 years ago
  8. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  9. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  10. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  11. cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago
  12. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  13. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  14. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  15. bf8a9a4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  16. d8076bd uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] by David Howells · 6 years ago
  17. bfbfbf7 Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  18. df24014 cpufreq: Call transition notifier only once for each policy by Viresh Kumar · 6 years ago
  19. bc0025b sparc: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  20. a95a9e5 arch:sparc:kernel/uprobes.c : Remove duplicate header by Jagadeesh Pagadala · 6 years ago
  21. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  22. d286e13 Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  23. 39036cd arch: add pidfd and io_uring syscalls everywhere by Arnd Bergmann · 6 years ago
  24. 2a29e9f sparc64/pci_sun4v: fix ATU checks for large DMA masks by Christoph Hellwig · 6 years ago
  25. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  26. b1e1c86 sparc: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  27. 0240dfd arch: don't memset(0) memory returned by memblock_alloc() by Mike Rapoport · 6 years ago
  28. 9415673 arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) by Mike Rapoport · 6 years ago
  29. b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  30. b63a07d arch: simplify several early memory allocations by Mike Rapoport · 6 years ago
  31. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  32. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  33. 24132a4 sparc64/pci_sun4v: allow large DMA masks by Christoph Hellwig · 6 years ago
  34. 254ecb1 sparc64/iommu: allow large DMA masks by Christoph Hellwig · 6 years ago
  35. c54fc98 sparc64: refactor the ali DMA quirk by Christoph Hellwig · 6 years ago
  36. 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
  37. d33c577 y2038: rename old time and utime syscalls by Arnd Bergmann · 6 years ago
  38. 00bf25d y2038: use time32 syscall names on 32-bit by Arnd Bergmann · 6 years ago
  39. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  40. ead2541 timex: use __kernel_timex internally by Deepa Dinamani · 7 years ago
  41. 1a59639 sparc64: add custom adjtimex/clock_adjtime functions by Arnd Bergmann · 6 years ago
  42. b41c51c arch: add pkey and rseq syscall numbers everywhere by Arnd Bergmann · 6 years ago
  43. 0d6040d arch: add split IPC system calls where needed by Arnd Bergmann · 6 years ago
  44. 73a6602 sparc64: fix sparc_ipc type conversion by Arnd Bergmann · 6 years ago
  45. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  46. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  47. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  48. fcf0104 Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 6 years ago
  49. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  50. cc02829 kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops by Christophe Leroy · 6 years ago
  51. 9ef7fa5 kgdb: Remove irq flags from roundup by Douglas Anderson · 6 years ago
  52. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  53. c2f1f3e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 6 years ago
  54. 945626d sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  55. afaffac sparc: Set "ARCH: sunxx" information on the same line by Corentin Labbe · 6 years ago
  56. e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
  57. 518a2f1 dma-mapping: zero memory returned from dma_alloc_* by Christoph Hellwig · 6 years ago
  58. 48cc8f7 sparc: use DT node full_name in sparc_dma_alloc_resource by Christoph Hellwig · 6 years ago
  59. ce65d36 sparc: remove the sparc32_dma_ops indirection by Christoph Hellwig · 6 years ago
  60. 53b7670 sparc: factor the dma coherent mapping into helper by Christoph Hellwig · 6 years ago
  61. 7227b20 sparc: remove not needed sbus_dma_ops methods by Christoph Hellwig · 6 years ago
  62. 06301c5 sparc: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
  63. 9099ff7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 6 years ago
  64. 9c4bf5e sparc/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  65. e399ef1 sparc32: supress another implicit-fallthrough warning by Stephen Rothwell · 6 years ago
  66. e945067 sparc32: suppress an implicit-fallthrough warning by Stephen Rothwell · 6 years ago
  67. f6f8c1c sparc: suppress the implicit-fallthrough warning by Stephen Rothwell · 6 years ago
  68. 86322ba arch/sparc: Use kzalloc_node by Sabyasachi Gupta · 6 years ago
  69. 3680033 sparc: generate uapi header and system call table files by Firoz Khan · 6 years ago
  70. 6ff645d sparc: add system call table generation support by Firoz Khan · 6 years ago
  71. 86ef771 sparc: Use DT node full_name instead of name for resources by Rob Herring · 6 years ago
  72. 8119f04 sparc: Remove unused leon_trans_init by Rob Herring · 6 years ago
  73. 88ca055 sparc: Use device_type helpers to access the node type by Rob Herring · 6 years ago
  74. 29c990d sparc: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  75. ead1c2b sparc: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  76. bb31f9e sparc: prom: use property "name" directly to construct node names by Rob Herring · 6 years ago
  77. a412c85 sparc: Convert to using %pOF instead of full_name by Rob Herring · 6 years ago
  78. ffb845d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 6 years ago
  79. 1f2b5b8 sparc64: Wire up compat getpeername and getsockname. by David S. Miller · 6 years ago
  80. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  81. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  82. 53ab85e memblock: replace free_bootmem_late with memblock_free_late by Mike Rapoport · 6 years ago
  83. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  84. 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
  85. ccfa2a0 memblock: replace __alloc_bootmem_node with appropriate memblock_ API by Mike Rapoport · 6 years ago
  86. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  87. 0f0a691 sparc64: Remvoe set_fs() from perf_callchain_user(). by David S. Miller · 6 years ago
  88. 5b4fc38 sparc64: Make corrupted user stacks more debuggable. by David Miller · 6 years ago
  89. 2f6c9bf sparc: Improve VDSO instruction patching. by David S. Miller · 6 years ago
  90. a06ecbf Revert "sparc: Convert to using %pOFn instead of device_node.name" by David S. Miller · 6 years ago
  91. d1f1f98 sparc64: Set %l4 properly on trap return after handling signals. by David S. Miller · 6 years ago
  92. 455adb3 sparc: Throttle perf events properly. by David S. Miller · 6 years ago
  93. cfdc317 sparc: Fix single-pcr perf event counter management. by David S. Miller · 6 years ago
  94. 7c26701 sparc: Wire up io_pgetevents system call. by David S. Miller · 6 years ago
  95. b7dc10b sparc64: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
  96. c4beb22 sparc32: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
  97. 31a43fa sparc64: viohs: Remove VLA usage by Kees Cook · 6 years ago
  98. 0b9871a sparc: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  99. 5a7faef sparc: set a default 32-bit dma mask for OF devices by Christoph Hellwig · 6 years ago
  100. 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago