aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski32-66/+74
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky1-0/+1
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+2
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller38-119/+2542
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2-16/+10
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2-1/+1
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov1-0/+2
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-21/+22
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2-0/+24
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov5-14/+121
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2-3/+9
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau13-15/+32
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter1-1/+1
2020-08-26bpf: Fix a verifier failure with xorYonghong Song1-0/+66
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant1-11/+21
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra1-5/+9
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-0/+3
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra1-14/+8
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra1-2/+2
2020-08-25bpf: Add d_path helperJiri Olsa1-0/+48
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa2-0/+19
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa2-6/+42
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2-11/+16
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov1-0/+3
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh1-1/+20
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh4-1/+286
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2-0/+601
2020-08-24bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser1-2/+1
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva26-41/+41
2020-08-23Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+18
2020-08-21bpf: sockmap: Allow update from BPFLorenz Bauer1-2/+36
2020-08-21bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer1-0/+35
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-2/+3
2020-08-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+2
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+15
2020-08-21bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+58
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-3/+18
2020-08-21uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins1-1/+1
2020-08-21kernel/relay.c: fix memleak on destroy relay channelWei Yongjun1-0/+1
2020-08-21core/entry: Respect syscall number rewritesThomas Gleixner1-1/+2
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-71/+87
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov10-4/+382