summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-131-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-131-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-132-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-131-17/+12Star
| |\ \ \ \
| | * | | | locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche2019-04-101-17/+12Star
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-132-0/+5
| |\ \ \ \ \
| | * | | | | genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-051-0/+4
| | * | | | | genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-051-0/+1
| | | |/ / / | | |/| | |
| * | | | | dma-debug: only skip one stackframe entryScott Wood2019-04-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-151-0/+10
|\ \ \ \ \
| * | | | | time: Introduce jiffies64_to_msecs()Li RongQing2019-04-081-0/+10
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1210-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-103-6/+26
| * | | | | | bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-101-20/+397
| * | | | | | bpf: allow . char as part of the object nameDaniel Borkmann2019-04-101-3/+3
| * | | | | | bpf: add syscall side map freeze supportDaniel Borkmann2019-04-101-12/+54
| * | | | | | bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-107-13/+62
| * | | | | | bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann2019-04-101-1/+13
| * | | | | | bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-105-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-093-5/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-061-1/+2
| |\ \ \ \ \
| | * | | | | kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-061-1/+2
| * | | | | | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-062-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-053-19/+31
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-303-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