aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-10module: Replace deprecated strncpy() with strscpy()Thorsten Blum1-1/+1
2025-03-10params: Annotate struct module_param_attrs with __counted_by()Thorsten Blum1-16/+13
2025-03-10bug: Use RCU instead RCU-sched to protect module_bug_list.Sebastian Andrzej Siewior1-13/+9
2025-03-10static_call: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-7/+6
2025-03-10kprobes: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-1/+1
2025-03-10bpf: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-11/+13
2025-03-10jump_label: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-7/+6
2025-03-10jump_label: Use RCU in all users of __module_address().Sebastian Andrzej Siewior1-9/+9
2025-03-10x86: Use RCU in all users of __module_address().Sebastian Andrzej Siewior2-5/+2
2025-03-10cfi: Use RCU while invoking __module_address().Sebastian Andrzej Siewior1-4/+1
2025-03-10powerpc/ftrace: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior2-8/+4
2025-03-10LoongArch: ftrace: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-5/+4
2025-03-10LoongArch/orc: Use RCU in all users of __module_address().Sebastian Andrzej Siewior1-3/+1
2025-03-10arm64: module: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-4/+3
2025-03-10ARM: module: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-3/+1
2025-03-10module: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-11/+5
2025-03-10module: Use RCU in all users of __module_address().Sebastian Andrzej Siewior3-13/+4
2025-03-10module: Use RCU in search_module_extables().Sebastian Andrzej Siewior1-14/+9
2025-03-10module: Allow __module_address() to be called from RCU section.Sebastian Andrzej Siewior2-14/+1
2025-03-10module: Use RCU in __is_module_percpu_address().Sebastian Andrzej Siewior1-5/+1
2025-03-10module: Use RCU in find_symbol().Sebastian Andrzej Siewior2-25/+19
2025-03-10module: Remove module_assert_mutex_or_preempt() from try_add_tainted_module().Sebastian Andrzej Siewior1-2/+0
2025-03-10module: Use RCU in module_kallsyms_on_each_symbol().Sebastian Andrzej Siewior1-4/+2
2025-03-10module: Use RCU in __find_kallsyms_symbol_value().Sebastian Andrzej Siewior1-13/+4
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior5-14/+8
2025-03-10module: Use RCU in module_get_kallsym().Sebastian Andrzej Siewior1-4/+2
2025-03-10module: Use RCU in find_kallsyms_symbol().Sebastian Andrzej Siewior1-4/+3
2025-03-10module: Use proper RCU assignment in add_kallsyms().Sebastian Andrzej Siewior1-17/+14
2025-03-10module: Begin to move from RCU-sched to RCU.Sebastian Andrzej Siewior2-9/+8
2025-03-10tests/module: nix-ifyJoel Granados1-1/+1
2025-03-09Linux 6.14-rc6Linus Torvalds1-1/+1
2025-03-08x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)1-0/+6
2025-03-08LoongArch: KVM: Fix GPA size issue about VMBibo Mao2-1/+11
2025-03-08LoongArch: KVM: Reload guest CSR registers after sleepBibo Mao1-0/+7
2025-03-08LoongArch: KVM: Add interrupt checking for AVECBibo Mao1-1/+1
2025-03-08LoongArch: Set hugetlb mmap base address aligned with pmd sizeBibo Mao1-1/+5
2025-03-08LoongArch: Set max_pfn with the PFN of the last pageBibo Mao1-0/+3
2025-03-08LoongArch: Use polling play_dead() when resuming from hibernationHuacai Chen1-1/+46
2025-03-08LoongArch: Eliminate superfluous get_numa_distances_cnt()Yuli Wang1-12/+0
2025-03-08LoongArch: Convert unreachable() to BUG()Tiezhu Yang1-2/+2
2025-03-08x86/mm: Define PTRS_PER_PMD for assembly code tooIngo Molnar1-4/+4
2025-03-07virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy3-24/+39
2025-03-07virt: sev-guest: Allocate request data dynamicallyNikunj A Dadhania1-9/+15
2025-03-07x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper1-6/+3
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds7-23/+49
2025-03-06block: Name the RQF flags enumBreno Leitao1-1/+1
2025-03-06bcachefs: copygc now skips non-rw devicesKent Overstreet1-13/+12
2025-03-06bcachefs: Fix bch2_dev_journal_alloc() spuriously failingKent Overstreet1-27/+32
2025-03-06x86/boot: Sanitize boot params before parsing command lineArd Biesheuvel1-0/+2
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds1-7/+6