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
2008-07-25
signals: collect_signal: remove the unneeded sigismember() check
Oleg Nesterov
1
-3
/
+0
2008-07-25
posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);
Oleg Nesterov
1
-3
/
+0
2008-07-25
posix timers: timer_delete: remove the bogus "->it_process != NULL" check
Oleg Nesterov
1
-10
/
+8
2008-07-25
cpuset: two minor code-cleanups
Lai Jiangshan
1
-2
/
+2
2008-07-25
cpuset: code-cleanup for started_after
Lai Jiangshan
1
-31
/
+6
2008-07-25
cpuset: don't pass empty cpumasks to partition_sched_domains()
Lai Jiangshan
1
-0
/
+5
2008-07-25
cpuset: avoid unnecessary sched domains rebuilding
Li Zefan
1
-6
/
+12
2008-07-25
cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...
Miao Xie
1
-0
/
+7
2008-07-25
cpusets: restructure the function update_cpumask() and update_nodemask()
Miao Xie
1
-72
/
+109
2008-07-25
memcg: limit change shrink usage
KAMEZAWA Hiroyuki
2
-6
/
+45
2008-07-25
res_counter: limit change support ebusy
KAMEZAWA Hiroyuki
1
-0
/
+16
2008-07-25
memcg: clean up checking of the disabled flag
Li Zefan
1
-11
/
+12
2008-07-25
memcg: remove a redundant check
KAMEZAWA Hiroyuki
1
-28
/
+25
2008-07-25
memcg: add hints for branch
KAMEZAWA Hiroyuki
1
-4
/
+4
2008-07-25
memcg: helper function for relcaim from shmem.
KAMEZAWA Hiroyuki
3
-7
/
+37
2008-07-25
memcg: remove refcnt from page_cgroup
KAMEZAWA Hiroyuki
6
-80
/
+97
2008-07-25
memcg: better migration handling
KAMEZAWA Hiroyuki
3
-75
/
+86
2008-07-25
memcg: avoid unnecessary initialization
KAMEZAWA Hiroyuki
1
-3
/
+8
2008-07-25
memcg: make global var read_mostly
KAMEZAWA Hiroyuki
1
-3
/
+3
2008-07-25
devcgroup: code cleanup
Li Zefan
1
-14
/
+8
2008-07-25
devcgroup: relax white-list protection down to RCU
Pavel Emelyanov
1
-13
/
+22
2008-07-25
cgroup_clone: use pid of newly created task for new cgroup
Serge E. Hallyn
6
-16
/
+23
2008-07-25
cgroup files: convert res_counter_write() to be a cgroups write_string() handler
Paul Menage
3
-49
/
+34
2008-07-25
cgroup files: convert devcgroup_access_write() into a cgroup write_string() h...
Paul Menage
1
-63
/
+38
2008-07-25
cgroup files: remove cpuset_common_file_write()
Paul Menage
1
-74
/
+35
2008-07-25
cgroup files: turn attach_task_by_pid directly into a cgroup write handler
Paul Menage
1
-66
/
+14
2008-07-25
cgroup files: move notify_on_release file to separate write handler
Paul Menage
1
-8
/
+13
2008-07-25
cgroups: misc cleanups to write_string patchset
Paul Menage
2
-11
/
+14
2008-07-25
cgroup files: move the release_agent file to use typed handlers
Paul Menage
2
-68
/
+59
2008-07-25
cgroup files: add write_string cgroup control file method
Paul Menage
2
-0
/
+49
2008-07-25
cgroup files: clean up whitespace in struct cftype
Paul Menage
1
-16
/
+16
2008-07-25
cgroups: annotate two variables with __read_mostly
Li Zefan
1
-2
/
+2
2008-07-25
cgroup: list_for_each cleanup
KOSAKI Motohiro
1
-23
/
+21
2008-07-25
Mark res_counter_charge(_locked) with __must_check
Pavel Emelyanov
1
-2
/
+4
2008-07-25
cgroup: use read lock to guard find_existing_css_set()
Li Zefan
1
-2
/
+2
2008-07-25
procfs-guide: drop pointless entities
Mike Frysinger
1
-2
/
+2
2008-07-25
quota: implement sending information via netlink about user below quota
Jan Kara
2
-6
/
+58
2008-07-25
quota: convert macros to inline functions
Jan Kara
2
-17
/
+53
2008-07-25
quota: move function-macros from quota.h to quotaops.h
Jan Kara
8
-19
/
+35
2008-07-25
quota: cleanup loop in sync_dquots()
Jan Kara
2
-8
/
+12
2008-07-25
quota: rename quota functions from upper case, make bigger ones non-inline
Jan Kara
2
-119
/
+160
2008-07-25
quota: fix possible infinite loop in quota code
Jan Kara
1
-1
/
+15
2008-07-25
UTC timestamp option for FAT filesystems fix
Joe Peterson
1
-0
/
+8
2008-07-25
fatfs: add UTC timestamp option
Joe Peterson
6
-17
/
+35
2008-07-25
remove unused #include <linux/dirent.h>'s
Adrian Bunk
5
-5
/
+0
2008-07-25
remove the in-kernel struct dirent{,64}
Adrian Bunk
2
-21
/
+0
2008-07-25
msdos fs: remove unsettable atari option
Rene Scharfe
2
-13
/
+6
2008-07-25
fat: small optimization to __fat_readdir()
OGAWA Hirofumi
1
-32
/
+39
2008-07-25
fat: use same logic in fat_search_long() and __fat_readdir()
OGAWA Hirofumi
1
-16
/
+26
2008-07-25
fat: cleanup fs/fat/dir.c
OGAWA Hirofumi
1
-64
/
+67
[prev]
[next]