summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-09-28bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer
2020-09-28bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu
2020-09-25bpf, verifier: Remove redundant var_off.value ops in scalar known reg casesJohn Fastabend
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau
2020-09-25bpf: Move the PTR_TO_BTF_ID check to check_reg_type()Martin KaFai Lau
2020-09-23Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov
2020-09-23Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-23bpf: Explicitly size compatible_reg_typesLorenz Bauer
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa
2020-09-21bpf: Use a table to drive helper arg type checksLorenz Bauer
2020-09-21bpf: Hoist type checking for nullable arg typesLorenz Bauer
2020-09-21bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer
2020-09-21bpf: Set meta->raw_mode for pointers close to useLorenz Bauer
2020-09-21bpf: Make context access check genericLorenz Bauer
2020-09-21bpf: Make reference tracking genericLorenz Bauer
2020-09-21bpf: Make BTF pointer type checking genericLorenz Bauer
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-09-21bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer
2020-09-21Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song
2020-09-20Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-19kprobes: fix kill kprobe which has been marked as goneMuchun Song
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu
2020-09-18tracing: fix double freeTom Rix
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2020-09-16rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney