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.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
2022-05-07
modpost: traverse unresolved symbols in order
Masahiro Yamada
2
-7
/
+15
2022-05-07
modpost: add sym_add_unresolved() helper
Masahiro Yamada
1
-8
/
+11
2022-05-07
modpost: traverse modules in order
Masahiro Yamada
2
-10
/
+10
2022-05-07
modpost: import include/linux/list.h
Masahiro Yamada
1
-0
/
+213
2022-05-07
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2
-7
/
+12
2022-05-07
modpost: use bool type where appropriate
Masahiro Yamada
3
-38
/
+37
2022-05-07
kbuild: drop $(objtree)/ prefix support for clean-files
Masahiro Yamada
1
-7
/
+1
2022-05-07
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2
-5
/
+5
2022-05-07
modpost: retrieve the module dependency and CRCs in check_exports()
Masahiro Yamada
1
-10
/
+6
2022-05-07
modpost: add a separate error for exported symbols without definition
Masahiro Yamada
1
-1
/
+6
2022-05-07
modpost: remove stale comment about sym_add_exported()
Masahiro Yamada
1
-4
/
+0
2022-05-07
modpost: do not write out any file when error occurred
Masahiro Yamada
1
-0
/
+3
2022-05-07
modpost: use snprintf() instead of sprintf() for safety
Masahiro Yamada
1
-1
/
+7
2022-05-07
checksyscalls: ignore -Wunused-macros
Vincent Mailhol
1
-1
/
+1
2022-05-07
scripts: dummy-tools, add pahole
Jiri Slaby
1
-0
/
+4
2022-05-07
kbuild: support W=e to make build abort in case of warning
Yann Droneaud
1
-2
/
+11
2022-05-07
kbuild: read *.mod to get objects passed to $(LD) or $(AR)
Masahiro Yamada
1
-7
/
+3
2022-05-07
kbuild: make *.mod not depend on *.o
Masahiro Yamada
1
-3
/
+2
2022-05-07
kbuild: get rid of duplication in *.mod files
Masahiro Yamada
2
-2
/
+3
2022-05-07
kbuild: split the second line of *.mod into *.usyms
Masahiro Yamada
4
-25
/
+23
2022-05-07
kbuild: reuse real-search to simplify cmd_mod
Masahiro Yamada
1
-1
/
+1
2022-05-07
kbuild: make multi_depend work with targets in subdirectory
Masahiro Yamada
1
-3
/
+3
2022-05-07
kbuild: reuse suffix-search to refactor multi_depend
Masahiro Yamada
1
-1
/
+1
2022-05-07
kbuild: refactor cmd_modversions_S
Masahiro Yamada
1
-11
/
+4
2022-05-07
kbuild: refactor cmd_modversions_c
Masahiro Yamada
1
-14
/
+11
2022-05-07
modpost: remove annoying namespace_from_kstrtabns()
Masahiro Yamada
1
-12
/
+2
2022-05-07
modpost: remove redundant initializes for static variables
Masahiro Yamada
1
-5
/
+5
2022-05-07
modpost: move export_from_secname() call to more relevant place
Masahiro Yamada
1
-6
/
+4
2022-05-07
modpost: remove useless export_from_sec()
Masahiro Yamada
2
-17
/
+2
2022-05-04
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
1
-1
/
+2
2022-05-03
selinux: declare data arrays const
Christian Göttsche
2
-32
/
+47
2022-04-28
KVM: arm64: Symbolize the nVHE HYP addresses
Kalesh Singh
1
-1
/
+2
2022-04-26
checkpatch: add new alloc functions to alloc with multiplies check
Gustavo A. R. Silva
1
-3
/
+5
2022-04-22
objtool: Remove --lto and --vmlinux in favor of --link
Josh Poimboeuf
2
-6
/
+6
2022-04-22
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
Josh Poimboeuf
1
-1
/
+1
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
2
-0
/
+5
2022-04-22
objtool: Make jump label hack optional
Josh Poimboeuf
2
-0
/
+5
2022-04-22
objtool: Make static call annotation optional
Josh Poimboeuf
2
-1
/
+5
2022-04-22
objtool: Make stack validation frame-pointer-specific
Josh Poimboeuf
2
-5
/
+0
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
3
-17
/
+21
2022-04-22
objtool: Make stack validation optional
Josh Poimboeuf
2
-0
/
+5
2022-04-22
objtool: Ditch subcommands
Josh Poimboeuf
2
-9
/
+6
2022-04-22
objtool: Reorganize cmdline options
Josh Poimboeuf
2
-16
/
+24
2022-04-19
objtool: Enable unreachable warnings for CLANG LTO
Josh Poimboeuf
2
-2
/
+2
2022-04-13
security: don't treat structure as an array of struct hlist_head
Bill Wendling
1
-2
/
+0
2022-04-13
Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-17
/
+27
2022-04-12
gcc-plugins: latent_entropy: use /dev/urandom
Jason A. Donenfeld
1
-17
/
+27
2022-04-06
kbuild: do not remove empty *.symtypes explicitly
Masahiro Yamada
1
-6
/
+2
2022-04-06
kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
Masahiro Yamada
1
-11
/
+8
2022-04-05
kbuild: Allow kernel installation packaging to override pkg-config
Chun-Tse Shao
5
-31
/
+31
[prev]
[next]