aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu2-2/+15
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu3-2/+19
2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu1-0/+10
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso1-4/+4
2020-09-21tracing: remove a pointless assignmentDan Carpenter1-1/+0
2020-09-21kprobes: Use module_name() macroJarkko Sakkinen1-3/+4
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian1-1/+1
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap5-5/+5
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa1-0/+8
2020-09-21bpf: Use a table to drive helper arg type checksLorenz Bauer1-74/+109
2020-09-21bpf: Hoist type checking for nullable arg typesLorenz Bauer1-34/+30
2020-09-21bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer1-14/+14
2020-09-21bpf: Set meta->raw_mode for pointers close to useLorenz Bauer1-1/+5
2020-09-21bpf: Make context access check genericLorenz Bauer1-3/+4
2020-09-21bpf: Make reference tracking genericLorenz Bauer1-16/+10
2020-09-21bpf: Make BTF pointer type checking genericLorenz Bauer1-18/+20
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer5-53/+32
2020-09-21bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer1-13/+11
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-21bpf: Fix sysfs export of empty BTF sectionTony Ambardar1-3/+3
2020-09-21Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-1/+1
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song1-6/+2
2020-09-21dma-debug: convert comma to semicolonXu Wang1-2/+2
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov1-0/+2
2020-09-20Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-8/+33
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+10
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser1-1/+1
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-19kprobes: fix kill kprobe which has been marked as goneMuchun Song1-1/+8
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang11-61/+57
2020-09-18tracing: toplevel d_entry already initializedWei Yang1-7/+2
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+2
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau1-1/+1
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+22
2020-09-18tracing: fix double freeTom Rix1-1/+0
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2-25/+25
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter1-0/+1
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes1-0/+2
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu1-2/+3
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown1-5/+3
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov1-19/+48
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski1-4/+17
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski3-7/+51
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski1-0/+29
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2-9/+11
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski1-3/+63
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds1-0/+8
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig1-1/+0