index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
Lines
2005-03-28
[PATCH] arch hook for notifying changes in PTE protections bits
Seth Rohit
-0
/
+6
2005-03-28
[PATCH] mm counter operations through macros
Christoph Lameter
-10
/
+12
2005-03-15
Revert 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 folded
Hugh Dickins
-26
/
+8
2005-03-13
[PATCH] ptwalk: inline pmd_range and pud_range
Hugh Dickins
-5
/
+5
2005-03-13
[PATCH] ptwalk: move p?d_none_or_clear_bad
Hugh Dickins
-12
/
+12
2005-03-13
[PATCH] ptwalk: clear_page_range
Hugh Dickins
-52
/
+46
2005-03-13
[PATCH] ptwalk: copy_pte_range hang
Hugh Dickins
-3
/
+8
2005-03-13
[PATCH] ptwalk: copy_page_range
Hugh Dickins
-84
/
+57
2005-03-13
[PATCH] ptwalk: unmap_page_range
Hugh Dickins
-66
/
+53
2005-03-13
[PATCH] ptwalk: zeromap_page_range
Hugh Dickins
-81
/
+46
2005-03-13
[PATCH] ptwalk: remap_pfn_range
Hugh Dickins
-86
/
+53
2005-03-13
[PATCH] ptwalk: p?d_none_or_clear_bad
Hugh Dickins
-56
/
+33
2005-03-07
[PATCH] copy_pte_range latency fix
Hugh Dickins
-4
/
+16
2005-03-06
Merge bk://kernel.bkbits.net/davem/flush_cache_page-2.6
Linus Torvalds
-2
/
+2
2005-03-05
Merge davem@nuts:/disk1/BK/flush_cache_page-2.6
David S. Miller
-2
/
+2
2005-03-05
Merge davem@nuts:/disk1/BK/set_pte-2.6
David S. Miller
-16
/
+3
2005-03-04
[PATCH] Move accounting function calls out of critical vm code paths
Christoph 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 range
Nick Piggin
-3
/
+6
2005-02-16
[PATCH] Fix buf in zeromap_pud_range() losing virtual address
Benjamin Herrenschmidt
-1
/
+2
2005-02-16
[PATCH] Check for wraps in copy_page_range
Benjamin Herrenschmidt
-2
/
+2
2005-02-01
Merge bk://kernel.bkbits.net/davem/sparc-2.6
Linus Torvalds
-6
/
+2
2005-02-01
[PATCH] alloc_zeroed_user_highpage() to fix the clear_user_highpage issue
Christoph 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 fix
Andrea Arcangeli
-0
/
+17
2005-01-21
[PATCH] Fix an error in copy_page_range
Zou Nanhai
-2
/
+3
2005-01-11
[PATCH] Fix index calculations in clear_page_range.
Martin Schwidefsky
-2
/
+2
2005-01-09
Don't use __GFP_CLEAR for user pages.
Linus Torvalds
-1
/
+2
2005-01-07
[PATCH] vmtrunc: restart_addr in truncate_count
Hugh Dickins
-37
/
+20
2005-01-07
[PATCH] vmtrunc: unmap_mapping dropping i_mmap_lock
Hugh Dickins
-13
/
+153
2005-01-07
[PATCH] vmtrunc: unmap_mapping_range_tree
Hugh Dickins
-19
/
+23
2005-01-07
[PATCH] vmtrunc: restore unmap_vmas zap_bytes
Hugh Dickins
-6
/
+3
2005-01-07
[PATCH] vmtrunc: truncate_count not atomic
Hugh Dickins
-7
/
+5
2005-01-07
[PATCH] sched: fix scheduling latencies for !PREEMPT kernels
Ingo 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 memory
Christoph 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 collection
Jay Lan
-2
/
+30
2005-01-03
Merge bk://linux-sam.bkbits.net/kbuild
Linus Torvalds
-3
/
+3
2005-01-03
[PATCH] do_anonymous_page() use SetPageReferenced
Andrew Morton
-1
/
+1
2005-01-03
[PATCH] kill off highmem_start_page
Dave Hansen
-2
/
+0
2005-01-02
[PATCH] ia64 4-level pgtable fix
Nick Piggin
-2
/
+2
2004-12-31
[PATCH] introduce fallback header
Nick Piggin
-0
/
+25
2004-12-31
[PATCH] convert Linux to 4-level page tables
Andi Kleen
-91
/
+317
[next]