aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06kexec: copy only happens before uchunk goes to zeroyang.zhang1-20/+24
2024-03-06get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_taskOleg Nesterov1-3/+6
2024-03-06get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksigOleg Nesterov1-5/+6
2024-03-06get_signal: don't abuse ksig->info.si_signo and ksig->sigOleg Nesterov1-4/+4
2024-03-06const_structs.checkpatch: add device_typeRicardo B. Marliere1-0/+1
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska46-46/+46
2024-03-06dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()Andy Shevchenko1-4/+3
2024-02-22list: leverage list_is_head() for list_entry_is_head()Wei Yang1-1/+1
2024-02-22nilfs2: MAINTAINERS: drop unreachable project mirror siteRyusuke Konishi1-1/+0
2024-02-22smp: make __smp_processor_id() 0-argument macroAlexey Dobriyan1-1/+1
2024-02-22fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-02-22const_structs.checkpatch: add bus_typeRicardo B. Marliere1-0/+1
2024-02-22panic: add option to dump blocked tasks in panic_printFeng Tang3-0/+6
2024-02-22init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven3-10/+2
2024-02-22selftests/mm: run_vmtests.sh: add missing testsMuhammad Usama Anjum2-1/+14
2024-02-22selftests/mm: protection_keys: save/restore nr_hugepages settingsMuhammad Usama Anjum1-0/+34
2024-02-22selftests/mm: save and restore nr_hugepages valueMuhammad Usama Anjum2-0/+7
2024-02-22selftests/mm: run_vmtests: remove sudo and conform to tapMuhammad Usama Anjum2-20/+23
2024-02-22selftests/mm: hugetlb_reparenting_test: do not unmountMuhammad Usama Anjum1-2/+4
2024-02-22compiler-clang.h: update __diag_clang() macros for minimum version bumpNathan Chancellor1-6/+2
2024-02-22lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor1-1/+1
2024-02-22fortify: drop Clang version check for 12.0.1 or newerNathan Chancellor1-2/+0
2024-02-22riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_FTRACENathan Chancellor1-2/+0
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor3-18/+8
2024-02-22powerpc: Kconfig: remove tautology in CONFIG_COMPATNathan Chancellor1-1/+0
2024-02-22arm64: Kconfig: clean up tautological LLVM version checksNathan Chancellor1-4/+1
2024-02-22ARM: remove Thumb2 __builtin_thread_pointer workaround for ClangNathan Chancellor1-7/+1
2024-02-22x86: drop stack-alignment plugin optNathan Chancellor1-6/+0
2024-02-22Makefile: drop warn-stack-size plugin optNathan Chancellor1-8/+0
2024-02-22kbuild: raise the minimum supported version of LLVM to 13.0.1Nathan Chancellor2-2/+2
2024-02-22nilfs2: convert cpfile to use kmap_localRyusuke Konishi1-45/+45
2024-02-22nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()Ryusuke Konishi2-107/+0
2024-02-22nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi5-34/+87
2024-02-22nilfs2: localize highmem mapping for checkpoint finalization within cpfileRyusuke Konishi3-46/+82
2024-02-22nilfs2: localize highmem mapping for checkpoint creation within cpfileRyusuke Konishi3-29/+77
2024-02-22nilfs2: convert ifile to use kmap_localRyusuke Konishi4-10/+9
2024-02-22nilfs2: do not acquire rwsem in nilfs_bmap_write()Ryusuke Konishi1-3/+0
2024-02-22nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonRyusuke Konishi3-31/+57
2024-02-22nilfs2: convert DAT to use kmap_localRyusuke Konishi1-19/+19
2024-02-22nilfs2: convert persistent object allocator to use kmap_localRyusuke Konishi1-45/+46
2024-02-22nilfs2: convert sufile to use kmap_localRyusuke Konishi1-43/+43
2024-02-22nilfs2: convert metadata file common code to use kmap_localRyusuke Konishi1-2/+2
2024-02-22nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi1-4/+4
2024-02-22nilfs2: convert segment buffer to use kmap_localRyusuke Konishi1-2/+2
2024-02-22nilfs2: convert recovery logic to use kmap_localRyusuke Konishi1-2/+2
2024-02-22lib: dhry: add missing closing parenthesisGeert Uytterhoeven1-1/+1
2024-02-22lib: dhry: use ktime_ms_delta() helperGeert Uytterhoeven1-1/+1
2024-02-22lib: dhry: remove unneeded <linux/mutex.h>Geert Uytterhoeven1-1/+0
2024-02-22ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()Oleg Nesterov1-8/+5
2024-02-22flex_proportions: remove unused fprop_local_singleKemeng Shi2-109/+0