aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-24lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox2-3/+3
2017-02-24lib: add module support to atomic64 testsGeert Uytterhoeven2-4/+11
2017-02-24lib: add module support to glob testsGeert Uytterhoeven4-166/+169
2017-02-24lib: add module support to crc32 testsGeert Uytterhoeven4-826/+858
2017-02-24kernel/ksysfs.c: add __ro_after_init to bin_attribute structureBhumika Goyal1-1/+1
2017-02-24kernel/notifier.c: simplify expressionViresh Kumar1-1/+1
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie1-0/+4
2017-02-24bug: switch data corruption check to __must_checkKees Cook2-26/+31
2017-02-24m68k: replace gcc specific macros with ones from compiler.hGideon Israel Dsouza10-22/+29
2017-02-24compiler-gcc.h: add a new macro to wrap gcc attributeGideon Israel Dsouza1-0/+1
2017-02-24include/linux/iopoll.h: include <linux/ktime.h> instead of <linux/hrtimer.h>Masahiro Yamada1-1/+1
2017-02-24uapi: mqueue.h: add missing linux/types.h includeMike Frysinger1-0/+2
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki4-6/+13
2017-02-24proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan1-88/+56
2017-02-24proc: use rb_entry()Geliang Tang1-5/+6
2017-02-24alpha: use generic current.hDavidlohr Bueso2-9/+1
2017-02-24arch/frv/mb93090-mb00/pci-frv.c: fix build warningSudip Mukherjee1-3/+8
2017-02-24kasan: add memcg kmem_cache testGreg Thelen1-0/+34
2017-02-24kasan: drain quarantine of memcg slab objectsGreg Thelen4-4/+7
2017-02-24memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot3-5/+2
2017-02-24mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-02-24mm/thp/autonuma: use TNF flag instead of vm faultAneesh Kumar K.V1-1/+1
2017-02-24mm/gup: check for protnone only if it is a PTE entryAneesh Kumar K.V1-2/+3
2017-02-24mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen2-9/+9
2017-02-24mm/zsmalloc: fix comment in zsmallocYisheng Xie1-4/+0
2017-02-24mm/page_alloc.c: remove redundant init code for ZONE_MOVABLEWei Yang1-2/+0
2017-02-24mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie1-5/+1
2017-02-24mm: vmpressure: fix sending wrong events on underflowVinayak Menon1-1/+9
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins9-10/+14
2017-02-24mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan1-1/+1
2017-02-24mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang1-2/+2
2017-02-24zram: extend zero pages to same element pageszhouxianrong3-33/+69
2017-02-24mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_writeout_inc()Steven Rostedt (VMware)1-1/+1
2017-02-24powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V1-7/+45
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V2-2/+15
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.Aneesh Kumar K.V4-5/+21
2017-02-24mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V1-9/+9
2017-02-24mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)1-1/+1
2017-02-24mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman1-0/+1
2017-02-24drm: remove unnecessary fault wrappersRoss Zwisler1-25/+5
2017-02-24mm: codgin-style fixesTobin C Harding1-31/+29
2017-02-24mm/memory.c: use NULL instead of literal 0Tobin C Harding1-3/+3
2017-02-24mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida1-1/+0
2017-02-24vmalloc: back off when the current task is killedMichal Hocko1-0/+5
2017-02-24mm: cma: print allocation failure reason and bitmap statusJaewon Kim1-1/+33
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes5-17/+56
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach9-19/+24
2017-02-24mm: cma_alloc: allow to specify GFP maskLucas Stach5-6/+9
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach4-5/+8
2017-02-24userfaultfd: documentation updateMike Rapoport1-0/+89