aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-38/+81
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-89/+764
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov1-0/+43
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+8
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov3-8/+65
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov4-14/+53
2018-03-30bpf: sockmap: initialize sg table entries properlyPrashant Bhole1-5/+8
2018-03-30bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend1-18/+76
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend1-3/+195
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2-0/+261
2018-03-27bpf: follow idr code conventionShaohua Li1-0/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()Martin KaFai Lau1-8/+11
2018-03-26bpf: Rename bpf_verifer_logMartin KaFai Lau1-2/+2
2018-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+8
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+17
2018-03-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+16
2018-03-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+34
2018-03-23Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-8/+6
2018-03-23bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa3-47/+54
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-69/+82
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+0
2018-03-22Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-29/+51
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+8
2018-03-20bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song1-28/+40
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence1-11/+16
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence1-1/+1
2018-03-20perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf1-3/+4
2018-03-20locking/mutex: Improve documentationMatthew Wilcox1-7/+30
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-5/+20
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-9/+1
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend3-20/+711
2018-03-19sockmap: convert refcnt to an atomic refcntJohn Fastabend1-13/+10
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2018-03-15bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu1-22/+235
2018-03-14jump_label: Fix sparc64 warningJosh Poimboeuf1-1/+2
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger1-8/+0
2018-03-13workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-03-12error-injection: Fix to prohibit jump optimizationMasami Hiramatsu1-0/+10
2018-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2018-03-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2018-03-09bug: use %pB in BUG and stack protector failureKees Cook1-1/+1
2018-03-09rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng1-2/+3
2018-03-09bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet1-0/+3
2018-03-09perf/core: Fix ctx_event_type in ctx_resched()Song Liu1-1/+3
2018-03-08module: propagate error in modules_open()Leon Yu1-1/+1