summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski2017-12-311-1/+3
| * | | | | | | bpf: offload: don't require rtnl for dev list manipulationJakub Kicinski2017-12-311-10/+24
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-293-12/+16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-286-49/+283
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: fix max call depth checkAlexei Starovoitov2017-12-271-2/+2
| | * | | | | | | | bpf: fix maximum stack depth tracking logicAlexei Starovoitov2017-12-271-16/+66
| | * | | | | | | | bpf: fix stacksafe exploration when comparing statesGianluca Borello2017-12-231-1/+1
| | * | | | | | | | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-215-26/+189
| | * | | | | | | | bpf: fix kallsyms handling for subprogsDaniel Borkmann2017-12-212-0/+9
| | * | | | | | | | bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song2017-12-191-2/+13
| | * | | | | | | | bpf: make function skip_callee static and return NULL rather than 0Colin Ian King2017-12-191-1/+2
| | * | | | | | | | bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King2017-12-191-1/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-222-129/+183
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-1811-205/+1380
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | trace: reenable preemption if we modify the ipJosef Bacik2017-12-171-1/+8
| | * | | | | | | | | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-173-3/+139
| | * | | | | | | | | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-172-2/+3
| | * | | | | | | | | bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-172-17/+109
| | * | | | | | | | | bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov2017-12-171-28/+101
| | * | | | | | | | | bpf: introduce function calls (verification)Alexei Starovoitov2017-12-171-151/+551
| | * | | | | | | | | bpf: introduce function calls (function boundaries)Alexei Starovoitov2017-12-172-4/+145
| | * | | | | | | | | bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-132-2/+2
| | * | | | | | | | | bpf: add a bpf_override_function helperJosef Bacik2017-12-127-7/+118
| | * | | | | | | | | add infrastructure for tagging functions as error injectableJosef Bacik2017-12-122-1/+168
| | * | | | | | | | | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-123-0/+47
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1718-709/+126
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-108-45/+92
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-054-19/+37
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bpf: cleanup register_is_null()Alexei Starovoitov2017-12-011-10/+10
| * | | | | | | | | | | | bpf: improve JEQ/JNE path walkingAlexei Starovoitov2017-12-011-2/+3
| * | | | | | | | | | | | bpf: improve verifier liveness marksAlexei Starovoitov2017-12-011-0/+5
| * | | | | | | | | | | | bpf: don't mark FP reg as uninitAlexei Starovoitov2017-12-011-4/+4
| * | | | | | | | | | | | bpf: print liveness info to verifier logAlexei Starovoitov2017-12-011-4/+20
| * | | | | | | | | | | | bpf: fix stack state printing in verifier logAlexei Starovoitov2017-12-011-1/+1
* | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | padata: add SPDX identifierCheah Kok Cheong2018-01-051-0/+1
* | | | | | | | | | | | | | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-312-30/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ptrace, seccomp: add support for retrieving seccomp metadataTycho Andersen2017-11-292-0/+37
| * | | | | | | | | | | | | | seccomp: hoist out filter resolving logicTycho Andersen2017-11-291-32/+45
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-314-53/+145
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-4.16/remove-immediate' into for-linusJiri Kosina2018-01-312-55/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | livepatch: Remove immediate featureMiroslav Benes2018-01-112-55/+6
| * | | | | | | | | | | | | | | | livepatch: add locking to force and signal functionsMiroslav Benes2018-01-111-24/+28
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | livepatch: force transition to finishMiroslav Benes2017-12-073-2/+65
| * | | | | | | | | | | | | | | livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-044-1/+75
* | | | | | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney2017-12-081-0/+2
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-311-28/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod()Al Viro2018-01-051-28/+22
* | | | | | | | | | | | | | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-316-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \