summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2022-03-11sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersFrederic Weisbecker
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens
2022-03-07nds32: Remove the architectureAlan Kao
2022-02-28of: unittest: add program to process EXPECT messagesFrank Rowand
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman
2022-02-24docs: scripts/kernel-doc: Detect absence of FILE argAkira Yokosawa
2022-02-24scripts: kernel-doc: Refresh the copyright linesTomasz Warniełło
2022-02-24scripts: kernel-doc: Drop obsolete commentsTomasz Warniełło
2022-02-24scripts: kernel-doc: Replace the usage functionTomasz Warniełło
2022-02-24scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSTomasz Warniełło
2022-02-24scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...Tomasz Warniełło
2022-02-24scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONSTomasz Warniełło
2022-02-24scripts: kernel-doc: Translate the "Output format selection modifier" subsect...Tomasz Warniełło
2022-02-24scripts: kernel-doc: Translate the "Output format selection" subsection of OP...Tomasz Warniełło
2022-02-24scripts: kernel-doc: Translate the DESCRIPTION sectionTomasz Warniełło
2022-02-24scripts: kernel-doc: Relink argument parsing error handling to pod2usageTomasz Warniełło
2022-02-24scripts: kernel-doc: Add the basic POD sectionsTomasz Warniełło
2022-02-22scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading.Kui-Feng Lee
2022-02-22kallsyms: ignore all local labels prefixed by '.L'Changbin Du
2022-02-18kconfig: fix missing '# end of' for empty menuMasahiro Yamada
2022-02-18kconfig: add fflush() before ferror() checkMasahiro Yamada
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-14kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada
2022-02-13fortify: Update compile-time tests for Clang 14Kees Cook
2022-02-12kconfig: fix failing to generate auto.confJing Leng
2022-02-11atomics: Fix atomic64_{read_acquire,set_release} fallbacksMark Rutland
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-10kconfig: fix missing fclose() on error pathsMasahiro Yamada
2022-02-08Makefile.extrawarn: Move -Wunaligned-access to W=1Nathan Chancellor
2022-02-08kconfig: let 'shell' return enough output for deep path namesBrenda Streiff
2022-02-06gcc-plugins/stackleak: Ignore .noinstr.text and .entry.textKees Cook
2022-02-06gcc-plugins/stackleak: Exactly match strings instead of prefixesKees Cook
2022-02-06gcc-plugins/stackleak: Provide verbose modeKees Cook
2022-02-04scripts/dtc: Call pkg-config POSIXly correctThomas Bracht Laumann Jespersen
2022-02-04scripts/get_abi.pl: Ignore hidden filesJonathan Neuschäfer
2022-02-04spdxcheck.py: Fix a type errorDing Xiang
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-02scripts/pahole-flags.sh: Use pahole-version.shNathan Chancellor
2022-02-02kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor
2022-01-27ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-22Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook
2022-01-20const_structs.checkpatch: add frequently used ops structsRikard Falkeborn
2022-01-20checkpatch: improve Kconfig help testJoe Perches