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.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
2018-02-01
mm/thp: remove pmd_huge_split_prepare()
Aneesh Kumar K.V
7
-86
/
+35
2018-02-01
mm: use updated pmdp_invalidate() interface to track dirty/accessed bits
Kirill A. Shutemov
2
-21
/
+16
2018-02-01
mm: do not lose dirty and accessed bits in pmdp_invalidate()
Kirill A. Shutemov
2
-4
/
+4
2018-02-01
x86/mm: provide pmdp_establish() helper
Kirill A. Shutemov
2
-1
/
+51
2018-02-01
sparc64: update pmdp_invalidate() to return old pmd value
Nitin Gupta
2
-6
/
+19
2018-02-01
s390/mm: modify pmdp_invalidate to return old value.
Martin Schwidefsky
1
-2
/
+2
2018-02-01
powerpc/mm: update pmdp_invalidate to return old pmd value
Aneesh Kumar K.V
2
-4
/
+7
2018-02-01
mips: use generic_pmdp_establish as pmdp_establish
Kirill A. Shutemov
1
-0
/
+3
2018-02-01
arm64: provide pmdp_establish() helper
Catalin Marinas
1
-0
/
+7
2018-02-01
arm/mm: provide pmdp_establish() helper
Kirill A. Shutemov
1
-0
/
+3
2018-02-01
arc: use generic_pmdp_establish as pmdp_establish
Kirill A. Shutemov
1
-0
/
+3
2018-02-01
asm-generic: provide generic_pmdp_establish()
Kirill A. Shutemov
1
-0
/
+15
2018-02-01
mm: get 7% more pages in a pagevec
Matthew Wilcox
1
-3
/
+3
2018-02-01
mm: add unmap_mapping_pages()
Matthew Wilcox
6
-60
/
+61
2018-02-01
mm, userfaultfd, THP: avoid waiting when PMD under THP migration
Huang Ying
1
-1
/
+4
2018-02-01
mm/huge_memory.c: fix comment in __split_huge_pmd_locked
Yisheng Xie
1
-4
/
+3
2018-02-01
mm: memory_hotplug: remove second __nr_to_section in register_page_bootmem_in...
Oscar Salvador
1
-2
/
+2
2018-02-01
fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...
Konstantin Khlebnikov
1
-3
/
+8
2018-02-01
mm: update comment describing tlb_gather_mmu
Mike Rapoport
1
-4
/
+11
2018-02-01
mm/memory_hotplug.c: remove unnecesary check from register_page_bootmem_info_...
Oscar Salvador
1
-3
/
+0
2018-02-01
mm, hugetlb: remove hugepages_treat_as_movable sysctl
Michal Hocko
4
-36
/
+1
2018-02-01
mm: remove unused pgdat_reclaimable_pages()
Jan Kara
3
-34
/
+0
2018-02-01
mm/interval_tree.c: use vma_pages() helper
Vasyl Gomonovych
1
-1
/
+1
2018-02-01
selftests/vm: move 128TB mmap boundary test to generic directory
Aneesh Kumar K.V
4
-179
/
+311
2018-02-01
mm: do not stall register_shrinker()
Minchan Kim
1
-0
/
+9
2018-02-01
mm/page_alloc.c: fix comment in __get_free_pages()
Jiankang Chen
1
-1
/
+1
2018-02-01
mm/page_owner.c: use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-3
/
+1
2018-02-01
mm: memcontrol: fix excessive complexity in memory.stat reporting
Johannes Weiner
2
-84
/
+113
2018-02-01
mm: memcontrol: implement lruvec stat functions on top of each other
Johannes Weiner
1
-22
/
+22
2018-02-01
mm: memcontrol: eliminate raw access to stat and event counters
Johannes Weiner
2
-45
/
+45
2018-02-01
mm/filemap.c: remove include of hardirq.h
Yang Shi
1
-1
/
+0
2018-02-01
mm: split deferred_init_range into initializing and freeing parts
Pavel Tatashin
1
-70
/
+76
2018-02-01
mm: use sc->priority for slab shrink targets
Josef Bacik
2
-47
/
+23
2018-02-01
mm: show total hugetlb memory consumption in /proc/meminfo
Roman Gushchin
2
-21
/
+42
2018-02-01
mm: drop hotplug lock from lru_add_drain_all()
Michal Hocko
3
-10
/
+9
2018-02-01
mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
Yisheng Xie
1
-3
/
+7
2018-02-01
mm/mempolicy: fix the check of nodemask from user
Yisheng Xie
1
-3
/
+20
2018-02-01
mm/mempolicy: remove redundant check in get_nodes
Yisheng Xie
1
-2
/
+0
2018-02-01
mm: relax deferred struct page requirements
Pavel Tatashin
4
-9
/
+1
2018-02-01
zswap: same-filled pages handling
Srividya Desireddy
1
-5
/
+66
2018-02-01
mm: kmemleak: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2018-02-01
include/linux/sched/mm.h: uninline mmdrop_async(), etc
Andrew Morton
2
-234
/
+238
2018-02-01
slub: remove obsolete comments of put_cpu_partial()
Miles Chen
1
-3
/
+1
2018-02-01
mm/slub.c: fix wrong address during slab padding restoration
Balasubramani Vivekanandan
1
-3
/
+5
2018-02-01
mm/slab.c: remove redundant assignments for slab_state
Oscar Salvador
1
-4
/
+0
2018-02-01
mm/slab_common.c: make calculate_alignment() static
Byongho Lee
2
-30
/
+29
2018-02-01
ocfs2: return error when we attempt to access a dirty bh in jbd2
piaojun
1
-11
/
+12
2018-02-01
ocfs2: unlock bh_state if bg check fails
Changwei Ge
1
-0
/
+2
2018-02-01
ocfs2: nowait aio support
Gang He
6
-33
/
+104
2018-02-01
ocfs2: add ocfs2_overwrite_io()
Gang He
2
-0
/
+48
[next]