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
2011-11-23
PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()
Srivatsa S. Bhat
1
-4
/
+2
2011-11-23
PM / Hibernate: Refactor and simplify hibernation_snapshot() code
Srivatsa S. Bhat
1
-13
/
+9
2011-11-23
PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.c
Srivatsa S. Bhat
1
-3
/
+3
2011-11-23
Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer
Rafael J. Wysocki
9
-204
/
+195
2011-11-23
PM / Hibernate: Do not leak memory in error/test code paths
Rafael J. Wysocki
1
-6
/
+10
2011-11-23
timer: Use debugobjects to catch deletion of uninitialized timers
Christine Chan
1
-5
/
+48
2011-11-23
timer: Setup uninitialized timer with a stub callback
Stephen Boyd
1
-1
/
+8
2011-11-23
freezer: kill unused set_freezable_with_signal()
Tejun Heo
2
-22
/
+7
2011-11-22
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
1
-5
/
+0
2011-11-21
time: Fix spelling mistakes in new comments
John Stultz
1
-4
/
+4
2011-11-21
time: fix bogus comment in timekeeping_get_ns_raw
Dan McGee
1
-1
/
+1
2011-11-21
freezer: remove unused @sig_only from freeze_task()
Tejun Heo
3
-18
/
+15
2011-11-21
freezer: use lock_task_sighand() in fake_signal_wake_up()
Tejun Heo
1
-3
/
+4
2011-11-21
freezer: restructure __refrigerator()
Tejun Heo
1
-21
/
+11
2011-11-21
freezer: fix set_freezable[_with_signal]() race
Tejun Heo
1
-0
/
+25
2011-11-21
freezer: remove should_send_signal() and update frozen()
Tejun Heo
1
-1
/
+1
2011-11-21
freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE
Tejun Heo
4
-28
/
+60
2011-11-21
cgroup_freezer: prepare for removal of TIF_FREEZE
Tejun Heo
2
-28
/
+14
2011-11-21
freezer: clean up freeze_processes() failure path
Tejun Heo
5
-45
/
+23
2011-11-21
freezer: kill PF_FREEZING
Tejun Heo
1
-6
/
+0
2011-11-21
freezer: test freezable conditions while holding freezer_lock
Tejun Heo
2
-16
/
+3
2011-11-21
freezer: make freezing indicate freeze condition in effect
Tejun Heo
3
-20
/
+27
2011-11-21
freezer: use dedicated lock instead of task_lock() + memory barrier
Tejun Heo
2
-48
/
+36
2011-11-21
freezer: don't distinguish nosig tasks on thaw
Tejun Heo
1
-13
/
+7
2011-11-21
freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
Tejun Heo
2
-4
/
+2
2011-11-21
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
Tejun Heo
3
-24
/
+16
2011-11-21
freezer: implement and use kthread_freezable_should_stop()
Tejun Heo
2
-2
/
+29
2011-11-21
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
1
-3
/
+7
2011-11-21
freezer: fix current->state restoration race in refrigerator()
Tejun Heo
1
-1
/
+7
2011-11-20
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-7
/
+19
2011-11-19
PM / Suspend: Fix bug in suspend statistics update
Srivatsa S. Bhat
1
-1
/
+2
2011-11-19
hrtimer: Fix extra wakeups from __remove_hrtimer()
Jeff Ohlstein
1
-2
/
+4
2011-11-18
PM / Hibernate: Fix the early termination of test modes
Srivatsa S. Bhat
1
-6
/
+17
2011-11-17
timekeeping: add arch_offset hook to ktime_get functions
Hector Palacios
1
-0
/
+4
2011-11-17
genirq: Don't allow per cpu interrupts to be suspended
Marc Zyngier
1
-1
/
+1
2011-11-17
tracing: Add entries in buffer and total entries to default output header
Steven Rostedt
1
-25
/
+47
2011-11-17
tracing: Add irq, preempt-count and need resched info to default trace output
Steven Rostedt
3
-6
/
+35
2011-11-17
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2011-11-17
writeback: remove vm_dirties and task->dirties
Wu Fengguang
1
-5
/
+0
2011-11-17
sched: Move all scheduler bits into kernel/sched/
Peter Zijlstra
17
-28
/
+34
2011-11-17
sched: Make separate sched*.c translation units
Peter Zijlstra
12
-1953
/
+2023
2011-11-16
sched: Fix comment for requeue_rt_entity
Richard Weinberger
1
-2
/
+2
2011-11-16
sched: Don't call task_group() too many times in set_task_rq()
Andrew Vagin
1
-4
/
+8
2011-11-16
sched, trivial: Initialize root cgroup's sibling list
Glauber Costa
1
-0
/
+1
2011-11-16
sched: Use jump labels to reduce overhead when bandwidth control is inactive
Paul Turner
2
-5
/
+43
2011-11-16
sched: Fix buglet in return_cfs_rq_runtime()
Paul Turner
1
-1
/
+1
2011-11-16
sched: Avoid SMT siblings in select_idle_sibling() if possible
Peter Zijlstra
1
-14
/
+28
2011-11-15
Merge branch 'core' of git://amd64.org/linux/rric into perf/core
Ingo Molnar
1
-0
/
+2
2011-11-14
lockdep: Always try to set ->class_cache in register_lock_class() lockdep_init_map()
Yong Zhang
1
-1
/
+2
2011-11-14
printk, lockdep: Switch to tracked irq ops
Peter Zijlstra
1
-2
/
+2
[prev]
[next]