aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cpu-freq (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook8-53/+15
2016-03-17lib: add "on"/"off" support to kstrtoboolKees Cook1-3/+17
2016-03-17lib: update single-char callers of strtobool()Kees Cook5-54/+24
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook4-30/+57
2016-03-17include/linux/unaligned: force inlining of byteswap operationsDenys Vlasenko1-12/+12
2016-03-17include/uapi/linux/byteorder, swab: force inlining of some byteswap operationsDenys Vlasenko3-29/+29
2016-03-17include/asm-generic/atomic-long.h: force inlining of some atomic_long operationsDenys Vlasenko1-3/+3
2016-03-17usb: common: convert to use match_string() helperHeikki Krogerus1-14/+8
2016-03-17ide: hpt366: convert to use match_string() helperAndy Shevchenko1-7/+2
2016-03-17ata: hpt366: convert to use match_string() helperAndy Shevchenko1-8/+5
2016-03-17power: ab8500: convert to use match_string() helperAndy Shevchenko4-40/+20
2016-03-17power: charger_manager: convert to use match_string() helperAndy Shevchenko1-23/+4
2016-03-17drm/edid: convert to use match_string() helperAndy Shevchenko1-11/+6
2016-03-17pinctrl: convert to use match_string() helperAndy Shevchenko1-10/+3
2016-03-17device property: convert to use match_string() helperAndy Shevchenko1-8/+4
2016-03-17lib/string: introduce match_string() helperAndy Shevchenko2-0/+28
2016-03-17radix-tree tests: add test for radix_tree_iter_nextKonstantin Khlebnikov1-8/+39
2016-03-17radix-tree tests: add regression3 testKonstantin Khlebnikov5-1/+90
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox2-9/+19
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox2-47/+29
2016-03-17btrfs: use radix_tree_iter_retry()Matthew Wilcox1-2/+1
2016-03-17radix_tree: add radix_tree_dumpMatthew Wilcox1-0/+35
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox3-29/+93
2016-03-17radix_tree: loop based on shift count, not heightMatthew Wilcox1-3/+3
2016-03-17radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox2-8/+21
2016-03-17radix tree test harnessMatthew Wilcox36-0/+2110
2016-03-17radix-tree: add an explicit include of bitops.hMatthew Wilcox1-0/+1
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens1-0/+11
2016-03-17include/linux/list_bl.h: use bool instead of int for boolean functionsChen Gang1-2/+2
2016-03-17MAINTAINERS: update s-Par driver maintainer listDavid Kershner1-1/+0
2016-03-17printk: add clear_idx symbol to vmcoreinfoIvan Delalande1-10/+9
2016-03-17printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky1-1/+2
2016-03-17printk: set may_schedule for some of console_trylock() callersSergey Senozhatsky1-9/+14
2016-03-17printk: move can_use_console() out of console_trylock_for_printk()Sergey Senozhatsky1-55/+42
2016-03-17include/uapi/linux/elf-em.h: remove v850Rob Landley1-3/+0
2016-03-17fix Christoph's email addressesChristoph Lameter7-7/+7
2016-03-17bug: set warn variable before calling WARN()Steven Rostedt1-9/+12
2016-03-17arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.hAndrew Morton1-0/+1
2016-03-17mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUGAndrew Morton2-0/+2
2016-03-17proc-vmcore: wrong data type casting fixDave Young1-2/+5
2016-03-17proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"Minfei Huang1-1/+1
2016-03-17procfs: add conditional compilation checkEric Engestrom1-0/+2
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz2-0/+85
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz9-21/+26
2016-03-17mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabledTetsuo Handa1-1/+5
2016-03-17mm,oom: make oom_killer_disable() killableTetsuo Handa1-7/+3
2016-03-17mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky1-7/+13
2016-03-17zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu1-6/+3
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin1-1/+1
2016-03-17mm: memcontrol: zap oom_info_lockVladimir Davydov1-4/+0