Gitiles Standalone
repos
/
linux-5.10
/
0e8fb69f287bcf61fb93990f6bb1496ef0122499
/
scripts
0ad5b05
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
ff2ae60
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
bef7b2a
Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
79f51b7
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
df47b5e
scripts/spelling.txt: add more spellings to spelling.txt
by Colin Ian King
· 6 years ago
66906c4
scripts/spelling.txt: add syfs/sysfs pattern
by Jonathan Neuschäfer
· 6 years ago
29d9f30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 6 years ago
5b67fbf
Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
b3aa112
Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 6 years ago
3cd86a5
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
ed52f2c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
dbb381b
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
481ed29
Merge tag 'docs-5.7' of git://git.lwn.net/linux
by Linus Torvalds
· 6 years ago
c03cb66
Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
by Linus Torvalds
· 6 years ago
f0b5989
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
d9dac14
kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unset
by Reinhard Karcher
· 6 years ago
735aab1
kbuild: add -Wall to KBUILD_HOSTCXXFLAGS
by Masahiro Yamada
· 6 years ago
dbd3586
kconfig: remove unused variable in qconf.cc
by Masahiro Yamada
· 6 years ago
bb36d37
Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
e33a814
scripts/dtc: Remove redundant YYLOC global declaration
by Dirk Mueller
· 6 years ago
5cdbec1
parse-maintainers: Do not sort section content by default
by Joe Perches
· 6 years ago
9fb1695
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 6 years ago
d198b34f
.gitignore: add SPDX License Identifier
by Masahiro Yamada
· 6 years ago
2985bed
.gitignore: remove too obvious comments
by Masahiro Yamada
· 6 years ago
aefd803
kbuild: refactor Makefile.dtbinst more
by Masahiro Yamada
· 6 years ago
2431f22
kbuild: compute the dtbs_install destination more simply
by Masahiro Yamada
· 6 years ago
baca54d
Merge 5.6-rc7 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
f58dd03
scripts: Fix the inclusion order in modpost
by Vincenzo Frascino
· 6 years ago
207f75c
Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
7883a14
scripts/kallsyms: fix wrong kallsyms_relative_base
by Mikhail Petrov
· 6 years ago
90ceddc
bpf: Support llvm-objcopy for vmlinux BTF
by Fangrui Song
· 6 years ago
e6b0de46
bus: mhi: core: Add uevent support for module autoloading
by Manivannan Sadhasivam
· 6 years ago
4b8a5cf
modpost: Get proper section index by get_secindex() instead of st_shndx
by Xiao Yang
· 6 years ago
c2d920b
kconfig: Add support for 'as-option'
by Vincenzo Frascino
· 6 years ago
5190044
modpost: move the namespace field in Module.symvers last
by Jessica Yu
· 6 years ago
44ef976
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
82f2bc2
kbuild: Disable -Wpointer-to-enum-cast
by Nathan Chancellor
· 6 years ago
5996a58
bpf_helpers_doc.py: Fix warning when compiling bpftool
by Carlos Neira
· 6 years ago
d047cd8
scripts/dtc: Update to upstream version v1.6.0-2-g87a656ae5ff9
by Rob Herring
· 6 years ago
7815421
scripts/dtc: Remove unused makefile fragments
by Rob Herring
· 6 years ago
1d34357
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 6 years ago
3a9dd3e
kconfig: make 'imply' obey the direct dependency
by Masahiro Yamada
· 6 years ago
def2fbf
kconfig: allow symbols implied by y to become m
by Masahiro Yamada
· 6 years ago
54b7784
modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n
by Jessica Yu
· 6 years ago
93c95e5
modpost: rework and consolidate logging interface
by Jessica Yu
· 6 years ago
9dffecc
kbuild: allow to run dt_binding_check without kernel configuration
by Masahiro Yamada
· 6 years ago
b4490c5
bpf: Added new helper bpf_get_ns_current_pid_tgid
by Carlos Neira
· 6 years ago
ce5c5d65
scsi: docs: convert scsi_mid_low_api.txt to ReST
by Mauro Carvalho Chehab
· 6 years ago
8cc4fd7
kconfig: introduce m32-flag and m64-flag
by Masahiro Yamada
· 6 years ago
2b4cbd5
docs: move gcc-plugins to the kbuild manual
by Jonathan Corbet
· 6 years ago
bb3a151
Merge 5.6-rc5 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
611d61f
parse-maintainers: Mark as executable
by Jonathan Neuschäfer
· 6 years ago
af73d78
kbuild: Remove debug info from kallsyms linking
by Kees Cook
· 6 years ago
2ba06cd
kbuild: Always validate DT binding examples
by Rob Herring
· 6 years ago
88694cf
kbuild: generate autoksyms.h early
by Quentin Perret
· 6 years ago
cd195bc
kbuild: split adjust_autoksyms.sh in two parts
by Quentin Perret
· 6 years ago
1518c63
kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMS
by Quentin Perret
· 6 years ago
2a86f66
kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST
by Masahiro Yamada
· 6 years ago
c428cd5
scripts/sphinx-pre-install: add '-p python3' to virtualenv
by Tim Bird
· 6 years ago
3f9070a
fixdep: remove redundant null character check
by Masahiro Yamada
· 6 years ago
87d660f
fixdep: remove unneeded code and comments about *.ver files
by Masahiro Yamada
· 6 years ago
f84fdf8
kbuild: remove the owner check in mkcompile_h
by Masahiro Yamada
· 6 years ago
9f0ca0c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
1ce589a
i3c: Generate aliases for i3c modules
by Boris Brezillon
· 6 years ago
e3e0b58
selinux: remove unused initial SIDs and improve handling
by Stephen Smalley
· 6 years ago
fd63fab
kbuild: remove unneeded semicolon at the end of cmd_dtb_check
by Masahiro Yamada
· 6 years ago
7a04960
kbuild: fix DT binding schema rule to detect command line changes
by Masahiro Yamada
· 6 years ago
3cd046f
scripts/bpf: Switch to more portable python3 shebang
by Scott Branden
· 6 years ago
021622d
docs: add a script to check sysctl docs
by Stephen Kitt
· 6 years ago
290d5388
scripts: documentation-file-ref-check: improve :doc: handling
by Mauro Carvalho Chehab
· 6 years ago
1f836f5
Merge 5.6-rc3 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
0ef82fc
scripts/get_maintainer.pl: deprioritize old Fixes: addresses
by Douglas Anderson
· 6 years ago
ef0c081
get_maintainer: remove uses of P: for maintainer name
by Joe Perches
· 6 years ago
ff5cd9a
ver_linux: Query ld cache for versions of libc/libcpp run-time
by Alexander Kapshuk
· 6 years ago
083bc0e
kbuild: fix mismatch between .version and include/generated/compile.h
by Masahiro Yamada
· 6 years ago
9d1b389
scripts/kallsyms: fix memory corruption caused by write over-run
by Masahiro Yamada
· 6 years ago
89a47dd
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
41dcd67
Merge tag 'docs-5.6-2' of git://git.lwn.net/linux
by Linus Torvalds
· 6 years ago
d1c9038
Allow git builds of Sphinx
by Stephen Kitt
· 6 years ago
089b7d8
kconfig: Invalidate all symbols after changing to y or m.
by Tetsuo Handa
· 6 years ago
1c94871
mm: remove __krealloc
by Florian Westphal
· 6 years ago
8d60526
scripts/kallsyms: change table to store (strcut sym_entry *)
by Masahiro Yamada
· 6 years ago
be9f613
scripts/kallsyms: rename local variables in read_symbol()
by Masahiro Yamada
· 6 years ago
5f2fb52
kbuild: rename hostprogs-y/always to hostprogs/always-y
by Masahiro Yamada
· 6 years ago
c8fb7d7
kconfig: fix broken dependency in randconfig-generated .config
by Masahiro Yamada
· 6 years ago
14cd0bd
Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
368d060
Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
7eec11d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
4efc61c
scripts/spelling.txt: add "issus" typo
by Luca Ceresoli
· 6 years ago
2ab1278
scripts/spelling.txt: add more spellings to spelling.txt
by Xiong
· 6 years ago
893e591
Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
05ef8b9
Merge tag 'docs-5.6' of git://git.lwn.net/linux
by Linus Torvalds
· 6 years ago
ca9b5b6
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
bd2463a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 6 years ago
451dff3
builddeb: split libc headers deployment out into a function
by Masahiro Yamada
· 6 years ago
3126c17
builddeb: split kernel headers deployment out into a function
by Masahiro Yamada
· 6 years ago
aae6a671
builddeb: remove redundant make for ARCH=um
by Masahiro Yamada
· 6 years ago
9a92eee
builddeb: avoid invoking sub-shells where possible
by Masahiro Yamada
· 6 years ago
f9a4711
builddeb: remove redundant $objtree/
by Masahiro Yamada
· 6 years ago
1694e94
builddeb: match temporary directory name to the package name
by Masahiro Yamada
· 6 years ago
Next »