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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-05
mm/page-writeback: highmem_is_dirtyable option
Bron Gondwana
1
-1
/
+10
2008-02-05
Page allocator: get rid of the list of cold pages
Christoph Lameter
2
-48
/
+39
2008-02-05
mm: don't allow ioremapping of ranges larger than vmalloc space
Robert Bragg
1
-0
/
+4
2008-02-05
vmstat: small revisions to refresh_cpu_vm_stats()
Christoph Lameter
1
-4
/
+16
2008-02-05
arch_rebalance_pgtables call
Martin Schwidefsky
1
-1
/
+5
2008-02-05
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
1
-5
/
+5
2008-02-05
Page allocator: clean up pcp draining functions
Christoph Lameter
2
-41
/
+44
2008-02-05
radix-tree: avoid atomic allocations for preloaded insertions
Nick Piggin
2
-2
/
+0
2008-02-05
make __vmalloc_area_node() static
Adrian Bunk
1
-2
/
+2
2008-02-05
Remove unused code from mm/tiny-shmem.c
Balbir Singh
1
-12
/
+0
2008-02-05
mm/page-writeback.c: make a function static
Adrian Bunk
1
-1
/
+1
2008-02-05
maps4: make page monitoring /proc file optional
Matt Mackall
1
-1
/
+2
2008-02-05
maps4: introduce a generic page walker
Matt Mackall
2
-1
/
+132
2008-02-05
maps4: move is_swap_pte
Matt Mackall
1
-5
/
+0
2008-02-05
clean up vmtruncate
Christoph Hellwig
1
-35
/
+34
2008-02-05
tmpfs: fix shmem_swaplist races
Hugh Dickins
1
-12
/
+25
2008-02-05
tmpfs: radix_tree_preloading
Hugh Dickins
1
-7
/
+18
2008-02-05
tmpfs: open a window in shmem_unuse_inode
Hugh Dickins
2
-35
/
+45
2008-02-05
tmpfs: make shmem_unuse more preemptible
Hugh Dickins
1
-7
/
+16
2008-02-05
tmpfs: allocate on read when stacked
Hugh Dickins
1
-1
/
+13
2008-02-05
tmpfs: allow filepage alongside swappage
Hugh Dickins
1
-25
/
+44
2008-02-05
tmpfs: move swap swizzling into shmem
Hugh Dickins
2
-38
/
+13
2008-02-05
tmpfs: shuffle add_to_swap_caches
Hugh Dickins
1
-34
/
+19
2008-02-05
tmpfs: move swap_state stats update
Hugh Dickins
1
-16
/
+6
2008-02-05
tmpfs: fix mounts when size is less than the page size
Michael Marineau
1
-1
/
+1
2008-02-05
shmem: factor out sbi->free_inodes manipulations
Pavel Emelyanov
1
-39
/
+38
2008-02-05
swapoff: scan ptes preemptibly
Hugh Dickins
1
-7
/
+31
2008-02-05
swapin: fix valid_swaphandles defect
Hugh Dickins
1
-16
/
+33
2008-02-05
shmem_file_write is redundant
Hugh Dickins
1
-106
/
+3
2008-02-05
shmem_getpage return page locked
Hugh Dickins
1
-9
/
+13
2008-02-05
shmem: SGP_QUICK and SGP_FAULT redundant
Hugh Dickins
1
-6
/
+2
2008-02-05
swapin needs gfp_mask for loop on tmpfs
Hugh Dickins
4
-25
/
+27
2008-02-05
swapin_readahead: move and rearrange args
Hugh Dickins
3
-48
/
+50
2008-02-05
swapin_readahead: excise NUMA bogosity
Hugh Dickins
2
-64
/
+26
2008-02-05
vmalloc: clean up page array indexing
Christoph Lameter
1
-5
/
+11
2008-02-05
is_vmalloc_addr(): Check if an address is within the vmalloc boundaries
Christoph Lameter
1
-9
/
+1
2008-02-05
vmalloc: add const to void* parameters
Christoph Lameter
2
-12
/
+12
2008-02-05
Move vmalloc_to_page() to mm/vmalloc.
Christoph Lameter
2
-40
/
+38
2008-02-05
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
2
-2
/
+2
2008-02-05
sys_remap_file_pages: fix ->vm_file accounting
Oleg Nesterov
1
-1
/
+4
2008-02-04
Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
1
-83
/
+99
2008-02-04
SLUB: Do not upset lockdep
root
1
-0
/
+8
2008-02-04
SLUB: Fix coding style violations
Pekka Enberg
1
-23
/
+23
2008-02-04
Add parameter to add_partial to avoid having two functions
Christoph Lameter
1
-16
/
+15
2008-02-04
SLUB: rename defrag to remote_node_defrag_ratio
Christoph Lameter
1
-8
/
+9
2008-02-04
Move count_partial before kmem_cache_shrink
Christoph Lameter
1
-13
/
+13
2008-02-04
SLUB: Fix sysfs refcounting
Christoph Lameter
1
-2
/
+13
2008-02-04
slub: fix shadowed variable sparse warnings
Harvey Harrison
1
-21
/
+18
2008-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+1
2008-02-04
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
Nick Piggin
1
-1
/
+1
[next]