| Commit message (Expand) | Author | Files | Lines |
2016-10-08 | arch/tile: adopt the new nmi_backtrace framework | Chris Metcalf | 4 | -63/+27 |
2016-10-08 | nmi_backtrace: do a local dump_stack() instead of a self-NMI | Chris Metcalf | 2 | -9/+9 |
2016-10-08 | nmi_backtrace: add more trigger_*_cpu_backtrace() methods | Chris Metcalf | 10 | -39/+72 |
2016-10-08 | min/max: remove sparse warnings when they're nested | Johannes Berg | 1 | -20/+28 |
2016-10-08 | Documentation/filesystems/proc.txt: add more description for maps/smaps | Robert Ho | 1 | -0/+12 |
2016-10-08 | mm, proc: fix region lost in /proc/self/smaps | Robert Ho | 1 | -3/+5 |
2016-10-08 | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self | John Stultz | 1 | -15/+19 |
2016-10-08 | proc: add LSM hook checks to /proc/<tid>/timerslack_ns | John Stultz | 1 | -0/+10 |
2016-10-08 | proc: relax /proc/<tid>/timerslack_ns capability requirements | John Stultz | 1 | -14/+20 |
2016-10-08 | meminfo: break apart a very long seq_printf with #ifdefs | Joe Perches | 1 | -116/+95 |
2016-10-08 | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char | Joe Perches | 5 | -136/+154 |
2016-10-08 | proc: faster /proc/*/status | Alexey Dobriyan | 1 | -40/+47 |
2016-10-08 | proc: much faster /proc/vmstat | Alexey Dobriyan | 1 | -1/+4 |
2016-10-08 | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | Vineet Gupta | 12 | -17/+0 |
2016-10-08 | ia64: implement atomic64_dec_if_positive | Vineet Gupta | 1 | -0/+16 |
2016-10-08 | linux/mm.h: canonicalize macro PAGE_ALIGNED() definition | zijun_hu | 1 | -1/+1 |
2016-10-08 | mm: remove unnecessary condition in remove_inode_hugepages | zhong jiang | 3 | -10/+8 |
2016-10-08 | mm: warn about allocations which stall for too long | Michal Hocko | 1 | -0/+10 |
2016-10-08 | mm: consolidate warn_alloc_failed users | Michal Hocko | 3 | -26/+20 |
2016-10-08 | vfs,mm: fix a dead loop in truncate_inode_pages_range() | Wei Fang | 1 | -0/+4 |
2016-10-08 | arm64 Kconfig: select gigantic page | Yisheng Xie | 1 | -0/+1 |
2016-10-08 | mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE | Yisheng Xie | 4 | -1/+6 |
2016-10-08 | oom: print nodemask in the oom report | Michal Hocko | 1 | -2/+5 |
2016-10-08 | mm: clarify why we avoid page_mapcount() for slab pages in dump_page() | Kirill A. Shutemov | 1 | -0/+5 |
2016-10-08 | mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rb | Andrea Arcangeli | 1 | -18/+41 |
2016-10-08 | mm: vma_adjust: minor comment correction | Andrea Arcangeli | 1 | -1/+1 |
2016-10-08 | mm: vma_adjust: remove superfluous check for next not NULL | Andrea Arcangeli | 1 | -1/+1 |
2016-10-08 | mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk | Andrea Arcangeli | 3 | -29/+139 |
2016-10-08 | mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case | Andrea Arcangeli | 1 | -2/+22 |
2016-10-08 | mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE | Andrea Arcangeli | 5 | -11/+13 |
2016-10-08 | mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node() | zhong jiang | 1 | -1/+6 |
2016-10-08 | mm/page_isolation: fix typo: "paes" -> "pages" | Yisheng Xie | 1 | -1/+1 |
2016-10-08 | mm/hugetlb: improve locking in dissolve_free_huge_pages() | Gerald Schaefer | 1 | -3/+9 |
2016-10-08 | mm/hugetlb: check for reserved hugepages during memory offline | Gerald Schaefer | 3 | -9/+27 |
2016-10-08 | mm/hugetlb: fix memory offline with hugepage size > memory block size | Gerald Schaefer | 1 | -6/+7 |
2016-10-08 | mm: nobootmem: move the comment of free_all_bootmem | Wanlong Gao | 1 | -5/+5 |
2016-10-08 | mm/shmem.c: constify anon_ops | Rasmus Villemoes | 1 | -1/+1 |
2016-10-08 | mm: memcontrol: consolidate cgroup socket tracking | Johannes Weiner | 5 | -20/+20 |
2016-10-08 | mm: move phys_mem_access_prot_allowed() declaration to pgtable.h | Baoyou Xie | 3 | -4/+3 |
2016-10-08 | mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE() | Andrew Morton | 1 | -3/+4 |
2016-10-08 | mm: don't emit warning from pagefault_out_of_memory() | Tetsuo Handa | 1 | -11/+1 |
2016-10-08 | mm, compaction: restrict fragindex to costly orders | Vlastimil Babka | 1 | -2/+7 |
2016-10-08 | mm, compaction: ignore fragindex from compaction_zonelist_suitable() | Vlastimil Babka | 1 | -17/+18 |
2016-10-08 | mm, page_alloc: pull no_progress_loops update to should_reclaim_retry() | Vlastimil Babka | 1 | -14/+14 |
2016-10-08 | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka | 2 | -3/+9 |
2016-10-08 | mm, compaction: restrict full priority to non-costly orders | Vlastimil Babka | 2 | -1/+5 |
2016-10-08 | mm, compaction: more reliably increase direct compaction priority | Vlastimil Babka | 1 | -14/+19 |
2016-10-08 | Revert "mm, oom: prevent premature OOM killer invocation for high order request" | Vlastimil Babka | 1 | -2/+49 |
2016-10-08 | mm: remove page_file_index | Huang Ying | 6 | -20/+8 |
2016-10-08 | mm, swap: use offset of swap entry as key of swap cache | Huang Ying | 5 | -14/+16 |