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
ipc/sem.c: remove unused entries from struct sem_queue
Manfred Spraul
2
-4
/
+0
2008-07-25
ipc/sem.c: convert undo structures to struct list_head
Manfred Spraul
2
-80
/
+95
2008-07-25
ipc: get rid of ipc_lock_down()
Nadia Derbey
3
-75
/
+4
2008-07-25
ipc: call idr_find() without locking in ipc_lock()
Nadia Derbey
1
-9
/
+0
2008-07-25
idr: make idr_remove rcu-safe
Nadia Derbey
1
-14
/
+43
2008-07-25
idr: make idr_find rcu-safe
Nadia Derbey
2
-5
/
+22
2008-07-25
idr: make idr_get_new* rcu-safe
Nadia Derbey
1
-5
/
+9
2008-07-25
idr: error checking factorization
Nadia Derbey
2
-21
/
+15
2008-07-25
idr: fix a printk call
Nadia Derbey
1
-1
/
+2
2008-07-25
idr: rename some of the idr APIs internal routines
Nadia Derbey
1
-15
/
+16
2008-07-25
idr: change the idr structure
Nadia Derbey
1
-0
/
+2
2008-07-25
calgary iommu: use the first kernels TCE tables in kdump
Chandru
2
-6
/
+87
2008-07-25
workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails
Oleg Nesterov
1
-3
/
+6
2008-07-25
workqueues: schedule_on_each_cpu() can use schedule_work_on()
Oleg Nesterov
1
-2
/
+1
2008-07-25
workqueues: queue_work() can use queue_work_on()
Oleg Nesterov
1
-7
/
+4
2008-07-25
workqueues: lockdep annotations for flush_work()
Oleg Nesterov
1
-0
/
+5
2008-07-25
S390 topology: don't use kthread() for arch_reinit_sched_domains()
Oleg Nesterov
1
-13
/
+1
2008-07-25
workqueues: make get_online_cpus() useable for work->func()
Oleg Nesterov
4
-13
/
+27
2008-07-25
workqueues: schedule_on_each_cpu: use flush_work()
Oleg Nesterov
1
-1
/
+2
2008-07-25
workqueues: implement flush_work()
Oleg Nesterov
2
-0
/
+48
2008-07-25
workqueues: insert_work: use "list_head *" instead of "int tail"
Oleg Nesterov
1
-10
/
+7
2008-07-25
coredump: format_corename: fix the "core_uses_pid" logic
Oleg Nesterov
1
-8
/
+5
2008-07-25
coredump: kill mm->core_done
Oleg Nesterov
3
-7
/
+30
2008-07-25
coredump: elf_fdpic_core_dump: use core_state->dumper list
Oleg Nesterov
1
-17
/
+12
2008-07-25
coredump: elf_core_dump: use core_state->dumper list
Oleg Nesterov
1
-45
/
+32
2008-07-25
coredump: construct the list of coredumping threads at startup time
Oleg Nesterov
3
-3
/
+20
2008-07-25
coredump: make mm->core_state visible to ->core_dump()
Oleg Nesterov
1
-7
/
+7
2008-07-25
coredump: turn core_state->nr_threads into atomic_t
Oleg Nesterov
3
-5
/
+4
2008-07-25
coredump: simplify core_state->nr_threads calculation
Oleg Nesterov
1
-17
/
+16
2008-07-25
coredump: move mm->core_waiters into struct core_state
Oleg Nesterov
5
-18
/
+19
2008-07-25
coredump: turn mm->core_startup_done into the pointer to struct core_state
Oleg Nesterov
3
-6
/
+11
2008-07-25
coredump: elf_core_dump: skip kernel threads
Oleg Nesterov
2
-0
/
+9
2008-07-25
coredump: zap_threads() must skip kernel threads
Oleg Nesterov
1
-2
/
+3
2008-07-25
kill PF_BORROWED_MM in favour of PF_KTHREAD
Oleg Nesterov
3
-6
/
+3
2008-07-25
introduce PF_KTHREAD flag
Oleg Nesterov
4
-2
/
+4
2008-07-25
ptrace: simplify ptrace_stop()->sigkill_pending() path
Oleg Nesterov
1
-7
/
+5
2008-07-25
ptrace: give more respect to SIGKILL
Oleg Nesterov
1
-3
/
+0
2008-07-25
include/asm/ptrace.h userspace headers cleanup
Adrian Bunk
15
-23
/
+32
2008-07-25
kernel/signal.c: change vars pid and tgid types to pid_t
Gustavo Fernando Padovan
1
-6
/
+6
2008-07-25
signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ
Michael Kerrisk
1
-6
/
+4
2008-07-25
coredump: zap_threads: comments && use while_each_thread()
Oleg Nesterov
1
-7
/
+32
2008-07-25
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
Oleg Nesterov
1
-2
/
+1
2008-07-25
signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...
Oleg Nesterov
1
-2
/
+1
2008-07-25
__exit_signal: don't take rcu lock
Oleg Nesterov
1
-2
/
+0
2008-07-25
signals: change collect_signal() to return void
Oleg Nesterov
1
-4
/
+2
2008-07-25
signals: collect_signal: simplify the "still_pending" logic
Oleg Nesterov
1
-9
/
+6
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
[next]