index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
gen_kheaders.sh
Age
Commit message (
Expand
)
Author
2025-03-15
Revert "kheaders: Ignore silly-rename files"
Masahiro Yamada
2025-01-31
Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2025-01-10
kheaders: prevent `find` from seeing perl temp files
HONG Yifan
2025-01-10
kheaders: use 'tar' instead of 'cpio' for copying files
Masahiro Yamada
2025-01-10
kheaders: rename the 'cpio_dir' variable to 'tmpdir'
Masahiro Yamada
2025-01-10
kheaders: avoid unnecessary process forks of grep
Masahiro Yamada
2025-01-10
kheaders: exclude include/generated/utsversion.h from kheaders_data.tar.xz
Masahiro Yamada
2024-12-20
kheaders: Ignore silly-rename files
David Howells
2024-05-30
kheaders: use `command -v` to test for existence of `cpio`
Miguel Ojeda
2024-05-30
kheaders: explicitly define file modes for archived headers
Matthias Maennich
2023-05-28
Revert "kheaders: substituting --sort in archive creation"
Masahiro Yamada
2023-01-22
kheaders: use standard naming for the temporary directory
Thomas Weißschuh
2023-01-18
kheaders: explicitly validate existence of cpio command
Thomas Weißschuh
2022-09-29
kbuild: build init/built-in.a just once
Masahiro Yamada
2022-05-08
kheaders: Have cpio unconditionally replace files
Daniel Mentz
2021-05-27
kbuild: clean up ${quiet} checks in shell scripts
Masahiro Yamada
2021-04-25
kbuild: redo fake deps at include/config/*.h
Alexey Dobriyan
2020-06-06
kbuild: add variables for compression tools
Denis Efremov
2019-11-11
kheaders: explain why include/config/autoconf.h is excluded from md5sum
Masahiro Yamada
2019-11-11
kheaders: remove the last bashism to allow sh to run it
Masahiro Yamada
2019-11-11
kheaders: optimize header copy for in-tree builds
Masahiro Yamada
2019-11-11
kheaders: optimize md5sum calculation for in-tree builds
Masahiro Yamada
2019-11-11
kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'
Masahiro Yamada
2019-10-17
kheaders: substituting --sort in archive creation
Dmitry Goldin
2019-10-05
kheaders: make headers archive reproducible
Dmitry Goldin
2019-07-09
kheaders: include only headers into kheaders_data.tar.xz
Masahiro Yamada
2019-07-09
kheaders: remove meaningless -R option of 'ls'
Masahiro Yamada
2019-05-24
kheaders: Do not regenerate archive if config is not changed
Joel Fernandes (Google)
2019-05-24
kheaders: Move from proc to sysfs
Joel Fernandes (Google)