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
2008-04-28
quota: do not allow setting of quota limits to too high values
Andrew Perepechko
1
-0
/
+2
2008-04-28
kprobes: add (un)register_jprobes for batch registration
Masami Hiramatsu
1
-0
/
+9
2008-04-28
kprobes: add (un)register_kretprobes for batch registration
Masami Hiramatsu
1
-0
/
+9
2008-04-28
kprobes: add (un)register_kprobes for batch registration
Masami Hiramatsu
1
-0
/
+9
2008-04-28
list.h: add list_is_singular()
Masami Hiramatsu
1
-0
/
+9
2008-04-28
kprobes: prevent probing of preempt_schedule()
Srinivasa Ds
1
-0
/
+7
2008-04-28
VT notifier extension for accessibility
Karl Dahlke
1
-0
/
+1
2008-04-28
sm501: add uart support
Magnus Damm
1
-0
/
+1
2008-04-28
x86: configurable DMI scanning code
Thomas Petazzoni
1
-0
/
+1
2008-04-28
serial: add VR41xx SIU setup for serial console
Yoichi Yuasa
2
-2
/
+14
2008-04-28
synclink drivers bool conversion
Joe Perches
1
-4
/
+0
2008-04-28
ncpfs: add prototypes to ncp_fs.h
Harvey Harrison
1
-0
/
+7
2008-04-28
cris: add constfy to pgd_offset()
KOSAKI Motohiro
1
-1
/
+1
2008-04-28
alpha: teach the compiler that BUG doesn't return
Andrew Morton
1
-3
/
+13
2008-04-28
alpha: replace __inline with inline
Harvey Harrison
1
-1
/
+1
2008-04-28
capabilities: implement per-process securebits
Andrew G. Morgan
6
-21
/
+38
2008-04-28
mm: fix broken gfp_zone with __GFP_THISNODE
KAMEZAWA Hiroyuki
1
-12
/
+5
2008-04-28
memory hotplug: make alloc_bootmem_section()
Yasunori Goto
1
-0
/
+2
2008-04-28
memory hotplug: register section/node id to free
Yasunori Goto
2
-0
/
+28
2008-04-28
hugetlbfs: common code update for s390
Gerald Schaefer
5
-0
/
+185
2008-04-28
hugetlbfs: add missing TLB flush to hugetlb_cow()
Gerald Schaefer
5
-0
/
+25
2008-04-28
hugetlbfs: architecture header cleanup
Gerald Schaefer
9
-60
/
+215
2008-04-28
mempolicy: use struct mempolicy pointer in shmem_sb_info
Lee Schermerhorn
2
-14
/
+12
2008-04-28
mempolicy: rework shmem mpol parsing and display
Lee Schermerhorn
1
-0
/
+21
2008-04-28
mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy
Lee Schermerhorn
1
-0
/
+1
2008-04-28
mempolicy: rework mempolicy Reference Counting [yet again]
Lee Schermerhorn
1
-0
/
+35
2008-04-28
mempolicy: document {set|get}_policy() vm_ops APIs
Lee Schermerhorn
1
-0
/
+18
2008-04-28
mempolicy: mark shared policies for unref
Lee Schermerhorn
1
-0
/
+7
2008-04-28
mempolicy: rename struct mempolicy 'policy' member to 'mode'
Lee Schermerhorn
1
-3
/
+3
2008-04-28
mempolicy: rename mpol_copy to mpol_dup
Lee Schermerhorn
1
-7
/
+7
2008-04-28
mempolicy: rename mpol_free to mpol_put
Lee Schermerhorn
1
-5
/
+5
2008-04-28
Subject: [PATCH] hugetlb: vmstat events for huge page allocations
Adam Litke
1
-0
/
+4
2008-04-28
s390: implement pte special bit
Nick Piggin
1
-1
/
+4
2008-04-28
xip: support non-struct page backed memory
Nick Piggin
1
-2
/
+2
2008-04-28
return pfn from direct_access, for XIP
Jared Hulbert
1
-1
/
+2
2008-04-28
mm: add vm_insert_mixed
Nick Piggin
1
-0
/
+2
2008-04-28
mm: introduce pte_special pte bit
Nick Piggin
24
-5
/
+113
2008-04-28
mm: introduce VM_MIXEDMAP
Jared Hulbert
1
-0
/
+1
2008-04-28
PAGEFLAGS_EXTENDED and separate page flags for Head and Tail
Christoph Lameter
1
-0
/
+28
2008-04-28
mm: Get rid of __ZONE_COUNT
Christoph Lameter
1
-17
/
+11
2008-04-28
page flags: add PAGEFLAGS_FALSE for flags that are always false
Christoph Lameter
1
-12
/
+7
2008-04-28
page flags: handle PG_uncached like all other flags
Christoph Lameter
1
-11
/
+8
2008-04-28
pageflags: eliminate PG_xxx aliases
Christoph Lameter
1
-8
/
+4
2008-04-28
pageflags: use proper page flag functions in Xen
Christoph Lameter
1
-1
/
+1
2008-04-28
pageflags: convert to the use of new macros
Christoph Lameter
1
-127
/
+68
2008-04-28
pageflags: introduce macros to generate page flag functions
Christoph Lameter
1
-0
/
+41
2008-04-28
pageflags: get rid of FLAGS_RESERVED
Christoph Lameter
3
-29
/
+15
2008-04-28
pageflags: use an enum for the flags
Christoph Lameter
1
-30
/
+26
2008-04-28
page_mapping(): add ifdef around reference to swapper_space
Andrew Morton
1
-1
/
+4
2008-04-28
sparsemem: vmemmap does not need section bits
Christoph Lameter
1
-4
/
+9
[next]