summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kbuild: fix W= option checks for extra DTC warningsMasahiro Yamada2018-01-251-2/+2
| * | | Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang2018-01-181-0/+3
| * | | fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada2018-01-181-12/+12
| * | | fixdep: refactor parse_dep_file()Masahiro Yamada2018-01-181-40/+40
| * | | fixdep: move global variables to local variables of main()Masahiro Yamada2018-01-181-26/+16
| * | | fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada2018-01-181-13/+9
| * | | fixdep: factor out common code for reading filesMasahiro Yamada2018-01-181-55/+20
| * | | fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada2018-01-181-24/+32
| * | | fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada2018-01-181-1/+0
| * | | fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn2018-01-081-4/+2
| |/ /
* | | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-012-0/+19
|\ \ \
| * \ \ Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-022-26/+4
| |\ \ \
| * | | | soundwire: Add SoundWire bus typeVinod Koul2017-12-192-0/+19
* | | | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-311-1300/+206
|\ \ \ \ \
| * | | | | scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab2018-01-011-15/+41
| * | | | | scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab2017-12-211-7/+23
| * | | | | scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab2017-12-211-25/+44
| * | | | | scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab2017-12-211-12/+26
| * | | | | scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab2017-12-211-22/+16
| * | | | | scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab2017-12-211-15/+4
| * | | | | scripts: kernel-doc: parse next structs/unionsMauro Carvalho Chehab2017-12-211-53/+68
| * | | | | scripts: kernel-doc: replace tabs by spacesMauro Carvalho Chehab2017-12-211-5/+5
| * | | | | scripts: kernel-doc: change default to ReST formatMauro Carvalho Chehab2017-12-211-3/+3
| * | | | | scripts: kernel-doc: improve argument handlingMauro Carvalho Chehab2017-12-211-16/+20
| * | | | | scripts: kernel-doc: get rid of unused output formatsMauro Carvalho Chehab2017-12-211-1179/+4
| * | | | | docs: get rid of kernel-doc-nano-HOWTO.txtMauro Carvalho Chehab2017-12-211-1/+1
| * | | | | kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Mauro Carvalho Chehab2017-12-111-2/+6
| |/ / / /
* | | | | scripts/tags.sh: change find_other_sources() for include directoriesArend van Spriel2018-01-311-1/+1
* | | | | scripts/decodecode: make it take multiline Code lineAndy Shevchenko2018-01-311-0/+12
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-0/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-0/+6
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | checkpatch: Add warnings for {smp_,}read_barrier_depends()Paul E. McKenney2017-12-051-0/+6
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-0/+9
|\ \ \ \ \ \
| * | | | | | module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-261-0/+9
* | | | | | | scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie2018-01-191-0/+2
* | | | | | | scripts/decodecode: fix decoding for AArch64 (arm64) instructionsWill Deacon2018-01-191-0/+8
* | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-171-4/+10
|\| | | | | |
| * | | | | | objtool: Fix seg fault with gold linkerJosh Poimboeuf2018-01-161-4/+10
| * | | | | | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-132-2/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | genksyms: drop *.hash.c from .gitignoreMasahiro Yamada2018-01-131-1/+0
| * | | | | | | kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre2018-01-061-1/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-151-22/+0
|\ \ \ \ \ \ \
| * | | | | | | checkpatch: Remove ACCESS_ONCE() warningMark Rutland2017-12-121-22/+0
| | |_|_|_|/ / | |/| | | | |
* / | | | | | scripts/faddr2line: fix CROSS_COMPILE unset errorLiu, Changcheng2017-12-141-4/+4
|/ / / / / /
* | | | | | Merge tag 'docs-4.15-fixes' of git://git.lwn.net/linuxLinus Torvalds2017-12-041-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon2017-12-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-292-9/+19
|\ \ \ \ \
| * | | | | scripts/bloat-o-meter: don't fail with division by 0Andy Shevchenko2017-11-291-2/+5
| * | | | | scripts/faddr2line: extend usage on generic archLiu, Changcheng2017-11-291-7/+14
| |/ / / /