aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12lib/dynamic_queue_limits.c: simplify includesRasmus Villemoes1-2/+2
2015-02-12lib/sort.c: use simpler includesRasmus Villemoes1-2/+2
2015-02-12lib/interval_tree.c: simplify includesRasmus Villemoes1-2/+2
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko3-21/+103
2015-02-12hexdump: do a few calculations aheadAndy Shevchenko1-24/+10
2015-02-12hexdump: fix ascii column for the tail of a dumpAndy Shevchenko1-3/+3
2015-02-12hexdump: introduce test suiteAndy Shevchenko3-1/+141
2015-02-12lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi1-1/+1
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes4-13/+0
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2-9/+9
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2-18/+12
2015-02-12lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes1-16/+6
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2-6/+6
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2-3/+3
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-11/+11
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-13/+13
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes1-7/+7
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes2-8/+6
2015-02-12lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes1-5/+4
2015-02-12lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes1-4/+3
2015-02-12lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes1-1/+2
2015-02-12lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes1-1/+1
2015-02-12lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes1-4/+3
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches1-6/+6
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes7-13/+10
2015-02-12powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur1-0/+32
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur3-1/+15
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven1-4/+1
2015-02-12gitignore: ignore tar-install build directoryAndrey Skvortsov1-0/+5
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski84-194/+62
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko1-27/+7
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini2-15/+17
2015-02-12Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explanation snippetRafael Aquini1-0/+33
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2-2/+2
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS)Petr Cermak3-0/+23
2015-02-12arch/frv/mm/extable.c: remove unused functionRickard Strandqvist1-23/+0
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran2-4/+239
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran7-14/+21
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky2-9/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim2-32/+64
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim1-1/+1
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky1-42/+33
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky1-14/+9
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran1-17/+16
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky1-8/+6
2015-02-12mm: fix negative nr_isolated countsHugh Dickins1-1/+3
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-02-12mm/page_alloc: fix commentYaowei Bai1-1/+1
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes1-1/+1