index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2006-03-26
1
-4
/
+2
|
\
|
*
BUG_ON() Conversion in mm/memory.c
Eric Sesterhenn
2006-03-26
1
-4
/
+2
*
|
[PATCH] Add API for flushing Anon pages
James Bottomley
2006-03-26
1
-0
/
+2
|
/
*
[PATCH] mm: restore vm_normal_page check
Nick Piggin
2006-03-25
1
-2
/
+6
*
[PATCH] hugepage: Fix hugepage logic in free_pgtables() harder
David Gibson
2006-03-22
1
-1
/
+1
*
[PATCH] hugepage: Fix hugepage logic in free_pgtables()
David Gibson
2006-03-22
1
-3
/
+2
*
[PATCH] mm: more CONFIG_DEBUG_VM
Nick Piggin
2006-03-22
1
-9
/
+3
*
[PATCH] mm: split highorder pages
Nick Piggin
2006-03-22
1
-3
/
+1
*
[PATCH] fix free swap cache latency
Hugh Dickins
2006-03-17
1
-2
/
+3
*
[PATCH] x86_64: Add boot option to disable randomized mappings and cleanup
Andi Kleen
2006-02-17
1
-0
/
+10
*
[PATCH] Direct Migration V9: PageSwapCache checks
Christoph Lameter
2006-02-01
1
-0
/
+7
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
1
-2
/
+2
*
[PATCH] spufs: The SPU file system, base
Arnd Bergmann
2006-01-09
1
-0
/
+2
*
[PATCH] mm: pfault optimisation
Nick Piggin
2006-01-06
1
-1
/
+0
*
[PATCH] mm: rmap optimisation
Nick Piggin
2006-01-06
1
-3
/
+3
*
[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store
Badari Pulavarty
2006-01-06
1
-1
/
+24
*
Make sure we copy pages inserted with "vm_insert_page()" on fork
Linus Torvalds
2005-12-16
1
-1
/
+2
*
get_user_pages: don't try to follow PFNMAP pages
Linus Torvalds
2005-12-12
1
-1
/
+1
*
Allow arbitrary read-only shared pfn-remapping too
Linus Torvalds
2005-12-11
1
-3
/
+8
*
Remove (at least temporarily) the "incomplete PFN mapping" support
Linus Torvalds
2005-12-11
1
-45
/
+1
*
Allow arbitrary shared PFNMAP's
Linus Torvalds
2005-12-11
1
-4
/
+12
*
Make vm_insert_page() available to NVidia module
Linus Torvalds
2005-12-03
1
-1
/
+1
*
VM: add "vm_insert_page()" function
Linus Torvalds
2005-11-30
1
-2
/
+34
*
[PATCH] VM: Fix typos in get_locked_pte
Trond Myklebust
2005-11-29
1
-2
/
+2
*
[PATCH] pfnmap: do_no_page BUG_ON again
Hugh Dickins
2005-11-29
1
-1
/
+3
*
[PATCH] pfnmap: remove src_page from do_wp_page
Hugh Dickins
2005-11-29
1
-4
/
+3
*
cow_user_page: fix page alignment
Linus Torvalds
2005-11-29
1
-2
/
+9
*
VM: add common helper function to create the page tables
Linus Torvalds
2005-11-29
1
-12
/
+14
*
Support strange discontiguous PFN remappings
Linus Torvalds
2005-11-29
1
-0
/
+92
*
[PATCH] Fix missing pfn variables caused by vm changes
Ben Collins
2005-11-29
1
-2
/
+2
*
[PATCH] Fix vma argument in get_usr_pages() for gate areas
Nick Piggin
2005-11-29
1
-1
/
+1
*
[PATCH] Workaround for gcc 2.96 (undefined references)
Alan Stern
2005-11-28
1
-0
/
+12
*
mm: re-architect the VM_UNPAGED logic
Linus Torvalds
2005-11-28
1
-89
/
+100
*
[PATCH] unpaged: ZERO_PAGE in VM_UNPAGED
Hugh Dickins
2005-11-22
1
-2
/
+12
*
[PATCH] unpaged: anon in VM_UNPAGED
Hugh Dickins
2005-11-22
1
-22
/
+41
*
[PATCH] unpaged: COW on VM_UNPAGED
Hugh Dickins
2005-11-22
1
-12
/
+25
*
[PATCH] unpaged: VM_UNPAGED
Hugh Dickins
2005-11-22
1
-12
/
+18
*
[PATCH] unpaged: get_user_pages VM_RESERVED
Hugh Dickins
2005-11-22
1
-1
/
+1
*
[PATCH] mm: ZAP_BLOCK causes redundant work
Robin Holt
2005-11-13
1
-34
/
+55
*
[PATCH] .text page fault SMP scalability optimization
Andrea Arcangeli
2005-10-29
1
-4
/
+16
*
[PATCH] mm: fix rss and mmlist locking
Hugh Dickins
2005-10-29
1
-1
/
+3
*
[PATCH] mm: split page table lock
Hugh Dickins
2005-10-29
1
-10
/
+14
*
[PATCH] mm: follow_page with inner ptlock
Hugh Dickins
2005-10-29
1
-81
/
+71
*
[PATCH] mm: kill check_user_page_readable
Hugh Dickins
2005-10-29
1
-25
/
+4
*
[PATCH] mm: unmap_vmas with inner ptlock
Hugh Dickins
2005-10-29
1
-29
/
+12
*
[PATCH] mm: unlink vma before pagetables
Hugh Dickins
2005-10-29
1
-2
/
+10
*
[PATCH] mm: page fault handler locking
Hugh Dickins
2005-10-29
1
-60
/
+90
*
[PATCH] mm: ptd_alloc take ptlock
Hugh Dickins
2005-10-29
1
-72
/
+32
*
[PATCH] mm: ptd_alloc inline and out
Hugh Dickins
2005-10-29
1
-56
/
+39
*
[PATCH] mm: init_mm without ptlock
Hugh Dickins
2005-10-29
1
-33
/
+27
[next]