aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-23bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa3-47/+54
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-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-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
2018-03-08Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds1-19/+0
2018-03-08bpf: add support to read sample address in bpf programTeng Qin1-4/+16
2018-03-06kernel/memremap: Remove stale devres_free() callOliver O'Halloran1-1/+0
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-37/+81
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-16/+26
2018-03-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-5/+10
2018-03-02memremap: fix softlockup reports at teardownDan Williams1-5/+10
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn1-19/+0
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-16/+26
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+2
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
2018-02-27printk: Wake klogd when passing console_lock ownerPetr Mladek1-1/+2
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+23
2018-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+0