index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-31
[PATCH] wrong error path in dup_fd() leading to oopses in RCU
Kirill Korotaev
1
-1
/
+1
2006-03-31
[PATCH] pidhash: Refactor the pid hash table
Eric W. Biederman
2
-73
/
+155
2006-03-31
[PATCH] task: RCU protect task->usage
Eric W. Biederman
1
-1
/
+6
2006-03-31
[PATCH] resurrect __put_task_struct
Andrew Morton
1
-3
/
+7
2006-03-31
[PATCH] Make setsid() more robust
Eric W. Biederman
1
-4
/
+15
2006-03-31
[PATCH] futex: check and validate timevals
Thomas Gleixner
2
-2
/
+6
2006-03-31
[PATCH] sched: activate SCHED BATCH expired
Con Kolivas
1
-3
/
+7
2006-03-31
[PATCH] sched: remove on runqueue requeueing
Con Kolivas
1
-2
/
+1
2006-03-31
[PATCH] sched: include noninteractive sleep in idle detect
Con Kolivas
1
-2
/
+1
2006-03-31
[PATCH] sched: dont decrease idle sleep avg
Con Kolivas
1
-5
/
+10
2006-03-31
[PATCH] sched: make task_noninteractive use sleep_type
Con Kolivas
1
-8
/
+8
2006-03-31
[PATCH] sched: cleanup task_activated()
Con Kolivas
1
-9
/
+15
2006-03-31
[PATCH] sched: reduce overhead of calc_load
Jack Steiner
2
-1
/
+16
2006-03-31
[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...
Dimitri Sivanich
1
-0
/
+3
2006-03-31
[PATCH] hrtimer: use generic sleeper for nanosleep
Thomas Gleixner
1
-30
/
+9
2006-03-31
[PATCH] hrtimer: create generic sleeper
Thomas Gleixner
1
-0
/
+19
2006-03-31
[PATCH] modules: permit Dual-MIT/GPL licenses
Andrew Morton
1
-0
/
+1
2006-03-31
[PATCH] cpuset: memory migration interaction fix
Paul Jackson
1
-5
/
+52
2006-03-31
[PATCH] cpuset: unsafe mm reference fix
Paul Jackson
1
-2
/
+2
2006-03-31
[PATCH] cpuset: task_lock comment fix
Paul Jackson
1
-6
/
+4
2006-03-31
[PATCH] Fix pacct bug in multithreading case.
KaiGai Kohei
1
-6
/
+6
2006-03-31
[PATCH] Don't pass boot parameters to argv_init[]
OGAWA Hirofumi
1
-1
/
+1
2006-03-31
[PATCH] __mod_timer: simplify ->base changing
Oleg Nesterov
1
-8
/
+6
2006-03-31
[PATCH] kill __init_timer_base in favor of boot_tvec_bases
Oleg Nesterov
1
-49
/
+35
2006-03-31
[PATCH] Fix suspend with traced tasks
Pavel Machek
2
-2
/
+2
2006-03-28
[PATCH] send_sigqueue: simplify and fix the race
Oleg Nesterov
1
-37
/
+4
2006-03-28
[PATCH] do_notify_parent_cldstop: remove 'to_self' param
Oleg Nesterov
1
-21
/
+11
2006-03-28
[PATCH] finish_stop: don't check stop_count < 0
Oleg Nesterov
1
-1
/
+1
2006-03-28
[PATCH] simplify do_signal_stop()
Oleg Nesterov
1
-24
/
+8
2006-03-28
[PATCH] cleanup __exit_signal->cleanup_sighand path
Oleg Nesterov
2
-7
/
+4
2006-03-28
[PATCH] make fork() atomic wrt pgrp/session signals
Oleg Nesterov
1
-20
/
+17
2006-03-28
[PATCH] pids: kill PIDTYPE_TGID
Oleg Nesterov
2
-10
/
+4
2006-03-28
[PATCH] do_sigaction: don't take tasklist_lock
Oleg Nesterov
1
-19
/
+3
2006-03-28
[PATCH] do_group_exit: don't take tasklist_lock
Oleg Nesterov
1
-2
/
+0
2006-03-28
[PATCH] do_signal_stop: don't take tasklist_lock
Oleg Nesterov
1
-52
/
+17
2006-03-28
[PATCH] relax sig_needs_tasklist()
Oleg Nesterov
1
-2
/
+1
2006-03-28
[PATCH] sys_times: don't take tasklist_lock
Oleg Nesterov
1
-12
/
+1
2006-03-28
[PATCH] do __unhash_process() under ->siglock
Oleg Nesterov
1
-2
/
+2
2006-03-28
[PATCH] revert "Optimize sys_times for a single thread process"
Oleg Nesterov
2
-65
/
+27
2006-03-28
[PATCH] move __exit_signal() to kernel/exit.c
Oleg Nesterov
2
-64
/
+64
2006-03-28
[PATCH] rename __exit_sighand to cleanup_sighand
Oleg Nesterov
2
-18
/
+13
2006-03-28
[PATCH] cleanup __exit_signal()
Oleg Nesterov
1
-16
/
+15
2006-03-28
[PATCH] copy_process: cleanup bad_fork_cleanup_signal
Oleg Nesterov
2
-18
/
+20
2006-03-28
[PATCH] copy_process: cleanup bad_fork_cleanup_sighand
Oleg Nesterov
2
-15
/
+2
2006-03-28
[PATCH] introduce sig_needs_tasklist() helper
Oleg Nesterov
1
-1
/
+4
2006-03-28
[PATCH] introduce lock_task_sighand() helper
Oleg Nesterov
1
-14
/
+24
2006-03-28
[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU
Oleg Nesterov
2
-11
/
+12
2006-03-28
[PATCH] release_task: replace open-coded ptrace_unlink()
Oleg Nesterov
1
-3
/
+2
2006-03-28
[PATCH] wait_for_helper: trivial style cleanup
Oleg Nesterov
1
-1
/
+1
2006-03-28
[PATCH] reparent_thread: use remove_parent/add_parent
Oleg Nesterov
1
-2
/
+2
[next]