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