index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2011-11-21
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
-3
/
+7
2011-11-21
freezer: fix current->state restoration race in refrigerator()
Tejun Heo
-1
/
+7
2011-11-20
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-7
/
+19
2011-11-19
PM / Suspend: Fix bug in suspend statistics update
Srivatsa S. Bhat
-1
/
+2
2011-11-19
hrtimer: Fix extra wakeups from __remove_hrtimer()
Jeff Ohlstein
-2
/
+4
2011-11-18
PM / Hibernate: Fix the early termination of test modes
Srivatsa S. Bhat
-6
/
+17
2011-11-17
timekeeping: add arch_offset hook to ktime_get functions
Hector Palacios
-0
/
+4
2011-11-17
genirq: Don't allow per cpu interrupts to be suspended
Marc Zyngier
-1
/
+1
2011-11-17
tracing: Add entries in buffer and total entries to default output header
Steven Rostedt
-25
/
+47
2011-11-17
tracing: Add irq, preempt-count and need resched info to default trace output
Steven Rostedt
-6
/
+35
2011-11-17
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+1
2011-11-17
writeback: remove vm_dirties and task->dirties
Wu Fengguang
-5
/
+0
2011-11-17
sched: Move all scheduler bits into kernel/sched/
Peter Zijlstra
-28
/
+34
2011-11-17
sched: Make separate sched*.c translation units
Peter Zijlstra
-1953
/
+2023
2011-11-16
sched: Fix comment for requeue_rt_entity
Richard Weinberger
-2
/
+2
2011-11-16
sched: Don't call task_group() too many times in set_task_rq()
Andrew Vagin
-4
/
+8
2011-11-16
sched, trivial: Initialize root cgroup's sibling list
Glauber Costa
-0
/
+1
2011-11-16
sched: Use jump labels to reduce overhead when bandwidth control is inactive
Paul Turner
-5
/
+43
2011-11-16
sched: Fix buglet in return_cfs_rq_runtime()
Paul Turner
-1
/
+1
2011-11-16
sched: Avoid SMT siblings in select_idle_sibling() if possible
Peter Zijlstra
-14
/
+28
2011-11-15
Merge branch 'core' of git://amd64.org/linux/rric into perf/core
Ingo Molnar
-0
/
+2
2011-11-14
lockdep: Always try to set ->class_cache in register_lock_class() lockdep_ini...
Yong Zhang
-1
/
+2
2011-11-14
printk, lockdep: Switch to tracked irq ops
Peter Zijlstra
-2
/
+2
2011-11-14
printk, lockdep: Remove superfluous preempt_disable()
Peter Zijlstra
-2
/
+0
2011-11-14
printk, lockdep: Disable lock debugging on zap_locks()
Peter Zijlstra
-1
/
+2
2011-11-14
events: Don't divide events if it has field period
Andrew Vagin
-1
/
+6
2011-11-14
perf: Carve out callchain functionality
Borislav Petkov
-211
/
+230
2011-11-14
perf: Do not set task_ctx pointer in cpuctx if there are no events in the con...
Gleb Natapov
-1
/
+2
2011-11-14
sched: Set the command name of the idle tasks in SMP kernels
Carsten Emde
-0
/
+4
2011-11-14
sched, rt: Provide means of disabling cross-cpu bandwidth sharing
Peter Zijlstra
-0
/
+4
2011-11-14
sched: Document wait_for_completion_*() return values
J. Bruce Fields
-0
/
+13
2011-11-14
sched_fair: Fix a typo in the comment describing update_sd_lb_stats
Hui Kang
-1
/
+1
2011-11-14
sched: Add a comment to effective_load() since it's a pain
Peter Zijlstra
-18
/
+95
2011-11-13
Merge branch 'master' into for-next
Jiri Kosina
-2174
/
+5613
2011-11-11
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
-31
/
+83
2011-11-11
Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...
Ingo Molnar
-10
/
+55
2011-11-10
clocksource: Avoid selecting mult values that might overflow when adjusted
John Stultz
-10
/
+55
2011-11-08
Merge branch 'perf/core' into oprofile/master
Robert Richter
-44
/
+27
2011-11-07
PM / QoS: Set cpu_dma_pm_qos->name
Dominik Brodowski
-0
/
+1
2011-11-07
tracing/latency: Fix header output for latency tracers
Jiri Olsa
-2
/
+40
2011-11-07
ftrace: Fix hash record accounting bug
Steven Rostedt
-1
/
+3
2011-11-07
jump_label: jump_label_inc may return before the code is patched
Gleb Natapov
-1
/
+2
2011-11-07
ftrace: Remove force undef config value left for testing
Steven Rostedt
-1
/
+0
2011-11-07
lockdep: Show subclass in pretty print of lockdep output
Steven Rostedt
-17
/
+13
2011-11-06
Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-16
/
+21
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-65
/
+83
2011-11-06
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+3
2011-11-06
Merge git://github.com/rustyrussell/linux
Linus Torvalds
-4
/
+9
2011-11-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
-2
/
+0
2011-11-07
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
Ben Hutchings
-0
/
+7
[prev]
[next]