summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)AuthorLines
2005-03-28[PATCH] arch hook for notifying changes in PTE protections bitsSeth Rohit-0/+6
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter-10/+12
2005-03-15Revert recent NUMA and pgd_index() fixes, since they show regressions.Linus Torvalds-7/+3
2005-03-14[MM]: Restore pgd_index() iteration to clear_page_range().David S. Miller-3/+7
2005-03-13[PATCH] ptwalk: pud and pmd foldedHugh Dickins-26/+8
2005-03-13[PATCH] ptwalk: inline pmd_range and pud_rangeHugh Dickins-5/+5
2005-03-13[PATCH] ptwalk: move p?d_none_or_clear_badHugh Dickins-12/+12
2005-03-13[PATCH] ptwalk: clear_page_rangeHugh Dickins-52/+46
2005-03-13[PATCH] ptwalk: copy_pte_range hangHugh Dickins-3/+8
2005-03-13[PATCH] ptwalk: copy_page_rangeHugh Dickins-84/+57
2005-03-13[PATCH] ptwalk: unmap_page_rangeHugh Dickins-66/+53
2005-03-13[PATCH] ptwalk: zeromap_page_rangeHugh Dickins-81/+46
2005-03-13[PATCH] ptwalk: remap_pfn_rangeHugh Dickins-86/+53
2005-03-13[PATCH] ptwalk: p?d_none_or_clear_badHugh Dickins-56/+33
2005-03-07[PATCH] copy_pte_range latency fixHugh Dickins-4/+16
2005-03-06Merge bk://kernel.bkbits.net/davem/flush_cache_page-2.6Linus Torvalds-2/+2
2005-03-05Merge davem@nuts:/disk1/BK/flush_cache_page-2.6David S. Miller-2/+2
2005-03-05Merge davem@nuts:/disk1/BK/set_pte-2.6David S. Miller-16/+3
2005-03-04[PATCH] Move accounting function calls out of critical vm code pathsChristoph Lameter-16/+3
2005-02-26[MM]: Pass correct address down to bottom of page table iterators.David S. Miller-5/+7
2005-02-25[MM]: Add 'pfn' arg to flush_cache_page().David S. Miller-2/+2
2005-02-22[MM]: Add set_pte_at() which takes 'mm' and 'addr' args.David S. Miller-18/+21
2005-02-16[PATCH] optimise copy page rangeNick Piggin-3/+6
2005-02-16[PATCH] Fix buf in zeromap_pud_range() losing virtual addressBenjamin Herrenschmidt-1/+2
2005-02-16[PATCH] Check for wraps in copy_page_rangeBenjamin Herrenschmidt-2/+2
2005-02-01Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds-6/+2
2005-02-01[PATCH] alloc_zeroed_user_highpage() to fix the clear_user_highpage issueChristoph Lameter-21/+11
2005-01-25[MM]: Do not even do the runtime PTRS_PER_{PMD,PUD} checks.David S. Miller-38/+32
2005-01-25[MM]: PTRS_PER_{PUD,PMD} are not necessarily compile time constants.David S. Miller-36/+38
2005-01-25[PATCH] mm: truncate SMP race fixAndrea Arcangeli-0/+17
2005-01-21[PATCH] Fix an error in copy_page_rangeZou Nanhai-2/+3
2005-01-11[PATCH] Fix index calculations in clear_page_range.Martin Schwidefsky-2/+2
2005-01-09Don't use __GFP_CLEAR for user pages.Linus Torvalds-1/+2
2005-01-07[PATCH] vmtrunc: restart_addr in truncate_countHugh Dickins-37/+20
2005-01-07[PATCH] vmtrunc: unmap_mapping dropping i_mmap_lockHugh Dickins-13/+153
2005-01-07[PATCH] vmtrunc: unmap_mapping_range_treeHugh Dickins-19/+23
2005-01-07[PATCH] vmtrunc: restore unmap_vmas zap_bytesHugh Dickins-6/+3
2005-01-07[PATCH] vmtrunc: truncate_count not atomicHugh Dickins-7/+5
2005-01-07[PATCH] sched: fix scheduling latencies for !PREEMPT kernelsIngo Molnar-0/+1
2005-01-07[PATCH] sched: mm: fix scheduling latencies in get_user_pages()Ingo Molnar-0/+2
2005-01-07[PATCH] sched: mm: fix scheduling latencies in unmap_vmas()Ingo Molnar-15/+11
2005-01-04[PATCH] Make page allocator aware of requests for zeroed memoryChristoph Lameter-2/+1
2005-01-04[PATCH] oprofile: add check_user_page_readable()Greg Banks-2/+18
2005-01-04[PATCH] enhanced Memory accounting data collectionJay Lan-2/+30
2005-01-03Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds-3/+3
2005-01-03[PATCH] do_anonymous_page() use SetPageReferencedAndrew Morton-1/+1
2005-01-03[PATCH] kill off highmem_start_pageDave Hansen-2/+0
2005-01-02[PATCH] ia64 4-level pgtable fixNick Piggin-2/+2
2004-12-31[PATCH] introduce fallback headerNick Piggin-0/+25
2004-12-31[PATCH] convert Linux to 4-level page tablesAndi Kleen-91/+317