aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman66-172/+210
2015-11-06mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman2-6/+8
2015-11-06mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledMel Gorman1-0/+6
2015-11-06mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman2-4/+8
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman3-5/+6
2015-11-06mm/oom_kill.c: introduce is_sysrq_oom helperYaowei Bai1-4/+13
2015-11-06Merge tag 'backlight-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds7-16/+22
2015-11-06mfd: avoid newly introduced compiler warningLinus Torvalds1-2/+0
2015-11-06Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds74-410/+2531
2015-11-06x86: don't make DEBUG_WX default to 'y' even with DEBUG_RODATALinus Torvalds1-1/+0
2015-11-05Merge tag 'platform-drivers-x86-v4.4-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds12-252/+358
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds311-1741/+6522
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds127-1351/+3093
2015-11-05vfs: clear remainder of 'full_fds_bits' in dup_fd()Eric Biggers1-32/+32
2015-11-05selftests: vm: add tests for lock on faultEric B Munson4-0/+807
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson10-13/+65
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson8-8/+21
2015-11-05mm: mlock: add new mlock system callEric B Munson6-1/+16
2015-11-05mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson1-13/+17
2015-11-05kasan: always taint kernel on reportAndrey Ryabinin1-0/+1
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin3-5/+5
2015-11-05kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu1-2/+22
2015-11-05kasan: Fix a type conversion errorWang Long1-1/+1
2015-11-05lib: test_kasan: add some testcasesWang Long1-0/+69
2015-11-05kasan: update reference to kasan prototype repoAndrey Konovalov2-2/+2
2015-11-05kasan: move KASAN_SANITIZE in arch/x86/boot/MakefileAndrey Konovalov1-2/+2
2015-11-05kasan: various fixes in documentationAndrey Konovalov1-21/+22
2015-11-05kasan: update log messagesAndrey Konovalov3-4/+4
2015-11-05kasan: accurately determine the type of the bad accessAndrey Konovalov1-3/+14
2015-11-05kasan: update reported bug types for kernel memory accessesAndrey Konovalov1-7/+11
2015-11-05kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov3-37/+24
2015-11-05mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V1-2/+10
2015-11-05mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V1-2/+8
2015-11-05mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V1-3/+6
2015-11-05mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V2-2/+2
2015-11-05mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa1-1/+0
2015-11-05Documentation/filesystems/proc.txt: a little tidyingHugh Dickins1-8/+5
2015-11-05tmpfs: avoid a little creat and stat slowdownHugh Dickins1-8/+14
2015-11-05mm, oom: add comment for why oom_adj existsDavid Rientjes1-0/+10
2015-11-05memcg: fix thresholds for 32b architectures.Michal Hocko1-6/+5
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner4-17/+17
2015-11-05mm: memcontrol: eliminate root memory.currentJohannes Weiner1-1/+4
2015-11-05mm, hugetlbfs: optimize when NUMA=nDave Hansen1-5/+13
2015-11-05mm, hugetlb: use memory policy when availableDave Hansen1-12/+104
2015-11-05mm/hugetlb: make node_hstates array staticAlexander Kuleshov1-1/+1
2015-11-05mm/maccess.c: actually return -EFAULT from strncpy_from_unsafeRasmus Villemoes1-1/+1
2015-11-05mm/cma.c: suppress warningAndrew Morton1-2/+4
2015-11-05mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2015-11-05mm: page migration avoid touching newpage until no going backHugh Dickins2-38/+30
2015-11-05mm: page migration use migration entry for swapcache tooHugh Dickins1-33/+30