summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
* bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2022-04-19
* bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov2022-04-19
* perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2022-04-19
* perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2022-04-19
* bpf: reject invalid names right in ->lookup()Al Viro2022-04-19
* bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2022-04-19
* bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2022-04-19
* bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2022-04-19
* bpf: convert stackmap to pre-allocationAlexei Starovoitov2022-04-19
* bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2022-04-19
* bpf: pre-allocate hash map elementsAlexei Starovoitov2022-04-19
* bpf: introduce percpu_freelistAlexei Starovoitov2022-04-19
* bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2022-04-19
* bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf2022-04-19
* bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann2022-04-19
* bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2022-04-19
* bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin2022-04-19
* bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann2022-04-19
* bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2022-04-19
* bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov2022-04-19
* bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov2022-04-19
* perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov2022-04-19
* net: bpf: reject invalid shiftsRabin Vincent2022-04-19
* bpf: hash: use per-bucket spinlocktom.leiming@gmail.com2022-04-19
* bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com2022-04-19
* bpf: hash: use atomic counttom.leiming@gmail.com2022-04-19
* bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2022-04-19
* bpf, inode: allow for rename and link opsDaniel Borkmann2022-04-19
* bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2022-04-19
* bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann2022-04-19
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2022-04-19
* bpf: add show_fdinfo handler for mapsDaniel Borkmann2022-04-19
* Revert "bpf: fix clearing on persistent program array maps"Anay Wadhera2022-04-19
* Revert "bpf, array: fix heap out-of-bounds access when updating elements"Anay Wadhera2022-04-19
* Revert "bpf: fix allocation warnings in bpf maps and integer overflow"Anay Wadhera2022-04-19
* Revert "net: bpf: reject invalid shifts"Anay Wadhera2022-04-19
* Revert "bpf: fix branch offset adjustment on backjumps after patching ctx exp...Anay Wadhera2022-04-19
* Revert "bpf: avoid copying junk bytes in bpf_get_current_comm()"Anay Wadhera2022-04-19
* Revert "bpf/verifier: reject invalid LD_ABS | BPF_DW instruction"Anay Wadhera2022-04-19
* Revert "bpf: fix double-fdput in replace_map_fd_with_map_ptr()"Anay Wadhera2022-04-19
* Revert "bpf: fix refcnt overflow"Anay Wadhera2022-04-19
* Revert "bpf: fix check_map_func_compatibility logic"Anay Wadhera2022-04-19
* Revert "bpf: Use mount_nodev not mount_ns to mount the bpf filesystem"Anay Wadhera2022-04-19
* Revert "bpf, inode: disallow userns mounts"Anay Wadhera2022-04-19
* Revert "bpf: prevent leaking pointer via xadd on unpriviledged"Anay Wadhera2022-04-19
* Revert "bpf/verifier: reject BPF_ALU64|BPF_END"Anay Wadhera2022-04-19
* Revert "bpf: don't let ldimm64 leak map addresses on unprivileged"Anay Wadhera2022-04-19
* Revert "bpf: add bpf_patch_insn_single helper"Anay Wadhera2022-04-19
* Revert "bpf: don't (ab)use instructions to store state"Anay Wadhera2022-04-19
* Revert "bpf: move fixup_bpf_calls() function"Anay Wadhera2022-04-19