summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/llist.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
* lib/md5.c: simplify includeRasmus Villemoes2015-02-121-1/+1
* lib/list_sort.c: rearrange includesRasmus Villemoes2015-02-121-2/+5
* lib/genalloc.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
* lib/idr.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
* lib/halfmd4.c: simplify includesRasmus Villemoes2015-02-122-1/+3
* lib/dynamic_queue_limits.c: simplify includesRasmus Villemoes2015-02-121-2/+2
* lib/sort.c: use simpler includesRasmus Villemoes2015-02-121-2/+2
* lib/interval_tree.c: simplify includesRasmus Villemoes2015-02-121-2/+2
* hexdump: make it return number of bytes placed in bufferAndy Shevchenko2015-02-123-21/+103
* hexdump: do a few calculations aheadAndy Shevchenko2015-02-121-24/+10
* hexdump: fix ascii column for the tail of a dumpAndy Shevchenko2015-02-121-3/+3
* hexdump: introduce test suiteAndy Shevchenko2015-02-123-1/+141
* lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi2015-02-121-1/+1
* lib/string.c: remove strnicmp()Rasmus Villemoes2015-02-124-13/+0
* lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2015-02-122-9/+9
* lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2015-02-122-18/+12
* lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes2015-02-121-16/+6
* lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2015-02-122-6/+6
* lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2015-02-122-3/+3
* linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2015-02-121-11/+11
* linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2015-02-121-13/+13
* lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes2015-02-121-7/+7
* libstring_helpers.c:string_get_size(): return voidRasmus Villemoes2015-02-122-8/+6
* lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes2015-02-121-5/+4
* lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes2015-02-121-4/+3
* lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes2015-02-121-1/+2
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2015-02-121-1/+1
* lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes2015-02-121-4/+3
* printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches2015-02-121-6/+6
* kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-127-13/+10
* powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur2015-02-121-0/+32
* kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-123-1/+15
* linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven2015-02-121-4/+1
* gitignore: ignore tar-install build directoryAndrey Skvortsov2015-02-121-0/+5
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-1284-194/+62
* fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko2015-02-121-27/+7
* fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini2015-02-122-15/+17
* Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...Rafael Aquini2015-02-121-0/+33
* fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2015-02-122-2/+2
* fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak2015-02-123-0/+23
* arch/frv/mm/extable.c: remove unused functionRickard Strandqvist2015-02-121-23/+0
* mm/zsmalloc: add statistics supportGanesh Mahendran2015-02-122-4/+239
* mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-127-14/+21
* zram: remove request_queue from struct zramSergey Senozhatsky2015-02-122-9/+8
* zram: remove init_lock in zram_make_requestMinchan Kim2015-02-122-32/+64
* zram: check bd_openers instead of bd_holdersMinchan Kim2015-02-121-1/+1
* zram: rework reset and destroy pathSergey Senozhatsky2015-02-121-42/+33
* zram: fix umount-reset_store-mount race conditionSergey Senozhatsky2015-02-121-14/+9
* zram: free meta table in zram_meta_freeGanesh Mahendran2015-02-121-17/+16