summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/decompress_unlz4: change module to work with new LZ4 module versionSven Schmidt2017-02-241-5/+8
* lib: update LZ4 compressor moduleSven Schmidt2017-02-246-1077/+2758
* lib/test_sort.c: make it explicitly non-modularPaul Gortmaker2017-02-241-5/+6
* lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix2017-02-244-39/+54
* rbtree: use designated initializersKees Cook2017-02-242-2/+6
* linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisorsNiklas Söderlund2017-02-241-4/+6
* lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox2017-02-242-3/+3
* lib: add module support to atomic64 testsGeert Uytterhoeven2017-02-242-4/+11
* lib: add module support to glob testsGeert Uytterhoeven2017-02-244-166/+169
* lib: add module support to crc32 testsGeert Uytterhoeven2017-02-244-826/+858
* kernel/ksysfs.c: add __ro_after_init to bin_attribute structureBhumika Goyal2017-02-241-1/+1
* kernel/notifier.c: simplify expressionViresh Kumar2017-02-241-1/+1
* mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie2017-02-241-0/+4
* bug: switch data corruption check to __must_checkKees Cook2017-02-242-26/+31
* m68k: replace gcc specific macros with ones from compiler.hGideon Israel Dsouza2017-02-2410-22/+29
* compiler-gcc.h: add a new macro to wrap gcc attributeGideon Israel Dsouza2017-02-241-0/+1
* include/linux/iopoll.h: include <linux/ktime.h> instead of <linux/hrtimer.h>Masahiro Yamada2017-02-241-1/+1
* uapi: mqueue.h: add missing linux/types.h includeMike Frysinger2017-02-241-0/+2
* procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-244-6/+13
* proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan2017-02-241-88/+56
* proc: use rb_entry()Geliang Tang2017-02-241-5/+6
* alpha: use generic current.hDavidlohr Bueso2017-02-242-9/+1
* arch/frv/mb93090-mb00/pci-frv.c: fix build warningSudip Mukherjee2017-02-241-3/+8
* kasan: add memcg kmem_cache testGreg Thelen2017-02-241-0/+34
* kasan: drain quarantine of memcg slab objectsGreg Thelen2017-02-244-4/+7
* memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot2017-02-243-5/+2
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-02-241-2/+5
* mm/thp/autonuma: use TNF flag instead of vm faultAneesh Kumar K.V2017-02-241-1/+1
* mm/gup: check for protnone only if it is a PTE entryAneesh Kumar K.V2017-02-241-2/+3
* mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen2017-02-242-9/+9
* mm/zsmalloc: fix comment in zsmallocYisheng Xie2017-02-241-4/+0
* mm/page_alloc.c: remove redundant init code for ZONE_MOVABLEWei Yang2017-02-241-2/+0
* mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie2017-02-241-5/+1
* mm: vmpressure: fix sending wrong events on underflowVinayak Menon2017-02-241-1/+9
* mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-249-10/+14
* mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan2017-02-241-1/+1
* mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang2017-02-241-2/+2
* zram: extend zero pages to same element pageszhouxianrong2017-02-243-33/+69
* mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)2017-02-241-1/+1
* powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V2017-02-241-7/+45
* mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V2017-02-242-2/+15
* mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V2017-02-244-5/+21
* mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V2017-02-241-9/+9
* mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)2017-02-241-1/+1
* mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman2017-02-241-0/+1
* drm: remove unnecessary fault wrappersRoss Zwisler2017-02-241-25/+5
* mm: codgin-style fixesTobin C Harding2017-02-241-31/+29
* mm/memory.c: use NULL instead of literal 0Tobin C Harding2017-02-241-3/+3
* mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida2017-02-241-1/+0
* vmalloc: back off when the current task is killedMichal Hocko2017-02-241-0/+5