summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-173-39/+34
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-178-53/+15
* lib: add "on"/"off" support to kstrtoboolKees Cook2016-03-171-3/+17
* lib: update single-char callers of strtobool()Kees Cook2016-03-175-54/+24
* lib: move strtobool() to kstrtobool()Kees Cook2016-03-174-30/+57
* include/linux/unaligned: force inlining of byteswap operationsDenys Vlasenko2016-03-171-12/+12
* include/uapi/linux/byteorder, swab: force inlining of some byteswap operationsDenys Vlasenko2016-03-173-29/+29
* include/asm-generic/atomic-long.h: force inlining of some atomic_long operationsDenys Vlasenko2016-03-171-3/+3
* usb: common: convert to use match_string() helperHeikki Krogerus2016-03-171-14/+8
* ide: hpt366: convert to use match_string() helperAndy Shevchenko2016-03-171-7/+2
* ata: hpt366: convert to use match_string() helperAndy Shevchenko2016-03-171-8/+5
* power: ab8500: convert to use match_string() helperAndy Shevchenko2016-03-174-40/+20
* power: charger_manager: convert to use match_string() helperAndy Shevchenko2016-03-171-23/+4
* drm/edid: convert to use match_string() helperAndy Shevchenko2016-03-171-11/+6
* pinctrl: convert to use match_string() helperAndy Shevchenko2016-03-171-10/+3
* device property: convert to use match_string() helperAndy Shevchenko2016-03-171-8/+4
* lib/string: introduce match_string() helperAndy Shevchenko2016-03-172-0/+28
* radix-tree tests: add test for radix_tree_iter_nextKonstantin Khlebnikov2016-03-171-8/+39
* radix-tree tests: add regression3 testKonstantin Khlebnikov2016-03-175-1/+90
* 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/+29
* btrfs: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-2/+1
* 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/+0
* printk: add clear_idx symbol to vmcoreinfoIvan Delalande2016-03-171-10/+9
* 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/+42
* include/uapi/linux/elf-em.h: remove v850Rob Landley2016-03-171-3/+0
* 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/+3
* 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/+3
* mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin2016-03-171-1/+1