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
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG_ON() Conversion in kernel/signal.c
Eric Sesterhenn
2006-04-02
1
-2
/
+1
*
BUG_ON() Conversion in kernel/signal.c
Eric Sesterhenn
2006-04-02
1
-4
/
+2
*
BUG_ON() Conversion in kernel/ptrace.c
Eric Sesterhenn
2006-04-02
1
-2
/
+1
*
Fix comments: s/granuality/granularity/
Kalin KOZHUHAROV
2006-04-01
1
-4
/
+4
*
BUG_ON() Conversion in kernel/printk.c
Eric Sesterhenn
2006-04-01
1
-4
/
+2
*
help text: SOFTWARE_SUSPEND doesn't need ACPI
Adrian Bunk
2006-04-01
1
-1
/
+1
*
[PATCH] wrong error path in dup_fd() leading to oopses in RCU
Kirill Korotaev
2006-03-31
1
-1
/
+1
*
[PATCH] pidhash: Refactor the pid hash table
Eric W. Biederman
2006-03-31
2
-73
/
+155
*
[PATCH] task: RCU protect task->usage
Eric W. Biederman
2006-03-31
1
-1
/
+6
*
[PATCH] resurrect __put_task_struct
Andrew Morton
2006-03-31
1
-3
/
+7
*
[PATCH] Make setsid() more robust
Eric W. Biederman
2006-03-31
1
-4
/
+15
*
[PATCH] futex: check and validate timevals
Thomas Gleixner
2006-03-31
2
-2
/
+6
*
[PATCH] sched: activate SCHED BATCH expired
Con Kolivas
2006-03-31
1
-3
/
+7
*
[PATCH] sched: remove on runqueue requeueing
Con Kolivas
2006-03-31
1
-2
/
+1
*
[PATCH] sched: include noninteractive sleep in idle detect
Con Kolivas
2006-03-31
1
-2
/
+1
*
[PATCH] sched: dont decrease idle sleep avg
Con Kolivas
2006-03-31
1
-5
/
+10
*
[PATCH] sched: make task_noninteractive use sleep_type
Con Kolivas
2006-03-31
1
-8
/
+8
*
[PATCH] sched: cleanup task_activated()
Con Kolivas
2006-03-31
1
-9
/
+15
*
[PATCH] sched: reduce overhead of calc_load
Jack Steiner
2006-03-31
2
-1
/
+16
*
[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...
Dimitri Sivanich
2006-03-31
1
-0
/
+3
*
[PATCH] hrtimer: use generic sleeper for nanosleep
Thomas Gleixner
2006-03-31
1
-30
/
+9
*
[PATCH] hrtimer: create generic sleeper
Thomas Gleixner
2006-03-31
1
-0
/
+19
*
[PATCH] modules: permit Dual-MIT/GPL licenses
Andrew Morton
2006-03-31
1
-0
/
+1
*
[PATCH] cpuset: memory migration interaction fix
Paul Jackson
2006-03-31
1
-5
/
+52
*
[PATCH] cpuset: unsafe mm reference fix
Paul Jackson
2006-03-31
1
-2
/
+2
*
[PATCH] cpuset: task_lock comment fix
Paul Jackson
2006-03-31
1
-6
/
+4
*
[PATCH] Fix pacct bug in multithreading case.
KaiGai Kohei
2006-03-31
1
-6
/
+6
*
[PATCH] Don't pass boot parameters to argv_init[]
OGAWA Hirofumi
2006-03-31
1
-1
/
+1
*
[PATCH] __mod_timer: simplify ->base changing
Oleg Nesterov
2006-03-31
1
-8
/
+6
*
[PATCH] kill __init_timer_base in favor of boot_tvec_bases
Oleg Nesterov
2006-03-31
1
-49
/
+35
*
[PATCH] Fix suspend with traced tasks
Pavel Machek
2006-03-31
2
-2
/
+2
*
[PATCH] send_sigqueue: simplify and fix the race
Oleg Nesterov
2006-03-28
1
-37
/
+4
*
[PATCH] do_notify_parent_cldstop: remove 'to_self' param
Oleg Nesterov
2006-03-28
1
-21
/
+11
*
[PATCH] finish_stop: don't check stop_count < 0
Oleg Nesterov
2006-03-28
1
-1
/
+1
*
[PATCH] simplify do_signal_stop()
Oleg Nesterov
2006-03-28
1
-24
/
+8
*
[PATCH] cleanup __exit_signal->cleanup_sighand path
Oleg Nesterov
2006-03-28
2
-7
/
+4
*
[PATCH] make fork() atomic wrt pgrp/session signals
Oleg Nesterov
2006-03-28
1
-20
/
+17
*
[PATCH] pids: kill PIDTYPE_TGID
Oleg Nesterov
2006-03-28
2
-10
/
+4
*
[PATCH] do_sigaction: don't take tasklist_lock
Oleg Nesterov
2006-03-28
1
-19
/
+3
*
[PATCH] do_group_exit: don't take tasklist_lock
Oleg Nesterov
2006-03-28
1
-2
/
+0
*
[PATCH] do_signal_stop: don't take tasklist_lock
Oleg Nesterov
2006-03-28
1
-52
/
+17
*
[PATCH] relax sig_needs_tasklist()
Oleg Nesterov
2006-03-28
1
-2
/
+1
*
[PATCH] sys_times: don't take tasklist_lock
Oleg Nesterov
2006-03-28
1
-12
/
+1
*
[PATCH] do __unhash_process() under ->siglock
Oleg Nesterov
2006-03-28
1
-2
/
+2
*
[PATCH] revert "Optimize sys_times for a single thread process"
Oleg Nesterov
2006-03-28
2
-65
/
+27
*
[PATCH] move __exit_signal() to kernel/exit.c
Oleg Nesterov
2006-03-28
2
-64
/
+64
*
[PATCH] rename __exit_sighand to cleanup_sighand
Oleg Nesterov
2006-03-28
2
-18
/
+13
*
[PATCH] cleanup __exit_signal()
Oleg Nesterov
2006-03-28
1
-16
/
+15
*
[PATCH] copy_process: cleanup bad_fork_cleanup_signal
Oleg Nesterov
2006-03-28
2
-18
/
+20
*
[PATCH] copy_process: cleanup bad_fork_cleanup_sighand
Oleg Nesterov
2006-03-28
2
-15
/
+2
[next]