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
2020-10-14
mm/memory_hotplug: introduce default phys_to_target_node() implementation
Dan Williams
4
-22
/
+23
2020-10-14
resource: report parent to walk_iomem_res_desc() callback
Dan Williams
1
-4
/
+7
2020-10-14
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
7
-65
/
+90
2020-10-14
efi/fake_mem: arrange for a resource entry per efi_fake_mem instance
Dan Williams
2
-4
/
+24
2020-10-14
x86/numa: add 'nohmat' option
Dan Williams
5
-1
/
+23
2020-10-14
x86/numa: cleanup configuration dependent command-line options
Dan Williams
6
-12
/
+24
2020-10-14
mm,kmemleak-test.c: move kmemleak-test.c to samples dir
Hui Su
6
-4
/
+7
2020-10-14
mm/kmemleak: rely on rcu for task stack scanning
Davidlohr Bueso
1
-4
/
+4
2020-10-14
mm/slub: make add_full() condition more explicit
Abel Wu
1
-1
/
+3
2020-10-14
mm/slub: fix missing ALLOC_SLOWPATH stat when bulk alloc
Abel Wu
1
-1
/
+2
2020-10-14
mm/slub.c: branch optimization in free slowpath
Abel Wu
1
-11
/
+12
2020-10-14
include/linux/slab.h: fix a typo error in comment
tangjianqiang
1
-1
/
+1
2020-10-14
mm/slab.c: clean code by removing redundant if condition
Mateusz Nosek
1
-2
/
+0
2020-10-14
fs_parse: mark fs_param_bad_value() as static
Luo Jiaxing
1
-1
/
+1
2020-10-14
fs/xattr.c: fix kernel-doc warnings for setxattr & removexattr
Randy Dunlap
1
-11
/
+11
2020-10-14
ocfs2: fix potential soft lockup during fstrim
Gang He
1
-1
/
+3
2020-10-14
ocfs2: delete repeated words in comments
Randy Dunlap
2
-2
/
+2
2020-10-14
ntfs: add check for mft record size in superblock
Rustam Kovhaev
1
-0
/
+6
2020-10-14
scripts/decodecode: add the capability to supply the program counter
Borislav Petkov
1
-7
/
+22
2020-10-14
scripts/spelling.txt: add "arbitrary" typo
Naoki Hayama
1
-0
/
+1
2020-10-14
scripts/spelling.txt: increase error-prone spell checking
Wang Qing
1
-0
/
+3
2020-10-14
kbuild: doc: describe proper script invocation
Lukas Bulwahn
1
-0
/
+20
2020-10-14
export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for Clang
Nick Desaulniers
1
-1
/
+1
2020-10-14
compiler.h: avoid escaped section names
Nick Desaulniers
1
-1
/
+1
2020-10-14
compiler-gcc: improve version error
Nick Desaulniers
1
-1
/
+1
2020-10-14
kasan: remove mentions of unsupported Clang versions
Marco Elver
2
-7
/
+6
2020-10-14
Partially revert "ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 o...
Nick Desaulniers
1
-1
/
+1
2020-10-14
Revert "arm64: vdso: Fix compilation with clang older than 8"
Nick Desaulniers
1
-7
/
+0
2020-10-14
Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"
Nick Desaulniers
1
-2
/
+0
2020-10-14
Revert "kbuild: disable clang's default use of -fmerge-all-constants"
Nick Desaulniers
1
-9
/
+0
2020-10-14
compiler-clang: add build check for clang 10.0.1
Nick Desaulniers
1
-0
/
+8
2020-10-13
Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-25
/
+18
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
58
-1269
/
+2091
2020-10-13
Merge tag 'libata-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-21
/
+27
2020-10-13
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-911
/
+1662
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
144
-2446
/
+3229
2020-10-13
Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+1
2020-10-13
x86/platform/uv: Remove unused variable in UV5 NMI handler
Mike Travis
1
-3
/
+0
2020-10-13
x86/traps: Fix #DE Oops message regression
Thomas Gleixner
1
-1
/
+1
2020-10-13
Merge tag 'hwmon-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
167
-1022
/
+4576
2020-10-13
Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
46
-824
/
+2848
2020-10-13
Merge tag 'spi-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
51
-1277
/
+2913
2020-10-13
Merge tag 'regulator-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
77
-1033
/
+3498
2020-10-13
Merge tag 'regmap-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
9
-8
/
+954
2020-10-13
Merge tag 'media/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1002
-18129
/
+26154
2020-10-13
Merge tag 'mmc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
105
-404
/
+1743
2020-10-13
Merge tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-32
/
+22
2020-10-13
Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
55
-1993
/
+2719
2020-10-13
Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
6
-279
/
+260
2020-10-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
22
-444
/
+535
[next]