index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-14
kconfig: nconf: remove unneeded default for menu prompt
Masahiro Yamada
1
-4
/
+2
2021-04-14
kconfig: nconf: get rid of (void) casts from wattrset() calls
Masahiro Yamada
2
-17
/
+17
2021-04-14
kconfig: nconf: fix NORMAL attributes
Masahiro Yamada
1
-2
/
+2
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
2
-17
/
+6
2021-04-14
kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build
Masahiro Yamada
1
-4
/
+4
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
7
-24
/
+18
2021-04-14
kconfig: nconf: fix core dump when searching in empty menu
Masahiro Yamada
1
-3
/
+7
2021-04-14
kconfig: lxdialog: A spello fix and a punctuation added
Bhaskar Chowdhury
1
-2
/
+2
2021-04-14
kconfig: streamline_config.pl: Couple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-04-14
kconfig: use true and false for bool variable
Yang Li
1
-1
/
+1
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
7
-16
/
+8
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
6
-20
/
+1
2021-04-14
kconfig: do not use allnoconfig_y option
Masahiro Yamada
1
-1
/
+2
2021-04-14
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
Masahiro Yamada
1
-0
/
+4
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
9
-29
/
+42
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
2
-2
/
+2
2021-04-14
kconfig: move conf_set_all_new_symbols() to conf.c
Masahiro Yamada
3
-187
/
+193
2021-04-14
bpf: Generate BTF_KIND_FLOAT when linking vmlinux
Ilya Leoshkevich
1
-1
/
+6
2021-04-14
Merge drm/drm-fixes into drm-next
Daniel Vetter
1
-0
/
+2
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-04-09
module: ensure __cfi_check alignment
Sami Tolvanen
1
-1
/
+18
2021-04-09
add support for Clang CFI
Sami Tolvanen
1
-1
/
+1
2021-04-07
docs: dt: update writing-schema.rst references
Mauro Carvalho Chehab
1
-1
/
+1
2021-04-05
Merge 5.12-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+2
2021-04-02
kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabled
Sean Christopherson
1
-0
/
+2
2021-03-31
scripts: get_abi: ignore code blocks for cross-references
Mauro Carvalho Chehab
1
-0
/
+19
2021-03-31
scripts: get_abi.pl: parse description line per line
Mauro Carvalho Chehab
1
-21
/
+28
2021-03-31
scripts: get_abi.pl: extend xref match to other types
Mauro Carvalho Chehab
1
-1
/
+1
2021-03-31
get_abi.pl: fix xref boundaries
Mauro Carvalho Chehab
1
-4
/
+9
2021-03-31
get_abi.pl: seek for all occurrences for Documentation/ABI
Mauro Carvalho Chehab
1
-1
/
+1
2021-03-31
scripts: get_abi.pl: better handle escape chars on what:
Mauro Carvalho Chehab
1
-2
/
+3
2021-03-30
scripts: kernel-doc: add warning for comment not following kernel-doc syntax
Aditya Srivastava
1
-4
/
+13
2021-03-28
scripts/spdxcheck.py: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-26
docs: kernel-doc: properly recognize parameter lines with colons
Jonathan Corbet
1
-1
/
+7
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-12
/
+33
2021-03-25
kernel-doc: better handle '::' sequences
Mauro Carvalho Chehab
1
-1
/
+1
2021-03-25
kconfig: move conf_rewrite_mod_or_yes() to conf.c
Masahiro Yamada
3
-16
/
+15
2021-03-25
kconfig: remove assignment for Kconfig file
Masahiro Yamada
1
-2
/
+1
2021-03-25
kconfig: add help messages for --help (-h) and --silent (-s)
Masahiro Yamada
1
-3
/
+7
2021-03-25
kconfig: add long options --help and --silent
Masahiro Yamada
1
-0
/
+2
2021-03-25
kconfig: refactor option parse code
Masahiro Yamada
1
-48
/
+43
2021-03-25
kconfig: split randconfig setup code into set_randconfig_seed()
Masahiro Yamada
1
-23
/
+31
2021-03-24
kbuild: Add generic rule to apply fdtoverlay
Rob Herring
1
-2
/
+24
2021-03-24
kbuild: Simplify builds with CONFIG_OF_ALL_DTBS
Viresh Kumar
1
-3
/
+2
2021-03-16
kbuild: Enable DT undocumented compatible checks
Rob Herring
1
-1
/
+2
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-2
/
+4
2021-03-15
kbuild: prefix $(srctree)/ to some included Makefiles
Masahiro Yamada
8
-13
/
+13
2021-03-15
Merge tag 'v5.12-rc3' into x86/core
Borislav Petkov
4
-12
/
+33
2021-03-13
kbuild: fix ld-version.sh to not be affected by locale
Masahiro Yamada
1
-1
/
+1
2021-03-11
certs: Add ability to preload revocation certs
Eric Snowberg
1
-0
/
+1
[prev]
[next]