Age | Commit message (Expand) | Author |
2015-09-10 | proc: change proc_subdir_lock to a rwlock | Waiman Long |
2015-09-10 | procfs: always expose /proc/<pid>/map_files/ and make it readable | Calvin Owens |
2015-09-10 | proc: add cond_resched to /proc/kpage* read/write loop | Vladimir Davydov |
2015-09-10 | proc: export idle flag via kpageflags | Vladimir Davydov |
2015-09-10 | mm: introduce idle page tracking | Vladimir Davydov |
2015-09-10 | mmu-notifier: add clear_young callback | Vladimir Davydov |
2015-09-10 | proc: add kpagecgroup file | Vladimir Davydov |
2015-09-10 | memcg: zap try_get_mem_cgroup_from_page | Vladimir Davydov |
2015-09-10 | hwpoison: use page_cgroup_ino for filtering by memcg | Vladimir Davydov |
2015-09-10 | memcg: add page_cgroup_ino helper | Vladimir Davydov |
2015-09-10 | zswap: update docs for runtime-changeable attributes | Dan Streetman |
2015-09-10 | zswap: change zpool/compressor at runtime | Dan Streetman |
2015-09-10 | zswap: dynamic pool creation | Dan Streetman |
2015-09-10 | zpool: add zpool_has_pool() | Dan Streetman |
2015-09-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds |
2015-09-08 | Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmi | Linus Torvalds |
2015-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-09-08 | Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-09-08 | Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-09-08 | Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-09-08 | Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds |
2015-09-08 | Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/... | Linus Torvalds |
2015-09-08 | Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds |
2015-09-08 | Merge tag 'platform-drivers-x86-v4.3-1' of git://git.infradead.org/users/dvha... | Linus Torvalds |
2015-09-08 | Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds |
2015-09-08 | Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds |
2015-09-08 | zpool: remove no-op module init/exit | Dan Streetman |
2015-09-08 | mm: zbud: constify the zbud_ops | Krzysztof Kozlowski |
2015-09-08 | mm: zpool: constify the zpool_ops | Krzysztof Kozlowski |
2015-09-08 | mm: swap: zswap: maybe_preload & refactoring | Dmitry Safonov |
2015-09-08 | zram: unify error reporting | Sergey Senozhatsky |
2015-09-08 | zsmalloc: remove null check from destroy_handle_cache() | Sergey Senozhatsky |
2015-09-08 | zsmalloc: do not take class lock in zs_shrinker_count() | Sergey Senozhatsky |
2015-09-08 | zsmalloc: use class->pages_per_zspage | Minchan Kim |
2015-09-08 | zsmalloc: consider ZS_ALMOST_FULL as migrate source | Minchan Kim |
2015-09-08 | zsmalloc: partial page ordering within a fullness_list | Sergey Senozhatsky |
2015-09-08 | zsmalloc: use shrinker to trigger auto-compaction | Sergey Senozhatsky |
2015-09-08 | zsmalloc: account the number of compacted pages | Sergey Senozhatsky |
2015-09-08 | zsmalloc/zram: introduce zs_pool_stats api | Sergey Senozhatsky |
2015-09-08 | zsmalloc: cosmetic compaction code adjustments | Sergey Senozhatsky |
2015-09-08 | zsmalloc: introduce zs_can_compact() function | Sergey Senozhatsky |
2015-09-08 | zsmalloc: always keep per-class stats | Sergey Senozhatsky |
2015-09-08 | zsmalloc: drop unused variable `nr_to_migrate' | Sergey Senozhatsky |
2015-09-08 | mm/memblock.c: fix comment in __next_mem_range() | Alexander Kuleshov |
2015-09-08 | mm/page_alloc.c: fix type information of memoryless node | Zhen Lei |
2015-09-08 | memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned... | Xishi Qiu |
2015-09-08 | mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_rese... | Yaowei Bai |
2015-09-08 | mm/page_alloc.c: fix a misleading comment | Yaowei Bai |
2015-09-08 | mm/mmap.c:insert_vm_struct(): check for failure before setting values | Chen Gang |
2015-09-08 | mm/khugepaged: allow interruption of allocation sleep again | Petr Mladek |