summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes
2015-02-12lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes
2015-02-12lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes
2015-02-12lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes
2015-02-12lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes
2015-02-12lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes
2015-02-12powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven
2015-02-12gitignore: ignore tar-install build directoryAndrey Skvortsov
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini
2015-02-12Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...Rafael Aquini
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak
2015-02-12arch/frv/mm/extable.c: remove unused functionRickard Strandqvist
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky
2015-02-12mm: fix negative nr_isolated countsHugh Dickins
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi
2015-02-12mm/page_alloc: fix commentYaowei Bai
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes
2015-02-12mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes
2015-02-12mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes
2015-02-12mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes
2015-02-12mm/internal.h: don't split printk call in twoRasmus Villemoes
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov
2015-02-12memcg: cleanup static keys decrementVladimir Davydov
2015-02-12mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim
2015-02-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov
2015-02-12slub: fix kmem_cache_shrink return valueVladimir Davydov
2015-02-12slub: never fail to shrink cacheVladimir Davydov
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov