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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-14
mm: remove unused alloc_page_vma_node()
Wei Yang
1
-2
/
+0
2020-10-14
include/linux/compaction.h: clean code by removing unused enum value
Mateusz Nosek
1
-3
/
+0
2020-10-14
include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contexts
Michal Hocko
1
-1
/
+3
2020-10-14
mmzone: clean code by removing unused macro parameter
Mateusz Nosek
1
-1
/
+1
2020-10-14
mm: document semantics of ZONE_MOVABLE
David Hildenbrand
1
-0
/
+35
2020-10-14
KUnit: KASAN Integration
Patricia Alfonso
2
-0
/
+11
2020-10-14
kasan/kunit: add KUnit Struct to Current Task
Patricia Alfonso
1
-0
/
+4
2020-10-14
include/linux/huge_mm.h: remove mincore_huge_pmd declaration
yuleixzhang
1
-3
/
+0
2020-10-14
mm: remove src/dst mm parameter in copy_page_range()
Peter Xu
1
-2
/
+2
2020-10-14
mm: simplify PageDoubleMap with PF_SECOND policy
Matthew Wilcox (Oracle)
1
-30
/
+10
2020-10-14
mm: move PageDoubleMap bit
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-14
mmap locking API: add mmap_lock_is_contended()
Chinwen Chang
1
-0
/
+5
2020-10-14
mm: account PMD tables like PTE tables
Matthew Wilcox
1
-4
/
+20
2020-10-14
mm/memcg: unify swap and memsw page counters
Waiman Long
1
-5
/
+8
2020-10-14
mm/swap_slots.c: remove always zero and unused return value of enable_swap_sl...
Miaohe Lin
1
-1
/
+1
2020-10-14
mm: remove activate_page() from unuse_pte()
Yu Zhao
1
-1
/
+0
2020-10-14
swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
Gao Xiang
1
-1
/
+1
2020-10-14
mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
Yafang Shao
1
-0
/
+4
2020-10-14
mm: add find_lock_head
Matthew Wilcox (Oracle)
1
-6
/
+26
2020-10-14
mm/shmem: return head page from find_lock_entry
Matthew Wilcox (Oracle)
1
-0
/
+9
2020-10-14
i915: use find_lock_page instead of find_lock_entry
Matthew Wilcox (Oracle)
1
-2
/
+0
2020-10-14
mm: factor find_get_incore_page out of mincore_page
Matthew Wilcox (Oracle)
1
-0
/
+7
2020-10-14
mm, dump_page: rename head_mapcount() --> head_compound_mapcount()
John Hubbard
1
-4
/
+4
2020-10-14
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
1
-2
/
+8
2020-10-14
mm/memremap_pages: convert to 'struct range'
Dan Williams
2
-2
/
+9
2020-10-14
mm/memory_hotplug: introduce default phys_to_target_node() implementation
Dan Williams
2
-20
/
+14
2020-10-14
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
1
-0
/
+8
2020-10-14
x86/numa: add 'nohmat' option
Dan Williams
2
-0
/
+10
2020-10-14
x86/numa: cleanup configuration dependent command-line options
Dan Williams
1
-1
/
+5
2020-10-14
include/linux/slab.h: fix a typo error in comment
tangjianqiang
1
-1
/
+1
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
compiler-clang: add build check for clang 10.0.1
Nick Desaulniers
1
-0
/
+8
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-10
/
+35
2020-10-13
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-38
/
+132
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
15
-173
/
+199
2020-10-13
Merge tag 'hwmon-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+21
2020-10-13
Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
6
-17
/
+345
2020-10-13
Merge tag 'spi-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-79
/
+86
2020-10-13
Merge tag 'regulator-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+20
2020-10-13
Merge tag 'regmap-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
1
-0
/
+52
2020-10-13
Merge tag 'media/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
20
-92
/
+270
2020-10-13
Merge tag 'mmc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
3
-1
/
+12
2020-10-13
Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
3
-15
/
+29
2020-10-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
3
-102
/
+65
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
13
-183
/
+253
2020-10-13
Merge tag 'locks-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-4
/
+4
2020-10-13
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-7
/
+1
2020-10-13
Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-3
/
+17
[next]