| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-11-06 | mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand |  Mel Gorman | 1 | -2/+4 |
| 2015-11-06 | mm, page_alloc: remove MIGRATE_RESERVE |  Mel Gorman | 1 | -8/+2 |
| 2015-11-06 | mm, page_alloc: delete the zonelist_cache |  Mel Gorman | 1 | -74/+0 |
| 2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM |  Mel Gorman | 1 | -8/+8 |
| 2015-11-06 | mm: page_alloc: remove GFP_IOFS |  Mel Gorman | 1 | -1/+0 |
| 2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd |  Mel Gorman | 2 | -16/+36 |
| 2015-11-06 | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types |  Mel Gorman | 2 | -6/+8 |
| 2015-11-06 | mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabled |  Mel Gorman | 1 | -0/+6 |
| 2015-11-06 | mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe |  Mel Gorman | 1 | -1/+1 |
| 2015-11-06 | Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd |  Linus Torvalds | 11 | -3/+183 |
| 2015-11-05 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux |  Linus Torvalds | 1 | -0/+192 |
| 2015-11-05 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 22 | -185/+153 |
| 2015-11-05 | mm: introduce VM_LOCKONFAULT |  Eric B Munson | 1 | -0/+5 |
| 2015-11-05 | mm: mlock: add new mlock system call |  Eric B Munson | 1 | -0/+2 |
| 2015-11-05 | mm: remove refresh_cpu_vm_stats() definition for !SMP kernel |  Tetsuo Handa | 1 | -1/+0 |
| 2015-11-05 | mm: page_counter: let page_counter_try_charge() return bool |  Johannes Weiner | 1 | -3/+3 |
| 2015-11-05 | mm: rename mem_cgroup_migrate to mem_cgroup_replace_page |  Hugh Dickins | 1 | -5/+2 |
| 2015-11-05 | mm: do not inc NR_PAGETABLE if ptlock_init failed |  Vladimir Davydov | 1 | -1/+3 |
| 2015-11-05 | memcg: simplify and inline __mem_cgroup_from_kmem |  Vladimir Davydov | 1 | -15/+0 |
| 2015-11-05 | memcg: unify slab and other kmem pages charging |  Vladimir Davydov | 1 | -4/+2 |
| 2015-11-05 | memcg: simplify charging kmem pages |  Vladimir Davydov | 1 | -50/+19 |
| 2015-11-05 | include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definition |  yalin wang | 1 | -2/+2 |
| 2015-11-05 | mm/vmstat.c: uninline node_page_state() |  Andrew Morton | 1 | -23/+1 |
| 2015-11-05 | mm: optimize PageHighMem() check |  Vineet Gupta | 1 | -1/+1 |
| 2015-11-05 | mm, oom: remove task_lock protecting comm printing |  David Rientjes | 1 | -2/+2 |
| 2015-11-05 | mm, compaction: distinguish contended status in tracepoints |  Vlastimil Babka | 1 | -0/+1 |
| 2015-11-05 | mm, compaction: export tracepoints status strings to userspace |  Vlastimil Babka | 1 | -1/+1 |
| 2015-11-05 | mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return bool |  Yaowei Bai | 1 | -3/+3 |
| 2015-11-05 | mm/filemap.c: make global sync not clear error status of individual inodes |  Junichi Nomura | 1 | -0/+1 |
| 2015-11-05 | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status |  Naoya Horiguchi | 2 | -0/+22 |
| 2015-11-05 | mm: use only per-device readahead limit |  Roman Gushchin | 1 | -2/+0 |
| 2015-11-05 | mm/page_alloc: remove unused parameter in init_currently_empty_zone() |  Yaowei Bai | 1 | -2/+1 |
| 2015-11-05 | mm/memblock: make memblock_remove_range() static |  Alexander Kuleshov | 1 | -4/+0 |
| 2015-11-05 | memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass() |  Tejun Heo | 1 | -14/+0 |
| 2015-11-05 | memcg: collect kmem bypass conditions into __memcg_kmem_bypass() |  Tejun Heo | 1 | -24/+22 |
| 2015-11-05 | memcg: punt high overage reclaim to return-to-userland path |  Tejun Heo | 3 | -0/+12 |
| 2015-11-05 | memcg: flatten task_struct->memcg_oom |  Tejun Heo | 2 | -12/+11 |
| 2015-11-05 | uaccess: reimplement probe_kernel_address() using probe_kernel_read() |  Andrew Morton | 1 | -30/+10 |
| 2015-11-05 | include/linux/compiler-gcc.h: hide assume_aligned attribute from sparse |  Rasmus Villemoes | 1 | -1/+1 |
| 2015-11-05 | compiler.h: add support for function attribute assume_aligned |  Rasmus Villemoes | 2 | -0/+25 |
| 2015-11-05 | slab: convert slab_is_available() to boolean |  Denis Kirjanov | 1 | -1/+1 |
| 2015-11-05 | kernel/watchdog.c: add sysctl knob hardlockup_panic |  Don Zickus | 1 | -0/+1 |
| 2015-11-05 | kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup |  Jiri Kosina | 1 | -0/+1 |
| 2015-11-05 | rcu: force alignment on struct callback_head/rcu_head |  Kirill A. Shutemov | 1 | -1/+15 |
| 2015-11-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc |  Linus Torvalds | 1 | -0/+1 |
| 2015-11-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 4 | -2/+202 |
| 2015-11-05 | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu |  Linus Torvalds | 2 | -1/+92 |
| 2015-11-05 | Merge git://git.infradead.org/intel-iommu |  Linus Torvalds | 3 | -15/+253 |
| 2015-11-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security |  Linus Torvalds | 4 | -21/+52 |
| 2015-11-05 | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit |  Linus Torvalds | 1 | -4/+4 |