summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-17sscanf: implement basic character setsJessica Yu
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook
2016-03-17lib: add "on"/"off" support to kstrtoboolKees Cook
2016-03-17lib: update single-char callers of strtobool()Kees Cook
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook
2016-03-17include/linux/unaligned: force inlining of byteswap operationsDenys Vlasenko
2016-03-17include/uapi/linux/byteorder, swab: force inlining of some byteswap operationsDenys Vlasenko
2016-03-17include/asm-generic/atomic-long.h: force inlining of some atomic_long operationsDenys Vlasenko
2016-03-17usb: common: convert to use match_string() helperHeikki Krogerus
2016-03-17ide: hpt366: convert to use match_string() helperAndy Shevchenko
2016-03-17ata: hpt366: convert to use match_string() helperAndy Shevchenko
2016-03-17power: ab8500: convert to use match_string() helperAndy Shevchenko
2016-03-17power: charger_manager: convert to use match_string() helperAndy Shevchenko
2016-03-17drm/edid: convert to use match_string() helperAndy Shevchenko
2016-03-17pinctrl: convert to use match_string() helperAndy Shevchenko
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