summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov-1/+18
2018-05-28bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann-4/+3
2018-05-28bpf: btf: avoid -Wreturn-type warningArnd Bergmann-1/+1
2018-05-27tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)-2/+3
2018-05-27PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa-0/+5
2018-05-27PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior-7/+7
2018-05-27PM / s2idle: Make s2idle_wait_head swait basedSebastian Andrzej Siewior-4/+5
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner-0/+13
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-31/+163
2018-05-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+3
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+5
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-22/+64
2018-05-25kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva-0/+5
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-22/+64
2018-05-25Merge back PM core material for v4.18.Rafael J. Wysocki-0/+1
2018-05-25locking/rwsem: Simplify the is-owner-spinnable checksOleg Nesterov-12/+13
2018-05-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-71/+220
2018-05-25perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATT...Eugene Syromiatnikov-0/+2
2018-05-25perf/core: Fix bad use of igrab()Song Liu-12/+9
2018-05-25perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu-10/+11
2018-05-25sched/fair: Update util_est before updating schedutilPatrick Bellasi-1/+8
2018-05-25sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi-9/+8
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-76/+223
2018-05-25kthread: Allow kthread_park() on a parked kthreadPeter Zijlstra-4/+2
2018-05-25sched/topology: Clarify root domain(s) debug stringJuri Lelli-1/+1
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-136/+721
2018-05-24xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer-2/+3
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer-11/+18
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer-2/+2
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer-4/+23
2018-05-24bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer-4/+70
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer-6/+28
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song-0/+230
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song-0/+8
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann-22/+64
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux-0/+1
2018-05-24cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki-23/+47
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das-0/+20
2018-05-24bpf: fix multi-function JITed dump obtained via syscallSandipan Das-3/+34
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das-6/+26
2018-05-24bpf: support 64-bit offsets for bpf function callsSandipan Das-1/+14
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau-6/+5
2018-05-23workqueue: move function definitions within CONFIG_SMP blockMathieu Malaterre-2/+2
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo-8/+8
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov-3/+122
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau-10/+10
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau-17/+35
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau-24/+56
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau-51/+158
2018-05-23bpf: Expose check_uarg_tail_zero()Martin KaFai Lau-7/+7