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
2008-02-08
Clean up the kill_something_info
Pavel Emelyanov
1
-11
/
+15
2008-02-08
Pidns: make full use of xxx_vnr() calls
Pavel Emelyanov
5
-17
/
+8
2008-02-08
ITIMER_REAL: convert to use struct pid
Oleg Nesterov
3
-16
/
+2
2008-02-08
uglify kill_pid_info() to fix kill() vs exec() race
Oleg Nesterov
1
-3
/
+12
2008-02-08
sys_getsid: don't use ->nsproxy directly
Oleg Nesterov
1
-7
/
+4
2008-02-08
pid: Extend/Fix pid_vnr
Eric W. Biederman
1
-0
/
+6
2008-02-08
pid: sys_wait... fixes
Eric W. Biederman
1
-24
/
+56
2008-02-08
move the related code from exit_notify() to exit_signals()
Oleg Nesterov
2
-23
/
+22
2008-02-08
sys_setsid: remove now unneeded session != 1 check
Oleg Nesterov
1
-4
/
+1
2008-02-08
fix group stop with exit race
Oleg Nesterov
2
-2
/
+27
2008-02-08
start the global /sbin/init with 0,0 special pids
Oleg Nesterov
1
-5
/
+4
2008-02-08
move daemonized kernel threads into the swapper's session
Oleg Nesterov
1
-1
/
+1
2008-02-08
teach set_special_pids() to use struct pid
Oleg Nesterov
2
-16
/
+16
2008-02-08
fix setsid() for sub-namespace /sbin/init
Oleg Nesterov
1
-12
/
+10
2008-02-08
sys_setpgid(): simplify pid/ns interaction
Oleg Nesterov
1
-13
/
+10
2008-02-08
wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT
Oleg Nesterov
1
-4
/
+0
2008-02-08
wait_task_continued/zombie: don't use task_pid_nr_ns() lockless
Oleg Nesterov
1
-10
/
+5
2008-02-08
do_wait: fix security checks
Oleg Nesterov
1
-21
/
+18
2008-02-08
do_wait: cleanup delay_group_leader() usage
Oleg Nesterov
1
-13
/
+4
2008-02-08
wait_task_stopped(): remove unneeded delay_group_leader check
Oleg Nesterov
1
-4
/
+3
2008-02-08
ptrace_stop: fix racy nonstop_code setting
Oleg Nesterov
1
-6
/
+7
2008-02-08
do_wait: factor out "retval != 0" checks
Oleg Nesterov
1
-8
/
+4
2008-02-08
wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace
Oleg Nesterov
1
-62
/
+26
2008-02-08
ptrace_stop: fix the race with ptrace detach+attach
Oleg Nesterov
1
-3
/
+3
2008-02-08
ptrace_check_attach: remove unneeded ->signal != NULL check
Oleg Nesterov
1
-2
/
+5
2008-02-08
kill my_ptrace_child()
Oleg Nesterov
1
-20
/
+3
2008-02-08
kill PT_ATTACHED
Oleg Nesterov
3
-21
/
+3
2008-02-08
fix "modules: make module_address_lookup() safe"
Andrew Morton
1
-2
/
+2
2008-02-08
modules: include sections.h to avoid defining linker variables explicitly
Christoph Lameter
1
-3
/
+1
2008-02-08
Modules: handle symbols that have a zero value
Christoph Lameter
1
-9
/
+14
2008-02-08
proc: seqfile convert proc_pid_status to properly handle pid namespaces
Eric W. Biederman
1
-9
/
+10
2008-02-08
namespaces: cleanup the code managed with PID_NS option
Pavel Emelyanov
3
-181
/
+201
2008-02-08
namespaces: cleanup the code managed with the USER_NS option
Pavel Emelyanov
3
-15
/
+13
2008-02-08
namespaces: move the IPC namespace under IPC_NS option
Pavel Emelyanov
1
-0
/
+1
2008-02-08
namespaces: move the UTS namespace under UTS_NS option
Pavel Emelyanov
1
-1
/
+2
2008-02-08
hugetlb: add locking for overcommit sysctl
Nishanth Aravamudan
1
-1
/
+1
2008-02-08
[POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpc
Badari Pulavarty
1
-1
/
+1
2008-02-07
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2
-5
/
+9
2008-02-07
vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()
Ken'ichi Ohmichi
1
-2
/
+2
2008-02-07
vmcoreinfo: rename vmcoreinfo's macros returning the size
Ken'ichi Ohmichi
1
-7
/
+7
2008-02-07
Handle pid namespaces in cgroups code
Pavel Emelyanov
1
-2
/
+2
2008-02-07
hotplug cpu move tasks in empty cpusets - refinements
Paul Jackson
1
-8
/
+13
2008-02-07
hotplug cpu: move tasks in empty cpusets to parent various other fixes
Paul Jackson
1
-26
/
+15
2008-02-07
cgroups: update comments in cpuset.c
Paul Menage
1
-85
/
+43
2008-02-07
cpusets: update_cpumask revision
Cliff Wickman
1
-61
/
+46
2008-02-07
hotplug cpu: move tasks in empty cpusets to parent
Cliff Wickman
2
-45
/
+144
2008-02-07
cgroups: mechanism to process each task in a cgroup
Cliff Wickman
1
-12
/
+186
2008-02-07
memory cgroup enhancements: add- pre_destroy() handler
KAMEZAWA Hiroyuki
1
-0
/
+22
2008-02-07
oom: add sysctl to enable task memory dump
David Rientjes
1
-0
/
+9
2008-02-07
Memory controller improve user interface
Balbir Singh
1
-11
/
+25
[prev]
[next]