index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix __swap_writepage() compile failure on old gcc versions
Al Viro
2014-06-14
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-06-12
6
-186
/
+626
|
\
|
*
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
Al Viro
2014-06-12
8
-27
/
+55
|
|
\
|
*
|
shmem: switch to iter_file_splice_write()
Al Viro
2014-06-12
1
-1
/
+1
|
*
|
bio_vec-backed iov_iter
Al Viro
2014-05-06
2
-39
/
+370
|
*
|
optimize copy_page_{to,from}_iter()
Al Viro
2014-05-06
1
-0
/
+8
|
*
|
bury generic_file_aio_{read,write}
Al Viro
2014-05-06
1
-35
/
+8
|
*
|
new helper: copy_page_from_iter()
Al Viro
2014-05-06
1
-0
/
+78
|
*
|
bury __generic_file_aio_write()
Al Viro
2014-05-06
1
-11
/
+0
|
*
|
write_iter variants of {__,}generic_file_aio_write()
Al Viro
2014-05-06
3
-27
/
+40
|
*
|
shmem: switch to ->read_iter()
Al Viro
2014-05-06
1
-10
/
+5
|
*
|
iov_iter_truncate()
Al Viro
2014-05-06
1
-12
/
+7
|
*
|
new helper: iov_iter_get_pages_alloc()
Al Viro
2014-05-06
1
-0
/
+40
|
*
|
new helper: iov_iter_npages()
Al Viro
2014-05-06
1
-0
/
+27
|
*
|
new helper: iov_iter_get_pages()
Al Viro
2014-05-06
1
-0
/
+27
|
*
|
start adding the tag to iov_iter
Al Viro
2014-05-06
5
-6
/
+21
|
*
|
new helper: generic_file_read_iter()
Al Viro
2014-05-06
1
-33
/
+34
|
*
|
new primitive: iov_iter_alignment()
Al Viro
2014-05-06
1
-0
/
+25
|
*
|
give ->direct_IO() a copy of iov_iter
Al Viro
2014-05-06
1
-3
/
+7
|
*
|
get rid of pointless iov_length() in ->direct_IO()
Al Viro
2014-05-06
1
-1
/
+1
|
*
|
pass iov_iter to ->direct_IO()
Al Viro
2014-05-06
2
-7
/
+8
|
*
|
kill generic_segment_checks()
Al Viro
2014-05-06
2
-55
/
+5
|
*
|
generic_file_direct_write(): switch to iov_iter
Al Viro
2014-05-06
1
-8
/
+7
|
*
|
kill iov_iter_copy_from_user()
Al Viro
2014-05-06
2
-32
/
+1
*
|
|
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-06-09
2
-108
/
+117
|
\
\
\
|
*
|
|
memcg: update memcg_has_children() to use css_next_child()
Tejun Heo
2014-05-16
1
-10
/
+21
|
*
|
|
memcg: remove tasks/children test from mem_cgroup_force_empty()
Michal Hocko
2014-05-16
1
-7
/
+0
|
*
|
|
cgroup: remove css_parent()
Tejun Heo
2014-05-16
2
-8
/
+8
|
*
|
|
cgroup: replace cftype->trigger() with cftype->write()
Tejun Heo
2014-05-13
2
-24
/
+26
|
*
|
|
cgroup: replace cftype->write_string() with cftype->write()
Tejun Heo
2014-05-13
2
-29
/
+34
|
*
|
|
cgroup: rename css_tryget*() to css_tryget_online*()
Tejun Heo
2014-05-13
2
-23
/
+25
|
*
|
|
cgroup, memcg: implement css->id and convert css_from_id() to use it
Tejun Heo
2014-05-04
1
-2
/
+2
|
*
|
|
cgroup, memcg: allocate cgroup ID from 1
Tejun Heo
2014-05-04
1
-6
/
+2
*
|
|
|
Don't trigger congestion wait on dirty-but-not-writeout pages
Linus Torvalds
2014-06-08
1
-7
/
+5
*
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2014-06-08
1
-5
/
+6
|
\
\
\
\
|
*
|
|
|
ext4: fix data integrity sync in ordered mode
Namjae Jeon
2014-05-12
1
-5
/
+6
|
|
/
/
/
*
|
|
|
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-06-08
47
-2724
/
+2974
|
\
\
\
\
|
*
|
|
|
mm: convert some level-less printks to pr_*
Mitchel Humpherys
2014-06-06
4
-12
/
+24
|
*
|
|
|
mm/kmemleak-test.c: use pr_fmt for logging
Fabian Frederick
2014-06-06
1
-17
/
+19
|
*
|
|
|
mm: mark remap_file_pages() syscall as deprecated
Kirill A. Shutemov
2014-06-06
1
-0
/
+4
|
*
|
|
|
mm: memcontrol: remove unnecessary memcg argument from soft limit functions
Johannes Weiner
2014-06-06
1
-20
/
+14
|
*
|
|
|
mm: memcontrol: clean up memcg zoneinfo lookup
Jianyu Zhan
2014-06-06
1
-50
/
+39
|
*
|
|
|
mm/memblock.c: call kmemleak directly from memblock_(alloc|free)
Catalin Marinas
2014-06-06
2
-4
/
+8
|
*
|
|
|
mm/mempool.c: update the kmemleak stack trace for mempool allocations
Catalin Marinas
2014-06-06
1
-0
/
+6
|
*
|
|
|
mm: introduce kmemleak_update_trace()
Catalin Marinas
2014-06-06
1
-0
/
+34
|
*
|
|
|
mm/kmemleak.c: use %u to print ->checksum
Jianpeng Ma
2014-06-06
1
-1
/
+1
|
*
|
|
|
vmscan: memcg: always use swappiness of the reclaimed memcg
Michal Hocko
2014-06-06
2
-11
/
+9
|
*
|
|
|
mm: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-06-06
2
-7
/
+7
|
*
|
|
|
slub: search partial list on numa_mem_id(), instead of numa_node_id()
Joonsoo Kim
2014-06-06
1
-1
/
+1
|
*
|
|
|
mm: vmscan: clear kswapd's special reclaim powers before exiting
Johannes Weiner
2014-06-06
1
-0
/
+3
[next]