summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-277-71/+611
|\
| * bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-254-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
| * bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu2019-10-161-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2024-128/+300
|\ \ | |/ |/|
| * kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu2019-10-191-2/+11
| * Merge tag 'pm-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-10-181-0/+1
| |\
| | *-. Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2019-10-181-0/+1
| | |\ \
| | | | * PM: sleep: include <linux/pm_runtime.h> for pm_wqBen Dooks2019-10-101-0/+1
| * | | | kthread: make __kthread_queue_delayed_work staticBen Dooks2019-10-161-3/+3
| * | | | Merge branch 'parisc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-151-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ defineHelge Deller2019-10-141-2/+2
| | | |/ | | |/|
| * | | Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-10-1313-87/+217
| |\ \ \
| | * | | tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-10-131-0/+1
| | * | | tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-131-0/+2
| | * | | tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-131-1/+1
| | * | | tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-1310-4/+98
| | * | | tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-136-60/+81
| | * | | tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)2019-10-133-15/+5
| | * | | tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-131-2/+15
| | * | | ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-131-9/+18
| | | |/ | | |/|
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-10-132-17/+25
| |\ \ \
| | * | | sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-10-091-3/+3
| | * | | sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-10-091-14/+22
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-131-7/+36
| |\ \ \ \
| | * | | | perf/core: Fix corner case in perf_rotate_context()Song Liu2019-10-091-5/+17
| | * | | | perf/core: Rework memory accounting in perf_mmap()Song Liu2019-10-091-2/+15
| | * | | | perf/core: Fix inheritance of aux_output groupsAlexander Shishkin2019-10-071-0/+4
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-111-6/+0
| |\ \ \ \
| | * | | | Revert "libata, freezer: avoid block device removal while system is frozen"Mika Westerberg2019-10-061-6/+0
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-10-082-2/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-081-2/+2
| | * | | | panic: ensure preemption is disabled during panic()Will Deacon2019-10-081-0/+1
| * | | | | Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-10-061-2/+2
| |\ \ \ \ \
| | * | | | | dma-mapping: fix false positivse warnings in dma_common_free_remap()Andrey Smirnov2019-10-051-2/+2
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-141-2/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko2019-10-111-1/+1
| * | | | | bpf: Track contents of read-only maps as scalarsAndrii Nakryiko2019-10-111-2/+55
* | | | | | Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-051-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | kheaders: make headers archive reproducibleDmitry Goldin2019-10-051-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2019-10-043-101/+23
|\ \ \ \ \
| * | | | | perf_event_open: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-38/+9