summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02kasan, sched/headers: Uninline kasan_enable/disable_current()Ingo Molnar
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-27mm: add arch-independent testcases for RODATAJinbum Park
2017-02-27mm: use mmget_not_zero() helperVegard Nossum
2017-02-27mm: add new mmget() helperVegard Nossum
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-27zswap: don't param_set_charp while holding spinlockDan Streetman
2017-02-27zswap: clear compressor or zpool param if invalid at initDan Streetman
2017-02-27zswap: allow initialization at boot without poolDan Streetman
2017-02-24kasan: drain quarantine of memcg slab objectsGreg Thelen
2017-02-24memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot
2017-02-24mm: do not access page->mapping directly on page_endioMinchan Kim
2017-02-24mm/thp/autonuma: use TNF flag instead of vm faultAneesh Kumar K.V
2017-02-24mm/gup: check for protnone only if it is a PTE entryAneesh Kumar K.V
2017-02-24mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen
2017-02-24mm/zsmalloc: fix comment in zsmallocYisheng Xie
2017-02-24mm/page_alloc.c: remove redundant init code for ZONE_MOVABLEWei Yang
2017-02-24mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie
2017-02-24mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins
2017-02-24mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan
2017-02-24mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang
2017-02-24mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V
2017-02-24mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V
2017-02-24mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)
2017-02-24mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman
2017-02-24mm: codgin-style fixesTobin C Harding
2017-02-24mm/memory.c: use NULL instead of literal 0Tobin C Harding
2017-02-24mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida
2017-02-24vmalloc: back off when the current task is killedMichal Hocko