summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-10-28modpost: remove EXIT_SECTIONS macroMasahiro Yamada
2023-10-28modpost: remove MEM_INIT_SECTIONS macroMasahiro Yamada
2023-10-28modpost: remove more symbol patterns from the section check whitelistMasahiro Yamada
2023-10-28modpost: disallow *driver to reference .meminit* sectionsMasahiro Yamada
2023-10-28linux/init: remove __memexit* annotationsMasahiro Yamada
2023-10-28modpost: remove ALL_EXIT_DATA_SECTIONS macroMasahiro Yamada
2023-10-28kbuild: simplify cmd_ld_multi_mMasahiro Yamada
2023-10-28kbuild: avoid too many execution of scripts/pahole-flags.shMasahiro Yamada
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada
2023-10-27cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth
2023-10-23scripts/faddr2line: Skip over mapping symbols in output from readelfWill Deacon
2023-10-23scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1Will Deacon
2023-10-23scripts/faddr2line: Don't filter out non-function symbols from readelfWill Deacon
2023-10-22scripts/kernel-doc: match -Werror flag strictlyYujie Liu
2023-10-21staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain
2023-10-20x86/retpoline: Make sure there are no unconverted return thunks due to KCSANJosh Poimboeuf
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf
2023-10-18scripts/show_delta: add __main__ judgement before main codeHu Haowen
2023-10-18get_maintainer: add --keywords-in-file optionJoe Perches
2023-10-18modpost: factor out the common boilerplate of section_rel(a)Masahiro Yamada
2023-10-18modpost: refactor check_sec_ref()Masahiro Yamada
2023-10-18modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada
2023-10-18modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada
2023-10-18modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada
2023-10-18kbuild: make binrpm-pkg always produce kernel-devel packageMasahiro Yamada
2023-10-15rust: upgrade to Rust 1.73.0Miguel Ojeda
2023-10-14rust: Respect HOSTCC when linking for hostMatthew Maurer
2023-10-12run-clang-tools: Add pass through checks and and header-filter argumentsIan Rogers
2023-10-12gen_compile_commands: Sort output compile commands by file nameIan Rogers
2023-10-12gen_compile_commands: Allow the line prefix to still be cmd_Ian Rogers
2023-10-12const_structs.checkpatch: add xattr_handlerThomas Weißschuh
2023-10-09locking/atomic: Add generic support for sync_try_cmpxchg() and its fallbackUros Bizjak
2023-10-08randstruct: Fix gcc-plugin performance mode to stay in groupKees Cook
2023-10-05rust: upgrade to Rust 1.72.1Miguel Ojeda
2023-10-03kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Masahiro Yamada
2023-10-03modpost: Optimize symbol search from linear to binary searchJack Brennen
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl
2023-09-25kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesMartin Nybo Andersen
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-20dt: dt-extract-compatibles: Add flag for driver matching compatiblesNícolas F. R. A. Prado
2023-09-20dt: dt-extract-compatibles: Handle cfile arguments in generator functionNícolas F. R. A. Prado
2023-09-20locking/atomic: scripts: fix fallback ifdefferyMark Rutland
2023-09-19revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton
2023-09-16Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-15kbuild: avoid long argument lists in make modules_installMichal Kubecek