Age | Commit message (Expand) | Author |
2015-09-08 | dax: ensure that zero pages are removed from other processes | Matthew Wilcox |
2015-09-08 | dax: don't use set_huge_zero_page() | Kirill A. Shutemov |
2015-09-08 | thp: fix zap_huge_pmd() for DAX | Kirill A. Shutemov |
2015-09-08 | thp: decrement refcount on huge zero page if it is split | Kirill A. Shutemov |
2015-09-08 | dax: fix race between simultaneous faults | Matthew Wilcox |
2015-09-08 | ext4: start transaction before calling into DAX | Matthew Wilcox |
2015-09-08 | ext4: add ext4_get_block_dax() | Matthew Wilcox |
2015-09-08 | dax: improve comment about truncate race | Matthew Wilcox |
2015-09-08 | thp: change insert_pfn's return type to void | Matthew Wilcox |
2015-09-08 | ext4: use ext4_get_block_write() for DAX | Matthew Wilcox |
2015-09-08 | fs/dax.c: fix typo in #endif comment | Valentin Rothberg |
2015-09-08 | xfs: huge page fault support | Matthew Wilcox |
2015-09-08 | ext4: huge page fault support | Matthew Wilcox |
2015-09-08 | ext2: huge page fault support | Matthew Wilcox |
2015-09-08 | dax: add huge page fault support | Matthew Wilcox |
2015-09-08 | mm: add vmf_insert_pfn_pmd() | Matthew Wilcox |
2015-09-08 | mm: export various functions for the benefit of DAX | Matthew Wilcox |
2015-09-08 | mm: add a pmd_fault handler | Matthew Wilcox |
2015-09-08 | thp: prepare for DAX huge pages | Matthew Wilcox |
2015-09-08 | dax: revert userfaultfd change | Andrew Morton |
2015-09-08 | dax: move DAX-related functions to a new header | Matthew Wilcox |
2015-09-08 | thp: vma_adjust_trans_huge(): adjust file-backed VMA too | Kirill A. Shutemov |
2015-09-08 | mremap: fix the wrong !vma->vm_file check in copy_vma() | Oleg Nesterov |
2015-09-08 | mmap: fix the usage of ->vm_pgoff in special_mapping paths | Oleg Nesterov |
2015-09-08 | mm: introduce vma_is_anonymous(vma) helper | Oleg Nesterov |
2015-09-08 | selftests/userfaultfd: fix compiler warnings on 32-bit | Geert Uytterhoeven |
2015-09-08 | cgroup: fix seq_show_option merge with legacy_name | Kees Cook |
2015-09-07 | Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2015-09-07 | Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-09-07 | NFSv4: Respect the server imposed limit on how many changes we may cache | Trond Myklebust |
2015-09-07 | NFSv4: Express delegation limit in units of pages | Trond Myklebust |
2015-09-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-09-05 | Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm... | Linus Torvalds |
2015-09-05 | Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds |
2015-09-05 | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working... | Linus Torvalds |
2015-09-05 | Merge tag 'md/4.3' of git://neil.brown.name/md | Linus Torvalds |
2015-09-05 | Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2015-09-05 | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2015-09-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-09-05 | task_work: remove fifo ordering guarantee | Eric Dumazet |
2015-09-05 | Merge linux-block/for-4.3/core into md/for-linux | NeilBrown |
2015-09-04 | mm/hugetlb.c: make vma_has_reserves() return bool | Nicholas Krause |
2015-09-04 | mm/madvise.c: make madvise_behaviour_valid() return bool | Nicholas Krause |
2015-09-04 | mm/memory.c: make tlb_next_batch() return bool | Nicholas Krause |
2015-09-04 | mm/dmapool.c: change is_page_busy() return from int to bool | Nicholas Krause |
2015-09-04 | mm: remove struct node_active_region | minkyung88.kim |
2015-09-04 | mremap: simplify the "overlap" check in mremap_to() | Oleg Nesterov |
2015-09-04 | mremap: don't do uneccesary checks if new_len == old_len | Oleg Nesterov |
2015-09-04 | mremap: don't do mm_populate(new_addr) on failure | Oleg Nesterov |
2015-09-04 | mm: move ->mremap() from file_operations to vm_operations_struct | Oleg Nesterov |