index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2021-04-25
kbuild: refactor scripts/Makefile.modinst
Masahiro Yamada
2021-04-25
kbuild: check module name conflict for external modules as well
Masahiro Yamada
2021-04-25
scripts: modpost.c: Fix a few typos
Bhaskar Chowdhury
2021-04-25
kbuild: fix false-positive modpost warning when all symbols are trimmed
Masahiro Yamada
2021-04-25
kbuild: do not set -w for vmlinux.o modpost
Masahiro Yamada
2021-04-25
kbuild: generate Module.symvers only when vmlinux exists
Masahiro Yamada
2021-04-25
kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.sh
Masahiro Yamada
2021-04-25
kbuild: check the minimum assembler version in Kconfig
Masahiro Yamada
2021-04-25
kbuild: collect minimum tool versions into scripts/min-tool-version.sh
Masahiro Yamada
2021-04-25
kbuild: move $(strip ) to suffix-search definition
Masahiro Yamada
2021-04-25
kbuild: rename multi-used-* to multi-obj-*
Masahiro Yamada
2021-04-25
kbuild: apply fixdep logic to link-vmlinux.sh
Rasmus Villemoes
2021-04-25
kbuild: add CONFIG_VMLINUX_MAP expert option
Rasmus Villemoes
2021-04-25
kbuild: split cc-option and friends to scripts/Makefile.compiler
Masahiro Yamada
2021-04-19
kconfig: highlight xconfig 'comment' lines with '***'
Randy Dunlap
2021-04-19
kconfig: highlight gconfig 'comment' lines with '***'
Randy Dunlap
2021-04-19
kconfig: gconf: remove unused code
Masahiro Yamada
2021-04-19
kconfig: remove unused PACKAGE definition
Masahiro Yamada
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-16
kasan: remove redundant config option
Walter Wu
2021-04-16
kasan: fix hwasan build for gcc
Arnd Bergmann
2021-04-16
kconfig: nconf: stop endless search loops
Mihai Moldovan
2021-04-15
docs: sphinx-pre-install: don't barf on beta Sphinx releases
Jonathan Corbet
2021-04-15
scripts: kernel-doc: improve parsing for kernel-doc comments syntax
Aditya Srivastava
2021-04-14
kconfig: split menu.c out of parser.y
Masahiro Yamada
2021-04-14
kconfig: nconf: refactor in print_in_middle()
Masahiro Yamada
2021-04-14
kconfig: nconf: remove meaningless wattrset() call from show_menu()
Masahiro Yamada
2021-04-14
kconfig: nconf: change set_config_filename() to void function
Masahiro Yamada
2021-04-14
kconfig: nconf: refactor attributes setup code
Masahiro Yamada
2021-04-14
kconfig: nconf: remove unneeded default for menu prompt
Masahiro Yamada
2021-04-14
kconfig: nconf: get rid of (void) casts from wattrset() calls
Masahiro Yamada
2021-04-14
kconfig: nconf: fix NORMAL attributes
Masahiro Yamada
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
2021-04-14
kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build
Masahiro Yamada
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
2021-04-14
kconfig: nconf: fix core dump when searching in empty menu
Masahiro Yamada
2021-04-14
kconfig: lxdialog: A spello fix and a punctuation added
Bhaskar Chowdhury
2021-04-14
kconfig: streamline_config.pl: Couple of typo fixes
Bhaskar Chowdhury
2021-04-14
kconfig: use true and false for bool variable
Yang Li
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
2021-04-14
kconfig: do not use allnoconfig_y option
Masahiro Yamada
2021-04-14
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
Masahiro Yamada
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
2021-04-14
kconfig: move conf_set_all_new_symbols() to conf.c
Masahiro Yamada
2021-04-13
bpf: Generate BTF_KIND_FLOAT when linking vmlinux
Ilya Leoshkevich
2021-04-13
Merge drm/drm-fixes into drm-next
Daniel Vetter
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-08
module: ensure __cfi_check alignment
Sami Tolvanen
[prev]
[next]