| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, swap: fix race between swap count continuation operations | Huang Ying | 2017-11-03 | 1 | -6/+17 |
* | mm/huge_memory.c: deposit page table when copying a PMD migration entry | Zi Yan | 2017-11-03 | 1 | -0/+3 |
* | userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size | Andrea Arcangeli | 2017-11-03 | 1 | -2/+30 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 53 | -0/+53 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-10-21 | 2 | -20/+10 |
|\ |
|
| * | mm, percpu: add support for __GFP_NOWARN flag | Daniel Borkmann | 2017-10-19 | 1 | -5/+10 |
| * | net: memcontrol: defer call to mem_cgroup_sk_alloc() | Eric Dumazet | 2017-10-09 | 1 | -15/+0 |
* | | mm, swap: use page-cluster as max window of VMA based swap readahead | Huang Ying | 2017-10-13 | 1 | -34/+7 |
* | | mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock | Will Deacon | 2017-10-13 | 1 | -15/+10 |
* | | Revert "vmalloc: back off when the current task is killed" | Johannes Weiner | 2017-10-13 | 1 | -6/+0 |
* | | mm/cma.c: take __GFP_NOWARN into account in cma_alloc() | Boris Brezillon | 2017-10-13 | 1 | -1/+1 |
* | | mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk(). | Zi Yan | 2017-10-13 | 1 | -2/+1 |
* | | mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter | Andrey Ryabinin | 2017-10-13 | 1 | -2/+5 |
* | | mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK | Yang Shi | 2017-10-13 | 1 | -1/+6 |
* | | mm/migrate: fix indexing bug (off by one) and avoid out of bound access | Mark Hairgrove | 2017-10-13 | 1 | -1/+2 |
|/ |
|
* | mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned long | YASUAKI ISHIMATSU | 2017-10-03 | 1 | -2/+2 |
* | mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline... | YASUAKI ISHIMATSU | 2017-10-03 | 1 | -1/+1 |
* | mm, page_alloc: add scheduling point to memmap_init_zone | Michal Hocko | 2017-10-03 | 1 | -0/+1 |
* | mm, memory_hotplug: add scheduling point to __add_pages | Michal Hocko | 2017-10-03 | 1 | -0/+1 |
* | mm: memcontrol: use vmalloc fallback for large kmem memcg arrays | Johannes Weiner | 2017-10-03 | 2 | -13/+21 |
* | mm/device-public-memory: fix edge case in _vm_normal_page() | Reza Arbab | 2017-10-03 | 1 | -1/+1 |
* | mm: fix data corruption caused by lazyfree page | Shaohua Li | 2017-10-03 | 1 | -0/+11 |
* | mm: avoid marking swap cached page as lazyfree | Shaohua Li | 2017-10-03 | 1 | -2/+2 |
* | mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPC | Jeff Layton | 2017-10-03 | 1 | -0/+8 |
* | mm: fix RODATA_TEST failure "rodata_test: test data was not read only" | Christophe Leroy | 2017-10-03 | 1 | -1/+1 |
* | mm: meminit: mark init_reserved_page as __meminit | Arnd Bergmann | 2017-10-03 | 1 | -1/+1 |
* | z3fold: fix stale list handling | Vitaly Wool | 2017-10-03 | 1 | -4/+2 |
* | mm,compaction: serialize waitqueue_active() checks (for real) | Davidlohr Bueso | 2017-10-03 | 1 | -8/+5 |
* | mm/memcg: avoid page count check for zone device | Jérôme Glisse | 2017-10-03 | 1 | -1/+2 |
* | mm, memcg: remove hotplug locking from try_charge | Michal Hocko | 2017-10-03 | 1 | -5/+15 |
* | mm, oom_reaper: skip mm structs with mmu notifiers | Michal Hocko | 2017-10-03 | 1 | -0/+16 |
* | z3fold: fix potential race in z3fold_reclaim_page | Vitaly Wool | 2017-10-03 | 1 | -1/+3 |
* | mm, hugetlb, soft_offline: save compound page order before page migration | Alexandru Moise | 2017-10-03 | 1 | -2/+10 |
* | ksm: fix unlocked iteration over vmas in cmp_and_merge_page() | Kirill Tkhai | 2017-10-03 | 1 | -1/+4 |
* | percpu: fix iteration to prevent skipping over block | Dennis Zhou | 2017-09-28 | 1 | -0/+4 |
* | percpu: fix starting offset for chunk statistics traversal | Dennis Zhou | 2017-09-27 | 1 | -1/+1 |
* | fs: Fix page cache inconsistency when mixing buffered and AIO DIO | Lukas Czerner | 2017-09-25 | 1 | -2/+8 |
* | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-14 | 1 | -7/+17 |
|\ |
|
| * | fs: support IOCB_NOWAIT in generic_file_buffered_read | Milosz Tanski | 2017-09-04 | 1 | -0/+9 |
| * | fs: pass iocb to do_generic_file_read | Christoph Hellwig | 2017-09-04 | 1 | -7/+8 |
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-09-14 | 1 | -6/+1 |
|\ \ |
|
| * | | mm/nommu: switch do_mmap_private to kernel_read | Christoph Hellwig | 2017-09-04 | 1 | -6/+1 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-09-14 | 3 | -3/+3 |
|\ \ |
|
| * | | mm, page_owner: skip unnecessary stack_trace entries | Prakash Gupta | 2017-09-13 | 1 | -1/+1 |
| * | | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 2017-09-13 | 2 | -2/+2 |
* | | | sched/wait: Introduce wakeup boomark in wake_up_page_bit | Tim Chen | 2017-09-14 | 1 | -1/+21 |
|/ / |
|
* | | mm/backing-dev.c: fix an error handling path in 'cgwb_create()' | Christophe JAILLET | 2017-09-11 | 1 | -2/+4 |
* | | mem/memcg: cache rightmost node | Davidlohr Bueso | 2017-09-08 | 1 | -5/+18 |
* | | lib/interval_tree: fast overlap detection | Davidlohr Bueso | 2017-09-08 | 4 | -14/+14 |
* | | treewide: make "nr_cpu_ids" unsigned | Alexey Dobriyan | 2017-09-08 | 1 | -1/+1 |