summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2016-05-05modpost: fix module autoloading for OF devices with generic compatible propertyPhilipp Zabel-24/+45
2016-05-01checkkconfigsymbols.py: Fix typo in help messageAndreas Ziegler-1/+1
2016-04-27kbuild: adjust ksym_dep_filter for some cmd_* renamesNicolas Pitre-4/+6
2016-04-26localmodconfig: Fix whitespace repeat count after "tristate"Benjamin Poirier-1/+1
2016-04-26localmodconfig: Reset certificate pathsBenjamin Poirier-0/+34
2016-04-26localmodconfig: Add missing $ to reference a variableBenjamin Poirier-1/+1
2016-04-26localmodconfig: Fix parsing of "help" textBenjamin Poirier-1/+1
2016-04-26localmodconfig: Recognize more keywords that end a menu entryBenjamin Poirier-2/+2
2016-04-26localmodconfig: Fix parsing of Kconfig "source" statementsBenjamin Poirier-1/+1
2016-04-20kbuild: Get rid of KBUILD_STRMichal Marek-4/+4
2016-04-20kbuild: rename cmd_as_s_S to cmd_cpp_s_SMasahiro Yamada-3/+3
2016-04-20kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada-3/+3
2016-04-20kbuild/mkspec: support 'update-bootloader'-based systemsJiri Kosina-0/+5
2016-04-20scripts: coccinelle: remove check to move constants to rightWolfram Sang-171/+0
2016-04-20Coccinelle: setup_timer: Add space in front of parenthesesVaishali Thakkar-2/+2
2016-04-20scripts: genksyms: fix resource leakMaxim Zhukov-0/+3
2016-04-19Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman-1/+1
2016-04-12debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usageNicolai Stange-0/+67
2016-04-07ARM: 8553/1: kallsyms: remove --page-offset command line optionArd Biesheuvel-8/+0
2016-04-07ARM: 8552/1: kallsyms: remove special lower address limit for CONFIG_ARMArd Biesheuvel-4/+0
2016-04-07ARM: 8555/1: kallsyms: ignore ARM mode switching veneersArd Biesheuvel-0/+2
2016-04-06ASN.1: fix open failure check on headernameColin Ian King-1/+1
2016-03-31dtc: turn off dtc unit address warnings by defaultRob Herring-0/+5
2016-03-29kbuild: create/adjust generated/autoksyms.hNicolas Pitre-0/+101
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre-0/+28
2016-03-29kbuild: de-duplicate fixdep usageNicolas Pitre-15/+9
2016-03-29fixdep: accept extra dependencies on stdinNicolas Pitre-15/+45
2016-03-29scripts/dtc: Update to upstream version 53bf130b1cddRob Herring-7/+31
2016-03-29kbuild: record needed exported symbols for modulesNicolas Pitre-2/+11
2016-03-24Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-9/+215
2016-03-24Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-6/+10
2016-03-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-9/+12
2016-03-23parisc: Use generic extable search and sort routinesHelge Deller-0/+1
2016-03-22ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin-0/+4
2016-03-22scripts/gdb: account for changes in module data structureJan Kiszka-3/+4
2016-03-22scripts/gdb: add cmdline reader commandKieran Bingham-0/+13
2016-03-22scripts/gdb: add version commandKieran Bingham-0/+29
2016-03-22kernel: add kcov code coverageDmitry Vyukov-0/+6
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+39
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-112/+741
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-5/+5
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-99/+580
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds-14/+116
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel-10/+75
2016-03-15kallsyms: don't overload absolute symbol type for percpu symbolsArd Biesheuvel-2/+12
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel-1/+1
2016-03-15checkpatch: fix another left brace warningGeyslan G. Bem-1/+1
2016-03-15checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches-4/+8
2016-03-15checkpatch: warn on bare unsigned or signed declarations without intJoe Perches-0/+20