summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1110-150/+903
|\
| * bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-1/+9
| * bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-093-6/+26
| * bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-091-20/+397
| * bpf: allow . char as part of the object nameDaniel Borkmann2019-04-091-3/+3
| * bpf: add syscall side map freeze supportDaniel Borkmann2019-04-091-12/+54
| * bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-097-13/+62
| * bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann2019-04-091-1/+13
| * bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-095-30/+124
| * bpf: Add missed newline in verifier verbose logAndrey Ignatov2019-04-051-1/+1
| * bpf: Sanity check max value for var_off stack accessAndrey Ignatov2019-04-051-3/+15
| * bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov2019-04-051-0/+16
| * bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov2019-04-051-0/+9
| * bpf: increase verifier log limitAlexei Starovoitov2019-04-041-1/+1
| * bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2019-04-042-2/+2
| * bpf: verbose jump offset overflow checkAlexei Starovoitov2019-04-042-6/+12
| * bpf: convert temp arrays to kvcallocAlexei Starovoitov2019-04-041-7/+7
| * bpf: improve verification speed by not remarking live_readAlexei Starovoitov2019-04-041-0/+9
| * bpf: improve verification speed by droping statesAlexei Starovoitov2019-04-041-3/+41
| * bpf: add verifier stats and log_level bit 2Alexei Starovoitov2019-04-041-24/+52
| * bpf: Support variable offset stack access from helpersAndrey Ignatov2019-03-291-21/+54
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-083-5/+9
|\ \
| * \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-051-1/+2
| |\ \
| | * | kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-051-1/+2
| * | | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-052-4/+7
| |\ \ \ | | |/ / | |/| |
| | * | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-052-3/+3
| | * | tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)2019-04-041-3/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-057-34/+70
|\| | | | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-043-19/+31
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-293-19/+31
| | |\ \
| | | * | xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-03-291-3/+10
| | | * | bpf: remove incorrect 'verifier bug' warningPaul Chaignon2019-03-261-2/+3
| | | * | bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-03-261-14/+18
| * | | | signal: don't silently convert SI_USER signals to non-current pidfdJann Horn2019-04-011-9/+4
| | |_|/ | |/| |
| * | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-311-2/+18
| |\ \ \
| | * | | cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner2019-03-281-2/+18
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-311-2/+4
| |\ \ \ \
| | * | | | watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner2019-03-281-2/+4
| | |/ / /
| * | / / ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-03-291-2/+13
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-2727-124/+336
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-272-70/+106
| |\ \ \ | | | |/ | | |/|
| | * | bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-211-9/+11
| | * | bpf: do not restore dst_reg when cur_state is freedXu Yu2019-03-211-1/+1
| | * | bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau2019-03-201-2/+11
| | * | bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-181-7/+15
| * | | ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam2019-03-261-6/+6
| * | | tracing: initialize variable in create_dyn_event()Frank Rowand2019-03-261-1/+1
| * | | tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi2019-03-261-1/+0
| | |/ | |/|
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-243-56/+89
| |\ \
| | * | sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider2019-03-191-28/+37