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-06-06
sched: Move cpu masks from kernel/sched.c into kernel/cpu.c
Max Krasnyansky
3
-20
/
+26
2008-06-06
sched: CPU hotplug events must not destroy scheduler domains created by the cpusets
Max Krasnyansky
2
-0
/
+28
2008-06-06
sched: fix cpuprio build bug
Ingo Molnar
1
-1
/
+4
2008-06-06
sched: fix the cpuprio count really
Thomas Gleixner
1
-2
/
+2
2008-06-06
sched: fix cpupri priocount
Gregory Haskins
1
-1
/
+1
2008-06-06
sched: fix cpupri hotplug support
Gregory Haskins
2
-20
/
+58
2008-06-06
sched: print the sd->level in sched_domain_debug code
Gautham R Shenoy
1
-1
/
+24
2008-06-06
sched: add comments for ifdefs in sched.c
Dhaval Giani
1
-38
/
+38
2008-06-06
sched: print module list in the "scheduling while atomic" warning
Arjan van de Ven
1
-0
/
+1
2008-06-06
sched: fix defined-but-unused warning
Rabin Vincent
1
-0
/
+2
2008-06-06
namespacecheck: fixes in kernel/sched.c
Thomas Gleixner
1
-1
/
+1
2008-06-06
sched: check for SD_SERIALIZE atomically in rebalance_domains()
Dmitry Adamushko
1
-2
/
+4
2008-06-06
sched: fix SCHED_OTHER balance iterator to include all tasks
Gregory Haskins
1
-12
/
+7
2008-06-06
sched: use a 2-d bitmap for searching lowest-pri CPU
Gregory Haskins
5
-77
/
+239
2008-06-06
sched: make !hrtick faster
Mike Galbraith
1
-3
/
+5
2008-06-06
sched: prioritize non-migratable tasks over migratable ones
Gregory Haskins
2
-9
/
+72
2008-06-05
genirq: Expose default irq affinity mask (take 3)
Max Krasnyansky
2
-6
/
+81
2008-06-04
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
Linus Torvalds
1
-10
/
+6
2008-06-02
ftrace: user update and disable dynamic ftrace daemon
Steven Rostedt
1
-47
/
+110
2008-06-02
ftrace: distinguish kretprobe'd functions in trace logs
Abhishek Sagar
1
-3
/
+24
2008-06-02
softlockup: fix NMI hangs due to lock race - 2.6.26-rc regression
Jason Wessel
1
-5
/
+10
2008-05-31
capabilities: remain source compatible with 32-bit raw legacy capability support.
Andrew G. Morgan
1
-38
/
+73
2008-05-30
nohz: reduce jiffies polling overhead
Ingo Molnar
1
-0
/
+7
2008-05-30
softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds
Ingo Molnar
1
-2
/
+2
2008-05-29
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
6
-582
/
+147
2008-05-29
Merge commit 'linus/master' into sched-fixes-for-linus
Ingo Molnar
10
-157
/
+85
2008-05-29
sched: stop wake_affine from causing serious imbalance
Mike Galbraith
1
-11
/
+14
2008-05-29
sched: fix sched_clock_cpu()
Peter Zijlstra
1
-4
/
+14
2008-05-29
revert ("sched: fair-group: SMP-nice for group scheduling")
Ingo Molnar
4
-488
/
+75
2008-05-29
sched: cleanup
Ingo Molnar
1
-2
/
+2
2008-05-29
show_schedstat(): fix memleak
Adrian Bunk
1
-0
/
+1
2008-05-29
sched: unite unlikely pairs in rt_policy() and schedule_debug()
Roel Kluin
1
-2
/
+2
2008-05-29
revert ("sched: fair: weight calculations")
Ingo Molnar
2
-75
/
+39
2008-05-28
kgdb: use common ascii helpers and put_unaligned_be32 helper
Harvey Harrison
1
-10
/
+6
2008-05-28
splice: fix sendfile() issue with relay
Tom Zanussi
1
-1
/
+1
2008-05-27
xen: Enable console tty by default in domU if it's not a dummy
Markus Armbruster
1
-0
/
+3
2008-05-26
hrtimer: Remove unused variables in ktime_divns()
Carlos R. Mafra
1
-3
/
+2
2008-05-26
hrtimer: remove warning in hres_timers_resume
Jeremy Fitzhardinge
1
-2
/
+0
2008-05-26
ftrace: fix updating of ftrace_update_cnt
Abhishek Sagar
1
-3
/
+5
2008-05-26
ftrace: safe traversal of ftrace_hash hlist
Abhishek Sagar
1
-2
/
+2
2008-05-26
ftrace: fix up cmdline recording
Steven Rostedt
4
-13
/
+19
2008-05-26
ftrace: set_ftrace_notrace feature
Steven Rostedt
1
-40
/
+130
2008-05-26
ftrace: remove printks from irqsoff trace
Steven Rostedt
1
-16
/
+0
2008-05-26
ftrace: add function tracing to wake up tracing
Steven Rostedt
1
-1
/
+66
2008-05-26
ftrace: move ftrace_special to trace.c
Steven Rostedt
2
-26
/
+25
2008-05-26
ftrace: limit use of check pages
Steven Rostedt
2
-9
/
+24
2008-05-26
posix timers: discard SI_TIMER signals on exec
Oleg Nesterov
1
-0
/
+34
2008-05-26
posix timers: sigqueue_free: don't free sigqueue if it is queued
Oleg Nesterov
1
-6
/
+10
2008-05-25
sched: do not trace sched_clock
Ingo Molnar
1
-3
/
+3
2008-05-25
Remove argument from open_softirq which is always NULL
Carlos R. Mafra
6
-9
/
+8
[prev]
[next]