Age | Commit message (Expand) | Author | Files | Lines |
2016-09-29 | mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping | Catalin Marinas | 5 | -9/+56 |
2016-09-29 | Merge branch 'akpm-current/current' | Stephen Rothwell | 37 | -926/+1306 |
2016-09-29 | Merge remote-tracking branch 'workqueues/for-next' | Stephen Rothwell | 1 | -6/+1 |
2016-09-29 | Merge remote-tracking branch 'tip/auto-latest' | Stephen Rothwell | 7 | -133/+174 |
2016-09-29 | Merge remote-tracking branch 'kspp/for-next/kspp' | Stephen Rothwell | 1 | -0/+26 |
2016-09-29 | Merge remote-tracking branch 'pm/linux-next' | Stephen Rothwell | 1 | -2/+0 |
2016-09-29 | Merge remote-tracking branch 'vfs/for-next' | Stephen Rothwell | 1 | -126/+13 |
2016-09-29 | Merge remote-tracking branch 'arm64/for-next/core' | Stephen Rothwell | 1 | -0/+5 |
2016-09-28 | Merge branches 'pm-opp', 'pm-devfreq', 'pm-avs' and 'pm-sleep' into linux-next | Rafael J. Wysocki | 1 | -2/+0 |
2016-09-28 | Merge vfs-jk into for-next | Al Viro | 1 | -1/+1 |
2016-09-28 | Merge branches 'work.misc', 'work.iget', 'work.const-qstr', 'work.splice_read... | Al Viro | 1 | -125/+12 |
2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -10/+10 |
2016-09-28 | seq-proc-modify-seq_put_decimal_ll-to-take-a-const-char-not-char-fix | Andrew Morton | 1 | -1/+1 |
2016-09-28 | proc: much faster /proc/vmstat | Alexey Dobriyan | 1 | -1/+4 |
2016-09-28 | mm/vmstat.c: walk the zone in pageblock_nr_pages steps | zhong jiang | 1 | -1/+1 |
2016-09-28 | mm/page_owner: align with pageblock_nr pages | zhong jiang | 1 | -1/+1 |
2016-09-28 | mm: clarify why we avoid page_mapcount() for slab pages in dump_page() | Kirill A. Shutemov | 1 | -0/+5 |
2016-09-28 | mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rb | Andrea Arcangeli | 1 | -18/+41 |
2016-09-28 | mm: vma_adjust: minor comment correction | Andrea Arcangeli | 1 | -1/+1 |
2016-09-28 | mm: vma_adjust: remove superfluous check for next not NULL | Andrea Arcangeli | 1 | -1/+1 |
2016-09-28 | mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk | Andrea Arcangeli | 2 | -27/+131 |
2016-09-28 | mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case | Andrea Arcangeli | 1 | -2/+22 |
2016-09-28 | mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE | Andrea Arcangeli | 4 | -10/+12 |
2016-09-28 | mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node() | zhong jiang | 1 | -1/+1 |
2016-09-28 | mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk() | zijun_hu | 1 | -6/+8 |
2016-09-28 | mm/page_isolation: fix typo: "paes" -> "pages" | Yisheng Xie | 1 | -1/+1 |
2016-09-28 | mm/hugetlb: improve locking in dissolve_free_huge_pages() | Gerald Schaefer | 1 | -3/+9 |
2016-09-28 | mm/hugetlb: check for reserved hugepages during memory offline | Gerald Schaefer | 2 | -6/+24 |
2016-09-28 | mm/hugetlb: fix memory offline with hugepage size > memory block size | Gerald Schaefer | 1 | -6/+7 |
2016-09-28 | mm: nobootmem: move the comment of free_all_bootmem | Wanlong Gao | 1 | -5/+5 |
2016-09-28 | mm/shmem.c: constify anon_ops | Rasmus Villemoes | 1 | -1/+1 |
2016-09-28 | mm-memcontrol-consolidate-cgroup-socket-tracking-checkpatch-fixes | Andrew Morton | 1 | -3/+3 |
2016-09-28 | mm: memcontrol: consolidate cgroup socket tracking | Johannes Weiner | 1 | -8/+11 |
2016-09-28 | mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE() | Andrew Morton | 1 | -3/+4 |
2016-09-28 | mm: don't emit warning from pagefault_out_of_memory() | Tetsuo Handa | 1 | -11/+1 |
2016-09-28 | mm, compaction: restrict fragindex to costly orders | Vlastimil Babka | 1 | -2/+7 |
2016-09-28 | mm, compaction: ignore fragindex from compaction_zonelist_suitable() | Vlastimil Babka | 1 | -17/+18 |
2016-09-28 | mm, page_alloc: pull no_progress_loops update to should_reclaim_retry() | Vlastimil Babka | 1 | -14/+14 |
2016-09-28 | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka | 2 | -3/+9 |
2016-09-28 | mm, compaction: restrict full priority to non-costly orders | Vlastimil Babka | 1 | -1/+4 |
2016-09-28 | mm, compaction: more reliably increase direct compaction priority-fix | Vlastimil Babka | 1 | -9/+10 |
2016-09-28 | mm, compaction: more reliably increase direct compaction priority | Vlastimil Babka | 1 | -7/+11 |
2016-09-28 | Revert "mm, oom: prevent premature OOM killer invocation for high order request" | Vlastimil Babka | 1 | -2/+49 |
2016-09-28 | mm, swap: Use offset of swap entry as key of swap cache | Huang Ying | 4 | -10/+12 |
2016-09-28 | mm: fix cache mode tracking in vm_insert_mixed() | Dan Williams | 1 | -2/+6 |
2016-09-28 | mm/memcontrol.c: make the walk_page_range() limit obvious | James Morse | 1 | -2/+4 |
2016-09-28 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 3 | -17/+27 |
2016-09-28 | cpu: fix node state for whether it contains CPU | Tim Chen | 1 | -0/+11 |
2016-09-28 | thp, dax: add thp_get_unmapped_area for pmd mappings | Toshi Kani | 1 | -0/+43 |
2016-09-28 | mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK... | Simon Guo | 1 | -0/+3 |