summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann2019-11-253-12/+200
* bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann2019-11-251-0/+34
* bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann2019-11-254-21/+43
* bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann2019-11-252-20/+23
* bpf: Provide better register bounds after jmp32 instructionsYonghong Song2019-11-251-0/+19
* xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen2019-11-251-28/+46
* Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski2019-11-232-32/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-235-16/+36
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-221-1/+3
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-11-171-1/+3
| | |\
| | | * bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter2019-11-071-1/+3
| * | | Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-221-1/+7
| |\ \ \
| | * | | PM: QoS: Invalidate frequency QoS requests after removalRafael J. Wysocki2019-11-201-1/+7
| * | | | fork: fix pidfd_poll()'s return typeLuc Van Oostenryck2019-11-201-3/+3
| |/ / /
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-172-11/+23
| |\ \ \ | | |/ / | |/| |
| | * | sched/uclamp: Fix incorrect conditionQais Yousef2019-11-151-1/+1
| | * | sched/pelt: Fix update of blocked PELT orderingVincent Guittot2019-11-131-9/+20
| | * | sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-11-131-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-2112-141/+1187
|\ \ \ \
| * | | | bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann2019-11-201-4/+7
| * | | | bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-11-202-1/+32
| * | | | bpf: Make array_map_mmap staticYueHaibing2019-11-201-1/+1
| * | | | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-182-9/+148
| * | | | bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-183-28/+14
| * | | | bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-185-40/+27
| * | | | bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-154-27/+147
| * | | | bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2019-11-153-3/+98
| * | | | bpf: Annotate context typesAlexei Starovoitov2019-11-153-6/+114
| * | | | bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-152-6/+28
| * | | | bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-156-8/+419
| * | | | bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+6
| * | | | bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich2019-11-151-0/+4
| * | | | bpf: Add array support to btf_struct_accessMartin KaFai Lau2019-11-071-29/+166
| * | | | bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau2019-11-071-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-1716-78/+172
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-11-171-1/+1
| |\ \ \ \
| | * | | | ntp/y2038: Remove incorrect time_t truncationArnd Bergmann2019-11-121-1/+1
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-11-171-4/+19
| |\ \ \ \ \
| | * | | | | perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)2019-11-131-1/+1
| | * | | | | perf/core: Consistently fail fork on allocation failuresAlexander Shishkin2019-11-131-1/+1
| | * | | | | perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin2019-11-131-0/+7
| | * | | | | perf/core: Reattach a misplaced commentAlexander Shishkin2019-11-131-4/+3
| | * | | | | perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin2019-11-131-1/+1
| | * | | | | perf/core: Disallow uncore-cgroup eventsPeter Zijlstra2019-11-131-0/+9
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-11-152-3/+4
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | audit_get_nd(): don't unlock parent too earlyAl Viro2019-11-101-1/+1
| | * | | | | cgroup: don't put ERR_PTR() into fc->rootAl Viro2019-11-101-2/+3
| * | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-121-1/+26
| |\ \ \ \ \ \
| | * | | | | | cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-041-1/+26
| * | | | | | | Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-111-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |