]> nv-tegra.nvidia Code Review - linux-2.6.git/history - mm
namespaces Kconfig: remove the cgroup device whitelist experimental tag
[linux-2.6.git] / mm /
2010-10-28 KAMEZAWA Hiroyukimemcg: generic filestat update interface
2010-10-28 KAMEZAWA Hiroyukimemcg: cpu hotplug aware quick acount_move detection
2010-10-28 KAMEZAWA Hiroyukimemcg: cpu hotplug aware percpu count updates
2010-10-28 KAMEZAWA Hiroyukimemcg: use for_each_mem_cgroup
2010-10-28 KAMEZAWA Hiroyukimemcg: avoid lock in updating file_mapped (Was fix...
2010-10-28 KAMEZAWA Hiroyukimemcg: fix race in file_mapped accouting flag management
2010-10-28 Peter Zijlstramm,x86: fix kmap_atomic_push vs ioremap_32.c
2010-10-27 Linus TorvaldsMerge branch 'drm-core-next' of git://git.kernel.org...
2010-10-27 Linus TorvaldsMerge branches 'upstream/xenfs' and 'upstream/core...
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-10-27 Linus TorvaldsMerge branch 'pm-fixes' of git://git.kernel.org/pub...
2010-10-27 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2010-10-27 Linus TorvaldsMerge branch 'idle-release' of git://git.kernel.org...
2010-10-27 Linus TorvaldsMerge branch 'sfi-release' of git://git.kernel.org...
2010-10-27 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-10-27 Linus TorvaldsMerge branch 'nfs-for-2.6.37' of git://git.linux-nfs...
2010-10-27 Linus TorvaldsMerge branch 'akpm-incoming-1'
2010-10-26 Peter Zijlstrakernel: remove PF_FLUSHER
2010-10-26 Jan Beulichuse clear_page()/copy_page() in favor of memset()/memcp...
2010-10-26 Hagen Paul Pfeiferreplace nested max/min macros with {max,min}3 macro
2010-10-26 Bob Liumm: do_migrate_range: reduce list_empty() check
2010-10-26 Bob Liumm: do_migrate_range: exit loop if not_managed is true
2010-10-26 Bob Liumm: page_isolation: codeclean fix comment and rm unneed...
2010-10-26 KAMEZAWA Hiroyukimm: fix is_mem_section_removable() page_order BUG_ON...
2010-10-26 Dean Nelsonmm/hugetlb.c: add missing spin_lock() to hugetlb_cow()
2010-10-26 Gleb Natapovmm: fix error reporting in move_pages() syscall
2010-10-26 Kay Sievers/proc/swaps: support polling
2010-10-26 Dave Youngmm: add vzalloc() and vzalloc_node() helpers
2010-10-26 Andrew Mortonmm/memory_hotplug.c: make scan_lru_pages() static
2010-10-26 Namhyung Kimvmstat: include compaction.h when CONFIG_COMPACTION
2010-10-26 Namhyung Kimvmalloc: annotate lock context change on s_start/stop()
2010-10-26 Namhyung Kimvmalloc: rename temporary variable in __insert_vmap_area()
2010-10-26 Namhyung Kimrmap: make anon_vma_chain_free() static
2010-10-26 Namhyung Kimrmap: wrap page_check_address() using __cond_lock()
2010-10-26 Namhyung Kimrmap: annotate lock context change on page_[un]lock_ano...
2010-10-26 Namhyung Kimmm: wrap follow_pte() using __cond_lock()
2010-10-26 Namhyung Kimmm: add lock release annotation on do_wp_page()
2010-10-26 Namhyung Kimmm: wrap get_locked_pte() using __cond_lock()
2010-10-26 Namhyung Kimmm: add casts to/from gfp_t in gfp_to_alloc_flags()
2010-10-26 Namhyung Kimmm: remove temporary variable on generic_file_direct_wr...
2010-10-26 Michel Lespinassemm: retry page fault when blocking on disk transfer
2010-10-26 Michel Lespinassemm: filemap_fault: unique path for locking page
2010-10-26 Dima Zavinmm: add a might_sleep_if() to dma_pool_alloc()
2010-10-26 Peter Zijlstramm: remove pte_*map_nested()
2010-10-26 Peter Zijlstramm: stack based kmap_atomic()
2010-10-26 KOSAKI Motohirovmscan,tmpfs: treat used once pages on tmpfs as used...
2010-10-26 Wu Fengguangwriteback: remove the internal 5% low bound on dirty_ratio
2010-10-26 Mel Gormanwriteback: do not sleep on the congestion queue if...
2010-10-26 KOSAKI Motohirovmscan: isolate_lru_pages(): stop neighbour search...
2010-10-26 KOSAKI Motohirovmscan: remove dead code in shrink_inactive_list()
2010-10-26 KOSAKI Motohirovmscan: narrow the scenarios in whcih lumpy reclaim...
2010-10-26 KOSAKI Motohirovmscan: synchronous lumpy reclaim should not call conge...
2010-10-26 Mel Gormanwriteback: account for time spent congestion_waited
2010-10-26 Mel Gormantracing, vmscan: add trace events for LRU list shrinking
2010-10-26 Shaohua Livmscan: delete dead code
2010-10-26 Michael Rubinwriteback: report dirty thresholds in /proc/vmstat
2010-10-26 Michael Rubinwriteback: add nr_dirtied and nr_written to /proc/vmstat
2010-10-26 Michael Rubinmm: add account_page_writeback()
2010-10-26 Vasiliy Kulikovmm/mempolicy.c: check return code of check_range
2010-10-26 Minchan Kimvmscan: prevent background aging of anon page in no...
2010-10-26 KAMEZAWA Hiroyukimemory hotplug: unify is_removable and offline detectio...
2010-10-26 KAMEZAWA Hiroyukimemory hotplug: fix notifier's return value check
2010-10-26 Minchan Kimmm: compaction: fix COMPACTPAGEFAILED counting
2010-10-26 Thadeu Lima de Sou... mm: only build per-node scan_unevictable functions...
2010-10-26 Wu Fengguangwriteback: remove nonblocking/encountered_congestion...
2010-10-26 David Rientjesoom: kill all threads sharing oom killed task's mm
2010-10-26 David Rientjesoom: avoid killing a task if a thread sharing its mm...
2010-10-26 Mel Gormanmm, page-allocator: do not check the state of a non...
2010-10-26 KAMEZAWA Hiroyukimm: fix return value of scan_lru_pages in memory unplug
2010-10-26 Linus TorvaldsMerge branch 'ima-memory-use-fixes'
2010-10-26 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2010-10-26 Linus TorvaldsMerge branch 'linux_next' of git://git.kernel.org/pub...
2010-10-26 Linus TorvaldsMerge branch 'hwpoison' of git://git.kernel.org/pub...
2010-10-26 Linus TorvaldsMerge branch 'for-linus' of git://gitorious.org/linux...
2010-10-26 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2010-10-26 Linus TorvaldsMerge branch 'for-2.6.37' of git://linux-nfs.org/~bfiel...
2010-10-26 Linus TorvaldsMerge branch 'nfs-for-2.6.37' of git://git.linux-nfs...
2010-10-26 Linus TorvaldsMerge branch 'for-next' of git://android.git.kernel...
2010-10-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-10-26 Nick Pigginfs: inode split IO and LRU lists
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Al Vironew helper: inode_unhashed()
2010-10-25 Linus TorvaldsMerge branch 'next' of git://git.monstr.eu/linux-2...
2010-10-25 Linus TorvaldsMerge branch 'nfs-for-2.6.37' of git://git.linux-nfs...
2010-10-25 Linus TorvaldsMerge branch 'omap-for-linus' of git://git.kernel.org...
2010-10-25 Linus TorvaldsMerge branch 'davinci-for-linus' of git://git.kernel...
2010-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2010-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2010-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-10-25 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2010-10-25 Linus TorvaldsMerge branch 'next-devicetree' of git://git.secretlab...
2010-10-25 Linus TorvaldsMerge branch 'ieee1394-removal' of git://git.kernel...
2010-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-10-25 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-10-25 Martin Schwidefsky[S390] add support for nonquiescing sske
2010-10-25 Takashi IwaiMerge branch 'topic/hda' into for-linus
next