summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-11-14coccinelle: use exists to improve efficiencyJulia Lawall
2017-11-14builddeb: Pass the kernel:debarch substvar to dpkg-genchangesSven Joachim
2017-11-14Coccinelle: use false positive annotationJulia Lawall
2017-11-14coccinelle: fix verbose message about .cocci file being runMasahiro Yamada
2017-11-14coccinelle: grep Options and Requires fields more preciselyMasahiro Yamada
2017-11-14Coccinelle: make DEBUG_FILE option more usefulJulia Lawall
2017-11-14coccinelle: api: detect identical chip data arraysJulia Lawall
2017-11-14coccinelle: Improve setup_timer.cocci matchingKees Cook
2017-11-14Coccinelle: setup_timer: improve messages from setup_timerJulia Lawall
2017-11-14kbuild: rpm-pkg: do not force -jN in submakeMasahiro Yamada
2017-11-14kbuild: rpm-pkg: keep spec file until make mrproperMasahiro Yamada
2017-11-14kbuild: rpm-pkg: fix jobserver unavailable warningMasahiro Yamada
2017-11-14kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot}Masahiro Yamada
2017-11-14kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabledMasahiro Yamada
2017-11-14kbuild: rpm-pkg: refactor mkspec with here docMasahiro Yamada
2017-10-09kbuild: rpm-pkg: clean up mkspecMasahiro Yamada
2017-10-09kbuild: rpm-pkg: install vmlinux.bz2 unconditionallyMasahiro Yamada
2017-10-09kbuild: rpm-pkg: remove ppc64 specific image handlingMasahiro Yamada
2017-09-28objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf
2017-09-24Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-20scripts/dtc: dtx_diff - 2nd update of include dts paths to match buildFrank Rowand
2017-09-21kbuild: rpm-pkg: fix version number handlingMasahiro Yamada
2017-09-21kbuild: deb-pkg: remove firmware package supportMasahiro Yamada
2017-09-21kbuild: rpm-pkg: delete firmware_install to fix build errorMasahiro Yamada
2017-09-15Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-14firmware: delete in-kernel firmwareGreg Kroah-Hartman
2017-09-14Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-13Merge tag 'docs-4.14' of git://git.lwn.net/linuxLinus Torvalds
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-13kbuild: buildtar: do not print successful message if tar returns errorMasahiro Yamada
2017-09-13kbuild: buildtar: fix tar error when CONFIG_MODULES is disabledMasahiro Yamada
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-09remove gperf left-overs from build systemLinus Torvalds
2017-09-08checkpatch: add 6 missing types to --list-typesJean Delvare
2017-09-08checkpatch: rename variables to avoid confusionJean Delvare
2017-09-08checkpatch: fix typo in commentJean Delvare
2017-09-08checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches
2017-09-08genksyms: fix gperf removal conversionLinus Torvalds
2017-09-08docs-rst: don't require adjustbox anymoreMauro Carvalho Chehab
2017-09-07Merge branch 'gperf-removal'Linus Torvalds
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-07Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-06modpost: simplify sec_name()Masahiro Yamada
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-09-03Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds
2017-09-02kbuild: Use KCONFIG_CONFIG in buildtarNicolas Porcel
2017-09-01Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn
2017-09-01kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada
2017-08-31scripts/dtc: fix '%zx' warningRussell King