summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-17device property: convert to use match_string() helperAndy Shevchenko
2016-03-17lib/string: introduce match_string() helperAndy Shevchenko
2016-03-17radix-tree tests: add test for radix_tree_iter_nextKonstantin Khlebnikov
2016-03-17radix-tree tests: add regression3 testKonstantin Khlebnikov
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox
2016-03-17btrfs: use radix_tree_iter_retry()Matthew Wilcox
2016-03-17radix_tree: add radix_tree_dumpMatthew Wilcox
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox
2016-03-17radix_tree: loop based on shift count, not heightMatthew Wilcox
2016-03-17radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox
2016-03-17radix tree test harnessMatthew Wilcox
2016-03-17radix-tree: add an explicit include of bitops.hMatthew Wilcox
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens
2016-03-17include/linux/list_bl.h: use bool instead of int for boolean functionsChen Gang
2016-03-17MAINTAINERS: update s-Par driver maintainer listDavid Kershner
2016-03-17printk: add clear_idx symbol to vmcoreinfoIvan Delalande
2016-03-17printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky
2016-03-17printk: set may_schedule for some of console_trylock() callersSergey Senozhatsky
2016-03-17printk: move can_use_console() out of console_trylock_for_printk()Sergey Senozhatsky
2016-03-17include/uapi/linux/elf-em.h: remove v850Rob Landley
2016-03-17fix Christoph's email addressesChristoph Lameter
2016-03-17bug: set warn variable before calling WARN()Steven Rostedt
2016-03-17arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.hAndrew Morton
2016-03-17mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUGAndrew Morton
2016-03-17proc-vmcore: wrong data type casting fixDave Young
2016-03-17proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang
2016-03-17procfs: add conditional compilation checkEric Engestrom
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-03-17mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabledTetsuo Handa
2016-03-17mm,oom: make oom_killer_disable() killableTetsuo Handa
2016-03-17mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky
2016-03-17zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin
2016-03-17mm: memcontrol: zap oom_info_lockVladimir Davydov
2016-03-17mm: memcontrol: clarify the uncharge_list() loopJohannes Weiner
2016-03-17mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner
2016-03-17mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner
2016-03-17tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1Naoya Horiguchi
2016-03-17powerpc/mm: enable page parallel initialisationLi Zhang
2016-03-17mm: meminit: initialise more memory for inode/dentry hash tables in early bootLi Zhang
2016-03-17thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov
2016-03-17rmap: introduce rmap_walk_locked()Kirill A. Shutemov
2016-03-17mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAPDan Williams
2016-03-17mm: remove VM_FAULT_MINORJan Kara
2016-03-17mm: percpu: use pr_fmt to prefix outputJoe Perches