summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-1/+80
| * | | bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov2019-04-121-0/+65
| * | | bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov2019-04-121-1/+69
| * | | bpf: Sysctl hookAndrey Ignatov2019-04-123-0/+100
| * | | bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov2019-04-121-1/+7
* | | | ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2019-04-181-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-179-34/+72
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-1/+5
| |\ \ \
| | * | | fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-1/+5
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-04-121-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | alarmtimer: Return correct remaining timeAndrei Vagin2019-04-101-1/+1
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-04-121-3/+3
| |\ \ \ \
| | * | | | sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-031-3/+3
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-122-11/+45
| |\ \ \ \ \
| | * | | | | perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2019-04-122-11/+45
| | |/ / / /
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-04-121-17/+12
| |\ \ \ \ \