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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
fix memory hot remove not configured case.
KAMEZAWA Hiroyuki
1
-10
/
+2
2007-10-16
memory unplug: page offline
KAMEZAWA Hiroyuki
2
-1
/
+5
2007-10-16
memory unplug: page isolation
KAMEZAWA Hiroyuki
3
-2
/
+40
2007-10-16
memory unplug: memory hotplug cleanup
KAMEZAWA Hiroyuki
2
-3
/
+8
2007-10-16
SLUB: Optimize cacheline use for zeroing
Christoph Lameter
1
-0
/
+1
2007-10-16
SLUB: Place kmem_cache_cpu structures in a NUMA aware way
Christoph Lameter
1
-3
/
+6
2007-10-16
SLUB: Move page->offset to kmem_cache_cpu->offset
Christoph Lameter
2
-4
/
+2
2007-10-16
SLUB: Do not use page->mapping
Christoph Lameter
2
-11
/
+2
2007-10-16
SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab
Christoph Lameter
1
-1
/
+8
2007-10-16
Print out statistics in relation to fragmentation avoidance to /proc/pagetype...
Mel Gorman
2
-0
/
+22
2007-10-16
Do not depend on MAX_ORDER when grouping pages by mobility
Mel Gorman
2
-3
/
+26
2007-10-16
don't group high order atomic allocations
Mel Gorman
2
-4
/
+3
2007-10-16
remove PAGE_GROUP_BY_MOBILITY
Mel Gorman
1
-9
/
+0
2007-10-16
Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR...
Mel Gorman
2
-2
/
+4
2007-10-16
Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2
Mel Gorman
1
-2
/
+4
2007-10-16
Group high-order atomic allocations
Mel Gorman
1
-1
/
+3
2007-10-16
Group short-lived and reclaimable kernel allocations
Mel Gorman
4
-7
/
+20
2007-10-16
Add a configure option to group pages by mobility
Mel Gorman
1
-0
/
+6
2007-10-16
Split the free lists for movable and unmovable allocations
Mel Gorman
2
-1
/
+10
2007-10-16
Add a bitmap that is used to track flags affecting a block of pages
Mel Gorman
2
-0
/
+64
2007-10-16
flush icache before set_pte() on ia64: flush icache at set_pte
KAMEZAWA Hiroyuki
2
-17
/
+31
2007-10-16
Categorize GFP flags
Christoph Lameter
1
-7
/
+13
2007-10-16
Memoryless nodes: Use N_HIGH_MEMORY for cpusets
Christoph Lameter
1
-1
/
+1
2007-10-16
Memoryless nodes: Fix GFP_THISNODE behavior
Christoph Lameter
2
-6
/
+25
2007-10-16
Memoryless nodes: Add N_CPU node state
Christoph Lameter
1
-0
/
+1
2007-10-16
Memoryless nodes: introduce mask of nodes with memory
Christoph Lameter
1
-2
/
+8
2007-10-16
Memoryless nodes: Generic management of nodemasks for various purposes
Christoph Lameter
1
-16
/
+71
2007-10-16
fs: remove some AOP_TRUNCATED_PAGE
Nick Piggin
1
-1
/
+1
2007-10-16
fs: restore nobh
Nick Piggin
1
-3
/
+7
2007-10-16
With reiserfs no longer using the weird generic_cont_expand, remove it comple...
Nick Piggin
1
-1
/
+0
2007-10-16
fs: new cont helpers
Nick Piggin
2
-2
/
+4
2007-10-16
fs: introduce write_begin, write_end, and perform_write aops
Nick Piggin
3
-1
/
+41
2007-10-16
mm: buffered write iterator
Nick Piggin
1
-0
/
+33
2007-10-16
mm: fix pagecache write deadlocks
Nick Piggin
1
-2
/
+9
2007-10-16
Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag
Lee Schermerhorn
1
-0
/
+1
2007-10-16
move mm_struct and vm_area_struct
Martin Schwidefsky
3
-136
/
+145
2007-10-16
radix-tree: use indirect bit
Nick Piggin
1
-17
/
+21
2007-10-16
remove ZERO_PAGE
Nick Piggin
1
-2
/
+0
2007-10-16
SLUB: direct pass through of page size or higher kmalloc requests
Christoph Lameter
1
-33
/
+24
2007-10-16
filemap: convert some unsigned long to pgoff_t
Fengguang Wu
1
-11
/
+12
2007-10-16
readahead: remove several readahead macros
Fengguang Wu
1
-2
/
+0
2007-10-16
radixtree: introduce radix_tree_next_hole()
Fengguang Wu
1
-0
/
+2
2007-10-16
readahead: combine file_ra_state.prev_index/prev_offset into prev_pos
Fengguang Wu
1
-2
/
+1
2007-10-16
readahead: mmap read-around simplification
Fengguang Wu
1
-2
/
+1
2007-10-16
readahead: compacting file_ra_state
Fengguang Wu
1
-4
/
+4
2007-10-16
Clean up duplicate includes in include/linux/memory_hotplug.h
Jesper Juhl
1
-1
/
+0
2007-10-16
ppc64: SPARSEMEM_VMEMMAP support
Andy Whitcroft
1
-0
/
+8
2007-10-16
SPARC64: SPARSEMEM_VMEMMAP support
David Miller
1
-0
/
+3
2007-10-16
IA64: SPARSEMEM_VMEMMAP 16K page size support
Christoph Lameter
1
-0
/
+6
2007-10-16
x86_64: SPARSEMEM_VMEMMAP 2M page size support
Christoph Lameter
2
-0
/
+2
[next]