summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-05-04bpf: centre subprog information fieldsJiong Wang-30/+32
2018-05-04bpf: unify main prog and subprogJiong Wang-26/+31
2018-05-04locking/mutex: Optimize __mutex_trylock_fast()Peter Zijlstra-1/+2
2018-05-04sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain-0/+3
2018-05-04sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar-9/+7
2018-05-04sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar-21/+16
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra-18/+16
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-29/+77
2018-05-03bpf: use array_index_nospec in find_prog_typeDaniel Borkmann-2/+8
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann-88/+32
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland-3/+6
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel-2/+248
2018-05-03tracing: Fix the file mode of stack tracerZhengyuan Liu-1/+1
2018-05-03ftrace: Have set_graph_* files have normal file modesChen LinX-2/+2
2018-05-03tracing: Remove PPC32 wart from config TRACING_SUPPORTMichael Ellerman-5/+1
2018-05-03seccomp: Enable speculation flaw mitigationsKees Cook-0/+17
2018-05-03nospec: Allow getting/setting on non-current taskKees Cook-4/+5
2018-05-03prctl: Add speculation control prctlsThomas Gleixner-0/+22
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra-35/+40
2018-05-03kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra-3/+4
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot-1/+1
2018-05-03stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra-5/+14
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-27/+31
2018-05-02bpf: sockmap, fix error handling in redirect failuresJohn Fastabend-16/+12
2018-05-02bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend-4/+11
2018-05-02bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend-2/+3
2018-05-02aio: implement io_pgeteventsChristoph Hellwig-0/+2
2018-05-02clocksource: Remove kthreadPeter Zijlstra-21/+10
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner-232/+278
2018-05-02clocksource: Rework stale commentPeter Zijlstra-4/+2
2018-05-02clocksource: Consistent de-rate when marking unstablePeter Zijlstra-1/+8
2018-05-02clocksource: Initialize cs->wd_listPeter Zijlstra-0/+2
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra-16/+34
2018-04-30tracepoint: Do not warn on ENOMEMMathieu Desnoyers-2/+2
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov-35/+2
2018-04-29bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin-2/+0
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-90/+75
2018-04-29bpf/verifier: improve register value range tracking with ARSHYonghong Song-0/+33
2018-04-29bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song-9/+2
2018-04-29bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song-0/+27
2018-04-29bpf: add bpf_get_stack helperYonghong Song-1/+140
2018-04-29bpf: change prototype for stack_map_get_build_id_offsetYonghong Song-8/+5
2018-04-27Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2018-04-27Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-19/+1
2018-04-27stop_machine: Use raw spinlocksThomas Gleixner-12/+12
2018-04-27delayacct: Use raw_spinlocksSebastian Andrzej Siewior-8/+9
2018-04-27locking/qspinlock: Remove duplicate clear_pending() function from PV codeWill Deacon-5/+0
2018-04-27locking/qspinlock: Add stat tracking for pending vs. slowpathWaiman Long-12/+18
2018-04-27locking/qspinlock: Use try_cmpxchg() instead of cmpxchg() when lockingWill Deacon-10/+9
2018-04-27locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()Will Deacon-16/+17