summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-211-0/+8
| * | | | | | bpf: Use a table to drive helper arg type checksLorenz Bauer2020-09-211-74/+109
| * | | | | | bpf: Hoist type checking for nullable arg typesLorenz Bauer2020-09-211-34/+30
| * | | | | | bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer2020-09-211-14/+14
| * | | | | | bpf: Set meta->raw_mode for pointers close to useLorenz Bauer2020-09-211-1/+5
| * | | | | | bpf: Make context access check genericLorenz Bauer2020-09-211-3/+4
| * | | | | | bpf: Make reference tracking genericLorenz Bauer2020-09-211-16/+10
| * | | | | | bpf: Make BTF pointer type checking genericLorenz Bauer2020-09-211-18/+20
| * | | | | | bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-215-53/+32
| * | | | | | bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer2020-09-211-13/+11
| * | | | | | btf: Make btf_set_contains take a const pointerLorenz Bauer2020-09-211-1/+1
| * | | | | | bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song2020-09-211-6/+2
| * | | | | | bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau2020-09-191-1/+1
| * | | | | | bpf: Add abnormal return checks.Alexei Starovoitov2020-09-171-19/+48
| * | | | | | bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski2020-09-171-4/+17
| * | | | | | bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2020-09-173-7/+51
| * | | | | | bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski2020-09-171-0/+29
| * | | | | | bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2020-09-172-9/+11
| * | | | | | bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski2020-09-171-3/+63
| * | | | | | bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu2020-09-151-0/+63
| * | | | | | bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-152-8/+23
| * | | | | | bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song2020-09-081-0/+4
| * | | | | | bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song2020-09-021-4/+11
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-2220-74/+172
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-222-12/+7
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-152-12/+7
| | |\ \ \ \ \
| | | * | | | | bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song2020-09-151-1/+3
| | | * | | | | bpf: Do not use bucket_lock for hashmap iteratorYonghong Song2020-09-031-11/+4
| * | | | | | | Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-09-225-28/+53
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu2020-09-181-0/+22
| | * | | | | | tracing: fix double freeTom Rix2020-09-181-1/+0
| | * | | | | | ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-181-2/+1
| | * | | | | | tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-09-182-25/+25
| | * | | | | | ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter2020-09-181-0/+1
| | * | | | | | ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes2020-09-181-0/+2
| | * | | | | | kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-09-181-2/+3
| * | | | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2020-09-211-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney2020-09-161-1/+1
| * | | | | | Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-201-2/+4
| |\ \ \ \ \ \
| | * | | | | | core/entry: Report syscall correctly for trace and auditKees Cook2020-09-141-2/+4
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-203-8/+33
| |\ \ \ \ \ \
| | * | | | | | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2020-09-161-2/+2
| | * | | | | | locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2020-09-032-6/+31
| * | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-193-4/+10
| |\ \ \ \ \ \ \
| | * | | | | | | stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser2020-09-191-1/+1
| | * | | | | | | ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-191-2/+1
| | * | | | | | | kprobes: fix kill kprobe which has been marked as goneMuchun Song2020-09-191-1/+8
| * | | | | | | | Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-09-181-2/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle2020-09-141-2/+2
| | | |/ / / / / | | |/| | | | |
| * / | | | | | mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2020-09-171-0/+8
| |/ / / / / /