Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
8116b54e7e23ef948ecac0e0ab78d10888265cab
/
scripts
14cd0bd
Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
368d060
Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
7eec11d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
4efc61c
scripts/spelling.txt: add "issus" typo
by Luca Ceresoli
· 5 years ago
2ab1278
scripts/spelling.txt: add more spellings to spelling.txt
by Xiong
· 5 years ago
893e591
Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 5 years ago
05ef8b9
Merge tag 'docs-5.6' of git://git.lwn.net/linux
by Linus Torvalds
· 5 years ago
ca9b5b6
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 5 years ago
bd2463a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 5 years ago
451dff3
builddeb: split libc headers deployment out into a function
by Masahiro Yamada
· 5 years ago
3126c17
builddeb: split kernel headers deployment out into a function
by Masahiro Yamada
· 5 years ago
aae6a671
builddeb: remove redundant make for ARCH=um
by Masahiro Yamada
· 5 years ago
9a92eee
builddeb: avoid invoking sub-shells where possible
by Masahiro Yamada
· 5 years ago
f9a4711
builddeb: remove redundant $objtree/
by Masahiro Yamada
· 5 years ago
1694e94
builddeb: match temporary directory name to the package name
by Masahiro Yamada
· 5 years ago
7e61b16
builddeb: remove unneeded files in hdrobjfiles for headers package
by Masahiro Yamada
· 5 years ago
8b56177
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e9a3bfe
scripts/dtc: Revert "yamltree: Ensure consistent bracketing of properties with phandles"
by Rob Herring
· 5 years ago
1630146
scripts/find-unused-docs: Fix massive false positives
by Geert Uytterhoeven
· 5 years ago
6a1000b
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
by Linus Torvalds
· 5 years ago
0238d3c
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 5 years ago
4d8773b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
2821e26
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 5 years ago
954b3c4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
2a67a6c
bpf, btf: Always output invariant hit in pahole DWARF to BTF transform
by Chris Down
· 5 years ago
3bed1b7
kbuild: use -S instead of -E for precise cc-option test in Kconfig
by Masahiro Yamada
· 5 years ago
1a7f0a3
builddeb: allow selection of .deb compressor
by Michał Mirosław
· 5 years ago
927d780
ARM: 8950/1: ftrace/recordmcount: filter relocation types
by Alex Sverdlin
· 5 years ago
9c9aa8f
kbuild: remove 'Building modules, stage 2.' log
by Masahiro Yamada
· 5 years ago
88fe89a
kbuild: remove *.tmp file when filechk fails
by Masahiro Yamada
· 5 years ago
5370d4a
modpost: assume STT_SPARC_REGISTER is defined
by Masahiro Yamada
· 5 years ago
42d519e
kbuild: Add support for 'as-instr' to be used in Kconfig files
by Catalin Marinas
· 5 years ago
292e1d7
libbpf: Clean up bpf_helper_defs.h generation output
by Andrii Nakryiko
· 5 years ago
9945722
builddeb: make headers package thinner
by Michał Mirosław
· 5 years ago
a6184f8
Merge 5.5-rc6 into tty-next
by Greg Kroah-Hartman
· 5 years ago
ba82f52
kconfig: fix an "implicit declaration of function" warning
by Bartosz Golaszewski
· 5 years ago
a960968
kconfig: fix nesting of symbol help text
by Thomas Hebb
· 5 years ago
3460d0bc
kconfig: distinguish between dependencies and visibility in help text
by Thomas Hebb
· 5 years ago
edda15f
kconfig: list all definitions of a symbol in help text
by Thomas Hebb
· 5 years ago
89b9060
kconfig: Add yes2modconfig and mod2yesconfig targets.
by Tetsuo Handa
· 5 years ago
c8138a5
kconfig: use $(PERL) in Makefile
by Masahiro Yamada
· 5 years ago
1d13523
kconfig: fix too deep indentation in Makefile
by Masahiro Yamada
· 5 years ago
68f0d62
kconfig: localmodconfig: fix indentation for closing brace
by Masahiro Yamada
· 5 years ago
5edcef8
kconfig: localmodconfig: remove unused $config
by Masahiro Yamada
· 5 years ago
adf7c5b
kconfig: squash prop_alloc() into menu_add_prop()
by Masahiro Yamada
· 5 years ago
6397d96
kconfig: remove sym from struct property
by Masahiro Yamada
· 5 years ago
2ffeef6
kconfig: remove 'prompt' argument from menu_add_prop()
by Masahiro Yamada
· 5 years ago
024352ff
kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()
by Masahiro Yamada
· 5 years ago
1be6e79
kconfig: remove 'prompt' symbol
by Masahiro Yamada
· 5 years ago
801b27d
kconfig: drop T_WORD from the RHS of 'prompt' symbol
by Masahiro Yamada
· 5 years ago
de026ca
kconfig: use parent->dep as the parentdep of 'menu'
by Masahiro Yamada
· 5 years ago
f64048a
kconfig: remove the rootmenu check in menu_add_prop()
by Masahiro Yamada
· 5 years ago
8b41fc4
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
by Masahiro Yamada
· 5 years ago
1664a37
kbuild: pass KBUILD_MODFILE when compiling builtin objects
by Masahiro Yamada
· 5 years ago
7e826c4
kbuild: add stringify helper to quote a string passed to C files
by Masahiro Yamada
· 5 years ago
a749926
kbuild: use pattern rule for building built-in.a in sub-directories
by Masahiro Yamada
· 5 years ago
56d5893
kbuild: do not create orphan built-in.a or obj-y objects
by Masahiro Yamada
· 5 years ago
4bdc0d6
remove ioremap_nocache and devm_ioremap_nocache
by Christoph Hellwig
· 5 years ago
bed7235
Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
8ffdc54
kbuild/deb-pkg: annotate libelf-dev dependency as :native
by Ard Biesheuvel
· 5 years ago
a5b0dc5
gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS again
by Arnd Bergmann
· 5 years ago
0cec114
scripts/dtc: Update to upstream version v1.5.1-22-gc40aeb60b47a
by Rob Herring
· 5 years ago
749e412
Merge 5.5-rc3 into tty-next
by Greg Kroah-Hartman
· 5 years ago
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
4484aa80
tty: vt: move conmakehash to drivers/tty/vt/ from scripts/
by Masahiro Yamada
· 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
f14bf6a
x86/unwind/orc: Remove boot-time ORC unwind tables sorting
by Shile Zhang
· 5 years ago
57fa189
scripts/sorttable: Implement build-time ORC unwind table sorting
by Shile Zhang
· 5 years ago
1091670
scripts/sorttable: Rename 'sortextable' to 'sorttable'
by Shile Zhang
· 5 years ago
57cafdf
scripts/sortextable: Refactor the do_func() function
by Shile Zhang
· 5 years ago
abe4f92
scripts/sortextable: Remove dead code
by Shile Zhang
· 5 years ago
6402e14
scripts/sortextable: Clean up the code to meet the kernel coding style better
by Shile Zhang
· 5 years ago
3c47b78
scripts/sortextable: Rewrite error/success handling
by Shile Zhang
· 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
Next »