index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-24
posix-timers: sys_timer_create: cleanup the error handling
Oleg Nesterov
1
-8
/
+7
2008-09-24
posix-timers: move the initialization of timer->sigq from send to create path
Oleg Nesterov
1
-5
/
+5
2008-09-24
posix-timers: sys_timer_create: simplify and s/tasklist/rcu/
Oleg Nesterov
1
-15
/
+8
2008-09-24
posix-timers: sys_timer_create: remove the buggy PF_EXITING check
Oleg Nesterov
1
-27
/
+7
2008-09-24
posix-timers: always do get_task_struct(timer->it_process)
Oleg Nesterov
1
-6
/
+4
2008-09-24
posix-timers: don't switch to ->group_leader if ->it_process dies
Oleg Nesterov
1
-14
/
+5
2008-09-23
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-10
/
+30
2008-09-23
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-1
/
+1
2008-09-23
kexec: fix segmentation fault in kimage_add_entry
Jonathan Steel
1
-1
/
+7
2008-09-23
sched: fixup buddy selection
Peter Zijlstra
1
-2
/
+2
2008-09-23
sched: more sanity checks on the bandwidth settings
Peter Zijlstra
1
-5
/
+28
2008-09-23
sched: add some comments to the bandwidth code
Peter Zijlstra
1
-0
/
+42
2008-09-23
sched: fixlet for group load balance
Peter Zijlstra
1
-13
/
+14
2008-09-23
Merge branches 'sched/urgent' and 'sched/rt' into sched/devel
Ingo Molnar
8
-129
/
+162
2008-09-23
sched: rework wakeup preemption
Peter Zijlstra
1
-129
/
+4
2008-09-23
timers: fix itimer/many thread hang, v2
Frank Mayhar
4
-133
/
+208
2008-09-23
timers: fix build error in !oneshot case
Ingo Molnar
1
-0
/
+1
2008-09-23
clockevents: prevent mode mismatch on cpu online
Thomas Gleixner
3
-1
/
+12
2008-09-23
clockevents: check broadcast device not tick device
Thomas Gleixner
1
-2
/
+2
2008-09-23
clockevents: prevent stale tick_next_period for onlining CPUs
Thomas Gleixner
1
-0
/
+3
2008-09-23
clockevents: prevent cpu online to interfere with nohz
Thomas Gleixner
3
-7
/
+12
2008-09-23
rcu: fix sparse shadowed variable warning
Harvey Harrison
1
-3
/
+3
2008-09-23
sched: clarify ifdef tangle
Andrew Morton
1
-3
/
+3
2008-09-23
sched: fix init_hrtick() section mismatch warning
Rakib Mullick
1
-1
/
+1
2008-09-22
sched: fix list traversal to use _rcu variant
Chris Friesen
1
-1
/
+1
2008-09-22
sched: turn off WAKEUP_OVERLAP
Ingo Molnar
1
-1
/
+1
2008-09-22
sched: wakeup preempt when small overlap
Peter Zijlstra
5
-13
/
+21
2008-09-22
hrtimer: remove hrtimer_clock_base::get_softirq_time()
Mark McLoughlin
1
-3
/
+1
2008-09-19
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-0
/
+7
2008-09-19
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-8
/
+19
2008-09-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
David S. Miller
24
-346
/
+553
2008-09-16
clockevents: make device shutdown robust
Thomas Gleixner
4
-8
/
+19
2008-09-14
Merge commit 'v2.6.27-rc6' into core/resources
Ingo Molnar
11
-164
/
+358
2008-09-14
timers: fix itimer/many thread hang, cleanups
Ingo Molnar
1
-3
/
+3
2008-09-14
timers: fix itimer/many thread hang, fix
Ingo Molnar
1
-1
/
+0
2008-09-14
timers: fix itimer/many thread hang
Frank Mayhar
10
-388
/
+413
2008-09-14
Merge branch 'linus' into x86/iommu
Ingo Molnar
1
-22
/
+15
2008-09-13
cpuset: avoid changing cpuset's cpus when -errno returned
Li Zefan
1
-22
/
+15
2008-09-11
sysctl: Use header file for sysctl knob declarations on sparc.
David S. Miller
1
-3
/
+1
2008-09-11
sysctl: Use CONFIG_SPARC instead of __sparc__ for ifdef tests.
David S. Miller
1
-2
/
+2
2008-09-11
hrtimer: peek at the timer queue just before going idle
Arjan van de Ven
1
-0
/
+30
2008-09-11
hrtimer: make the futex() system call use the per process slack value
Arjan van de Ven
1
-1
/
+5
2008-09-11
hrtimer: make the nanosleep() syscall use the per process slack
Arjan van de Ven
1
-1
/
+6
2008-09-11
Merge commit 'v2.6.27-rc6' into sched/devel
Ingo Molnar
8
-161
/
+292
2008-09-11
sched: fix deadlock in setting scheduler parameter to zero
Hiroshi Shimamoto
1
-0
/
+6
2008-09-11
sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly
Zhang, Yanmin
1
-0
/
+1
2008-09-10
Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detect
Ingo Molnar
10
-164
/
+357
2008-09-10
Merge commit 'v2.6.27-rc6' into x86/iommu
Ingo Molnar
33
-337
/
+552
2008-09-10
Merge commit 'v2.6.27-rc6' into core/rcu
Ingo Molnar
46
-703
/
+1129
2008-09-09
clockevents: remove WARN_ON which was used to gather information
Thomas Gleixner
1
-10
/
+8
[prev]
[next]