summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-2412-136/+721
|\
| * xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer2018-05-241-2/+3
| * xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-241-11/+18
| * xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-242-2/+2
| * xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-241-4/+23
| * bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer2018-05-241-4/+70
| * bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-241-6/+28
| * bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-244-0/+230
| * perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song2018-05-241-0/+8
| * ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+1
| * bpf: get JITed image lengths of functions via syscallSandipan Das2018-05-241-0/+20
| * bpf: fix multi-function JITed dump obtained via syscallSandipan Das2018-05-241-3/+34
| * bpf: get kernel symbol addresses via syscallSandipan Das2018-05-242-6/+26
| * bpf: support 64-bit offsets for bpf function callsSandipan Das2018-05-241-1/+14
| * bpf: btf: Avoid variable length arrayMartin KaFai Lau2018-05-241-6/+5
| * bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2018-05-232-10/+10
| * bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau2018-05-231-17/+35
| * bpf: btf: Check array->index_typeMartin KaFai Lau2018-05-231-24/+56
| * bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau2018-05-231-51/+158
| * bpf: Expose check_uarg_tail_zero()Martin KaFai Lau2018-05-231-7/+7
| * bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-0/+1
| * xsk: clean up SPDX headersBjörn Töpel2018-05-181-9/+0
| * bpf: sockmap, fix double-freeGustavo A. R. Silva2018-05-171-1/+0
| * bpf: sockmap, fix uninitialized variableGustavo A. R. Silva2018-05-171-1/+1
* | umh: introduce fork_usermode_blob() helperAlexei Starovoitov2018-05-231-3/+122
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2117-185/+223
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-212-34/+84
| |\
| | * bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-171-25/+75
| | * bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend2018-05-181-3/+3
| | * bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend2018-05-181-6/+6
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-201-0/+8
| |\ \
| | * | tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-151-0/+8
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-203-7/+4
| |\ \ \
| | * | | sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-181-1/+1
| | * | | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-183-6/+3
| | |/ /
| * | | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2018-05-161-0/+2
| * | | locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long2018-05-163-21/+28
| |/ /
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-137-67/+91
| |\ \
| | * | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-051-2/+5
| | * | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| | * | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| | * | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-042-18/+16
| | * | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-032-35/+40
| | * | kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-05-031-3/+4
| | * | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
| | * | stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra2018-05-031-5/+14
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-131-56/+1
| |\ \ \
| | * | | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-111-0/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | init: fix false positives in W+X checkingJeffrey Hugo2018-05-111-0/+5
OpenPOWER on IntegriCloud