Sign in
android-kvm
/
linux
/
20d4e80d255dd7cfecb53743bc550ebcad04549d
/
scripts
6c1c79a
Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
a11391b
scripts: package: mkdebian: add missing rsync dependency
by Enrico Weigelt, metux IT consult
· 5 years ago
272a721
kconfig: don't crash on NULL expressions in expr_eq()
by Thomas Hebb
· 5 years ago
fd2ab2f
scripts/kallsyms: fix offset overflow of kallsyms_relative_base
by Masahiro Yamada
· 5 years ago
c8f3dea
mkcompile_h: use printf for LINUX_COMPILE_BY
by Masahiro Yamada
· 5 years ago
e819365
mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}
by Masahiro Yamada
· 5 years ago
184b8f7
Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 5 years ago
95e6ba5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
969bea5
checkpatch: Drop pr_warning check
by Kefeng Wang
· 5 years ago
cd28b11
checkpatch: reduce is_maintained_obsolete lookup runtime
by Joe Perches
· 5 years ago
d439e6a
checkpatch: improve ignoring CamelCase SI style variants like mA
by Joe Perches
· 5 years ago
2f5bd343
scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in commit message
by Joe Perches
· 5 years ago
76bb8b0
Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
937d6ee
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
by Linus Torvalds
· 5 years ago
2c97b5a
Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 5 years ago
734c702
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
2d216b2
scripts/spelling.txt: add more spellings to spelling.txt
by Colin Ian King
· 5 years ago
df786c9
bpf: Force .BTF section start to zero when dumping from vmlinux
by Stanislav Fomichev
· 5 years ago
da5fb18
bpf: Support pre-2.25-binutils objcopy for vmlinux BTF
by Stanislav Fomichev
· 5 years ago
361b0d2
Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 5 years ago
386403a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 5 years ago
436b2a8
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 5 years ago
831362f
scripts/kallsyms: remove redundant initializers
by Masahiro Yamada
· 5 years ago
d44270f
scripts/kallsyms: put check_symbol_range() calls close together
by Masahiro Yamada
· 5 years ago
b6233d0
scripts/kallsyms: make check_symbol_range() void function
by Masahiro Yamada
· 5 years ago
887df76
scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
by Masahiro Yamada
· 5 years ago
97261e1
scripts/kallsyms: move more patterns to the ignored_prefixes array
by Masahiro Yamada
· 5 years ago
a41333e
scripts/kallsyms: skip ignored symbols very early
by Masahiro Yamada
· 5 years ago
4bfe2b7
scripts/kallsyms: add const qualifiers where possible
by Masahiro Yamada
· 5 years ago
2558c13
scripts/kallsyms: make find_token() return (unsigned char *)
by Masahiro Yamada
· 5 years ago
aa91524
scripts/kallsyms: replace prefix_underscores_count() with strspn()
by Masahiro Yamada
· 5 years ago
29e55ad
scripts/kallsyms: add sym_name() to mitigate cast ugliness
by Masahiro Yamada
· 5 years ago
c5e5002
scripts/kallsyms: remove unneeded length check for prefix matching
by Masahiro Yamada
· 5 years ago
e010904
scripts/kallsyms: remove redundant is_arm_mapping_symbol()
by Masahiro Yamada
· 5 years ago
f34ea02
scripts/kallsyms: set relative_base more effectively
by Masahiro Yamada
· 5 years ago
5e5c4fa
scripts/kallsyms: shrink table before sorting it
by Masahiro Yamada
· 5 years ago
21915ec
scripts/kallsyms: fix definitely-lost memory leak
by Masahiro Yamada
· 5 years ago
1ef26b7
scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE
by Masahiro Yamada
· 5 years ago
7ef9ab3
modpost: respect the previous export when 'exported twice' is warned
by Masahiro Yamada
· 5 years ago
e4b26c9
modpost: do not set ->preloaded for symbols from Module.symvers
by Masahiro Yamada
· 5 years ago
1743694
modpost: stop symbol preloading for modversion CRC
by Masahiro Yamada
· 5 years ago
9bd2a09
modpost: rename handle_modversions() to handle_symbol()
by Masahiro Yamada
· 5 years ago
e84f9fb
modpost: refactor namespace_from_kstrtabns() to not hard-code section name
by Masahiro Yamada
· 5 years ago
afa0459
modpost: add a helper to get data pointed by a symbol
by Masahiro Yamada
· 5 years ago
51e46c7
docs, parallelism: Rearrange how jobserver reservations are made
by Kees Cook
· 5 years ago
dffd011
docs, parallelism: Do not leak blocking mode to other readers
by Kees Cook
· 5 years ago
4920323
docs, parallelism: Fix failure path and add comment
by Kees Cook
· 5 years ago
19b7e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
eb70e26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 5 years ago
7ecaf06
kbuild: move headers_check rule to usr/include/Makefile
by Masahiro Yamada
· 5 years ago
fcbb846
kbuild: remove header compile test
by Masahiro Yamada
· 5 years ago
1d28122
checkpatch: don't warn about new vsprintf pointer extension '%pe'
by Uwe Kleine-König
· 5 years ago
65e1f38
scripts/tools-support-relr.sh: un-quote variables
by Ilie Halip
· 5 years ago
eba1903
kbuild: rename any-prereq to newer-prereqs
by Masahiro Yamada
· 5 years ago
2d3b1b8
kbuild: drop $(wildcard $^) check in if_changed* for faster rebuild
by Masahiro Yamada
· 5 years ago
76b54cf
modpost: remove unneeded local variable in contains_namespace()
by Masahiro Yamada
· 5 years ago
bc35d4b
scripts/nsdeps: support nsdeps for external module builds
by Masahiro Yamada
· 5 years ago
bbc55bd
modpost: dump missing namespaces into a single modules.nsdeps file
by Masahiro Yamada
· 5 years ago
0241ea8
modpost: free ns_deps_buf.p after writing ns_deps files
by Masahiro Yamada
· 5 years ago
bff9c62
modpost: do not invoke extra modpost for nsdeps
by Masahiro Yamada
· 5 years ago
faade96
scripts/ver_linux: add Bison and Flex to the checklist
by Bhaskar Chowdhury
· 5 years ago
46b2afa
kconfig: be more helpful if pkg-config is missing
by Alyssa Ross
· 5 years ago
5d8b42a
kconfig: Add option to get the full help text with listnewconfig
by Laura Abbott
· 5 years ago
af7db99
kbuild: Add make dir-pkg build option
by Matteo Croce
· 5 years ago
a64c044
kbuild: Wrap long "make help" text lines
by Geert Uytterhoeven
· 5 years ago
3c96bdd
scripts: setlocalversion: replace backquote to dollar parenthesis
by Bhaskar Chowdhury
· 5 years ago
2dffd23
kbuild: make single target builds much faster
by Masahiro Yamada
· 5 years ago
2031262
kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectories
by Masahiro Yamada
· 5 years ago
39808e4
kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers
by Masahiro Yamada
· 5 years ago
1747269a
modpost: do not parse vmlinux for external module builds
by Masahiro Yamada
· 5 years ago
fab546e
kbuild: update comments in scripts/Makefile.modpost
by Masahiro Yamada
· 5 years ago
521b29b
kconfig: split util.c out of parser.y
by Masahiro Yamada
· 5 years ago
78a20a0
video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/
by Masahiro Yamada
· 5 years ago
14684b9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
6737e763
Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 5 years ago
0d0da9a
scripts/sphinx-pre-install: fix Arch latexmk dependency
by Louis Taylor
· 5 years ago
43756e3
scripts/kernel-doc: Add support for named variable macro arguments
by Jonathan Neuschäfer
· 5 years ago
8731acc
scripts/gdb: fix debugging modules compiled with hot/cold partitioning
by Ilya Leoshkevich
· 5 years ago
57baec7
scripts/nsdeps: make sure to pass all module source files to spatch
by Jessica Yu
· 5 years ago
067c650
dtc: Use pkg-config to locate libyaml
by Pavel Modilaynen
· 5 years ago
1ee1ffe
scripts/dtc: dtx_diff - add color output support
by Geert Uytterhoeven
· 5 years ago
d31e955
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
822bbba
Merge tag 'v5.4-rc4' into docs-next
by Jonathan Corbet
· 5 years ago
5b7fe93
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
9e2dd2c
Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 5 years ago
0968495
scripts/nsdeps: use alternative sed delimiter
by Jessica Yu
· 5 years ago
ab81e20
scripts/bpf: Print an error when known types list needs updating
by Jakub Sitnicki
· 5 years ago
2f18439
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
e2ab4ef
Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
585d730
scripts/gdb: fix debugging modules on s390
by Ilya Leoshkevich
· 5 years ago
ca210ba
scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is set
by Joel Colledge
· 5 years ago
6992320
symbol namespaces: revert to previous __ksymtab name scheme
by Matthias Maennich
· 5 years ago
9ae5bd1
modpost: make updating the symbol namespace explicit
by Matthias Maennich
· 5 years ago
a2b11184
modpost: delegate updating namespaces to separate function
by Matthias Maennich
· 5 years ago
283ea34
coccinelle: api/devm_platform_ioremap_resource: remove useless script
by Alexandre Belloni
· 5 years ago
456a513
scripts/bpf: Emit an #error directive known types list needs updating
by Jakub Sitnicki
· 5 years ago
991b78f
scripts: setlocalversion: fix a bashism
by Randy Dunlap
· 5 years ago
a98d62c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
d4615e5
Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
7f8557b
recordmcount: Fix nop_mcount() function
by Steven Rostedt (VMware)
· 5 years ago
Next »