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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-07
optimize copy_page_{to,from}_iter()
Al Viro
1
-0
/
+8
2014-05-07
bury generic_file_aio_{read,write}
Al Viro
1
-35
/
+8
2014-05-07
new helper: copy_page_from_iter()
Al Viro
1
-0
/
+78
2014-05-07
bury __generic_file_aio_write()
Al Viro
1
-11
/
+0
2014-05-07
write_iter variants of {__,}generic_file_aio_write()
Al Viro
3
-27
/
+40
2014-05-07
shmem: switch to ->read_iter()
Al Viro
1
-10
/
+5
2014-05-07
iov_iter_truncate()
Al Viro
1
-12
/
+7
2014-05-07
new helper: iov_iter_get_pages_alloc()
Al Viro
1
-0
/
+40
2014-05-07
new helper: iov_iter_npages()
Al Viro
1
-0
/
+27
2014-05-07
new helper: iov_iter_get_pages()
Al Viro
1
-0
/
+27
2014-05-07
start adding the tag to iov_iter
Al Viro
5
-6
/
+21
2014-05-07
new helper: generic_file_read_iter()
Al Viro
1
-33
/
+34
2014-05-07
new primitive: iov_iter_alignment()
Al Viro
1
-0
/
+25
2014-05-07
give ->direct_IO() a copy of iov_iter
Al Viro
1
-3
/
+7
2014-05-07
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-1
/
+1
2014-05-07
pass iov_iter to ->direct_IO()
Al Viro
2
-7
/
+8
2014-05-07
kill generic_segment_checks()
Al Viro
2
-55
/
+5
2014-05-07
generic_file_direct_write(): switch to iov_iter
Al Viro
1
-8
/
+7
2014-05-07
kill iov_iter_copy_from_user()
Al Viro
2
-32
/
+1
2014-05-07
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
10
-83
/
+114
2014-05-07
slub: use sysfs'es release mechanism for kmem_cache
Christoph Lameter
3
-24
/
+20
2014-05-07
revert "mm: vmscan: do not swap anon pages just because free+file is low"
Johannes Weiner
1
-0
/
+18
2014-05-07
mm: filemap: update find_get_pages_tag() to deal with shadow entries
Johannes Weiner
3
-37
/
+40
2014-05-07
mm/compaction: make isolate_freepages start at pageblock boundary
Vlastimil Babka
1
-10
/
+12
2014-05-07
mm/page-writeback.c: fix divide by zero in pos_ratio_polynom
Rik van Riel
1
-3
/
+3
2014-05-07
hugetlb: ensure hugepage access is denied if hugepages are not supported
Nishanth Aravamudan
1
-5
/
+14
2014-05-07
slub: fix memcg_propagate_slab_attrs
Vladimir Davydov
1
-4
/
+7
2014-05-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+10
2014-05-06
nick kvfree() from apparmor
Al Viro
1
-0
/
+10
2014-05-06
slab: Fix off by one in object max number tests.
David Miller
1
-1
/
+1
2014-05-06
slab: fix the type of the index on freelist index accessor
Joonsoo Kim
1
-2
/
+2
2014-04-29
mm: don't pointlessly use BUG_ON() for sanity check
Linus Torvalds
1
-3
/
+5
2014-04-26
mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts
Linus Torvalds
1
-19
/
+34
2014-04-23
mm: make fixup_user_fault() check the vma access rights too
Linus Torvalds
1
-0
/
+5
2014-04-19
thp: close race between split and zap huge pages
Kirill A. Shutemov
1
-3
/
+10
2014-04-19
mm: fix new kernel-doc warning in filemap.c
Randy Dunlap
1
-1
/
+0
2014-04-19
mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()
Mizuma, Masayoshi
1
-0
/
+1
2014-04-19
vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()
Christoph Lameter
1
-1
/
+1
2014-04-14
mm: Initialize error in shmem_file_aio_read()
Geert Uytterhoeven
1
-1
/
+1
2014-04-14
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
3
-83
/
+115
2014-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-511
/
+389
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-0
/
+48
2014-04-12
missing bits of "splice: fix racy pipe->buffers uses"
Al Viro
1
-1
/
+1
2014-04-11
mm: slab/slub: use page->list consistently instead of page->lru
Dave Hansen
2
-7
/
+7
2014-04-09
mm: vmscan: do not swap anon pages just because free+file is low
Johannes Weiner
1
-15
/
+1
2014-04-08
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
32
-722
/
+1342
2014-04-08
mm: create generic early_ioremap() support
Mark Salter
3
-0
/
+249
2014-04-08
slub: use raw_cpu_inc for incrementing statistics
Christoph Lameter
1
-1
/
+5
2014-04-08
slub: fix leak of 'name' in sysfs_slab_add
Dave Jones
1
-14
/
+15
2014-04-08
slub: rework sysfs layout for memcg caches
Vladimir Davydov
1
-1
/
+25
[next]