summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang2020-06-041-10/+7
* kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens2020-06-041-0/+5
* kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang2020-06-041-28/+6
* user.c: make uidhash_table staticJason Yan2020-06-041-1/+1
* kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-06-041-0/+5
* kcov: collect coverage from interruptsAndrey Konovalov2020-06-041-39/+155
* kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov2020-06-041-9/+23
* kcov: move t->kcov_sequence assignmentAndrey Konovalov2020-06-041-1/+1
* kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov2020-06-041-9/+7
* kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov2020-06-041-6/+8
* kcov: cleanup debug messagesAndrey Konovalov2020-06-041-20/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-033-60/+230
|\
| * mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner2020-06-031-1/+2
| * mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-2/+1
| * mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-8/+3
| * mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
| * mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-3/+3
| * padata: add basic support for multithreaded jobsDaniel Jordan2020-06-031-3/+149
| * padata: allocate work structures for parallel jobs from a poolDaniel Jordan2020-06-031-41/+77
| * padata: initialize earlierDaniel Jordan2020-06-031-9/+8
| * padata: remove exit routineDaniel Jordan2020-06-031-6/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0345-2215/+4826
|\ \
| * | bpf, cgroup: Return ENOLINK for auto-detached links on updateJakub Sitnicki2020-06-011-1/+1
| * | bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-012-2/+245
| * | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-012-0/+134
| * | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-3/+4
| * | bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-012-2/+2
| * | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-012-2/+2
| * | bpf: Change kvfree to kfree in generic_map_lookup_batch()Denis Efremov2020-06-011-1/+1
| * | xdp: Add xdp_txq_info to xdp_buffDavid Ahern2020-06-011-0/+3
| * | bpf: Add support to attach bpf program to a devmap entryDavid Ahern2020-06-011-4/+84
| * | devmap: Formalize map value as a named structDavid Ahern2020-06-011-17/+28
| * | bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song2020-06-011-3/+3
| * | bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-016-50/+680
| * | bpf: Fix map permissions checkAnton Protopopov2020-06-011-1/+2
| * | bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend2020-06-012-5/+29
| * | bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham2020-06-011-1/+1
| * | bpf: Fix returned error sign when link doesn't support updatesJakub Sitnicki2020-06-011-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-313-32/+20
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-243-17/+53
| |\ \ \
| * | | | bpf: Verifier track null pointer branch_taken with JNE and JEQJohn Fastabend2020-05-211-3/+33
| * | | | xsk: Move xskmap.c to net/xdp/Björn Töpel2020-05-212-268/+0
| * | | | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-192-1/+17
| * | | | bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann2020-05-161-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-1514-110/+188
| |\ \ \ \
| * | | | | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-1514-54/+109
| * | | | | xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer2020-05-141-18/+3
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-1411-9/+1357
| |\ \ \ \ \
| | * | | | | bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko2020-05-141-1/+7
| | * | | | | bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-135-6/+32