1. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. 0723090 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  3. 48b1db7 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  4. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  5. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
  6. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  7. eae249b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  8. 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
  9. 36fc3c8 bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h by Martin KaFai Lau · 7 years ago
  10. 024ddc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  11. fd4f227 bpf: offload: allow program and map sharing per-ASIC by Jakub Kicinski · 7 years ago
  12. 602144c bpf: offload: keep the offload state per-ASIC by Jakub Kicinski · 7 years ago
  13. 9fd7c55 bpf: offload: aggregate offloads per-device by Jakub Kicinski · 7 years ago
  14. 0972826 bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match() by Jakub Kicinski · 7 years ago
  15. c23e014 bpf: sockmap: remove redundant pointer sg by Colin Ian King · 7 years ago
  16. 3960f4f bpf: fix rcu annotations in compute_effective_progs() by Roman Gushchin · 7 years ago
  17. d29ab6e bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer by Roman Gushchin · 7 years ago
  18. 3c53776 Mark HI and TASKLET softirq synchronous by Linus Torvalds · 7 years ago
  19. e117cb5 sched/deadline: Fix switched_from_dl() warning by Juri Lelli · 7 years ago
  20. 9fb8d5d stop_machine: Disable preemption when waking two stopper threads by Isaac J. Manjarres · 7 years ago
  21. 3951dbf Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  22. ae4ea397 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  23. 35a84f3 Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  24. f8494fa tracing: Reorder display of TGID to be after PID by Joel Fernandes (Google) · 7 years ago
  25. c7a8978 bpf: don't leave partial mangled prog in jit_subprogs error path by Daniel Borkmann · 7 years ago
  26. b65f370 bpf: btf: Fix bitfield extraction for big endian by Okash Khawaja · 7 years ago
  27. c25c74b Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  28. 0fc8c35 tracing/kprobe: Release kprobe print_fmt properly by Jiri Olsa · 7 years ago
  29. ec9c82e rseq: uapi: Declare rseq_cs field as union, update includes by Mathieu Desnoyers · 7 years ago
  30. 0fb9a1a rseq: uapi: Update uapi comments by Mathieu Desnoyers · 7 years ago
  31. 8f28177 rseq: Use get_user/put_user rather than __get_user/__put_user by Mathieu Desnoyers · 7 years ago
  32. e96d713 rseq: Use __u64 for rseq_cs fields, validate user inputs by Mathieu Desnoyers · 7 years ago
  33. 5b5ccbc Revert "tick: Prefer a lower rating device only if it's CPU local device" by Sudeep Holla · 7 years ago
  34. 6fb2489 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  35. d8d7218 xdp: XDP_REDIRECT should check IFF_UP and MTU by Toshiaki Makita · 7 years ago
  36. 0ea488f bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb by John Fastabend · 7 years ago
  37. 7ebc14d bpf: sockmap, consume_skb in close path by John Fastabend · 7 years ago
  38. 99ba2b5 bpf: sockhash, disallow bpf_tcp_close and update in parallel by John Fastabend · 7 years ago
  39. 1d1ef00 bpf: sockmap, hash table is RCU so readers do not need locks by John Fastabend · 7 years ago
  40. 547b3aa bpf: sockmap, error path can not release psock in multi-map case by John Fastabend · 7 years ago
  41. 97f4e14 Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  42. 1fe4293 tracing: Fix missing return symbol in function_graph output by Changbin Du · 7 years ago
  43. 5ccba64 ftrace: Nuke clear_ftrace_function by Yisheng Xie · 7 years ago
  44. 26b68dd tracing: Use __printf markup to silence compiler by Mathieu Malaterre · 7 years ago
  45. f26808b tracing: Optimize trace_buffer_iter() logic by yuan linyu · 7 years ago
  46. f906587 tracing: Make create_filter() code match the comments by Steven Rostedt (VMware) · 7 years ago
  47. cf4d418 tracing: Avoid string overflow by Arnd Bergmann · 7 years ago
  48. ed2b82c bpf: hash map: decrement counter on error by Mauricio Vasquez B · 7 years ago
  49. 1cef115 kthread, sched/core: Fix kthread_parkme() (again...) by Peter Zijlstra · 7 years ago
  50. 3482d98 sched/util_est: Fix util_est_dequeue() for throttled cfs_rq by Vincent Guittot · 7 years ago
  51. f1d1be8 sched/fair: Advance global expiration when period timer is restarted by Xunlei Pang · 7 years ago
  52. 512ac99 sched/fair: Fix bandwidth timer clock drift condition by Xunlei Pang · 7 years ago
  53. 296b2ff sched/rt: Fix call to cpufreq_update_util() by Vincent Guittot · 7 years ago
  54. d9c0ffc sched/nohz: Skip remote tick on idle task entirely by Frederic Weisbecker · 7 years ago
  55. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  56. c350d6d Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  57. 271b955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  58. caac76a bpf: sockhash, add release routine by John Fastabend · 7 years ago
  59. e9db4ef bpf: sockhash fix omitted bucket lock in sock_close by John Fastabend · 7 years ago
  60. 54fedb4 bpf: sockmap, fix smap_list_map_remove when psock is in many maps by John Fastabend · 7 years ago
  61. 9901c5d bpf: sockmap, fix crash when ipv6 sock is added by John Fastabend · 7 years ago
  62. 85782e0 bpf: undo prog rejection on read-only lock failure by Daniel Borkmann · 7 years ago
  63. 210d079 swiotlb: export swiotlb_dma_ops by Christoph Hellwig · 7 years ago
  64. 9331510 perf/core: Move inline keyword at the beginning of declaration by Mathieu Malaterre · 7 years ago
  65. fdb5c45 bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF by Sean Young · 7 years ago
  66. c81b995 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 2ce413e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 2da2ca2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 6242258 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. 78fea63 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. 81f9c4e Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  72. 784e030 rseq: Avoid infinite recursion when delivering SIGSEGV by Will Deacon · 7 years ago
  73. abcbcb8 time: Make sure jiffies_to_msecs() preserves non-zero time periods by Geert Uytterhoeven · 7 years ago
  74. 72a8edc genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug by Marc Zyngier · 7 years ago
  75. 57d6a79 perf/core: Move the inline keyword at the beginning of the function declaration by Mathieu Malaterre · 7 years ago
  76. 08ae88f tracing: Use swap macro in update_max_tr by Gustavo A. R. Silva · 7 years ago
  77. 1a63dcd softirq: Reorder trace_softirqs_on to prevent lockdep splat by Joel Fernandes (Google) · 7 years ago
  78. 7030342 tracing: Check for no filter when processing event filters by Steven Rostedt (VMware) · 7 years ago
  79. fcc784b locking/lockdep: Do not record IRQ state within lockdep code by Steven Rostedt (VMware) · 7 years ago
  80. d8894a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  81. 03eeafd locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS by Waiman Long · 7 years ago
  82. 6d90eb7 Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  83. 0fe2795 posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME by Arnd Bergmann · 7 years ago
  84. 0841d98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  85. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  86. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  87. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  88. de7f01c Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  89. 6d5fc19 xdp: Fix handling of devmap in generic XDP by Toshiaki Makita · 7 years ago
  90. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  91. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  92. 9facc33 bpf: reject any prog that failed read-only lock by Daniel Borkmann · 7 years ago
  93. 7d1982b bpf: fix panic in prog load calls cleanup by Daniel Borkmann · 7 years ago
  94. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  95. 0ed557a sched/core / kcov: avoid kcov_area during task switch by Mark Rutland · 7 years ago
  96. dc55daf kcov: prefault the kcov_area by Mark Rutland · 7 years ago
  97. c9484b9 kcov: ensure irq code sees a valid area by Mark Rutland · 7 years ago
  98. 3fb3894 kernel/relay.c: change return type to vm_fault_t by Souptick Joarder · 7 years ago
  99. 655c79b mm: check for SIGKILL inside dup_mmap() loop by Tetsuo Handa · 7 years ago
  100. a8311f6 kexec: yield to scheduler when loading kimage segments by Jarrett Farnitano · 7 years ago