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-08-28
sched: clean up __might_sleep()
Ingo Molnar
1
-14
/
+19
2008-08-28
make might_sleep() display the oopsing process
Joe Korty
1
-2
/
+2
2008-08-28
sched: call resched_task() conditionally from new task wake up path
Bharata B Rao
1
-1
/
+8
2008-08-28
sched: fix sched_rt_rq_enqueue() resched idle
John Blackwood
1
-0
/
+2
2008-08-27
ftrace: disable tracing for suspend to ram
Steven Rostedt
1
-1
/
+4
2008-08-27
rcuclassic: fix compiler warning
Hiroshi Shimamoto
1
-1
/
+1
2008-08-27
exit signals: use of uninitialized field notify_count
Steve VanDeBogart
1
-2
/
+2
2008-08-27
lockdep: fix invalid list_del_rcu in zap_class
Zhu Yi
1
-2
/
+2
2008-08-26
lockstat: repair erronous contention statistics
Joe Korty
1
-1
/
+1
2008-08-26
lockstat: fix numerical output rounding error
Joe Korty
1
-1
/
+2
2008-08-26
sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txt
Kevin Diggs
1
-0
/
+56
2008-08-26
Merge branch 'linus' into sched/devel
Ingo Molnar
19
-85
/
+128
2008-08-25
smp: have smp_call_function_single() detect invalid CPUs
H. Peter Anvin
1
-3
/
+7
2008-08-25
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-50
/
+34
2008-08-25
[module] Don't let gcc inline load_module()
Linus Torvalds
1
-1
/
+1
2008-08-25
sched_clock: fix cpu_clock()
Peter Zijlstra
1
-50
/
+34
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
5
-5
/
+0
2008-08-22
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-08-22
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-0
/
+1
2008-08-22
wait_task_inactive: "improve" the returned value for ->nvcsw == 0
Oleg Nesterov
1
-1
/
+1
2008-08-22
wait_task_inactive(): don't consider task->nivcsw
Oleg Nesterov
1
-5
/
+2
2008-08-22
sched: do_wait_for_common: use signal_pending_state()
Oleg Nesterov
1
-4
/
+1
2008-08-22
dma-coherent: export dma_[alloc|release]_from_coherent methods
Ingo Molnar
1
-0
/
+2
2008-08-22
genirq: fix irq_desc->depth handling with DEBUG_SHIRQ
Anton Vorontsov
1
-7
/
+10
2008-08-22
ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanup
Roman Zippel
1
-36
/
+40
2008-08-21
rcu: use irq-safe locks
Paul E. McKenney
1
-6
/
+10
2008-08-21
migrate_timers: add comment, use spinlock_irq()
Oleg Nesterov
2
-10
/
+12
2008-08-21
nohz: fix wrong event handler after online an offlined cpu
Miao Xie
1
-1
/
+5
2008-08-21
clocksource: introduce CLOCK_MONOTONIC_RAW
John Stultz
2
-0
/
+59
2008-08-21
clocksource: introduce clocksource_forward_now()
Roman Zippel
1
-38
/
+33
2008-08-21
clocksource: keep track of original clocksource frequency
John Stultz
2
-0
/
+4
2008-08-21
rcu: fix synchronize_rcu() so that kernel-doc works
Randy Dunlap
1
-0
/
+1
2008-08-21
sched: enable LB_BIAS by default
Peter Zijlstra
1
-1
/
+1
2008-08-20
fix setpriority(PRIO_PGRP) thread iterator breakage
Ken Chen
1
-4
/
+4
2008-08-20
printk: robustify printk, update comment
Jiri Kosina
1
-3
/
+0
2008-08-20
printk: robustify printk, fix #2
Peter Zijlstra
1
-1
/
+1
2008-08-19
tracehook: fix SA_NOCLDWAIT
Roland McGrath
1
-2
/
+3
2008-08-19
sched: rt-bandwidth fixes
Peter Zijlstra
1
-62
/
+63
2008-08-19
sched: extract walk_tg_tree()
Peter Zijlstra
1
-33
/
+46
2008-08-19
sched: rt-bandwidth group disable fixes
Peter Zijlstra
2
-2
/
+12
2008-08-19
sched: rt-bandwidth accounting fix
Peter Zijlstra
1
-6
/
+5
2008-08-19
sched: rt-bandwidth for user grouping interface
Peter Zijlstra
1
-2
/
+2
2008-08-19
rcuclassic: fix compilation NG
Hiroshi Shimamoto
1
-0
/
+2
2008-08-19
rcu: fix locking cleanup fallout
Paul E. McKenney
1
-14
/
+22
2008-08-18
rcu: remove redundant ACCESS_ONCE definition from rcupreempt.c
Paul E. McKenney
1
-8
/
+0
2008-08-18
lockdep: fix spurious 'inconsistent lock state' warning
Dmitry Baryshkov
1
-1
/
+1
2008-08-17
rcu: fix classic RCU locking cleanup lockdep problem
Paul E. McKenney
1
-2
/
+4
2008-08-16
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-13
/
+21
2008-08-16
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-4
/
+6
2008-08-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
Linus Torvalds
2
-11
/
+15
[prev]
[next]