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
2009-09-23
rcu: Clean up code based on review feedback from Josh Triplett
Paul E. McKenney
3
-39
/
+46
2009-09-22
futex: Fix wakeup race by setting TASK_INTERRUPTIBLE before queue_me()
Darren Hart
1
-12
/
+3
2009-09-22
futex: Correct futex_q woken state commentary
Darren Hart
1
-16
/
+16
2009-09-22
futex: Make function kernel-doc commentary consistent
Darren Hart
1
-20
/
+21
2009-09-22
futex: Correct queue_me and unqueue_me commentary
Darren Hart
1
-12
/
+29
2009-09-22
futex: Correct futex_wait_requeue_pi() commentary
Darren Hart
1
-3
/
+3
2009-09-21
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-129
/
+181
2009-09-21
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-49
/
+73
2009-09-21
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
10
-1078
/
+217
2009-09-21
sched: Simplify sys_sched_rr_get_interval() system call
Peter Williams
4
-16
/
+42
2009-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6
Linus Torvalds
1
-2
/
+0
2009-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2
-59
/
+6
2009-09-20
Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
8
-486
/
+291
2009-09-20
sched: Fix potential NULL derference of doms_cur
Yong Zhang
1
-1
/
+1
2009-09-20
kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_file
Alexey Dobriyan
1
-21
/
+24
2009-09-20
sched: Fix raciness in runqueue_is_locked()
Andrew Morton
2
-9
/
+9
2009-09-20
tracing: Export trace_profile_buf symbols
Peter Zijlstra
1
-1
/
+4
2009-09-20
includecheck fix: kernel/trace, ring_buffer.c
Jaswinder Singh Rajput
1
-2
/
+0
2009-09-19
vt: remove power stuff from kernel/power
Alan Cox
1
-58
/
+5
2009-09-19
kfifo: Use "const" definitions
Alan Cox
1
-1
/
+1
2009-09-19
perf_counter: Fix perf_copy_attr() pointer arithmetic
Ian Schram
1
-10
/
+10
2009-09-19
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
3
-86
/
+35
2009-09-19
tracing/events: use list_for_entry_continue
Li Zefan
1
-34
/
+15
2009-09-19
tracing: remove max_tracer_type_len
Li Zefan
1
-33
/
+16
2009-09-19
function-graph: use ftrace_graph_funcs directly
Li Zefan
1
-19
/
+4
2009-09-19
sched: Re-add lost cpu_allowed check to sched_fair.c::select_task_rq_fair()
Mike Galbraith
1
-1
/
+2
2009-09-19
Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2
-21
/
+155
2009-09-19
tracing, perf: Convert the power tracer into an event tracer
Arjan van de Ven
5
-239
/
+21
2009-09-19
perf: Add a timestamp to fork events
Arjan van de Ven
1
-2
/
+9
2009-09-19
Merge branch 'linus' into perfcounters/core
Ingo Molnar
44
-1543
/
+2009
2009-09-19
rcu: Fix whitespace inconsistencies
Paul E. McKenney
6
-20
/
+21
2009-09-19
rcu: Fix thinko, actually initialize full tree
Paul E. McKenney
2
-8
/
+7
2009-09-19
rcu: Apply results of code inspection of kernel/rcutree_plugin.h
Paul E. McKenney
2
-26
/
+11
2009-09-19
rcu: Add WARN_ON_ONCE() consistency checks covering state transitions
Paul E. McKenney
2
-10
/
+23
2009-09-18
tracing: Remove markers
Christoph Hellwig
4
-950
/
+0
2009-09-18
sched_clock: Make it NMI safe
Peter Zijlstra
2
-75
/
+56
2009-09-18
perf_counter: Fix up swcounter throttling
Peter Zijlstra
1
-1
/
+1
2009-09-18
x86, perf_counter, bts: Optimize BTS overflow handling
Markus Metzger
1
-147
/
+165
2009-09-18
headers: taskstats_kern.h trim
Alexey Dobriyan
1
-0
/
+1
2009-09-18
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-426
/
+780
2009-09-18
sched: Remove unneeded indentation in sched_fair.c::place_entity()
Mike Galbraith
1
-22
/
+19
2009-09-18
tracing: Allocate the ftrace event profile buffer dynamically
Frederic Weisbecker
2
-20
/
+138
2009-09-18
tracing: Factorize the events profile accounting
Frederic Weisbecker
1
-2
/
+18
2009-09-17
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-466
/
+526
2009-09-18
rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU
Paul E. McKenney
1
-1
/
+43
2009-09-18
rcu: Simplify rcu_read_unlock_special() quiescent-state accounting
Paul E. McKenney
2
-37
/
+32
2009-09-18
rcu: Add debug checks to TREE_PREEMPT_RCU for premature grace periods
Paul E. McKenney
2
-0
/
+27
2009-09-18
rcutorture: Occasionally delay readers enough to make RCU force_quiescent_state
Josh Triplett
1
-6
/
+9
2009-09-18
rcu: Initialize multi-level RCU grace periods holding locks
Paul E. McKenney
1
-29
/
+12
2009-09-18
rcu: Need to update rnp->gpnum if preemptable RCU is to be reliable
Paul E. McKenney
1
-1
/
+5
[next]