summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-0432-66/+74
|\
| * gcov: Disable gcov build with GCC 10Leon Romanovsky2020-09-041-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-032-3/+2
| |\
| | * bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser2020-08-241-2/+1
| | * bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song2020-08-241-1/+1
| * | Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-301-0/+7
| |\ \
| | * | genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-08-301-0/+7
| * | | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-302-21/+22
| |\ \ \
| | * | | lockdep,trace: Expose tracepointsPeter Zijlstra2020-08-261-5/+9
| | * | | cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-0/+3
| | * | | sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2020-08-261-14/+8
| | * | | lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra2020-08-261-2/+2
| | | |/ | | |/|
| * | | dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter2020-08-271-1/+1
| * | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2326-41/+41
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-0138-119/+2542
|\ \ \ | |/ / |/| |
| * | bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2020-09-012-16/+10
| * | bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2020-08-312-1/+1
| * | bpf: Fix build without BPF_LSM.Alexei Starovoitov2020-08-311-0/+2
| * | bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-282-0/+24
| * | bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-285-14/+121
| * | bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2020-08-282-3/+9
| * | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-2813-15/+32
| * | bpf: Fix a verifier failure with xorYonghong Song2020-08-261-0/+66
| * | bpf: verifier: Use target program's type for access verificationsUdip Pant2020-08-261-11/+21
| * | bpf: Add d_path helperJiri Olsa2020-08-251-0/+48
| * | bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-252-0/+19
| * | bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-252-6/+42
| * | bpf: Factor btf_struct_access functionJiri Olsa2020-08-251-10/+65
| * | bpf: Remove recursion call in btf_struct_accessJiri Olsa2020-08-251-6/+5
| * | bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-251-4/+9
| * | bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-251-3/+7
| * | bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-252-11/+16
| * | bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov2020-08-251-0/+3
| * | bpf: Allow local storage to be used from LSM programsKP Singh2020-08-251-1/+20
| * | bpf: Implement bpf_local_storage for inodesKP Singh2020-08-254-1/+286
| * | bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-252-0/+601
| * | bpf: sockmap: Allow update from BPFLorenz Bauer2020-08-211-2/+36
| * | bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer2020-08-211-0/+35
| * | bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer2020-08-211-2/+3
| * | bpf: Implement link_query callbacks in map element iteratorsYonghong Song2020-08-211-0/+15
| * | bpf: Implement link_query for bpf iteratorsYonghong Song2020-08-211-0/+58
| * | bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-2010-4/+382
| * | bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov2020-08-205-0/+587
| * | bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov2020-08-201-18/+28
* | | Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-231-1/+2
|\ \ \
| * | | core/entry: Respect syscall number rewritesThomas Gleixner2020-08-211-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-232-3/+18
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-212-3/+18
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: Avoid visit same object multiple timesYonghong Song2020-08-181-1/+2
| | * | | bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song2020-08-181-1/+14