aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-23rust: kbuild: skip `--remap-path-prefix` for `rustdoc`Miguel Ojeda1-2/+6
2025-03-23kbuild: pacman-pkg: hardcode module installation pathMasahiro Yamada1-3/+3
2025-03-23kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionallyAlexandru Gagniuc1-2/+4
2025-03-23modpost: require a MODULE_DESCRIPTION()Jeff Johnson1-2/+2
2025-03-22kbuild: make all file references relative to source rootThomas Weißschuh2-18/+1
2025-03-22x86: drop unnecessary prefix map configurationThomas Weißschuh2-2/+0
2025-03-22kbuild: deb-pkg: add comment about future removal of KDEB_COMPRESSMasahiro Yamada2-3/+7
2025-03-22kbuild: Add a help message for "headers"Xin Li (Intel)1-1/+2
2025-03-22kbuild: deb-pkg: remove "version" variable in mkdebianMasahiro Yamada1-9/+8
2025-03-22kbuild: deb-pkg: fix versioning for -rc releasesMasahiro Yamada1-1/+3
2025-03-17Documentation/kbuild: Fix indentation in modules.rst exampleKefan Liu1-1/+1
2025-03-17x86: Get rid of Makefile.postlinkArd Biesheuvel2-41/+6
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel9-34/+30
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel10-12/+17
2025-03-17kbuild: link-vmlinux.sh: Make output file name configurableArd Biesheuvel2-8/+9
2025-03-15kbuild: do not generate .tmp_vmlinux*.map when CONFIG_VMLINUX_MAP=yMasahiro Yamada1-2/+7
2025-03-15Revert "kheaders: Ignore silly-rename files"Masahiro Yamada1-1/+0
2025-03-15kbuild: exclude .rodata.(cst|str)* when building rangesKris Van Hees1-0/+5
2025-03-15kbuild: add Kbuild bash completionMasahiro Yamada4-0/+519
2025-03-15kbuild: fix argument parsing in scripts/configSeyediman Seyedarab1-10/+16
2025-03-15kbuild: add dependency from vmlinux to sorttableXi Ruoyao1-0/+4
2025-03-15kbuild: deb-pkg: add debarch for ARCH=loongarch64WangYuli1-0/+2
2025-03-15kbuild, rust: use -fremap-path-prefix to make paths relativeThomas Weißschuh1-0/+1
2025-03-15kbuild: implement CONFIG_HEADERS_INSTALL for Usermode LinuxThomas Weißschuh2-2/+4
2025-03-15docs: kconfig: Mention IS_REACHABLE as way for optional dependencyKrzysztof Kozlowski1-11/+18
2025-03-15kbuild: remove KBUILD_ENABLE_EXTRA_GCC_CHECKS supportMasahiro Yamada1-3/+0
2025-03-15kbuild: move -fzero-init-padding-bits=all to the top-level MakefileMasahiro Yamada2-3/+3
2025-03-15scripts: make python shebangs specific about desired versionUday Shankar2-2/+2
2025-03-15kbuild: rust: add rustc-min-version support functionMiguel Ojeda3-1/+19
2025-03-15modpost: use strstarts() to clean up parse_source_files()Masahiro Yamada1-2/+2
2025-03-15modpost: introduce get_basename() helperMasahiro Yamada3-32/+23
2025-03-15kconfig: remove unnecessary cast in sym_get_string()Masahiro Yamada1-1/+1
2025-03-15kconfig: do not clear SYMBOL_VALID when reading include/config/auto.confMasahiro Yamada1-7/+12
2025-03-15genksyms: factor out APP for the ST_NORMAL stateMasahiro Yamada1-5/+1
2025-03-15gen_compile_commands.py: remove code for '\#' replacementMasahiro Yamada1-4/+4
2025-03-15kbuild: remove EXTRA_*FLAGS supportMasahiro Yamada5-44/+0
2025-03-15gendwarfksyms: Add a separate pass to resolve FQNsSami Tolvanen4-72/+86
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