aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-243/+218
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada2-28/+27
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada1-34/+34
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada2-14/+27
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada2-2/+2
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada1-8/+0
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada2-19/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada2-19/+11
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada1-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada2-10/+10
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada2-5/+5
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada2-5/+5
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada1-1/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada2-24/+22
2020-08-14kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada1-4/+0
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada1-3/+1
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada2-2/+1
2020-08-14kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada1-21/+20
2020-08-14kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada1-6/+5
2020-08-14kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada1-1/+0
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada2-5/+11
2020-08-14kconfig: qconf: Fix mouse events in search viewMaxime Chretien1-2/+3
2020-08-14kconfig: constify XPM dataMasahiro Yamada2-30/+30
2020-08-14Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada1-5/+1
2020-08-14kconfig: remove '---help---' supportMasahiro Yamada2-2/+2
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-38/+82
2020-08-12scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers1-2/+2
2020-08-12checkpatch: remove missing switch/case break testJoe Perches1-25/+0
2020-08-12checkpatch: add test for repeated wordsJoe Perches1-0/+38
2020-08-12checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet1-9/+12
2020-08-12checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches1-2/+24
2020-08-12checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches1-0/+6
2020-08-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2020-08-10recordmcount: Fix build failure on non arm64Christophe Leroy1-0/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds20-108/+130
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-0/+1
2020-08-10kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada1-7/+3
2020-08-10kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada3-11/+0
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada9-27/+36
2020-08-10kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada2-7/+8
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada4-43/+55
2020-08-10kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-6/+8
2020-08-10kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada1-0/+4
2020-08-10kbuild: always create directories of targetsMasahiro Yamada1-3/+1
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+0
2020-08-07kasan: allow enabling stack tagging for tag-based modeAndrey Konovalov1-1/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long4-8/+8
2020-08-07scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+19
2020-08-07const_structs.checkpatch: add regulator_opsJoe Perches1-0/+1
2020-08-07scripts/decode_stacktrace.sh: guess path to vmlinux by release nameKonstantin Khlebnikov1-5/+24
2020-08-07scripts/decode_stacktrace.sh: guess path to modulesKonstantin Khlebnikov1-3/+33
2020-08-07scripts/decode_stacktrace.sh: guess basepath if not specifiedKonstantin Khlebnikov1-3/+11
2020-08-07scripts/decode_stacktrace.sh: skip missing symbolsKonstantin Khlebnikov1-1/+5
2020-08-07scripts/bloat-o-meter: Support comparing library archivesNikolay Borisov1-0/+2
2020-08-07scripts/tags.sh: collect compiled source preciselyJialu Xu1-14/+4
2020-08-06Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa...Linus Torvalds5-4/+427
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-1/+26
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+8
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+7
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2-5/+29
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+18
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+5
2020-08-04coccinelle: api: filter out memdup_user definitionsDenis Efremov1-4/+13
2020-08-04coccinelle: api: extend memdup_user rule with vmemdup_user()Denis Efremov1-0/+45
2020-08-04coccinelle: api: extend memdup_user transformation with GFP_USERDenis Efremov1-2/+6
2020-08-04coccinelle: api: add kzfree scriptDenis Efremov1-0/+101
2020-08-04coccinelle: misc: add array_size_dup script to detect missed overflow checksDenis Efremov1-0/+209
2020-08-04coccinelle: api/kstrdup: fix coccinelle positionDenis Efremov1-1/+1
2020-08-04coccinelle: api: add device_attr_show scriptDenis Efremov1-0/+55
2020-08-04Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-34/+222
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-6/+6
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+22
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-8/+7
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+41
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki1-6/+6
2020-08-02kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada1-3/+0
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada2-5/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+10
2020-08-01Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada1-3/+2
2020-08-01Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada1-9/+1
2020-08-01kconfig: qconf: remove "goBack" debug messageMasahiro Yamada1-1/+0
2020-08-01kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada1-2/+2
2020-08-01kconfig: qconf: compile moc object separatelyMasahiro Yamada3-7/+7
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada1-2/+4
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar1-1/+1
2020-07-31scripts/kernel-doc: optionally treat warnings as errorsPierre-Louis Bossart1-1/+22
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas1-8/+1
2020-07-31init: Add support for zstd compressed kernelNick Terrell1-0/+22
2020-07-27unexport linux/elfcore.hAl Viro1-1/+0
2020-07-27Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman3-5/+13
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman3-5/+13
2020-07-27modpost: explain why we can't use strsepWolfram Sang1-0/+1
2020-07-26Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+10
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+3
2020-07-24scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesStefano Garzarella1-1/+1
2020-07-24scripts/decode_stacktrace: strip basepath from all pathsPi-Hsun Shih1-2/+2
2020-07-24recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.Gregory Herrero1-0/+6
2020-07-23Merge tag 'soundwire-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2-1/+7
2020-07-21checkpatch: Remove checks relating to [smp_]read_barrier_depends()Will Deacon1-8/+1
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich1-0/+41
2020-07-20Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman14-91/+216
2020-07-20Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman14-91/+216
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-1/+8
2020-07-16checkpatch: Remove awareness of uninitialized_var() macroKees Cook1-11/+5
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+6
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa1-0/+6
2020-07-13gcc-plugins: Replace HTTP links with HTTPS onesAlexander A. Klimov3-3/+3
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller15-91/+247
2020-07-10char: raw: do not leak CONFIG_MAX_RAW_DEVS to userspaceMasahiro Yamada1-1/+0
2020-07-10scripts: add dummy report mode to add_namespace.cocciMatthias Maennich2-2/+8
2020-07-09kbuild: Move -Wtype-limits to W=2Rikard Falkeborn1-0/+2
2020-07-09PM: domains: Fix up terminology with parent/childKees Cook1-6/+6
2020-07-07modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller1-2/+10
2020-07-07kbuild: buildtar: add dtbs supportDomenico Andreoli1-0/+12
2020-07-07Revert "kbuild: Create directory for target DTB"Masahiro Yamada1-2/+1
2020-07-07kbuild: run the checker after the compilerLuc Van Oostenryck1-2/+2
2020-07-05Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-76/+122
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil1-0/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+12
2020-07-02Merge tag 'devicetree-fixes-for-5.8-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-15/+92
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu1-0/+2
2020-07-02kconfig: qconf: parse newer types at debug infoMauro Carvalho Chehab1-0/+3
2020-07-02kconfig: qconf: navigate menus on hyperlinksMauro Carvalho Chehab1-18/+7
2020-07-02kconfig: qconf: don't show goback button on splitModeMauro Carvalho Chehab1-2/+3
2020-07-01kconfig: qconf: simplify the goBack() logicMauro Carvalho Chehab1-31/+17
2020-07-01kconfig: qconf: re-implement setSelected()Mauro Carvalho Chehab2-12/+11
2020-07-01kconfig: qconf: make debug links work againMauro Carvalho Chehab2-5/+71
2020-07-01kconfig: qconf: make search fully work again on split modeMauro Carvalho Chehab1-7/+18
2020-07-01kconfig: qconf: cleanup includesMauro Carvalho Chehab2-25/+16
2020-06-30soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart2-1/+7
2020-06-30dt-bindings: copy process-schema-examples.yaml to process-schema.yamlMasahiro Yamada1-0/+3
2020-06-30scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19cRob Herring10-15/+89
2020-06-29kcsan: Re-add GCC as a supported compilerMarco Elver1-1/+1
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+31
2020-06-28gcc-plugins: fix gcc-plugins directory path in documentationMasahiro Yamada1-1/+1
2020-06-26scripts/kernel-doc: handle function pointer prototypesMauro Carvalho Chehab1-0/+5
2020-06-26scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASKMauro Carvalho Chehab1-0/+2
2020-06-26docs: Don't push Sphinx upgrades quite so readilyJonathan Corbet1-4/+0
2020-06-25locking/atomics: Provide the arch_atomic_ interface to generic codePeter Zijlstra1-0/+31
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-0/+2
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-0/+6
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song1-0/+2
2020-06-24gcc-plugins/stackleak: Add 'verbose' plugin parameterAlexander Popov1-5/+42
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov2-28/+179
2020-06-23scripts/selinux/mdp: fix initial SID handlingStephen Smalley1-5/+18
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+8
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-6/+92
2020-06-17scripts: Fix typo in headers_install.shMasanari Iida1-1/+1
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada1-7/+1
2020-06-16recordmcount: support >64k sectionsSami Tolvanen1-6/+92
2020-06-17kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada1-5/+6
2020-06-15scripts/decode_stacktrace: warn when modpath is needed but is unsetSasha Levin1-1/+4
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds3-8/+8
2020-06-12Merge tag 'devicetree-fixes-for-5.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2020-06-12Merge branch 'dt/schema-cleanups' into dt/linusRob Herring46-676/+1006
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-5/+44
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds21-84/+84
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+11
2020-06-11kcsan: Pass option tsan-instrument-read-before-write to ClangMarco Elver1-0/+1
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver1-1/+4
2020-06-11kcsan: Avoid inserting __tsan_func_entry/exit if possibleMarco Elver1-1/+10
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner5-5/+31
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov3-8/+8
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra21-65/+63
2020-06-11asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver20-19/+21
2020-06-10checkpatch: correct check for kernel parameters docTim Froidcoeur1-2/+2
2020-06-10scripts/spelling: add a few more typosSeongJae Park1-0/+9
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-06-09scripts: Require pahole v1.16 when generating BTFLorenz Bauer1-2/+2
2020-06-08scripts/dtc: use pkg-config to include <yaml.h> in non-standard pathMasahiro Yamada1-0/+3
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov1-1/+1
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds1-3/+0
2020-06-06Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds10-84/+46
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds21-454/+483
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2020-06-06kbuild: add variables for compression toolsDenis Efremov4-14/+14
2020-06-06mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida1-1/+1
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada2-6/+5
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada1-15/+1
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada2-10/+12
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada1-5/+3
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada2-7/+3
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada2-9/+11
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada1-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada2-13/+2
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada1-3/+1
2020-06-06modpost: remove -s optionMasahiro Yamada2-9/+3
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2-39/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2-17/+14
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada1-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada1-17/+11
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada2-0/+51
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada1-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada3-73/+0