summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-23tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)2-102/+86
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)3-28/+216
2023-08-23tracing/probes: Add a function to search a member of a struct/unionMasami Hiramatsu (Google)2-0/+73
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)4-40/+72
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)7-49/+74
2023-08-23tracing/eprobe: Iterate trace_eprobe directlyChuang Wang1-9/+9
2023-08-23kernel: kprobes: Use struct_size()Ruan Jinjie1-4/+2
2023-08-22bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi1-11/+0
2023-08-22PM: QoS: Add check to make sure CPU latency is non-negativeClive Lin1-2/+7
2023-08-22bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song1-10/+15
2023-08-22tracing/user_events: Optimize safe list traversalsEric Vaughn1-7/+8
2023-08-22tracing: Remove unused function declarationsYue Haibing1-2/+0
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider1-6/+20
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Valentin Schneider1-2/+7
2023-08-22tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Valentin Schneider1-1/+6
2023-08-22tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Valentin Schneider1-1/+34
2023-08-22tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider1-0/+14
2023-08-22tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider1-11/+81
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider1-2/+95
2023-08-22tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider1-25/+39
2023-08-22bpf: Add bpf_get_func_ip helper support for uprobe linkJiri Olsa1-3/+30
2023-08-22bpf: Add pid filter support for uprobe_multi linkJiri Olsa2-1/+34
2023-08-22bpf: Add cookies support for uprobe_multi linkJiri Olsa2-5/+42
2023-08-22bpf: Add multi uprobe linkJiri Olsa2-3/+244
2023-08-22bpf: Add attach_type checks under bpf_prog_attach_check_attach_typeJiri Olsa1-68/+52
2023-08-22bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_freeHou Tao1-9/+8
2023-08-22bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()Hou Tao1-69/+27
2023-08-22mm: free up a word in the first tail pageMatthew Wilcox (Oracle)1-1/+0
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)1-1/+0
2023-08-22mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)1-1/+1
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap1-1/+1
2023-08-21lockdep: fix static memory detection even moreHelge Deller1-22/+14
2023-08-21kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik1-13/+9
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai3-19/+18
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang1-22/+11
2023-08-21kernel/iomem.c: remove __weak ioremap_cache helperArnd Bergmann1-8/+4
2023-08-21nsproxy: Convert nsproxy.count to refcount_tElena Reshetova1-2/+2
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2-7/+50
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman4-21/+76
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-18watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson1-7/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-1/+1
2023-08-18kthread: unexport __kthread_should_park()Greg Kroah-Hartman1-2/+1
2023-08-18gcov: shut up missing prototype warnings for internal stubsArnd Bergmann1-0/+2
2023-08-18kernel: relay: remove unnecessary NULL values from relay_open_bufLi kunyu1-1/+1
2023-08-18remove ARCH_DEFAULT_KEXEC from Kconfig.kexecEric DeVolder1-1/+0
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder1-3/+3
2023-08-18kexec: consolidate kexec and crash options into kernel/Kconfig.kexecEric DeVolder1-0/+116
2023-08-18acct: replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-08-18signal: print comm and exe name on fatal signalsVincent Whitchurch1-1/+12