index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
checkincludes.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-26
builddeb: clean generated package content
Bastian Germann
1
-1
/
+1
2023-01-26
builddeb: Consolidate consecutive chmod calls into one
Sven Joachim
1
-5
/
+3
2023-01-26
scripts: remove bin2c
Masahiro Yamada
6
-43
/
+2
2023-01-26
scripts: handle BrokenPipeError for python scripts
Masahiro Yamada
3
-10
/
+40
2023-01-26
kbuild: Stop using '-Qunused-arguments' with clang
Nathan Chancellor
1
-1
/
+0
2023-01-26
kbuild: Turn a couple more of clang's unused option warnings into errors
Nathan Chancellor
1
-0
/
+2
2023-01-26
drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clang
Nathan Chancellor
1
-1
/
+2
2023-01-26
s390/purgatory: Remove unused '-MD' and unnecessary '-c' flags
Nathan Chancellor
1
-1
/
+1
2023-01-26
s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64
Nathan Chancellor
1
-1
/
+1
2023-01-26
s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64
Nathan Chancellor
1
-1
/
+1
2023-01-26
powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang
Nathan Chancellor
1
-0
/
+5
2023-01-26
powerpc/vdso: Improve linker flags
Nathan Chancellor
1
-8
/
+12
2023-01-26
powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nathan Chancellor
1
-2
/
+2
2023-01-26
powerpc: Remove linker flag from KBUILD_AFLAGS
Nathan Chancellor
1
-1
/
+1
2023-01-26
kbuild: Update assembler calls to use proper flags and language target
Nick Desaulniers
3
-6
/
+6
2023-01-26
MIPS: Prefer cc-option for additions to cflags
Nathan Chancellor
2
-2
/
+2
2023-01-26
MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOAT
Nathan Chancellor
9
-75
/
+40
2023-01-26
x86/boot/compressed: prefer cc-option for CFLAGS additions
Nick Desaulniers
1
-1
/
+1
2023-01-22
kheaders: use standard naming for the temporary directory
Thomas Weißschuh
1
-1
/
+1
2023-01-22
kbuild: also delete temporary directories
Thomas Weißschuh
1
-2
/
+3
2023-01-22
docs/kbuild/makefiles: unify quoting
Jani Nikula
1
-60
/
+60
2023-01-22
docs/kbuild/makefiles: clean up indentation and whitespace
Jani Nikula
1
-927
/
+958
2023-01-22
docs/kbuild/makefiles: drop section numbering, use references
Jani Nikula
1
-103
/
+103
2023-01-22
docs/kbuild/makefiles: throw out the local table of contents
Jani Nikula
1
-61
/
+0
2023-01-22
docs/kbuild/makefiles: fix header underline
Jani Nikula
1
-1
/
+1
2023-01-22
MAINTAINERS: fix kbuild repo branch
Jani Nikula
1
-1
/
+1
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
6
-13
/
+13
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
3
-20
/
+7
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
3
-17
/
+15
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
2
-0
/
+25
2023-01-22
.gitignore: update the command to check tracked files being ignored
Masahiro Yamada
1
-1
/
+1
2023-01-22
kbuild: clean up stale file removal
Masahiro Yamada
2
-30
/
+1
2023-01-22
kbuild: drop V=0 support
Masahiro Yamada
2
-7
/
+4
2023-01-22
kbuild: allow to combine multiple V= levels
Masahiro Yamada
4
-13
/
+13
2023-01-22
kbuild: do not print extra logs for V=2
Masahiro Yamada
5
-13
/
+15
2023-01-22
kbuild: print short log in addition to the whole command with V=1
Masahiro Yamada
2
-24
/
+20
2023-01-22
kbuild: refactor silent mode detection
Masahiro Yamada
1
-3
/
+3
2023-01-22
Linux 6.2-rc5
v6.2-rc5
Linus Torvalds
1
-1
/
+1
2023-01-21
ext4: deal with legacy signed xattr name hash values
Linus Torvalds
1
-2
/
+39
2023-01-21
prlimit: do_prlimit needs to have a speculation check
Greg Kroah-Hartman
1
-0
/
+2
2023-01-20
io_uring/poll: don't reissue in case of poll race on multishot request
Jens Axboe
1
-1
/
+5
[next]