summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-1314-25/+478
|\
| * bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-1311-40/+66
| * bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-0/+9
| * bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-114-1/+373
| * bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song2018-08-101-0/+44
| * bpf: fix bpffs non-array map seq_show issueYonghong Song2018-08-101-3/+5
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-123-14/+24
|\ \ | |/ |/|
| * xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-091-5/+9
| * xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
| * bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann2018-08-081-2/+5
| * bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann2018-08-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-078-124/+617
|\ \
| * | bpf: introduce update_effective_progs()Roman Gushchin2018-08-071-54/+45Star
| * | bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-034-0/+41
| * | bpf: don't allow create maps of cgroup local storagesRoman Gushchin2018-08-031-1/+2
| * | bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin2018-08-031-2/+6
| * | bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-032-46/+51
| * | bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin2018-08-031-4/+31
| * | bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin2018-08-031-0/+2
| * | bpf: introduce cgroup storage mapsRoman Gushchin2018-08-034-0/+392
| * | bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin2018-08-031-15/+43
| * | bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre2018-07-311-2/+4
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-053-3/+10
|\ \ \ | | |/ | |/|
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-052-2/+2
| |\ \
| | * | nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker2018-08-031-1/+1
| | * | nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner2018-07-311-1/+1
| * | | genirq: Make force irq threading setup more robustThomas Gleixner2018-08-031-1/+8
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0216-30/+151
|\| | |
| * | | Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-311-4/+9
| |\ \ \
| | * | | audit: fix potential null dereference 'context->module.name'Yi Wang2018-07-311-4/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-312-2/+14
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-292-2/+14
| | |\ \ \ \
| | | * | | | bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-271-1/+1
| | | * | | | bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-1/+13
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-304-3/+19
| |\ \ \ \ \ \
| | * | | | | | sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu2018-07-251-0/+2
| | * | | | | | sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira2018-07-251-1/+7
| | * | | | | | stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres2018-07-251-1/+9
| | * | | | | | sched/topology: Check variable group before dereferencing itYi Wang2018-07-251-1/+1
| * | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-301-2/+8
| |\ \ \ \ \ \ \
| | * | | | | | | perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2018-07-251-0/+4
| | * | | | | | | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-251-2/+4
| | |/ / / / / /
| * | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-07-301-4/+25
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin2018-07-251-4/+25
| | |/ / / / /
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-272-7/+21
| |\ \ \ \ \ \
| | * | | | | | mm: introduce vma_init()Kirill A. Shutemov2018-07-271-4/+2Star
| | * | | | | | mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams2018-07-271-2/+2
| | * | | | | | mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang2018-07-271-1/+17
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-275-8/+55
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-07-261-1/+7