summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-025-49/+85
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-021-30/+46
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-261-30/+46
| | |\
| | | * bpf: mark registers in all frames after pkt/null checksPaul Chaignon2019-04-251-30/+46
| * | | Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-291-2/+15
| |\ \ \
| | * | | seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen2019-04-251-2/+15
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-04-271-0/+4
| |\ \ \ \
| | * | | | sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-04-251-0/+4
| | | |/ / | | |/| |
| * | | | Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-262-17/+20
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-04-261-1/+1
| | * | | tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang2019-04-261-1/+4
| | * | | tracing: Fix buffer_ref pipe opsJann Horn2019-04-261-14/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-283-6/+89
|\ \ \ \ \
| * | | | | bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-272-4/+26
| * | | | | bpf: add writable context for raw tracepointsMatt Mullins2019-04-263-2/+61
| * | | | | bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-251-0/+2
* | | | | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+2
* | | | | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+3
* | | | | | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-2512-49/+88
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-04-203-2/+11
| |\ \ \ \
| | * | | | timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen2019-04-183-2/+11
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-204-39/+43
| |\ \ \ \ \
| | * | | | | kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-04-191-1/+5
| | * | | | | perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin2019-04-161-18/+15
| | * | | | | perf/core: Fix the address filtering fixAlexander Shishkin2019-04-161-16/+21
| | * | | | | kprobes: Fix error check when reusing optimized probesMasami Hiramatsu2019-04-161-4/+2
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-04-202-2/+26
| |\ \ \ \ \ \
| | * | | | | | sched/deadline: Correctly handle active 0-lag timersluca abeni2019-04-161-2/+1
| | * | | | | | sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-161-0/+25
| | |/ / / / /
| * | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-04-201-4/+5
| |\ \ \ \ \ \
| | * | | | | | locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche2019-04-161-4/+5
| | |/ / / / /
| * | | | | | kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky2019-04-191-1/+2
| * | | | | | signal: use fdget() since we don't allow O_PATHChristian Brauner2019-04-181-1/+1
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-226-60/+641
|\ \ \ \ \ \
| * | | | | | bpf: drop bpf_verifier_lockAlexei Starovoitov2019-04-231-3/+5
| * | | | | | bpf: remove global variablesAlexei Starovoitov2019-04-231-12/+13
| * | | | | | bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer2019-04-171-0/+12
| * | | | | | bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer2019-04-171-7/+15
| * | | | | | bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer2019-04-171-10/+11
| * | | | | | bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole2019-04-161-3/+2
| * | | | | | bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2019-04-162-0/+12
| * | | | | | bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang2019-04-121-6/+8
| * | | | | | bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang2019-04-121-10/+20
| * | | | | | bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang2019-04-121-14/+20
| * | | | | | bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang2019-04-121-3/+1
| * | | | | | bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov2019-04-121-1/+1
| * | | | | | bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-122-0/+135
| * | | | | | bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov2019-04-121-0/+29
| * | | | | | bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-3/+51