summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-303-7/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-224-4/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-054-14/+45
| |\ \ \ \ \ \ \
| * | | | | | | | thunderbolt: Add support for XDomain discovery protocolMika Westerberg2017-10-022-0/+32
* | | | | | | | | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-1419-235/+1622
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'dt/kbuild' into dt/nextRob Herring2017-11-092-4/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2017-11-092-4/+7
| * | | | | | | | | | scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9Rob Herring2017-10-252-1/+10
| * | | | | | | | | | scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110Rob Herring2017-10-0316-230/+1603
| * | | | | | | | | | scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync scriptRob Herring2017-10-031-1/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-1/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0795-1/+400
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-021-1/+0
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar2017-10-234-4/+38
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0795-2/+400
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-10-241-1/+1
* | | | | | | | | | | | Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds2017-11-133-4/+90
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | scripts: Add a script to find unused documentationsayli karnik2017-10-231-0/+62
| * | | | | | | | | | | | Documentation: add script and build target to check for broken file referencesJani Nikula2017-10-121-0/+15
| * | | | | | | | | | | | scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg2017-09-261-4/+13
* | | | | | | | | | | | | modpost: detect modules without a MODULE_LICENSERandy Dunlap2017-11-121-1/+1
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | scripts: add leaking_addresses.plTobin C. Harding2017-11-061-0/+305
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds2017-11-021-1/+1
* | | | | | | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0294-0/+94
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0294-0/+94
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-10-281-1/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | kbuild: drop unused symverfile in Makefile.modpostCao jin2017-10-071-1/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-222-6/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Input: do not use property bits when generating module aliasDmitry Torokhov2017-10-222-6/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-212-1/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | / / / / / | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Input: allow matching device IDs on property bitsDmitry Torokhov2017-10-192-1/+6
* | | | | | | | scripts/kallsyms.c: ignore symbol type 'n'Guenter Roeck2017-10-131-1/+1
* | | | | | | | scripts: fix faddr2line to work on last symbolNeilBrown2017-10-121-2/+3
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | checkpatch: fix ignoring cover-letter logicStafford Horne2017-10-031-1/+1
* | | | | | | scripts/spelling.txt: add more spelling mistakes to spelling.txtColin Ian King2017-10-031-0/+33
| |/ / / / / |/| | | | |
* | | | | | objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf2017-09-281-0/+2
| |/ / / / |/| | | |
* | | | | Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-241-13/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | scripts/dtc: dtx_diff - 2nd update of include dts paths to match buildFrank Rowand2017-09-201-13/+9
| | |/ / | |/| |
* | | | kbuild: rpm-pkg: fix version number handlingMasahiro Yamada2017-09-213-15/+2
* | | | kbuild: deb-pkg: remove firmware package supportMasahiro Yamada2017-09-211-21/+1
* | | | kbuild: rpm-pkg: delete firmware_install to fix build errorMasahiro Yamada2017-09-211-6/+2
|/ / /
* | | Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-151-70/+0
|\ \ \
| * | | firmware: delete in-kernel firmwareGreg Kroah-Hartman2017-09-141-70/+0
* | | | Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-09-143-20/+19
|\ \ \ \
| * | | | kbuild: buildtar: do not print successful message if tar returns errorMasahiro Yamada2017-09-131-16/+13
| * | | | kbuild: buildtar: fix tar error when CONFIG_MODULES is disabledMasahiro Yamada2017-09-131-2/+3
| * | | | kbuild: Use KCONFIG_CONFIG in buildtarNicolas Porcel2017-09-021-2/+2
| * | | | Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn2017-09-011-0/+1
OpenPOWER on IntegriCloud