index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-26
kbuild: Turn a couple more of clang's unused option warnings into errors
Nathan Chancellor
1
-0
/
+2
2023-01-26
kbuild: Update assembler calls to use proper flags and language target
Nick Desaulniers
3
-6
/
+6
2023-01-25
kbuild: Modify default INSTALL_MOD_DIR from extra to updates
Luis Chamberlain
1
-1
/
+1
2023-01-25
gcc-plugins: Reorganize gimple includes for GCC 13
Kees Cook
1
-2
/
+2
2023-01-24
kbuild: Add config fragment merge functionality
Nicolas Saenz Julienne
1
-0
/
+15
2023-01-24
ftrace/scripts: Update the instructions for ftrace-bisect.sh
Steven Rostedt (Google)
1
-8
/
+26
2023-01-22
kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)
Masahiro Yamada
1
-4
/
+4
2023-01-22
kbuild: rust: move rust/target.json to scripts/
Masahiro Yamada
3
-1
/
+10
2023-01-22
fixdep: do not parse *.rlib, *.rmeta, *.so
Masahiro Yamada
1
-1
/
+10
2023-01-22
fixdep: avoid parsing the same file over again
Masahiro Yamada
1
-2
/
+7
2023-01-22
fixdep: refactor hash table lookup
Masahiro Yamada
1
-22
/
+25
2023-01-22
kbuild: remove sed commands after rustc rules
Masahiro Yamada
2
-16
/
+5
2023-01-22
fixdep: parse Makefile more correctly to handle comments etc.
Masahiro Yamada
1
-54
/
+119
2023-01-22
kbuild: specify output names separately for each emission type from rustc
Masahiro Yamada
2
-11
/
+10
2023-01-22
kbuild: refactor host*_flags
Masahiro Yamada
1
-10
/
+8
2023-01-22
kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtbo
Masahiro Yamada
1
-30
/
+15
2023-01-22
kbuild: add more comments for KBUILD_NOCMDDEP=1
Masahiro Yamada
1
-0
/
+6
2023-01-22
kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd files
Masahiro Yamada
4
-8
/
+8
2023-01-22
kbuild: make W=1 warn files that are tracked but ignored by git
Masahiro Yamada
1
-0
/
+19
2023-01-22
kbuild: clean up stale file removal
Masahiro Yamada
1
-23
/
+1
2023-01-22
kbuild: allow to combine multiple V= levels
Masahiro Yamada
2
-3
/
+3
2023-01-22
kbuild: do not print extra logs for V=2
Masahiro Yamada
2
-4
/
+4
2023-01-22
kbuild: print short log in addition to the whole command with V=1
Masahiro Yamada
1
-13
/
+13
2023-01-22
Merge 6.2-rc5 into char-misc-next
Greg Kroah-Hartman
4
-8
/
+17
2023-01-21
Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-8
/
+17
2023-01-20
scripts/tags.sh: choose which directories to exclude from being indexed
Paulo Miguel Almeida
1
-0
/
+7
2023-01-17
btf, scripts: Exclude Rust CUs with pahole
Martin Rodriguez Reboredo
1
-0
/
+4
2023-01-16
scripts: support GNU make 4.4 in jobserver-exec
Martin Liska
1
-5
/
+14
2023-01-14
Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2023-01-13
kbuild: Fix CFI hash randomization with KASAN
Sami Tolvanen
1
-0
/
+1
2023-01-13
kconfig: Update all declared targets
Peter Foley
2
-2
/
+2
2023-01-11
bpf_doc: Fix build error with older python versions
Michal Suchanek
1
-1
/
+1
2023-01-11
scripts: rpm: make clear that mkspec script contains 4.13 feature
Arend van Spriel
1
-1
/
+1
2023-01-09
scripts/head-object-list: Remove x86 from the list
Alexander Lobakin
1
-6
/
+0
2023-01-05
kbuild: readd -w option when vmlinux.o or Module.symver is missing
Masahiro Yamada
1
-4
/
+5
2022-12-30
fixdep: remove unneeded <stdarg.h> inclusion
Masahiro Yamada
1
-1
/
+0
2022-12-30
kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequires
Masahiro Yamada
1
-1
/
+2
2022-12-30
kbuild: Fix running modpost with musl libc
Samuel Holland
1
-11
/
+11
2022-12-30
kbuild: add a missing line for help message
Jun ASAKA
1
-0
/
+1
2022-12-29
kconfig: Add static text for search information in help menu
Bhaskar Chowdhury
1
-0
/
+6
2022-12-26
coccinelle: api/atomic_as_refcounter: include message type in output
Deepak R Varma
1
-4
/
+4
2022-12-23
Merge tag 'coccinelle-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
1
-1
/
+1
2022-12-19
Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
34
-138
/
+226
2022-12-19
Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
3
-1
/
+53
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+3
2022-12-17
buildtar: fix tarballs with EFI_ZBOOT enabled
Veronika Kabatova
1
-1
/
+1
2022-12-16
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2022-12-14
Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2022-12-14
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+5
[prev]
[next]