summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu2022-02-171-0/+1
* libbpf: Split bpf_core_apply_relo()Mauricio Vásquez2022-02-161-3/+10
* bpf: Reject kfunc calls that overflow insn->immHou Tao2022-02-151-1/+10
* bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu2022-02-111-2/+2
* bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov2022-02-109-247/+70
* bpf: Update iterators.lskel.h.Alexei Starovoitov2022-02-101-72/+69
* bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov2022-02-101-4/+34
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-1013-544/+958
|\
| * bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu2022-02-091-1/+5
| * bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu2022-02-081-1/+107
| * bpf: Introduce bpf_prog_pack allocatorSong Liu2022-02-081-0/+127
| * bpf: Introduce bpf_arch_text_copySong Liu2022-02-081-0/+5
| * bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()Song Liu2022-02-082-4/+2
| * bpf: Use size instead of pages in bpf_binary_headerSong Liu2022-02-081-6/+5
| * bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu2022-02-082-12/+11
| * bpf: Implement bpf_core_types_are_compat().Matteo Croce2022-02-041-1/+104
| * bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song2022-02-031-8/+21
| * bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov2022-02-011-26/+2
| * bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov2022-02-011-1/+17
| * bpf: Convert bpf preload to light skeleton.Alexei Starovoitov2022-02-014-420/+436
| * bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov2022-02-011-2/+0
| * bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada2022-01-311-1/+1
| * bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2022-01-272-17/+52
| * cgroup/bpf: fast path skb BPF filteringPavel Begunkov2022-01-272-42/+4
| * bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTFStanislav Fomichev2022-01-261-2/+13
| * bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-252-0/+36
| * bpf: Add support for bpf iterator programs to use sleepable helpersKenny Yu2022-01-251-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-0420-139/+224
|\ \
| * | gcc-plugins/stackleak: Use noinstr in favor of notraceKees Cook2022-02-041-3/+2
| * | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-043-4/+5
| |\ \
| | * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-033-4/+5
| | |\ \
| | | * | bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao2022-02-031-1/+1
| | | * | bpf: Fix possible race in inc_misses_counterHe Fengqing2022-01-261-2/+3
| | | * | bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.Alexei Starovoitov2022-01-251-1/+1
| * | | | printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün2022-02-031-1/+1
| * | | | Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv2022-02-032-23/+5
| * | | | Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-032-14/+65
| |\ \ \ \
| | * | | | cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long2022-02-031-0/+10
| | * | | | cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-011-0/+14
| | * | | | cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding2022-01-261-2/+1
| | * | | | cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchyMichal Koutný2022-01-121-12/+40
| * | | | | Merge tag 'audit-pr-20220131' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-011-19/+43
| |\ \ \ \ \
| | * | | | | audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore2022-01-251-19/+43
| * | | | | | Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-301-4/+19
| |\ \ \ \ \ \
| | * | | | | | perf/core: Fix cgroup event list managementNamhyung Kim2022-01-261-2/+9
| | * | | | | | perf: Always wake the parent eventJames Clark2022-01-261-2/+10
| * | | | | | | Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-301-4/+5
| |\ \ \ \ \ \ \
| | * | | | | | | sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers2022-01-251-4/+5
| * | | | | | | | psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-01-301-38/+41
| * | | | | | | | Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-282-21/+11
| |\ \ \ \ \ \ \ \