summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy
2010-12-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
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-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-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
2010-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-11-14slub: Fix slub_lock down/up imbalancePavel Emelyanov
2010-11-12radix-tree: fix RCU bugNick Piggin
2010-11-12vmscan: avoid setting zone congested if no page dirtyShaohua Li
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen
2010-11-12memcg: null dereference on allocation failureDan Carpenter
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg
2010-11-03vmstat: fix offset calculation on void*Wu Fengguang
2010-11-02Release page reference during page fault retryMichel Lespinasse
2010-10-30audit mmapAl Viro
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-28numa: fix slab_node(MPOL_BIND)Eric Dumazet
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds
2010-10-27fuse: use release_pages()Miklos Szeredi
2010-10-27memcg: generic filestat update interfaceKAMEZAWA Hiroyuki
2010-10-27memcg: cpu hotplug aware quick acount_move detectionKAMEZAWA Hiroyuki
2010-10-27memcg: cpu hotplug aware percpu count updatesKAMEZAWA Hiroyuki
2010-10-27memcg: use for_each_mem_cgroupKAMEZAWA Hiroyuki
2010-10-27memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accout...KAMEZAWA Hiroyuki
2010-10-27memcg: fix race in file_mapped accouting flag managementKAMEZAWA Hiroyuki
2010-10-27mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer
2010-10-26mm: do_migrate_range: reduce list_empty() checkBob Liu
2010-10-26mm: do_migrate_range: exit loop if not_managed is trueBob Liu
2010-10-26mm: page_isolation: codeclean fix comment and rm unneeded val initBob Liu
2010-10-26mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson