summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-13lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes
2015-02-13printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches
2015-02-13kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes
2015-02-13powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur
2015-02-13kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur
2015-02-13linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven
2015-02-13gitignore: ignore tar-install build directoryAndrey Skvortsov
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-13fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko
2015-02-13fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini
2015-02-13Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...Rafael Aquini
2015-02-13fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov
2015-02-13fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak
2015-02-13arch/frv/mm/extable.c: remove unused functionRickard Strandqvist
2015-02-13mm/zsmalloc: add statistics supportGanesh Mahendran
2015-02-13mm/zpool: add name argument to create zpoolGanesh Mahendran
2015-02-13zram: remove request_queue from struct zramSergey Senozhatsky
2015-02-13zram: remove init_lock in zram_make_requestMinchan Kim
2015-02-13zram: check bd_openers instead of bd_holdersMinchan Kim
2015-02-13zram: rework reset and destroy pathSergey Senozhatsky
2015-02-13zram: fix umount-reset_store-mount race conditionSergey Senozhatsky
2015-02-13zram: free meta table in zram_meta_freeGanesh Mahendran
2015-02-13zram: clean up zram_meta_alloc()Sergey Senozhatsky
2015-02-13mm: fix negative nr_isolated countsHugh Dickins
2015-02-13mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi
2015-02-13mm/page_alloc: fix commentYaowei Bai
2015-02-13mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-02-13kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes
2015-02-13mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes
2015-02-13mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes
2015-02-13mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes
2015-02-13mm/internal.h: don't split printk call in twoRasmus Villemoes
2015-02-13mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov
2015-02-13memcg: cleanup static keys decrementVladimir Davydov
2015-02-13mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim
2015-02-13mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-02-13slub: make dead caches discard free slabs immediatelyVladimir Davydov
2015-02-13slub: fix kmem_cache_shrink return valueVladimir Davydov
2015-02-13slub: never fail to shrink cacheVladimir Davydov
2015-02-13memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov
2015-02-13list_lru: add helpers to isolate itemsVladimir Davydov
2015-02-13memcg: free memcg_caches slot on css offlineVladimir Davydov
2015-02-13slab: use css id for naming per memcg cachesVladimir Davydov
2015-02-13cgroup: release css->id after css_freeVladimir Davydov
2015-02-13slab: link memcg caches of the same kind into a listVladimir Davydov
2015-02-13slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2015-02-13fs: shrinker: always scan at least one object of each typeVladimir Davydov
2015-02-13fs: make shrinker memcg awareVladimir Davydov
2015-02-13list_lru: introduce per-memcg listsVladimir Davydov
2015-02-13list_lru: organize all list_lrus to listVladimir Davydov