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
*
mm: workingset: fix use-after-free in shadow node shrinker
Johannes Weiner
2017-01-07
1
-1
/
+2
*
mm: stop leaking PageTables
Hugh Dickins
2017-01-07
1
-27
/
+20
*
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-01-01
1
-14
/
+61
|
\
|
*
mm: Invalidate DAX radix tree entries only if appropriate
Jan Kara
2016-12-26
1
-14
/
+61
*
|
mm/filemap: fix parameters to test_bit()
Olof Johansson
2016-12-29
1
-1
/
+1
*
|
mm: optimize PageWaiters bit use for unlock_page()
Linus Torvalds
2016-12-29
1
-5
/
+31
|
/
*
mm: add PageWaiters indicating tasks are waiting for a page bit
Nicholas Piggin
2016-12-25
3
-35
/
+150
*
mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked
Nicholas Piggin
2016-12-25
2
-9
/
+9
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
10
-10
/
+10
*
mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEED
Johannes Weiner
2016-12-20
1
-1
/
+14
*
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
2016-12-17
1
-2
/
+0
|
\
|
*
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-12-09
1
-2
/
+0
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-14
12
-569
/
+643
|
\
\
|
*
|
radix-tree: delete radix_tree_range_tag_if_tagged()
Matthew Wilcox
2016-12-14
1
-10
/
+18
|
*
|
radix-tree: delete radix_tree_locate_item()
Matthew Wilcox
2016-12-14
1
-1
/
+25
|
*
|
radix-tree: improve multiorder iterators
Matthew Wilcox
2016-12-14
2
-7
/
+6
|
*
|
dax: protect PTE modification on WP fault by radix tree entry lock
Jan Kara
2016-12-14
1
-1
/
+1
|
*
|
mm: export follow_pte()
Jan Kara
2016-12-14
1
-2
/
+2
|
*
|
mm: change return values of finish_mkwrite_fault()
Jan Kara
2016-12-14
1
-4
/
+3
|
*
|
mm: provide helper for finishing mkwrite faults
Jan Kara
2016-12-14
1
-27
/
+40
|
*
|
mm: move part of wp_page_reuse() into the single call site
Jan Kara
2016-12-14
1
-15
/
+12
|
*
|
mm: use vmf->page during WP faults
Jan Kara
2016-12-14
1
-29
/
+29
|
*
|
mm: pass vm_fault structure into do_page_mkwrite()
Jan Kara
2016-12-14
1
-12
/
+10
|
*
|
mm: factor out common parts of write fault handling
Jan Kara
2016-12-14
1
-41
/
+37
|
*
|
mm: move handling of COW faults into DAX code
Jan Kara
2016-12-14
1
-9
/
+4
|
*
|
mm: factor out functionality to finish page faults
Jan Kara
2016-12-14
1
-9
/
+35
|
*
|
mm: allow full handling of COW faults in ->fault handlers
Jan Kara
2016-12-14
1
-7
/
+7
|
*
|
mm: add orig_pte field into vm_fault
Jan Kara
2016-12-14
3
-46
/
+45
|
*
|
mm: use passed vm_fault structure for in wp_pfn_shared()
Jan Kara
2016-12-14
1
-7
/
+2
|
*
|
mm: trim __do_fault() arguments
Jan Kara
2016-12-14
1
-38
/
+29
|
*
|
mm: use passed vm_fault structure in __do_fault()
Jan Kara
2016-12-14
1
-15
/
+10
|
*
|
mm: use pgoff in struct vm_fault instead of passing it separately
Jan Kara
2016-12-14
2
-17
/
+19
|
*
|
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-12-14
1
-5
/
+4
|
*
|
mm: join struct fault_env and vm_fault
Jan Kara
2016-12-14
6
-387
/
+392
|
*
|
mm: unexport __get_user_pages_unlocked()
Lorenzo Stoakes
2016-12-14
3
-12
/
+16
|
*
|
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
2016-12-14
2
-5
/
+9
|
*
|
mm: add support for releasing multiple instances of a page
Alexander Duyck
2016-12-14
1
-0
/
+14
|
*
|
mm, compaction: allow compaction for GFP_NOFS requests
Michal Hocko
2016-12-14
1
-3
/
+14
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-12-14
3
-2
/
+4
|
\
\
\
|
*
|
|
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
2016-11-22
2
-2
/
+2
|
*
|
|
mm: Add a user_ns owner to mm_struct and fix ptrace permission checks
Eric W. Biederman
2016-11-22
1
-0
/
+2
*
|
|
|
vfs,mm: fix return value of read() at s_maxbytes
Linus Torvalds
2016-12-14
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2016-12-14
1
-3
/
+2
|
\
\
\
|
*
\
\
Merge branch 'dax-4.10-iomap-pmd' into origin
Theodore Ts'o
2016-11-13
1
-3
/
+2
|
|
\
\
\
|
|
*
|
|
dax: add struct iomap based DAX PMD support
Ross Zwisler
2016-11-08
1
-2
/
+1
|
|
*
|
|
dax: coordinate locking for offsets in PMD range
Ross Zwisler
2016-11-08
1
-1
/
+1
*
|
|
|
|
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2016-12-13
1
-6
/
+1
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-4.9' into for-4.10
Tejun Heo
2016-10-19
1
-6
/
+1
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
slab, workqueue: remove keventd_up() usage
Tejun Heo
2016-09-17
1
-6
/
+1
*
|
|
|
|
|
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2016-12-13
1
-1
/
+2
|
\
\
\
\
\
\
[next]