summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-25oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko1-0/+12
2016-06-25ocfs2: disable BUG assertions in reading blocksGang He2-2/+5
2016-06-25mm, compaction: abort free scanner if split failsDavid Rientjes1-18/+21
2016-06-25mm: prevent KASAN false positives in kmemleakDmitry Vyukov1-0/+2
2016-06-25mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer1-0/+1
2016-06-25mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-6/+5
2016-06-25memcg: css_alloc should return an ERR_PTR value on errorTejun Heo1-1/+1
2016-06-25memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo1-2/+3
2016-06-25hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov1-2/+1
2016-06-25Revert "mm: disable fault around on emulated access bit architecture"Kirill A. Shutemov1-8/+0
2016-06-25Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov3-20/+7
2016-06-25mailmap: add Boris Brezillon's emailAntoine Tenart1-0/+3
2016-06-25mailmap: add Antoine Tenart's emailAntoine Tenart1-0/+1
2016-06-25mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim maskMel Gorman1-1/+2
2016-06-25mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin3-15/+14
2016-06-25MAINTAINERS: update Calgary IOMMUJon Mason1-3/+3
2016-06-25jbd2: get rid of superfluous __GFP_REPEATMichal Hocko1-25/+7
2016-06-25unicore32: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-25tile: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-25sh: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-25s390: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-25sparc: get rid of superfluous __GFP_REPEATMichal Hocko1-4/+2
2016-06-25powerpc: get rid of superfluous __GFP_REPEATMichal Hocko3-11/+7
2016-06-25score: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+2
2016-06-25parisc: get rid of superfluous __GFP_REPEATMichal Hocko1-2/+1
2016-06-25nios2: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+2
2016-06-25mips: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+3
2016-06-25arc: get rid of superfluous __GFP_REPEATMichal Hocko1-2/+2
2016-06-25arm64: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-25x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-25x86: get rid of superfluous __GFP_REPEATMichal Hocko2-2/+2
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko27-52/+47
2016-06-25tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-06-25selftests/vm/compaction_test: fix write to restore nr_hugepagesMike Kravetz1-1/+1
2016-06-25oom_reaper: avoid pointless atomic_inc_not_zero usage.Tetsuo Handa1-7/+1
2016-06-25mm,oom_reaper: don't call mmput_async() without atomic_inc_not_zero()Tetsuo Handa1-0/+1
2016-06-24Merge tag 'upstream-4.7-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds3-7/+41
2016-06-24Merge tag 'drm-fixes-for-v4.7-rc5' of git://people.freedesktop.org/~airlied/l...Linus Torvalds40-256/+598
2016-06-24Merge tag 'pci-v4.7-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-06-24drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctxMaarten Lankhorst1-1/+26
2016-06-24Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie20-157/+461
2016-06-24Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie6-16/+10
2016-06-24Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc5' of github.com:bbrezillon/linux-...Dave Airlie2-4/+8
2016-06-24Merge tag 'sunxi-drm-fixes-for-4.7' of https://git.kernel.org/pub/scm/linux/k...Dave Airlie6-46/+88
2016-06-24Merge tag 'drm-intel-fixes-2016-06-22' of git://anongit.freedesktop.org/drm-i...Dave Airlie4-31/+3
2016-06-24Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+2
2016-06-24drm/nouveau: fix for disabled fbdev emulationDmitrii Tcvetkov1-1/+2
2016-06-23x86: avoid avoid passing around 'thread_info' in stack dumping codeLinus Torvalds4-23/+17
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds4-12/+12
2016-06-23UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24