index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
time: fix typo in comments
Li Zefan
2008-02-08
7
-16
/
+16
*
timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres
Li Zefan
2008-02-08
3
-4
/
+4
*
clockevent: simplify list operations
Li Zefan
2008-02-08
1
-7
/
+4
*
clocksource: remove redundant code
Li Zefan
2008-02-08
1
-1
/
+0
*
Get rid of the kill_pgrp_info() function
Pavel Emelyanov
2008-02-08
2
-14
/
+8
*
Clean up the kill_something_info
Pavel Emelyanov
2008-02-08
1
-11
/
+15
*
Pidns: fix badly converted mqueues pid handling
Pavel Emelyanov
2008-02-08
1
-1
/
+1
*
Pidns: make full use of xxx_vnr() calls
Pavel Emelyanov
2008-02-08
8
-23
/
+12
*
ITIMER_REAL: convert to use struct pid
Oleg Nesterov
2008-02-08
5
-38
/
+5
*
uglify while_each_pid_task() to make sure we don't count the execing pricess ...
Oleg Nesterov
2008-02-08
1
-0
/
+6
*
uglify kill_pid_info() to fix kill() vs exec() race
Oleg Nesterov
2008-02-08
1
-3
/
+12
*
pid: fix solaris_procids
Eric W. Biederman
2008-02-08
1
-2
/
+2
*
pid: fix mips irix emulation pid usage
Eric W. Biederman
2008-02-08
3
-19
/
+23
*
sys_getsid: don't use ->nsproxy directly
Oleg Nesterov
2008-02-08
1
-7
/
+4
*
pid: Extend/Fix pid_vnr
Eric W. Biederman
2008-02-08
3
-14
/
+11
*
pid: sys_wait... fixes
Eric W. Biederman
2008-02-08
1
-24
/
+56
*
move the related code from exit_notify() to exit_signals()
Oleg Nesterov
2008-02-08
2
-23
/
+22
*
sys_setsid: remove now unneeded session != 1 check
Oleg Nesterov
2008-02-08
1
-4
/
+1
*
fix group stop with exit race
Oleg Nesterov
2008-02-08
3
-2
/
+28
*
start the global /sbin/init with 0,0 special pids
Oleg Nesterov
2008-02-08
2
-6
/
+4
*
move daemonized kernel threads into the swapper's session
Oleg Nesterov
2008-02-08
1
-1
/
+1
*
teach set_special_pids() to use struct pid
Oleg Nesterov
2008-02-08
4
-18
/
+18
*
fix setsid() for sub-namespace /sbin/init
Oleg Nesterov
2008-02-08
1
-12
/
+10
*
sys_setpgid(): simplify pid/ns interaction
Oleg Nesterov
2008-02-08
1
-13
/
+10
*
wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT
Oleg Nesterov
2008-02-08
1
-4
/
+0
*
wait_task_continued/zombie: don't use task_pid_nr_ns() lockless
Oleg Nesterov
2008-02-08
1
-10
/
+5
*
do_wait: fix security checks
Oleg Nesterov
2008-02-08
1
-21
/
+18
*
do_wait: cleanup delay_group_leader() usage
Oleg Nesterov
2008-02-08
1
-13
/
+4
*
wait_task_stopped(): remove unneeded delay_group_leader check
Oleg Nesterov
2008-02-08
1
-4
/
+3
*
ptrace_stop: fix racy nonstop_code setting
Oleg Nesterov
2008-02-08
1
-6
/
+7
*
do_wait: factor out "retval != 0" checks
Oleg Nesterov
2008-02-08
1
-8
/
+4
*
wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace
Oleg Nesterov
2008-02-08
1
-62
/
+26
*
ptrace_stop: fix the race with ptrace detach+attach
Oleg Nesterov
2008-02-08
1
-3
/
+3
*
ptrace_check_attach: remove unneeded ->signal != NULL check
Oleg Nesterov
2008-02-08
1
-2
/
+5
*
kill my_ptrace_child()
Oleg Nesterov
2008-02-08
1
-20
/
+3
*
kill PT_ATTACHED
Oleg Nesterov
2008-02-08
4
-22
/
+3
*
IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()
Pierre Peiffer
2008-02-08
5
-67
/
+50
*
IPC: make struct ipc_ids static in ipc_namespace
Pierre Peiffer
2008-02-08
7
-104
/
+34
*
IPC/semaphores: consolidate SEM_STAT and IPC_STAT commands
Pierre Peiffer
2008-02-08
1
-22
/
+16
*
ipc: uninline some code from util.h
Pavel Emelyanov
2008-02-08
2
-58
/
+57
*
serial_core: bring mostly into line with coding style
Alan Cox
2008-02-08
1
-27
/
+28
*
8250: enable rate reporting via termios
Alan Cox
2008-02-08
1
-0
/
+1
*
serial8250: coding style
Alan Cox
2008-02-08
1
-9
/
+10
*
8250_pci: coding style
Alan Cox
2008-02-08
1
-55
/
+54
*
8250_hub6: codding style
Alan Cox
2008-02-08
1
-12
/
+12
*
8250_hp300: coding style
Alan Cox
2008-02-08
1
-20
/
+15
*
8250_gsc: coding style
Alan Cox
2008-02-08
1
-9
/
+8
*
8250_early: coding style
Alan Cox
2008-02-08
1
-8
/
+15
*
tty_ioctl: drag screaming into compliance with the coding style
Alan Cox
2008-02-08
1
-182
/
+180
*
tty_io: drag screaming into coding style compliance
Alan Cox
2008-02-08
1
-278
/
+283
[next]