1. c4cde58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  2. a3ce685 bpf: fix precision tracking by Alexei Starovoitov · 6 years ago
  3. 0cdbb4b devmap: Allow map lookups from eBPF by Toke Høiland-Jørgensen · 6 years ago
  4. d5df283 devmap/cpumap: Use flush list instead of bitmap by Toke Høiland-Jørgensen · 6 years ago
  5. c8af5cd xskmap: Move non-standard list manipulation to helper by Toke Høiland-Jørgensen · 6 years ago
  6. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. 0d01da6 bpf: implement getsockopt and setsockopt hooks by Stanislav Fomichev · 6 years ago
  8. e5c891a bpf: fix cgroup bpf release synchronization by Roman Gushchin · 6 years ago
  9. 6fd2fe4 copy_process(): don't use ksys_close() on cleanups by Al Viro · 6 years ago
  10. 9db1ff0 bpf: fix compiler warning with CONFIG_MODULES=n by Yonghong Song · 6 years ago
  11. e7d4798 xdp: Add tracepoint for bulk XDP_TX by Toshiaki Makita · 6 years ago
  12. 9014143 fork: don't check parent_tidptr with CLONE_PIDFD by Dmitry V. Levin · 6 years ago
  13. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  14. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  15. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  16. 6bf071b xdp: page_pool related fix to cpumap by Jesper Dangaard Brouer · 6 years ago
  17. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  18. f85d208 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451 by Thomas Gleixner · 6 years ago
  19. 8092f73 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248 by Thomas Gleixner · 6 years ago
  20. 40b0b3f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 by Thomas Gleixner · 6 years ago
  21. b5dc016 bpf: precise scalar_value tracking by Alexei Starovoitov · 6 years ago
  22. eea1c22 bpf: fix callees pruning callers by Alexei Starovoitov · 6 years ago
  23. 2589726 bpf: introduce bounded loops by Alexei Starovoitov · 6 years ago
  24. fb8d251 bpf: extend is_branch_taken to registers by Alexei Starovoitov · 6 years ago
  25. f7cf25b bpf: track spill/fill of constants by Alexei Starovoitov · 6 years ago
  26. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  27. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  28. efba92d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  29. 1eb4169 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  30. 9594dc3 bpf: fix nested bpf tracepoints with per-cpu data by Matt Mullins · 6 years ago
  31. 6a71398 Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  32. 0011572 Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  33. a8e11e5 sysctl: define proc_do_static_key() by Eric Dumazet · 6 years ago
  34. 86723c8 bpf, devmap: Add missing RCU read lock on flush by Toshiaki Makita · 6 years ago
  35. edabf4d bpf, devmap: Add missing bulk queue free by Toshiaki Makita · 6 years ago
  36. d4dd153 bpf, devmap: Fix premature entry free on destroying map by Toshiaki Makita · 6 years ago
  37. 04e03d9 ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper() by Wei Li · 6 years ago
  38. 9f255b6 module: Fix livepatch/ftrace module text permissions race by Josh Poimboeuf · 6 years ago
  39. a415834 tracing/uprobe: Fix obsolete comment on trace_uprobe_create() by Eiichi Tsukata · 6 years ago
  40. f01098c tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create() by Eiichi Tsukata · 6 years ago
  41. ff585c5 tracing: Make two symbols static by YueHaibing · 6 years ago
  42. cbdaeaf tracing: avoid build warning with HAVE_NOP_MCOUNT by Vasily Gorbik · 6 years ago
  43. becf33f tracing: Fix out-of-range read in trace_stack_print() by Eiichi Tsukata · 6 years ago
  44. e3ff9c3 timekeeping: Repair ktime_get_coarse*() granularity by Thomas Gleixner · 6 years ago
  45. 50f44ee mm/devm_memremap_pages: fix final page put race by Dan Williams · 6 years ago
  46. 2e3f139 mm/devm_memremap_pages: introduce devm_memunmap_pages by Dan Williams · 6 years ago
  47. d477f8c cpuset: restore sanity to cpuset_cpus_allowed_fallback() by Joel Savitz · 6 years ago
  48. aee450c bpf: silence warning messages in core by Valdis Klētnieks · 6 years ago
  49. aa72354 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  50. f6581f5b ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 6 years ago
  51. da2577fd bpf: lpm_trie: check left child of last leftmost node for NULL by Jonathan Lemon · 6 years ago
  52. fada7fd bpf: Allow bpf_map_lookup_elem() on an xskmap by Jonathan Lemon · 6 years ago
  53. c596687 cgroup: Fix css_task_iter_advance_css_set() cset skip condition by Tejun Heo · 6 years ago
  54. cf89298 cgroup/bfq: revert bfq.weight symlink change by Jens Axboe · 6 years ago
  55. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  56. 1ce2c85 Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  57. 8d72e5b Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  58. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  59. a373ec2 Merge tag 'pm-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  60. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  61. a964d23 Merge branch 'pm-x86' by Rafael J. Wysocki · 6 years ago
  62. 54b7b86 cgroup: let a symlink too be created with a cftype file by Angelo Ruocco · 6 years ago
  63. 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
  64. cee0c33 cgroup: css_task_iter_skip()'d iterators must be advanced before accessed by Tejun Heo · 6 years ago
  65. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  66. 3e45610 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436 by Thomas Gleixner · 6 years ago
  67. 767a67b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430 by Thomas Gleixner · 6 years ago
  68. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  69. ddc64d0 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363 by Thomas Gleixner · 6 years ago
  70. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  71. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  72. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  73. c732327 signal: improve comments by Christian Brauner · 6 years ago
  74. 6685699 bpf: remove redundant assignment to err by Colin Ian King · 6 years ago
  75. ec527c3 x86/power: Fix 'nosmt' vs hibernation triple fault during resume by Jiri Kosina · 6 years ago
  76. a613734 PM: sleep: Add kerneldoc comments to some functions by Rafael J. Wysocki · 6 years ago
  77. 6751b8d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  78. 4fb5741 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  79. 7b3064f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  80. 98af37d kernel/signal.c: trace_signal_deliver when signal_group_exit by Zhenliang Wei · 6 years ago
  81. 9852ae3 mm, memcg: consider subtrees in memory.events by Chris Down · 6 years ago
  82. bc81426 prctl_set_mm: downgrade mmap_sem to read lock by Michal Koutný · 6 years ago
  83. 11bbd8b prctl_set_mm: refactor checks from validate_prctl_map by Michal Koutný · 6 years ago
  84. 8856ae4 kernel/fork.c: make max_threads symbol static by Kefeng Wang · 6 years ago
  85. 0462eaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  86. c85d691 bpf: move memory size checks to bpf_map_charge_init() by Roman Gushchin · 6 years ago
  87. b936ca6 bpf: rework memlock-based memory accounting for maps by Roman Gushchin · 6 years ago
  88. 3539b96 bpf: group memory related fields in struct bpf_map_memory by Roman Gushchin · 6 years ago
  89. ffc8b14 bpf: add memlock precharge check for cgroup_local_storage by Roman Gushchin · 6 years ago
  90. e7a3160 bpf: Update __cgroup_bpf_run_filter_skb with cn by brakmo · 6 years ago
  91. 5cf1e91 bpf: cgroup inet skb programs can return 0 to 3 by brakmo · 6 years ago
  92. c03cd77 cgroup: Include dying leaders with live threads in PROCS iterations by Tejun Heo · 6 years ago
  93. b636fd3 cgroup: Implement css_task_iter_skip() by Tejun Heo · 6 years ago
  94. 6b115bf cgroup: Call cgroup_release() before __exit_signal() by Tejun Heo · 6 years ago
  95. 702c31e Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  96. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  97. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  98. 468e15f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170 by Thomas Gleixner · 6 years ago
  99. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  100. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago