summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau2019-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-025-154/+246
|\
| * bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann2019-11-021-4/+5
| * bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-021-46/+135
| * bpf: Make use of probe_user_write in probe write helperDaniel Borkmann2019-11-021-4/+2
| * xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel2019-11-021-48/+0
| * bpf: Implement map_gen_lookup() callback for XSKMAPMaciej Fijalkowski2019-11-021-0/+17
| * xsk: Store struct xdp_sock as a flexible array member of the XSKMAPBjörn Töpel2019-11-021-32/+23
| * bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-313-21/+63
| * bpf: Fix bpf jit kallsym accessAlexei Starovoitov2019-10-311-3/+0
| * bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov2019-10-301-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0214-35/+338
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-013-13/+53
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-263-13/+53
| | |\
| | | * bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann2019-10-221-1/+1
| | | * bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-222-12/+21
| | | * xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen2019-10-211-0/+31
| | | * xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen2019-10-181-1/+1
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-012-3/+11
| |\ \ \
| | * | | sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider2019-10-291-1/+5
| | * | | sched/topology: Don't try to build empty sched domainsValentin Schneider2019-10-292-2/+6
| * | | | perf/core: Start rejecting the syscall with attr.__reserved_2 setAlexander Shishkin2019-10-281-1/+1
| |/ / /
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-10-272-3/+5
| |\ \ \
| | * | | posix-cpu-timers: Fix two trivial commentsYi Wang2019-10-231-3/+3
| | * | | timers/sched_clock: Include local timekeeping.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+2
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-271-3/+5
| |\ \ \ \
| | * | | | perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-221-1/+1
| | * | | | perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter2019-10-211-2/+4
| * | | | | Merge tag 'pm-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-10-241-0/+240
| |\ \ \ \ \
| | * | | | | PM: QoS: Introduce frequency QoSRafael J. Wysocki2019-10-211-0/+240
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'trace-v5.4-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-10-232-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | tracing: Fix race in perf_trace_buf initializationPrateek Sood2019-10-211-0/+4
| | * | | | tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing2019-10-181-0/+2
| | |/ / /
| * | | | Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-201-4/+7
| |\ \ \ \
| | * | | | kheaders: substituting --sort in archive creationDmitry Goldin2019-10-171-4/+7
| | |/ / /
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-10-201-4/+4
| |\ \ \ \
| | * | | | hrtimer: Annotate lockless access to timer->baseEric Dumazet2019-10-141-4/+4
| | |/ / /
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-201-4/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | stop_machine: Avoid potential race behaviourMark Rutland2019-10-171-4/+6
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-267-71/+611
|\ \ \ \
| * | | | bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-244-64/+67
| * | | | bpf: Fix build error without CONFIG_NETYueHaibing2019-10-181-0/+2
| * | | | bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov2019-10-181-6/+11
| * | | | bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-173-15/+101
| * | | | bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-173-1/+22
| * | | | bpf: Add support for BTF pointers to interpreterAlexei Starovoitov2019-10-172-0/+27
| * | | | bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov2019-10-171-23/+47
| * | | | bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-173-4/+276
| * | | | bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov2019-10-171-4/+14
| * | | | bpf: Process in-kernel BTFAlexei Starovoitov2019-10-172-1/+90