summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2021-12-182-6/+28
* bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2021-12-182-2/+2
* bpf: Introduce MEM_RDONLY flagHao Luo2021-12-183-38/+53
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-183-177/+132
* bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2021-12-182-27/+27
* bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-25/+14
* Only output backtracking information in log level 2Christy Lee2021-12-171-3/+3
* bpf: Right align verifier states in verifier logs.Christy Lee2021-12-171-21/+36
* bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee2021-12-171-14/+69
* add missing bpf-cgroup.h includesJakub Kicinski2021-12-166-0/+6
* bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-132-4/+4
* bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-133-6/+134
* bpf: Allow access to int pointer arguments in tracing programsJiri Olsa2021-12-131-4/+3
* bpf: Silence coverity false positive warning.Alexei Starovoitov2021-12-121-4/+4
* bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong2021-12-121-2/+1
* bpf: Add bpf_strncmp helperHou Tao2021-12-121-0/+16
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-119-66/+587
|\
| * bpf: Remove redundant assignment to pointer tColin Ian King2021-12-091-1/+1
| * bpf: Silence purge_cand_cache build warning.Alexei Starovoitov2021-12-071-0/+2
| * bpf: Remove config check to enable bpf support for branch recordsKajol Jain2021-12-061-5/+1
| * bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2021-12-042-5/+4
| * libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov2021-12-031-1/+10
| * bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().Alexei Starovoitov2021-12-021-1/+345
| * bpf: Adjust BTF log size limit.Alexei Starovoitov2021-12-021-1/+1
| * bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-023-1/+83
| * bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov2021-12-022-0/+30
| * bpf: Rename btf_member accessors.Alexei Starovoitov2021-12-022-12/+12
| * bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log levelHou Tao2021-12-011-4/+6
| * bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZEROKumar Kartikeya Dwivedi2021-12-011-1/+1
| * bpf: Add bpf_loop helperJoanne Koong2021-11-303-34/+91
| * bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-1/+1
| * bpf: Remove a redundant comment on bpf_prog_freeChristoph Hellwig2021-11-301-1/+0
| * bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-096-17/+24
|\ \
| * \ Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-092-10/+3
| |\ \
| | * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-092-10/+3
| | |\ \
| | | * | bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-031-1/+1
| | | * | bpf: Fix bpf_check_mod_kfunc_call for built-in modulesKumar Kartikeya Dwivedi2021-12-021-2/+0
| | | * | bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-021-7/+2
| * | | | Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-12-052-1/+9
| |\ \ \ \
| | * | | | timers/nohz: Last resort update jiffies on nohz_full IRQ entryFrederic Weisbecker2021-12-022-1/+9
| * | | | | Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-12-052-6/+12
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef2021-12-041-1/+1
| | * | | | preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney2021-12-041-2/+2
| | * | | | sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker2021-12-021-3/+9
| | |/ / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-029-104/+136
|\| | | |
| * | | | kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-021-0/+3
| * | | | tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-021-0/+3
| * | | | tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)2021-12-021-1/+1
| |/ / /
| * | | Merge tag 'sched-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-282-4/+7
| |\ \ \