aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2006-12-30[PATCH] Buglet in vmscan.cShantanu Goel1-1/+1
2006-12-30[PATCH] page_mkclean_one(): fix call to set_pte_at()Al Viro1-1/+1
2006-12-30[PATCH] MM: SLOB is broken by recent cleanup of slab.hDimitri Gorokhovik1-2/+9
2006-12-30[PATCH] fix oom killer kills current every time if there is memory-less-node ...KAMEZAWA Hiroyuki1-1/+6
2006-12-29VM: Fix nasty and subtle race in shared mmap'ed page writebackLinus Torvalds1-8/+37
2006-12-23Clean up and export cancel_dirty_page() to modulesLinus Torvalds1-4/+8
2006-12-22[PATCH] Fix up page_mkclean_one(): virtual caches, s390Peter Zijlstra1-10/+13
2006-12-22[PATCH] mm: more rmap debuggingNick Piggin4-7/+14
2006-12-22[PATCH] Fix swapped parameters in mm/vmscan.cNigel Cunningham1-2/+2
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-0/+1
2006-12-22[PATCH] slab: fix kmem_ptr_validate definitionChristoph Lameter1-1/+1
2006-12-22[PATCH] Fix for shmem_truncate_range() BUG_ON()Badari Pulavarty1-1/+6
2006-12-22[PATCH] truncate: dirty memory accounting fixAndrew Morton1-1/+2
2006-12-21[PATCH] truncate: clear page dirtiness before running try_to_free_buffers()Andrew Morton1-4/+5
2006-12-21VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds2-40/+17
2006-12-17[PATCH] sys_mincore: s/max/min/Oleg Nesterov1-1/+1
2006-12-16Fix up mm/mincore.c error value casesLinus Torvalds1-19/+10
2006-12-16Fix incorrect user space access locking in mincore()Linus Torvalds1-104/+86
2006-12-13[PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto2-8/+8
2006-12-13[PATCH] SLAB: use a multiply instead of a divide in obj_to_index()Eric Dumazet1-3/+15
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson5-8/+8
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter2-2/+2
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter1-3/+13
2006-12-13[PATCH] slab: fix sleeping in atomic bugChristoph Lameter1-0/+6
2006-12-10[PATCH] user of the jiffies rounding patch: SlabArjan van de Ven1-3/+5
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown1-6/+3
2006-12-10[PATCH] io-accounting-read-accounting nfs fixAndrew Morton1-0/+2
2006-12-10[PATCH] io-accounting: write-cancel accountingAndrew Morton1-1/+3
2006-12-10[PATCH] io-accounting: write accountingAndrew Morton1-1/+4
2006-12-10[PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton1-45/+43
2006-12-10[PATCH] read_zero_pagealigned() locking fixHugh Dickins1-11/+21
2006-12-08[PATCH] fault-injection: defaults likely to please a new userDon Mullis2-0/+3
2006-12-08[PATCH] fault-injection capability for alloc_pages()Akinobu Mita1-0/+87
2006-12-08[PATCH] fault-injection capability for kmallocAkinobu Mita1-0/+77
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-2/+2
2006-12-08[PATCH] struct path: convert mmJosef Sipek4-10/+10
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek6-20/+20
2006-12-08[PATCH] mm: fallback_alloc cpuset_zone_allowed irq fixPaul Jackson1-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller6-13/+13
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk3-8/+0
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan1-4/+2
2006-12-07[PATCH] make mm/shmem.c:shmem_xattr_security_handler staticAdrian Bunk1-1/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar3-6/+2
2006-12-07[PATCH] remove HASH_HIGHMEMAndrew Morton1-1/+1
2006-12-07[PATCH] read_cache_pages() cleanupOGAWA Hirofumi1-7/+1
2006-12-07[PATCH] slab: use probe_kernel_address()Andrew Morton1-5/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2-0/+2
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki1-0/+3
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki2-45/+17
2006-12-07[PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki1-12/+26
2006-12-07[PATCH] radix-tree: RCU lockless readsideNick Piggin1-7/+12
2006-12-07[PATCH] mm: make compound page destructor handling explicitAndy Whitcroft3-4/+4
2006-12-07[PATCH] slab: better fallback allocation behaviorChristoph Lameter1-22/+57
2006-12-07[PATCH] GFP_THISNODE must not trigger global reclaimChristoph Lameter1-0/+11
2006-12-07[PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_nodeChristoph Lameter1-12/+28
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter4-5/+5
2006-12-07[PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_NO_GROWChristoph Lameter1-2/+2
2006-12-07[PATCH] kill install_file_pte's pte_valHugh Dickins1-2/+0
2006-12-07[PATCH] mm: cleanup indentation on switch for CPU operationsAndy Whitcroft2-17/+17
2006-12-07[PATCH] reject corrupt swapfiles earlierEric Sandeen1-6/+5
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft3-3/+3
2006-12-07[PATCH] drain_node_page(): Drain pages in batch unitsChristoph Lameter1-2/+8
2006-12-07[PATCH] make mm/thrash.c:global_faults staticAdrian Bunk1-1/+1
2006-12-07[PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft1-0/+4
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern1-4/+5
2006-12-07[PATCH] leak tracking for kmalloc_nodeChristoph Hellwig1-13/+42
2006-12-07[PATCH] Always print out the header line in /proc/swapsSuleiman Souhlal1-5/+17
2006-12-07[PATCH] OOM can panic due to processes stuck in __alloc_pages()Kirill Korotaev1-1/+1
2006-12-07[PATCH] mlock cleanupRik Bobbaers1-1/+1
2006-12-07[PATCH] mm: add noaliencache boot option to disable numa alien cachesPaul Menage1-9/+29
2006-12-07[PATCH] mm: slab: eliminate lock_cpu_hotplug from slabRavikiran G Thirumalai1-19/+21
2006-12-07[PATCH] slab debug and ARCH_SLAB_MINALIGN don't get alongKevin Hilman1-6/+11
2006-12-07[PATCH] htlb forget rss with pt sharingChen, Kenneth W1-8/+0
2006-12-07[PATCH] shared page table for hugetlb pageChen, Kenneth W1-0/+7
2006-12-07[PATCH] balance_pdgat() cleanupAndrew Morton1-3/+4
2006-12-07[PATCH] mm: add arch_alloc_pageNick Piggin1-0/+2
2006-12-07[PATCH] new scheme to preempt swap tokenAshwin Chaugule1-71/+45
2006-12-07[PATCH] grab swap token reorderedAshwin Chaugule2-2/+1
2006-12-07[PATCH] oom: less memdieNick Piggin1-2/+3
2006-12-07[PATCH] oom: cleanup messagesNick Piggin1-14/+13
2006-12-07[PATCH] oom: don't kill unkillable children or siblingsNick Piggin1-2/+11
2006-12-07[PATCH] memory page_alloc zonelist caching speedupPaul Jackson2-7/+183
2006-12-07[PATCH] Get rid of zone_table[]Christoph Lameter3-23/+23
2006-12-07[PATCH] __unmap_hugepage_range(): add commentChen, Kenneth W1-0/+5
2006-12-07[PATCH] memory page alloc minor cleanupsPaul Jackson1-10/+10
2006-12-06Merge git://git.infradead.org/users/dhowells/workq-2.6Linus Torvalds2-8/+8
2006-12-06[PATCH] uclinux: fix mmap() of directory for nommu caseMike Frysinger1-5/+7
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-3/+3
2006-12-01[PATCH] Export should_remove_suid()Mark Fasheh1-0/+1
2006-11-23[PATCH] x86_64: fix bad page state in process 'swapper'Mel Gorman1-3/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+2
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-4/+4
2006-11-16[PATCH] Fix strange size check in __get_vm_area_node()OGAWA Hirofumi1-3/+2
2006-11-14[PATCH] hugetlb: fix error return for brk() entering a hugepage regionHugh Dickins1-3/+2
2006-11-14[PATCH] hugetlb: check for brk() entering a hugepage regionDavid Gibson1-0/+4
2006-11-14[PATCH] hugetlb: prepare_hugepage_range check offset tooHugh Dickins1-1/+1
2006-11-13[PATCH] vmalloc: optimization, cleanup, bugfixesEric Dumazet1-13/+13
2006-11-03[PATCH] Fix sys_move_pages when a NULL node list is passedStephen Rothwell1-1/+2
2006-11-03[PATCH] init_reap_node() initialization fixDaniel Yeisley1-1/+1
2006-11-03[PATCH] Cleanup read_pages()OGAWA Hirofumi1-0/+2
2006-11-03[PATCH] mm: un-needed add-store operation wastes a few bytesnkalmala1-1/+1
2006-10-29[PATCH] Fix GFP_HIGHMEM slab panicGiridhar Pemmasani1-1/+1
2006-10-28[PATCH] Calculation fix for memory holes beyong the end of physical memoryMel Gorman1-1/+1
2006-10-28[PATCH] hugetlb: fix absurd HugePages_RsvdHugh Dickins1-0/+3
2006-10-28[PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Giridhar Pemmasani1-7/+11
2006-10-28[PATCH] memory hotplug: __GFP_NOWARN is better for __kmalloc_section_memmap()Yasunori Goto1-1/+1
2006-10-28[PATCH] Use min of two prio settings in calculating distress for reclaimMartin Bligh1-4/+4
2006-10-28[PATCH] vmscan: Fix temp_priority raceMartin Bligh3-17/+42
2006-10-28[PATCH] mm: clean up pagecache allocationNick Piggin1-18/+6
2006-10-21[PATCH] Slab: Do not fallback to nodes that have not been bootstrapped yetChristoph Lameter1-4/+7
2006-10-21[PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpcAndy Whitcroft1-0/+2
2006-10-21Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-8/+22
2006-10-20[PATCH] mm: more commenting on lock orderingNick Piggin2-23/+17
2006-10-20[PATCH] mm: D-cache aliasing issue in cow_user_pageDmitriy Monakhov1-0/+1
2006-10-20[PATCH] highest_possible_node_id() linkage fixAndrew Morton1-0/+16
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan1-0/+1
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton6-20/+83
2006-10-20[PATCH] direct-io: sync and invalidate file region when falling back to buffe...Jeff Moyer1-6/+45
2006-10-19[PATCH] Add lockless helpers for remove_suid()Jens Axboe1-8/+22
2006-10-17[PATCH] vmalloc(): don't pass __GFP_ZERO to slabAndrew Morton1-2/+5
2006-10-17[PATCH] knfsd: add nfs-export support to tmpfsDavid M. Grimes1-0/+81
2006-10-17[PATCH] invalidate: remove_mapping() fixAndrew Morton2-1/+6
2006-10-15Fix VM_MAYEXEC calculationLinus Torvalds1-11/+10
2006-10-11[PATCH] Fix typos in mm/shmem_acl.cAneesh Kumar1-1/+1
2006-10-11[PATCH] VM: Fix the gfp_mask in invalidate_complete_page2Trond Myklebust1-1/+1
2006-10-11[PATCH] invalidate_inode_pages2_range() debugAndrew Morton1-0/+1
2006-10-11[PATCH] mm: locks_freed fixNick Piggin1-4/+4
2006-10-11[PATCH] mm: arch_free_page fixNick Piggin1-3/+3
2006-10-11[PATCH] Fix do_mbind warning with CONFIG_MIGRATION=nKeith Owens1-1/+1
2006-10-11[PATCH] move rmap BUG_ON outside DEBUG_VMDave Jones1-3/+2
2006-10-11[PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range()Chen, Kenneth W1-2/+20
2006-10-11[PATCH] mm: remove memmap_zone_idx()Mel Gorman1-17/+0
2006-10-07[PATCH] slab: remove wrongly placed BUG_ONChristoph Lameter1-1/+0
2006-10-06[PATCH] page fault retry with NOPAGE_REFAULTBenjamin Herrenschmidt1-3/+6
2006-10-06[PATCH] slab: reduce numa text sizePekka Enberg1-13/+21
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds3-3/+0
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6Linus Torvalds2-2/+5
2006-10-04[PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig2-8/+11
2006-10-04[PATCH] page_alloc: fix kernel-doc and func. declarationRandy Dunlap1-25/+25
2006-10-04[PATCH] enforce proper tlb flush in unmap_hugepage_rangeChen, Kenneth W1-1/+7
2006-10-04[PATCH] mm: micro optimise zone_watermark_okNick Piggin1-1/+2
2006-10-04[PATCH] mm: fix in kerneldocHenrik Kretzschmar1-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones3-3/+0
2006-10-03Spelling fix: "control" instead of "cotrol"Michael Opdenacker2-4/+4
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03Fix "can not" in Documentation and KconfigMatt LaPlante1-1/+1
2006-10-03more misc typo fixesMatt LaPlante1-1/+1
2006-10-02Merge branch 'master' into gfs2Steven Whitehouse21-510/+1014
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden3-0/+12
2006-10-01[PATCH] paravirt: pte clear not presentZachary Amsden2-2/+2
2006-10-01[PATCH] paravirt: remove read hazard from cowZachary Amsden1-1/+1
2006-10-01[PATCH] invalidate_inode_pages2(): ignore page refcountsAndrew Morton1-2/+32
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-4/+4
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-5/+5
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-83/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-36/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-19/+20
2006-10-01[PATCH] kmemdup: some usersAlexey Dobriyan1-2/+1
2006-10-01[PATCH] kmemdup: introduceAlexey Dobriyan1-0/+18
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVEKeith Mannthey1-30/+30
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEKeith Mannthey1-0/+2
2006-10-01[PATCH] hot-add-mem x86_64: Kconfig changesKeith Mannthey1-1/+6
2006-10-01[PATCH] hot-add-mem x86_64: fixup externsKeith Mannthey1-4/+0
2006-10-01[PATCH] NOMMU: don't try and give NULL to fput()Gavin Lambert1-1/+2
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells5-4/+14
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells1-0/+134
2006-09-30[PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6]David Howells3-281/+305
2006-09-30[PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() [tr...David Howells1-1/+1
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells3-0/+55
2006-09-29[PATCH] Access Control Lists for tmpfsAndreas Gruenbacher3-2/+295
2006-09-29[PATCH] valid_swaphandles() fixHugh Dickins1-3/+4
2006-09-29[PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman2-3/+5
2006-09-29[PATCH] remove static variable mm/page-writeback.c:total_pagesChandra Seetharaman1-7/+4
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson1-0/+3
2006-09-29[PATCH] oom: don't kill current when another OOM in progressNick Piggin1-6/+17
2006-09-29[PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov1-5/+2
2006-09-29[PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov1-10/+9
2006-09-29[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov1-6/+6
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov1-1/+1
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov1-2/+2
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] single bit flip detectorDave Jones1-1/+23
2006-09-29[PATCH] mm: make filemap_nopage use NOPAGE_SIGBUSAdam Litke1-3/+3
2006-09-29[PATCH] mm: fix a race condition under SMC + COWSiddha, Suresh B1-1/+8
2006-09-28Merge branch 'master' into gfs2Steven Whitehouse28-942/+2180
2006-09-27[GFS2] Fix typo in last patchSteven Whitehouse1-1/+1
2006-09-27[GFS2] Fix direct i/o logic in filemap.cSteven Whitehouse1-2/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] NOMMU: Make futexes work under NOMMU conditionsDavid Howells1-5/+9
2006-09-27[PATCH] NOMMU: Make mremap() partially work for NOMMU kernelsDavid Howells1-17/+46
2006-09-27[PATCH] NOMMU: Order the per-mm_struct VMA listDavid Howells1-32/+72
2006-09-27[PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU modeDavid Howells1-2/+2
2006-09-27[PATCH] NOMMU: Check VMA protectionsDavid Howells1-5/+25
2006-09-27[PATCH] Check if start address is in vma region in NOMMU function get_user_pa...Sonic Zhang1-2/+6
2006-09-27[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells1-8/+3
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2-0/+100