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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-05
modpost: use fnmatch() to simplify match()
Masahiro Yamada
1
-61
/
+13
2022-06-05
modpost: simplify mod->name allocation
Masahiro Yamada
1
-13
/
+12
2022-06-05
kbuild: factor out the common objtool arguments
Masahiro Yamada
4
-97
/
+52
2022-06-05
kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o
Masahiro Yamada
2
-40
/
+62
2022-06-05
kbuild: clean .tmp_* pattern by make clean
Masahiro Yamada
3
-8
/
+5
2022-06-01
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
Masahiro Yamada
1
-2
/
+0
2022-06-01
kbuild: rebuild multi-object modules when objtool is updated
Masahiro Yamada
1
-3
/
+8
2022-06-01
kbuild: add cmd_and_savecmd macro
Masahiro Yamada
1
-2
/
+4
2022-06-01
kbuild: make *.mod rule robust against too long argument error
Masahiro Yamada
1
-2
/
+4
2022-06-01
kbuild: make built-in.a rule robust against too long argument error
Masahiro Yamada
1
-1
/
+6
2022-06-01
kbuild: check static EXPORT_SYMBOL* by script instead of modpost
Masahiro Yamada
3
-27
/
+70
2022-05-29
parisc: remove arch/parisc/nm
Masahiro Yamada
2
-7
/
+0
2022-05-29
kbuild: do not create *.prelink.o for Clang LTO or IBT
Masahiro Yamada
6
-67
/
+28
2022-05-29
kbuild: replace $(linked-object) with CONFIG options
Masahiro Yamada
1
-2
/
+1
2022-05-29
kbuild: do not try to parse *.cmd files for objects provided by compiler
Masahiro Yamada
1
-1
/
+8
2022-05-27
kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpost
Masahiro Yamada
1
-1
/
+1
2022-05-27
modpost: squash if...else-if in find_elf_symbol2()
Masahiro Yamada
1
-7
/
+3
2022-05-27
modpost: reuse ARRAY_SIZE() macro for section_mismatch()
Masahiro Yamada
3
-6
/
+6
2022-05-27
modpost: remove the unused argument of check_sec_ref()
Masahiro Yamada
1
-3
/
+2
2022-05-27
modpost: fix undefined behavior of is_arm_mapping_symbol()
Masahiro Yamada
1
-1
/
+2
2022-05-27
modpost: fix removing numeric suffixes
Alexander Lobakin
1
-1
/
+1
2022-05-27
scripts/kallsyms: update usage message of the kallsyms program
Yuntao Wang
1
-1
/
+1
2022-05-27
kbuild: Fix include path in scripts/Makefile.modpost
Jing Leng
1
-2
/
+1
2022-05-27
Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
15
-287
/
+409
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
88
-2002
/
+1968
2022-05-27
Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-6
/
+6
2022-05-27
Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
30
-426
/
+985
2022-05-27
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
11
-315
/
+272
2022-05-27
Merge tag 'arc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
9
-12
/
+253
2022-05-27
Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
29
-1985
/
+2317
2022-05-27
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
31
-611
/
+742
2022-05-27
Merge tag 'mailbox-v5.19' of git://git.linaro.org/landing-teams/working/fujit...
Linus Torvalds
16
-79
/
+628
2022-05-27
Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
61
-961
/
+965
2022-05-27
Merge tag 'tag-chrome-platform-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
17
-58
/
+914
2022-05-27
media: lirc: add missing exceptions for lirc uapi header file
Sean Young
1
-0
/
+2
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
141
-2339
/
+7847
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
240
-4664
/
+9207
2022-05-26
Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
62
-844
/
+874
2022-05-26
Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
185
-7354
/
+192
2022-05-26
Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
346
-4108
/
+3131
2022-05-26
Merge tag 'arm-defconfig-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-5
/
+68
2022-05-26
Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
158
-2252
/
+10339
2022-05-26
Merge tag 'arm-dt-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
710
-11430
/
+43161
2022-05-26
Merge tag 'arm-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
51
-187
/
+1281
2022-05-26
locking/lockref: Use try_cmpxchg64 in CMPXCHG_LOOP macro
Uros Bizjak
1
-5
/
+4
2022-05-26
NFSD: nfsd_file_put() can sleep
Chuck Lever
1
-0
/
+2
2022-05-26
NFSD: Add documenting comment for nfsd4_release_lockowner()
Chuck Lever
1
-3
/
+20
2022-05-26
NFSD: Modernize nfsd4_release_lockowner()
Chuck Lever
1
-25
/
+11
2022-05-26
NFSD: Fix possible sleep during nfsd4_release_lockowner()
Chuck Lever
1
-8
/
+4
2022-05-26
RDMA/rtrs-clt: Fix one kernel-doc comment
Yang Li
1
-1
/
+1
[next]