summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman2016-06-251-2/+2
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-2567-207/+178Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes2016-06-251-1/+3
| * | | | | | | | | autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin2016-06-251-3/+4
| * | | | | | | | | mm/page_owner: avoid null pointer dereferenceSudip Mukherjee2016-06-251-2/+4
| * | | | | | | | | tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King2016-06-251-1/+1
| * | | | | | | | | fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-06-251-1/+1
| * | | | | | | | | oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko2016-06-251-0/+12
| * | | | | | | | | ocfs2: disable BUG assertions in reading blocksGang He2016-06-252-2/+5
| * | | | | | | | | mm, compaction: abort free scanner if split failsDavid Rientjes2016-06-251-18/+21
| * | | | | | | | | mm: prevent KASAN false positives in kmemleakDmitry Vyukov2016-06-251-0/+2
| * | | | | | | | | mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer2016-06-251-0/+1
| * | | | | | | | | mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba2016-06-251-6/+5Star
| * | | | | | | | | memcg: css_alloc should return an ERR_PTR value on errorTejun Heo2016-06-251-1/+1
| * | | | | | | | | memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo2016-06-251-2/+3
| * | | | | | | | | hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov2016-06-251-2/+1Star
| * | | | | | | | | Revert "mm: disable fault around on emulated access bit architecture"Kirill A. Shutemov2016-06-251-8/+0Star
| * | | | | | | | | Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov2016-06-253-20/+7Star
| * | | | | | | | | mailmap: add Boris Brezillon's emailAntoine Tenart2016-06-251-0/+3
| * | | | | | | | | mailmap: add Antoine Tenart's emailAntoine Tenart2016-06-251-0/+1
| * | | | | | | | | mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim maskMel Gorman2016-06-251-1/+2
| * | | | | | | | | mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin2016-06-253-15/+14Star
| * | | | | | | | | MAINTAINERS: update Calgary IOMMUJon Mason2016-06-251-3/+3
| * | | | | | | | | jbd2: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-25/+7Star
| * | | | | | | | | unicore32: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
| * | | | | | | | | tile: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
| * | | | | | | | | sh: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
| * | | | | | | | | s390: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
| * | | | | | | | | sparc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-4/+2Star
| * | | | | | | | | powerpc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-253-11/+7Star
| * | | | | | | | | score: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-3/+2Star
| * | | | | | | | | parisc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-2/+1Star
| * | | | | | | | | nios2: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-3/+2Star
| * | | | | | | | | mips: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-3/+3
| * | | | | | | | | arc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-2/+2
| * | | | | | | | | arm64: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
| * | | | | | | | | x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
| * | | | | | | | | x86: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-252-2/+2
| * | | | | | | | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-2527-52/+47Star
| * | | | | | | | | tmpfs: don't undo fallocate past its last pageAnthony Romano2016-06-251-1/+1
| * | | | | | | | | selftests/vm/compaction_test: fix write to restore nr_hugepagesMike Kravetz2016-06-251-1/+1
| * | | | | | | | | oom_reaper: avoid pointless atomic_inc_not_zero usage.Tetsuo Handa2016-06-251-7/+1Star
| * | | | | | | | | mm,oom_reaper: don't call mmput_async() without atomic_inc_not_zero()Tetsuo Handa2016-06-251-0/+1
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-06-2530-113/+190
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc...Doug Ledford2016-06-2327-82/+161
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | IB/mlx4: Prevent cross page boundary allocationChuck Lever2016-06-232-18/+18
| | | | * | | | | | | | | | IB/mlx4: Fix memory leak if QP creation failedDotan Barak2016-06-231-1/+3
| | | | * | | | | | | | | | IB/mlx4: Verify port number in flow steering create flowYishai Hadas2016-06-231-0/+3
| | | | * | | | | | | | | | IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas2016-06-231-6/+18
| | | | * | | | | | | | | | IB/mlx4: Fix the SQ size of an RC QPYishai Hadas2016-06-231-1/+1