index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-23
[PATCH] add page_mkwrite() vm_operations method
David Howells
1
-24
/
+76
2006-06-23
[PATCH] Swapless page migration: add R/W migration entries
Christoph Lameter
1
-1
/
+17
2006-06-23
[PATCH] Page Migration: Make do_swap_page redo the fault
Christoph Lameter
1
-7
/
+0
2006-03-31
[PATCH] Don't pass boot parameters to argv_init[]
OGAWA Hirofumi
1
-1
/
+1
2006-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-4
/
+2
2006-03-26
[PATCH] Add API for flushing Anon pages
James Bottomley
1
-0
/
+2
2006-03-26
BUG_ON() Conversion in mm/memory.c
Eric Sesterhenn
1
-4
/
+2
2006-03-25
[PATCH] mm: restore vm_normal_page check
Nick Piggin
1
-2
/
+6
2006-03-22
[PATCH] hugepage: Fix hugepage logic in free_pgtables() harder
David Gibson
1
-1
/
+1
2006-03-22
[PATCH] hugepage: Fix hugepage logic in free_pgtables()
David Gibson
1
-3
/
+2
2006-03-22
[PATCH] mm: more CONFIG_DEBUG_VM
Nick Piggin
1
-9
/
+3
2006-03-22
[PATCH] mm: split highorder pages
Nick Piggin
1
-3
/
+1
2006-03-17
[PATCH] fix free swap cache latency
Hugh Dickins
1
-2
/
+3
2006-02-17
[PATCH] x86_64: Add boot option to disable randomized mappings and cleanup
Andi Kleen
1
-0
/
+10
2006-02-01
[PATCH] Direct Migration V9: PageSwapCache checks
Christoph Lameter
1
-0
/
+7
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-2
/
+2
2006-01-09
[PATCH] spufs: The SPU file system, base
Arnd Bergmann
1
-0
/
+2
2006-01-06
[PATCH] mm: pfault optimisation
Nick Piggin
1
-1
/
+0
2006-01-06
[PATCH] mm: rmap optimisation
Nick Piggin
1
-3
/
+3
2006-01-06
[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store
Badari Pulavarty
1
-1
/
+24
2005-12-16
Make sure we copy pages inserted with "vm_insert_page()" on fork
Linus Torvalds
1
-1
/
+2
2005-12-12
get_user_pages: don't try to follow PFNMAP pages
Linus Torvalds
1
-1
/
+1
2005-12-11
Allow arbitrary read-only shared pfn-remapping too
Linus Torvalds
1
-3
/
+8
2005-12-11
Remove (at least temporarily) the "incomplete PFN mapping" support
Linus Torvalds
1
-45
/
+1
2005-12-11
Allow arbitrary shared PFNMAP's
Linus Torvalds
1
-4
/
+12
2005-12-03
Make vm_insert_page() available to NVidia module
Linus Torvalds
1
-1
/
+1
2005-11-30
VM: add "vm_insert_page()" function
Linus Torvalds
1
-2
/
+34
2005-11-29
[PATCH] VM: Fix typos in get_locked_pte
Trond Myklebust
1
-2
/
+2
2005-11-29
[PATCH] pfnmap: do_no_page BUG_ON again
Hugh Dickins
1
-1
/
+3
2005-11-29
[PATCH] pfnmap: remove src_page from do_wp_page
Hugh Dickins
1
-4
/
+3
2005-11-29
cow_user_page: fix page alignment
Linus Torvalds
1
-2
/
+9
2005-11-29
VM: add common helper function to create the page tables
Linus Torvalds
1
-12
/
+14
2005-11-29
Support strange discontiguous PFN remappings
Linus Torvalds
1
-0
/
+92
2005-11-29
[PATCH] Fix missing pfn variables caused by vm changes
Ben Collins
1
-2
/
+2
2005-11-29
[PATCH] Fix vma argument in get_usr_pages() for gate areas
Nick Piggin
1
-1
/
+1
2005-11-28
[PATCH] Workaround for gcc 2.96 (undefined references)
Alan Stern
1
-0
/
+12
2005-11-28
mm: re-architect the VM_UNPAGED logic
Linus Torvalds
1
-89
/
+100
2005-11-22
[PATCH] unpaged: ZERO_PAGE in VM_UNPAGED
Hugh Dickins
1
-2
/
+12
2005-11-22
[PATCH] unpaged: anon in VM_UNPAGED
Hugh Dickins
1
-22
/
+41
2005-11-22
[PATCH] unpaged: COW on VM_UNPAGED
Hugh Dickins
1
-12
/
+25
2005-11-22
[PATCH] unpaged: VM_UNPAGED
Hugh Dickins
1
-12
/
+18
2005-11-22
[PATCH] unpaged: get_user_pages VM_RESERVED
Hugh Dickins
1
-1
/
+1
2005-11-13
[PATCH] mm: ZAP_BLOCK causes redundant work
Robin Holt
1
-34
/
+55
2005-10-29
[PATCH] .text page fault SMP scalability optimization
Andrea Arcangeli
1
-4
/
+16
2005-10-29
[PATCH] mm: fix rss and mmlist locking
Hugh Dickins
1
-1
/
+3
2005-10-29
[PATCH] mm: split page table lock
Hugh Dickins
1
-10
/
+14
2005-10-29
[PATCH] mm: follow_page with inner ptlock
Hugh Dickins
1
-81
/
+71
2005-10-29
[PATCH] mm: kill check_user_page_readable
Hugh Dickins
1
-25
/
+4
2005-10-29
[PATCH] mm: unmap_vmas with inner ptlock
Hugh Dickins
1
-29
/
+12
2005-10-29
[PATCH] mm: unlink vma before pagetables
Hugh Dickins
1
-2
/
+10
[next]