summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-028-45/+39
|\
| * signal: Extend exec_id to 64bitsEric W. Biederman2020-04-011-1/+1
| * pidfd: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-2/+2
| * perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-6/+6
| * kernel/kcmp.c: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-4/+4
| * kernel: doc: remove outdated comment cred.cBernd Edlinger2020-03-251-2/+0
| * exec: Fix a deadlock in straceBernd Edlinger2020-03-251-2/+2
| * exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-0/+1
| * pid: Improve the comment about waiting in zap_pid_ns_processesEric W. Biederman2020-02-281-12/+19
| * proc: Remove the now unnecessary internal mount of procEric W. Biederman2020-02-282-15/+0
| * proc: Use a list of inodes to flush from procEric W. Biederman2020-02-242-1/+4
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-011-4/+5
|\ \
| * | crypto: pcrypt - simplify error handling in pcrypt_create_aead()Eric Biggers2020-03-061-3/+4
| * | padata: fix uninitialized return value in padata_replace()Daniel Jordan2020-02-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-04-0125-1076/+2676
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3113-748/+1872
| |\ \ \
| | * | | bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-313-0/+162
| | * | | bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-313-90/+303
| | * | | bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend2020-03-311-0/+1
| | * | | bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-302-281/+852
| | * | | bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend2020-03-301-8/+11
| | * | | bpf: btf: Fix arg verification in btf_ctx_access()KP Singh2020-03-301-7/+17
| | * | | bpf: Simplify reg_set_min_max_inv handlingJann Horn2020-03-301-86/+22
| | * | | bpf: Fix tnum constraints for 32-bit comparisonsJann Horn2020-03-301-36/+72
| | * | | bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann2020-03-301-19/+0
| | * | | bpf: lsm: Implement attach, detach and executionKP Singh2020-03-305-27/+105
| | * | | bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2020-03-301-0/+14
| | * | | bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-303-6/+24
| | * | | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-282-0/+19
| | * | | bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-281-6/+10
| | * | | bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing2020-03-271-1/+0
| | * | | bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko2020-03-271-87/+66
| | * | | bpf: Factor out cgroup storages operationsAndrii Nakryiko2020-03-271-46/+72
| | * | | bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend2020-03-261-0/+1
| | * | | bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend2020-03-261-164/+239
| | * | | bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-192-11/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-304-19/+33
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-268-46/+81
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-1412-219/+542
| |\ \ \ \ \
| | * | | | | bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge2020-03-131-0/+2
| | * | | | | bpf: Remove bpf_image treeJiri Olsa2020-03-133-77/+12
| | * | | | | bpf: Add dispatchers to kallsymsJiri Olsa2020-03-131-0/+1
| | * | | | | bpf: Add trampolines to kallsymsJiri Olsa2020-03-131-0/+28
| | * | | | | bpf: Add bpf_ksym_add/del functionsJiri Olsa2020-03-131-14/+19
| | * | | | | bpf: Add prog flag to struct bpf_ksym objectJiri Olsa2020-03-131-11/+11
| | * | | | | bpf: Add bpf_ksym_find functionJiri Olsa2020-03-131-7/+15
| | * | | | | bpf: Move ksym_tnode to bpf_ksymJiri Olsa2020-03-131-14/+10
| | * | | | | bpf: Move lnode list node to struct bpf_ksymJiri Olsa2020-03-131-11/+11
| | * | | | | bpf: Add name to struct bpf_ksymJiri Olsa2020-03-132-8/+10
| | * | | | | bpf: Add struct bpf_ksymJiri Olsa2020-03-131-16/+12