index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2007-05-11
Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-95
/
+290
2007-05-11
signal/timer/event: eventfd core
Davide Libenzi
-0
/
+1
2007-05-11
signal/timer/event: timerfd compat code
Davide Libenzi
-4
/
+4
2007-05-11
signal/timer/event: timerfd core
Davide Libenzi
-0
/
+1
2007-05-11
signal/timer/event: signalfd core
Davide Libenzi
-5
/
+37
2007-05-11
Use task_pgrp() task_session() in copy_process()
Sukadev Bhattiprolu
-6
/
+3
2007-05-11
Use struct pid parameter in copy_process()
Sukadev Bhattiprolu
-5
/
+6
2007-05-11
statically initialize struct pid for swapper
Sukadev Bhattiprolu
-0
/
+2
2007-05-11
attach_pid() with struct pid parameter
Sukadev Bhattiprolu
-10
/
+16
2007-05-11
use defines in sys_getpriority/sys_setpriority
Daniel Walker
-2
/
+3
2007-05-11
stop_machine() now uses hard_irq_disable
Benjamin Herrenschmidt
-0
/
+4
2007-05-11
getrusage(): fill ru_inblock and ru_oublock fields if possible
Eric Dumazet
-0
/
+17
2007-05-11
[PATCH] Abnormal End of Processes
Steve Grubb
-0
/
+39
2007-05-11
[PATCH] match audit name data
Amy Griffis
-58
/
+84
2007-05-11
[PATCH] complete message queue auditing
Amy Griffis
-27
/
+0
2007-05-11
[PATCH] initialize name osid
Amy Griffis
-0
/
+1
2007-05-11
[PATCH] audit signal recipients
Amy Griffis
-29
/
+153
2007-05-11
[PATCH] auditing ptrace
Al Viro
-0
/
+32
2007-05-10
timer: revert parenthesis fix in tbase_get_deferrable() etc
akpm@linux-foundation.org
-5
/
+5
2007-05-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
-3
/
+9
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
-10
/
+10
2007-05-09
rename thread_info to stack
Roman Zippel
-2
/
+2
2007-05-09
wrap access to thread_info
Roman Zippel
-4
/
+4
2007-05-09
clocksource: fix resume logic
Thomas Gleixner
-0
/
+47
2007-05-09
Make vm statistics update interval configurable
Christoph Lameter
-0
/
+12
2007-05-09
microcode: use suspend-related CPU hotplug notifications
Rafael J. Wysocki
-10
/
+0
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
-16
/
+50
2007-05-09
timer: parenthesis fix in tbase_get_deferrable() etc
Jarek Poplawski
-5
/
+5
2007-05-09
FUTEX: new PRIVATE futexes
Eric Dumazet
-114
/
+210
2007-05-09
futex_requeue_pi optimization
Pierre Peiffer
-87
/
+532
2007-05-09
Make futex_wait() use an hrtimer for timeout
Pierre Peiffer
-54
/
+54
2007-05-09
futex priority based wakeup
Pierre Peiffer
-29
/
+49
2007-05-09
make cancel_rearming_delayed_work() reliable
Oleg Nesterov
-49
/
+91
2007-05-09
Remove kthread_bind() call from _cpu_down()
Gautham R Shenoy
-4
/
+0
2007-05-09
change kernel threads to ignore signals instead of blocking them
Oleg Nesterov
-15
/
+14
2007-05-09
worker_thread: don't play with SIGCHLD and numa policy
Oleg Nesterov
-12
/
+0
2007-05-09
wait_for_helper: remove unneeded do_sigaction()
Oleg Nesterov
-5
/
+0
2007-05-09
Change reparent_to_init to reparent_to_kthreadd
Eric W. Biederman
-8
/
+8
2007-05-09
kthread: don't depend on work queues
Eric W. Biederman
-56
/
+68
2007-05-09
____call_usermodehelper: don't flush_signals()
Oleg Nesterov
-1
/
+0
2007-05-09
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
-19
/
+17
2007-05-09
zap_other_threads: remove unneeded ->exit_signal change
Oleg Nesterov
-11
/
+0
2007-05-09
worker_thread: fix racy try_to_freeze() usage
Oleg Nesterov
-4
/
+4
2007-05-09
worker_thread: don't play with signals
Oleg Nesterov
-7
/
+0
2007-05-09
workqueue: kill NOAUTOREL works
Oleg Nesterov
-3
/
+2
2007-05-09
make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq
Oleg Nesterov
-18
/
+9
2007-05-09
workqueue: introduce wq_per_cpu() helper
Oleg Nesterov
-13
/
+13
2007-05-09
unify queue_delayed_work() and queue_delayed_work_on()
Oleg Nesterov
-22
/
+10
2007-05-09
make queue_delayed_work() friendly to flush_fork()
Oleg Nesterov
-10
/
+18
2007-05-09
workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE
Oleg Nesterov
-8
/
+15
[next]