summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-09-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song
2020-09-08seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen
2020-09-08seccomp: don't leak memory when filter install racesTycho Andersen
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner
2020-09-04padata: fix possible padata_works_lock deadlockDaniel Jordan
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter
2020-08-26bpf: Fix a verifier failure with xorYonghong Song
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra
2020-08-25bpf: Add d_path helperJiri Olsa
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-24bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds