summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-12-27Merge remote branch 'cleancache/linux-next'Stephen Rothwell
2010-12-27Merge remote branch 'workqueues/for-next'Stephen Rothwell
2010-12-27Merge remote branch 'percpu/for-next'Stephen Rothwell
2010-12-27Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-12-27Merge remote branch 'slab/for-next'Stephen Rothwell
2010-12-27Merge remote branch 'block/for-next'Stephen Rothwell
2010-12-27Merge remote branch 'kvm/linux-next'Stephen Rothwell
2010-12-27Merge remote branch 'vfs-scale/vfs-scale-working'Stephen Rothwell
2010-12-26Add get_user_pages() variant that fails if major fault is required.Gleb Natapov
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-12-22mm/migrate.c: fix compilation errorMichal Nazarewicz
2010-12-22writeback: do uninterruptible sleep in balance_dirty_pages()Wu Fengguang
2010-12-22mm/compaction.c: avoid double mem_cgroup_del_lru()Minchan Kim
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-22Merge branch 'for-linus' into for-nextTejun Heo
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo
2010-12-22fs: provide simple rcu-walk ACL implementationNick Piggin
2010-12-22fs: icache RCU free inodesNick Piggin
2010-12-22fs: dcache remove dcache_lockNick Piggin
2010-12-22kernel: kmem_ptr_validate considered harmfulNick Piggin
2010-12-18vmstat: User per cpu atomics to avoid interrupt disable / enableChristoph Lameter
2010-12-17vmstat: Use this_cpu_inc_return for vm statisticsChristoph Lameter
2010-12-17Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-12-17vmstat: Optimize zone counter modifications through the use of this cpu opera...Christoph Lameter
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-12-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2010-12-07percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Jesper Juhl
2010-12-06Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki
2010-12-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen
2010-12-02ksm: annotate ksm_thread_mutex is no deadlock sourceKOSAKI Motohiro
2010-12-02mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro
2010-12-02vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge
2010-12-02vmstat: fix dirty threshold orderingWu Fengguang
2010-12-02mm/mempolicy.c: add rcu read lock to protect pid structureZeng Zhaoming
2010-12-02mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Dean Nelson
2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds
2010-11-28Kill off a bunch of warning: ‘inline’ is not at beginning of declarationJesper Juhl
2010-11-28tracing/slab: Move kmalloc tracepoint out of inline codeSteven Rostedt
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe
2010-11-25mm: remove call to find_vma in pagewalk for non-hugetlbfsDavid Sterba
2010-11-25mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...KAMEZAWA Hiroyuki
2010-11-25cgroups: make swap accounting default behavior configurableMichal Hocko
2010-11-25memcg: avoid deadlock between move charge and try_charge()Daisuke Nishimura
2010-11-25memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov
2010-11-25nommu: yield CPU while disposing VMSteven J. Magnani