summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
* bpf: fix matching of data/data_end in verifierAlexei Starovoitov2022-04-19
* perf core: Per event callchain limitArnaldo Carvalho de Melo2022-04-19
* bpf, inode: disallow userns mountsDaniel Borkmann2022-04-19
* bpf: teach verifier to recognize imm += ptr patternAlexei Starovoitov2022-04-19
* bpf: support decreasing order in direct packet accessAlexei Starovoitov2022-04-19
* bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2022-04-19
* bpf: rather use get_random_int for randomizationsDaniel Borkmann2022-04-19
* perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2022-04-19
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2022-04-19
* bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann2022-04-19
* bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2022-04-19
* bpf: avoid warning for wrong pointer castArnd Bergmann2022-04-19
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2022-04-19
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2022-04-19
* bpf: minor cleanups in ebpf codeDaniel Borkmann2022-04-19
* bpf: improve verifier state equivalenceAlexei Starovoitov2022-04-19
* bpf: direct packet accessAlexei Starovoitov2022-04-19
* bpf: cleanup verifier codeAlexei Starovoitov2022-04-19
* bpf: fix check_map_func_compatibility logicAlexei Starovoitov2022-04-19
* bpf: fix refcnt overflowAlexei Starovoitov2022-04-19
* perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2022-04-19
* perf: generalize perf_callchainAlexei Starovoitov2022-04-19
* bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2022-04-19
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2022-04-19
* bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2022-04-19
* bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2022-04-19
* bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann2022-04-19
* bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov2022-04-19
* bpf: simplify verifier register state assignmentsAlexei Starovoitov2022-04-19
* bpf, verifier: further improve search pruningDaniel Borkmann2022-04-19
* bpf: sanitize bpf tracepoint accessAlexei Starovoitov2022-04-19
* 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