index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
rcu: reduce the number of spurious RCU_SOFTIRQ invocations
Paul E. McKenney
3
-6
/
+10
2010-05-10
rcu: permit discontiguous cpu_possible_mask CPU numbering
Paul E. McKenney
1
-1
/
+1
2010-05-10
rcu: improve RCU CPU stall-warning messages
Paul E. McKenney
2
-9
/
+12
2010-05-10
rcu: print boot-time console messages if RCU configs out of ordinary
Paul E. McKenney
2
-8
/
+42
2010-05-10
rcu: disable CPU stall warnings upon panic
Paul E. McKenney
1
-0
/
+24
2010-05-10
rcu: slim down rcutiny by removing rcu_scheduler_active and friends
Paul E. McKenney
4
-19
/
+65
2010-05-10
rcu: refactor RCU's context-switch handling
Paul E. McKenney
4
-11
/
+21
2010-05-10
rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk
Paul E. McKenney
1
-6
/
+7
2010-05-10
rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
Paul E. McKenney
1
-7
/
+2
2010-05-10
rcu: ignore offline CPUs in last non-dyntick-idle CPU check
Lai Jiangshan
1
-1
/
+1
2010-05-10
rcu: move some code from macro to function
Lai Jiangshan
1
-9
/
+9
2010-05-10
rcu: make dead code really dead
Lai Jiangshan
1
-2
/
+2
2010-05-10
rcu: substitute set_need_resched for sending resched IPIs
Paul E. McKenney
1
-0
/
+10
2010-05-10
rcu: optionally leave lockdep enabled after RCU lockdep splat
Lai Jiangshan
1
-0
/
+3
2010-05-10
clocksource: Add clocksource_register_hz/khz interface
John Stultz
1
-0
/
+48
2010-05-10
posix-cpu-timers: Optimize run_posix_cpu_timers()
Stanislaw Gruszka
1
-51
/
+29
2010-05-10
Merge branch 'linus' into timers/core
Thomas Gleixner
77
-413
/
+755
2010-05-10
Merge commit 'v2.6.34-rc7' into oprofile
Ingo Molnar
9
-15
/
+47
2010-05-10
sched: Remove a stale comment
Li Zefan
1
-1
/
+0
2010-05-09
sched: Intoduce get_cpu_iowait_time_us()
Arjan van de Ven
2
-0
/
+29
2010-05-09
sched: Eliminate the ts->idle_lastupdate field
Arjan van de Ven
1
-4
/
+1
2010-05-09
sched: Fold updating of the last_update_time_info into update_ts_time_stats()
Arjan van de Ven
1
-11
/
+11
2010-05-09
sched: Update the idle statistics in get_cpu_idle_time_us()
Arjan van de Ven
1
-1
/
+6
2010-05-09
sched: Introduce a function to update the idle statistics
Arjan van de Ven
1
-10
/
+19
2010-05-09
sched: Add a comment to get_cpu_idle_time_us()
Arjan van de Ven
1
-0
/
+14
2010-05-09
tracing: Drop the nested field from lock_release event
Frederic Weisbecker
1
-1
/
+1
2010-05-09
tracing: Drop lock_acquired waittime field
Frederic Weisbecker
1
-1
/
+1
2010-05-08
Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...
Ingo Molnar
7
-386
/
+507
2010-05-08
kprobes: Move enable/disable_kprobe() out from debugfs code
Masami Hiramatsu
1
-66
/
+66
2010-05-08
cpu_stop: add dummy implementation for UP
Tejun Heo
2
-1
/
+5
2010-05-08
perf_event: Make software events work again
Paul Mackerras
1
-6
/
+6
2010-05-08
ipv4: remove ip_rt_secret timer (v4)
Neil Horman
1
-1
/
+0
2010-05-07
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-5
/
+24
2010-05-07
perf: Add group scheduling transactional APIs
Lin Ming
1
-13
/
+20
2010-05-07
perf: Annotate perf_event_read_group() vs perf_event_release_kernel()
Peter Zijlstra
1
-2
/
+14
2010-05-07
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-7
/
+25
2010-05-07
perf: Fix exit() vs PERF_FORMAT_GROUP
Peter Zijlstra
1
-0
/
+5
2010-05-07
sched: Remove rq argument to the tracepoints
Peter Zijlstra
4
-12
/
+9
2010-05-07
Merge commit 'v2.6.34-rc6' into sched/core
Ingo Molnar
3
-3
/
+10
2010-05-07
lockdep: Reduce stack_trace usage
Yong Zhang
1
-8
/
+21
2010-05-07
rcu: need barrier() in UP synchronize_sched_expedited()
Paul E. McKenney
1
-0
/
+1
2010-05-06
perf: Fix check at end of event search
Dan Carpenter
1
-1
/
+1
2010-05-06
sched: correctly place paranioa memory barriers in synchronize_sched_expedited()
Paul E. McKenney
1
-10
/
+11
2010-05-06
sched: kill paranoia check in synchronize_sched_expedited()
Tejun Heo
1
-37
/
+3
2010-05-06
sched: replace migration_thread with cpu_stop
Tejun Heo
4
-240
/
+127
2010-05-06
stop_machine: reimplement using cpu_stop
Tejun Heo
3
-140
/
+40
2010-05-06
cpu_stop: implement stop_cpu[s]()
Tejun Heo
1
-5
/
+367
2010-05-06
rcu: create rcu_my_thread_group_empty() wrapper
Paul E. McKenney
1
-0
/
+11
2010-05-06
Merge branch 'master' into next
James Morris
1
-1
/
+1
2010-05-06
Merge branch 'master' into next
James Morris
60
-202
/
+338
[prev]
[next]