summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/sphinx-pre-install: fix script for RHEL/CentOSMauro Carvalho Chehab2019-08-161-1/+1
* kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci2019-08-061-0/+4
* kallsyms: exclude kasan local symbols on s390Vasily Gorbik2019-07-311-0/+3
* recordmcount: Fix spurious mcount entries on powerpcNaveen N. Rao2019-07-311-1/+2
* genksyms: Teach parser about 128-bit built-in typesWill Deacon2019-07-312-0/+6
* kconfig: fix missing choice values in auto.confMasahiro Yamada2019-07-262-4/+4
* scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILEManuel Traut2019-07-101-1/+1
* scripts/checkstack.pl: Fix arm64 wrong or unknown architectureGeorge G. Davis2019-06-251-1/+1
* gcc-plugins: Fix build failures under Darwin hostKees Cook2019-06-091-0/+4
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-1/+1
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-05-081-0/+363
* kconfig/[mn]conf: handle backspace (^H) keyChangbin Du2019-05-043-3/+5
* selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara2019-05-042-2/+0Star
* modpost: file2alias: check prototype of handlerMasahiro Yamada2019-04-271-4/+3Star
* modpost: file2alias: go back to simple devtable lookupMasahiro Yamada2019-04-271-95/+49Star
* kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedMasahiro Yamada2019-04-171-1/+1
* kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring2019-04-031-1/+1
* kallsyms: Handle too long symbols in kallsyms.cEugene Loh2019-03-231-2/+2
* scripts/gdb: fix lx-version string outputDu Changbin2019-02-121-1/+1
* scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier2019-02-121-1/+1
* modpost: validate symbol names also in find_elf_symbolSami Tolvanen2019-02-121-24/+26
* kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada2019-01-261-0/+2
* kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada2019-01-261-1/+1
* x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-161-1/+1
* checkstack.pl: fix for aarch64Qian Cai2019-01-131-2/+2
* scripts/spdxcheck.py: always open files in binary modeThierry Reding2018-12-191-2/+4
* unifdef: use memcpy instead of strncpyLinus Torvalds2018-12-081-2/+2
* x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-12-051-2/+0Star
* Revert "scripts/setlocalversion: git: Make -dirty check more robust"Guenter Roeck2018-11-271-1/+1
* kbuild: deb-pkg: fix too low build version numberMasahiro Yamada2018-11-271-2/+5
* scripts/spdxcheck.py: make python3 compliantUwe Kleine-König2018-11-211-1/+0Star
* Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-10-111-1/+1
|\
| * ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley2018-09-191-1/+1
* | Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-09-171-0/+13
|\ \ | |/ |/|
| * selftests: add headers_install to lib.mkAnders Roxell2018-09-051-0/+13
* | Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-09-099-35/+46
|\ \
| * | kbuild: modules_install: warn when missing System.map fileRandy Dunlap2018-09-091-0/+1
| * | kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap2018-09-021-2/+2
| * | kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada2018-09-026-31/+42
| * | kconfig: remove a spurious self-assignmentLukas Bulwahn2018-08-311-1/+0Star
| * | scripts/setlocalversion: git: Make -dirty check more robustGenki Sky2018-08-311-1/+1
| |/
* | Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-051-0/+3
|\ \
| * | nds32/ftrace: Add RECORD_MCOUNT supportZong Li2018-09-041-0/+3
* | | checkpatch: add __ro_after_init to known $AttributeJoe Perches2018-09-051-0/+1
* | | checkpatch: add optional static const to blank line declarations testJoe Perches2018-09-051-1/+1
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-021-4/+0Star
|\ \
| * | x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada2018-08-301-4/+0Star
| |/
* / objtool: Remove workaround for unreachable warnings from old GCCMasahiro Yamada2018-08-301-2/+0Star
|/
* Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-261-1/+1
|\
| * gcc-plugins: Disable when building under ClangKees Cook2018-08-231-1/+1