summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-02-12lib/sort.c: use simpler includesRasmus Villemoes-2/+2
2015-02-12lib/interval_tree.c: simplify includesRasmus Villemoes-2/+2
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko-21/+103
2015-02-12hexdump: do a few calculations aheadAndy Shevchenko-24/+10
2015-02-12hexdump: fix ascii column for the tail of a dumpAndy Shevchenko-3/+3
2015-02-12hexdump: introduce test suiteAndy Shevchenko-1/+141
2015-02-12lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi-1/+1
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes-13/+0
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes-9/+9
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes-18/+12
2015-02-12lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes-16/+6
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes-6/+6
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes-3/+3
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes-11/+11
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes-13/+13
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes-7/+7
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes-8/+6
2015-02-12lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes-5/+4
2015-02-12lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes-4/+3
2015-02-12lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes-1/+2
2015-02-12lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes-1/+1
2015-02-12lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes-4/+3
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches-6/+6
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes-13/+10
2015-02-12powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur-0/+32
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur-1/+15
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven-4/+1
2015-02-12gitignore: ignore tar-install build directoryAndrey Skvortsov-0/+5
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-194/+62
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko-27/+7
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini-15/+17
2015-02-12Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...Rafael Aquini-0/+33
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov-2/+2
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak-0/+23
2015-02-12arch/frv/mm/extable.c: remove unused functionRickard Strandqvist-23/+0
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran-4/+239
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran-14/+21
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky-9/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim-32/+64
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim-1/+1
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky-42/+33
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky-14/+9
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran-17/+16
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky-8/+6
2015-02-12mm: fix negative nr_isolated countsHugh Dickins-1/+3
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi-2/+0
2015-02-12mm/page_alloc: fix commentYaowei Bai-1/+1
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas-1/+1
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes-1/+1
2015-02-12mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes-1/+1