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
2007-05-11
statically initialize struct pid for swapper
Sukadev Bhattiprolu
1
-0
/
+2
2007-05-11
attach_pid() with struct pid parameter
Sukadev Bhattiprolu
4
-10
/
+16
2007-05-11
use defines in sys_getpriority/sys_setpriority
Daniel Walker
1
-2
/
+3
2007-05-11
stop_machine() now uses hard_irq_disable
Benjamin Herrenschmidt
1
-0
/
+4
2007-05-11
getrusage(): fill ru_inblock and ru_oublock fields if possible
Eric Dumazet
3
-0
/
+17
2007-05-11
[PATCH] Abnormal End of Processes
Steve Grubb
1
-0
/
+39
2007-05-11
[PATCH] match audit name data
Amy Griffis
1
-58
/
+84
2007-05-11
[PATCH] complete message queue auditing
Amy Griffis
1
-27
/
+0
2007-05-11
[PATCH] initialize name osid
Amy Griffis
1
-0
/
+1
2007-05-11
[PATCH] audit signal recipients
Amy Griffis
4
-29
/
+153
2007-05-11
[PATCH] auditing ptrace
Al Viro
2
-0
/
+32
2007-05-10
timer: revert parenthesis fix in tbase_get_deferrable() etc
akpm@linux-foundation.org
1
-5
/
+5
2007-05-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
1
-3
/
+9
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
5
-10
/
+10
2007-05-09
rename thread_info to stack
Roman Zippel
1
-2
/
+2
2007-05-09
wrap access to thread_info
Roman Zippel
1
-4
/
+4
2007-05-09
clocksource: fix resume logic
Thomas Gleixner
2
-0
/
+47
2007-05-09
Make vm statistics update interval configurable
Christoph Lameter
1
-0
/
+12
2007-05-09
microcode: use suspend-related CPU hotplug notifications
Rafael J. Wysocki
1
-10
/
+0
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
10
-16
/
+50
2007-05-09
timer: parenthesis fix in tbase_get_deferrable() etc
Jarek Poplawski
1
-5
/
+5
2007-05-09
FUTEX: new PRIVATE futexes
Eric Dumazet
1
-114
/
+210
2007-05-09
futex_requeue_pi optimization
Pierre Peiffer
4
-87
/
+532
2007-05-09
Make futex_wait() use an hrtimer for timeout
Pierre Peiffer
2
-54
/
+54
2007-05-09
futex priority based wakeup
Pierre Peiffer
1
-29
/
+49
2007-05-09
make cancel_rearming_delayed_work() reliable
Oleg Nesterov
1
-49
/
+91
2007-05-09
Remove kthread_bind() call from _cpu_down()
Gautham R Shenoy
1
-4
/
+0
2007-05-09
change kernel threads to ignore signals instead of blocking them
Oleg Nesterov
3
-15
/
+14
2007-05-09
worker_thread: don't play with SIGCHLD and numa policy
Oleg Nesterov
1
-12
/
+0
2007-05-09
wait_for_helper: remove unneeded do_sigaction()
Oleg Nesterov
1
-5
/
+0
2007-05-09
Change reparent_to_init to reparent_to_kthreadd
Eric W. Biederman
1
-8
/
+8
2007-05-09
kthread: don't depend on work queues
Eric W. Biederman
1
-56
/
+68
2007-05-09
____call_usermodehelper: don't flush_signals()
Oleg Nesterov
1
-1
/
+0
2007-05-09
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
1
-19
/
+17
2007-05-09
zap_other_threads: remove unneeded ->exit_signal change
Oleg Nesterov
1
-11
/
+0
2007-05-09
worker_thread: fix racy try_to_freeze() usage
Oleg Nesterov
1
-4
/
+4
2007-05-09
worker_thread: don't play with signals
Oleg Nesterov
1
-7
/
+0
2007-05-09
workqueue: kill NOAUTOREL works
Oleg Nesterov
1
-3
/
+2
2007-05-09
make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq
Oleg Nesterov
1
-18
/
+9
2007-05-09
workqueue: introduce wq_per_cpu() helper
Oleg Nesterov
1
-13
/
+13
2007-05-09
unify queue_delayed_work() and queue_delayed_work_on()
Oleg Nesterov
1
-22
/
+10
2007-05-09
make queue_delayed_work() friendly to flush_fork()
Oleg Nesterov
1
-10
/
+18
2007-05-09
workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE
Oleg Nesterov
1
-8
/
+15
2007-05-09
workqueue: make init_workqueues() __init
Oleg Nesterov
1
-1
/
+1
2007-05-09
workqueue: introduce workqueue_struct->singlethread
Oleg Nesterov
1
-4
/
+6
2007-05-09
workqueue: introduce cpu_singlethread_map
Oleg Nesterov
1
-30
/
+25
2007-05-09
workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork
Oleg Nesterov
1
-0
/
+4
2007-05-09
workqueue: don't save interrupts in run_workqueue()
Oleg Nesterov
1
-10
/
+8
2007-05-09
workqueue: kill run_scheduled_work()
Oleg Nesterov
1
-73
/
+0
2007-05-09
workqueue: don't migrate pending works from the dead CPU
Oleg Nesterov
1
-219
/
+211
[prev]
[next]