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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-07
[PATCH] swsusp: fix platform mode
Stefan Seyfried
1
-0
/
+22
2006-12-07
[PATCH] swsusp: use __GFP_WAIT
Rafael J. Wysocki
1
-3
/
+3
2006-12-07
[PATCH] swsusp: Improve handling of highmem
Rafael J. Wysocki
7
-242
/
+680
2006-12-07
[PATCH] swsusp: update userland interface documentation
Rafael J. Wysocki
2
-19
/
+63
2006-12-07
[PATCH] swsusp: add ioctl for swap files support
Rafael J. Wysocki
2
-1
/
+44
2006-12-07
[PATCH] swsusp: document support for swap files
Rafael J. Wysocki
3
-13
/
+65
2006-12-07
[PATCH] swsusp: add resume_offset command line parameter
Rafael J. Wysocki
3
-5
/
+26
2006-12-07
[PATCH] swsusp: use block device offsets to identify swap locations
Rafael J. Wysocki
7
-119
/
+98
2006-12-07
[PATCH] swsusp: rearrange swap-handling code
Rafael J. Wysocki
1
-109
/
+112
2006-12-07
[PATCH] swsusp: use partition device and offset to identify swap areas
Rafael J. Wysocki
4
-16
/
+31
2006-12-07
[PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")
Stefan Seyfried
2
-1
/
+34
2006-12-07
[PATCH] alpha: switch to pci_get API
Alan Cox
3
-5
/
+10
2006-12-07
[PATCH] h8300 stray bracket fix
Mariusz Kozlowski
1
-1
/
+1
2006-12-07
[PATCH] avr32: fixup kprobes preemption handling
Paul Mundt
1
-0
/
+1
2006-12-07
[PATCH] arch/frv/kernel/futex.c must #include <linux/uaccess.h>
Adrian Bunk
1
-1
/
+1
2006-12-07
[PATCH] security/keys/*: user kmemdup()
Eric Sesterhenn
2
-6
/
+2
2006-12-07
[PATCH] radix-tree: RCU lockless readside
Nick Piggin
3
-107
/
+340
2006-12-07
[PATCH] Save some bytes in struct mm_struct
Arnaldo Carvalho de Melo
1
-1
/
+2
2006-12-07
[PATCH] mm: make compound page destructor handling explicit
Andy Whitcroft
4
-4
/
+22
2006-12-07
[PATCH] slab: better fallback allocation behavior
Christoph Lameter
1
-22
/
+57
2006-12-07
[PATCH] GFP_THISNODE must not trigger global reclaim
Christoph Lameter
1
-0
/
+11
2006-12-07
[PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_node
Christoph Lameter
1
-12
/
+28
2006-12-07
[PATCH] slab: deprecate kmem_cache_t
Andrew Morton
1
-8
/
+9
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
189
-332
/
+332
2006-12-07
[PATCH] slab: remove SLAB_DMA
Christoph Lameter
6
-11
/
+8
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
114
-165
/
+164
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
55
-108
/
+107
2006-12-07
[PATCH] slab: remove SLAB_USER
Christoph Lameter
3
-4
/
+3
2006-12-07
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
15
-18
/
+17
2006-12-07
[PATCH] slab: remove SLAB_NOIO
Christoph Lameter
2
-2
/
+1
2006-12-07
[PATCH] slab: remove SLAB_LEVEL_MASK
Christoph Lameter
2
-4
/
+2
2006-12-07
[PATCH] slab: remove SLAB_NO_GROW
Christoph Lameter
2
-4
/
+2
2006-12-07
[PATCH] kill install_file_pte's pte_val
Hugh Dickins
1
-2
/
+0
2006-12-07
[PATCH] mm: cleanup indentation on switch for CPU operations
Andy Whitcroft
2
-17
/
+17
2006-12-07
[PATCH] reject corrupt swapfiles earlier
Eric Sandeen
1
-6
/
+5
2006-12-07
[PATCH] silence unused pgdat warning from alloc_bootmem_node and friends
Andy Whitcroft
1
-7
/
+20
2006-12-07
[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int
Andy Whitcroft
5
-7
/
+7
2006-12-07
[PATCH] drain_node_page(): Drain pages in batch units
Christoph Lameter
1
-2
/
+8
2006-12-07
[PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.h
Christoph Lameter
1
-15
/
+18
2006-12-07
[PATCH] Move names_cachep to linux/fs.h
Christoph Lameter
2
-3
/
+2
2006-12-07
[PATCH] Move fs_cachep to linux/fs_struct.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move filep_cachep to include/file.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move files_cachep to include/file.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move vm_area_cachep to include/mm.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move sighand_cachep to include/signal.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Remove bio_cachep from slab.h
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] make mm/thrash.c:global_faults static
Adrian Bunk
1
-1
/
+1
2006-12-07
[PATCH] enable booting a NUMA system where some nodes have no memory
Christian Krafft
1
-0
/
+4
2006-12-07
[PATCH] Allow NULL pointers in percpu_free
Alan Stern
4
-14
/
+10
2006-12-07
[PATCH] node-aware skb allocation
Christoph Hellwig
2
-8
/
+10
[next]