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-01-10
Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-01-06
gcc-plugins: fix gcc 11 indigestion with plugins...
Valdis Klētnieks
2021-01-04
kconfig: remove 'kvmconfig' and 'xenconfig' shorthands
Masahiro Yamada
2021-01-04
kconfig: Support building mconf with vendor sysroot ncurses
John Millikin
2021-01-04
kconfig: config script: add a little user help
Randy Dunlap
2021-01-01
depmod: handle the case of /sbin/depmod without /sbin in PATH
Linus Torvalds
2020-12-29
checkpatch: prefer strscpy to strlcpy
Joe Perches
2020-12-25
Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...
Linus Torvalds
2020-12-24
scripts: coccicheck: Correct usage of make coccicheck
Sumera Priyadarsini
2020-12-22
Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-12-22
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-12-22
kasan, arm64: expand CONFIG_KASAN checks
Andrey Konovalov
2020-12-21
kconfig: fix return value of do_error_if()
Masahiro Yamada
2020-12-21
genksyms: Ignore module scoped _Static_assert()
Marco Elver
2020-12-21
modpost: turn static exports into error
Quentin Perret
2020-12-21
modpost: turn section mismatches to error from fatal()
Masahiro Yamada
2020-12-21
modpost: change license incompatibility to error() from fatal()
Masahiro Yamada
2020-12-21
modpost: turn missing MODULE_LICENSE() into error
Masahiro Yamada
2020-12-21
modpost: refactor error handling and clarify error/fatal difference
Masahiro Yamada
2020-12-21
modpost: rename merror() to error()
Masahiro Yamada
2020-12-16
Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-15
ubsan: move cc-option tests into Kconfig
Kees Cook
2020-12-15
ubsan: remove redundant -Wno-maybe-uninitialized
Kees Cook
2020-12-15
checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning
Joe Perches
2020-12-15
checkpatch: fix TYPO_SPELLING check for words with apostrophe
Dwaipayan Ray
2020-12-15
checkpatch: add warning for lines starting with a '#' in commit log
Dwaipayan Ray
2020-12-15
checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]
Dwaipayan Ray
2020-12-15
checkpatch: add fix and improve warning msg for non-standard signature
Aditya Srivastava
2020-12-15
checkpatch: add fix option for LOGICAL_CONTINUATIONS
Aditya Srivastava
2020-12-15
checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS
Aditya Srivastava
2020-12-15
checkpatch: fix unescaped left brace
Dwaipayan Ray
2020-12-15
checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags
Aditya Srivastava
2020-12-15
checkpatch: fix spelling errors and remove repeated word
Dwaipayan Ray
2020-12-15
checkpatch: improve email parsing
Dwaipayan Ray
2020-12-15
checkpatch: add __alias and __weak to suggested __attribute__ conversions
Joe Perches
2020-12-15
checkpatch: add fix option for GERRIT_CHANGE_ID
Aditya Srivastava
2020-12-15
checkpatch: update __attribute__((section("name"))) quote removal
Joe Perches
2020-12-15
checkpatch: add a fixer for missing newline at eof
Tom Rix
2020-12-15
checkpatch: extend attributes check to handle more patterns
Dwaipayan Ray
2020-12-15
checkpatch: allow --fix removal of unnecessary break statements
Joe Perches
2020-12-15
checkpatch: prefer static const declarations
Joe Perches
2020-12-15
checkpatch: ignore generated CamelCase defines and enum values
Łukasz Stelmach
2020-12-15
checkpatch: fix false positives in REPEATED_WORD warning
Aditya Srivastava
2020-12-15
checkpatch: add new exception to repeated word check
Dwaipayan Ray
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-15
coccinnelle: Remove ptr_ret script
Maxime Ripard
2020-12-14
Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-12-14
Merge tag 'docs-5.11' of git://git.lwn.net/linux
Linus Torvalds
2020-12-14
Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2020-12-14
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
[next]