summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-24lib/test_sort.c: make it explicitly non-modularPaul Gortmaker
2017-02-24lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix
2017-02-24rbtree: use designated initializersKees Cook
2017-02-24linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisorsNiklas Söderlund
2017-02-24lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox
2017-02-24lib: add module support to atomic64 testsGeert Uytterhoeven
2017-02-24lib: add module support to glob testsGeert Uytterhoeven
2017-02-24lib: add module support to crc32 testsGeert Uytterhoeven
2017-02-24kernel/ksysfs.c: add __ro_after_init to bin_attribute structureBhumika Goyal
2017-02-24kernel/notifier.c: simplify expressionViresh Kumar
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie
2017-02-24bug: switch data corruption check to __must_checkKees Cook
2017-02-24m68k: replace gcc specific macros with ones from compiler.hGideon Israel Dsouza
2017-02-24compiler-gcc.h: add a new macro to wrap gcc attributeGideon Israel Dsouza
2017-02-24include/linux/iopoll.h: include <linux/ktime.h> instead of <linux/hrtimer.h>Masahiro Yamada
2017-02-24uapi: mqueue.h: add missing linux/types.h includeMike Frysinger
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki
2017-02-24proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan
2017-02-24proc: use rb_entry()Geliang Tang
2017-02-24alpha: use generic current.hDavidlohr Bueso
2017-02-24arch/frv/mb93090-mb00/pci-frv.c: fix build warningSudip Mukherjee
2017-02-24kasan: add memcg kmem_cache testGreg Thelen
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-24zram: extend zero pages to same element pageszhouxianrong
2017-02-24mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)
2017-02-24powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V
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-24drm: remove unnecessary fault wrappersRoss Zwisler
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
2017-02-24mm: cma: print allocation failure reason and bitmap statusJaewon Kim
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes