summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox2016-03-172-9/+19
* mm: use radix_tree_iter_retry()Matthew Wilcox2016-03-172-47/+29Star
* btrfs: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-2/+1Star
* radix_tree: add radix_tree_dumpMatthew Wilcox2016-03-171-0/+35
* radix_tree: add support for multi-order entriesMatthew Wilcox2016-03-173-29/+93
* radix_tree: loop based on shift count, not heightMatthew Wilcox2016-03-171-3/+3
* radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox2016-03-172-8/+21
* radix tree test harnessMatthew Wilcox2016-03-1736-0/+2110
* radix-tree: add an explicit include of bitops.hMatthew Wilcox2016-03-171-0/+1
* lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens2016-03-171-0/+11
* include/linux/list_bl.h: use bool instead of int for boolean functionsChen Gang2016-03-171-2/+2
* MAINTAINERS: update s-Par driver maintainer listDavid Kershner2016-03-171-1/+0Star
* printk: add clear_idx symbol to vmcoreinfoIvan Delalande2016-03-171-10/+9Star
* printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky2016-03-171-1/+2
* printk: set may_schedule for some of console_trylock() callersSergey Senozhatsky2016-03-171-9/+14
* printk: move can_use_console() out of console_trylock_for_printk()Sergey Senozhatsky2016-03-171-55/+42Star
* include/uapi/linux/elf-em.h: remove v850Rob Landley2016-03-171-3/+0Star
* fix Christoph's email addressesChristoph Lameter2016-03-177-7/+7
* bug: set warn variable before calling WARN()Steven Rostedt2016-03-171-9/+12
* arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.hAndrew Morton2016-03-171-0/+1
* mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUGAndrew Morton2016-03-172-0/+2
* proc-vmcore: wrong data type casting fixDave Young2016-03-171-2/+5
* proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang2016-03-171-1/+1
* procfs: add conditional compilation checkEric Engestrom2016-03-171-0/+2
* proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz2016-03-172-0/+85
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-179-21/+26
* mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabledTetsuo Handa2016-03-171-1/+5
* mm,oom: make oom_killer_disable() killableTetsuo Handa2016-03-171-7/+3Star
* mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky2016-03-171-7/+13
* zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu2016-03-171-6/+3Star
* mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin2016-03-171-1/+1
* mm: memcontrol: zap oom_info_lockVladimir Davydov2016-03-171-4/+0Star
* mm: memcontrol: clarify the uncharge_list() loopJohannes Weiner2016-03-171-0/+4
* mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner2016-03-172-4/+40
* mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner2016-03-171-0/+6
* tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1Naoya Horiguchi2016-03-171-1/+9
* powerpc/mm: enable page parallel initialisationLi Zhang2016-03-171-0/+1
* mm: meminit: initialise more memory for inode/dentry hash tables in early bootLi Zhang2016-03-171-2/+9
* thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov2016-03-171-11/+2Star
* thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov2016-03-173-180/+50Star
* mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov2016-03-172-6/+11
* rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2016-03-174-12/+27
* rmap: introduce rmap_walk_locked()Kirill A. Shutemov2016-03-172-9/+33
* mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAPDan Williams2016-03-171-0/+1
* mm: remove VM_FAULT_MINORJan Kara2016-03-175-6/+4Star
* mm: percpu: use pr_fmt to prefix outputJoe Perches2016-03-172-11/+13
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-1720-150/+118Star
* mm: coalesce split stringsJoe Perches2016-03-1720-109/+78Star
* mm: convert pr_warning to pr_warnJoe Perches2016-03-173-18/+16Star
* mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams2016-03-173-15/+22