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-12-05
Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...
Thomas Gleixner
-5
/
+5
2011-12-05
ftrace: Fix hash record accounting bug
Steven Rostedt
-1
/
+3
2011-12-05
jump_label: jump_label_inc may return before the code is patched
Gleb Natapov
-1
/
+2
2011-12-05
ftrace: Remove force undef config value left for testing
Steven Rostedt
-1
/
+0
2011-12-05
tracing: Restore system filter behavior
Li Zefan
-1
/
+6
2011-12-05
tracing: fix event_subsystem ref counting
Ilya Dryomov
-1
/
+0
2011-12-05
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
-3
/
+3
2011-12-05
x86: Panic on detection of stack overflow
Mitsuo Hayasaka
-0
/
+9
2011-12-05
perf: Fix loss of notification with multi-event
Peter Zijlstra
-2
/
+90
2011-12-02
clockevents: Set noop handler in clockevents_exchange_device()
Thomas Gleixner
-0
/
+1
2011-12-02
tick-broadcast: Stop active broadcast device when replacing it
Thomas Gleixner
-1
/
+1
2011-12-02
genirq: Fix race condition when stopping the irq thread
Ido Yariv
-1
/
+4
2011-12-01
trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...
Tejun Heo
-3
/
+3
2011-12-01
clocksource: Fix bug with max_deferment margin calculation
Yang Honggang (Joseph)
-2
/
+2
2011-11-29
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-6
/
+10
2011-11-29
clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGR
Paul Bolle
-1
/
+1
2011-11-28
Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-2
/
+9
2011-11-28
Merge branch 'master' into x86/memblock
Tejun Heo
-4230
/
+9320
2011-11-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-13
/
+143
2011-11-28
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+1
2011-11-28
genirq: fix regression in irqfixup, irqpoll
Edward Donovan
-1
/
+3
2011-11-24
cgroup_freezer: fix freezing groups with stopped tasks
Michal Hocko
-2
/
+9
2011-11-23
CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init()
Fenghua Yu
-2
/
+2
2011-11-23
PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()
Srivatsa S. Bhat
-4
/
+2
2011-11-23
PM / Hibernate: Refactor and simplify hibernation_snapshot() code
Srivatsa S. Bhat
-13
/
+9
2011-11-23
PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.c
Srivatsa S. Bhat
-3
/
+3
2011-11-23
Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Rafael J. Wysocki
-205
/
+196
2011-11-23
PM / Hibernate: Do not leak memory in error/test code paths
Rafael J. Wysocki
-6
/
+10
2011-11-23
timer: Use debugobjects to catch deletion of uninitialized timers
Christine Chan
-5
/
+48
2011-11-23
timer: Setup uninitialized timer with a stub callback
Stephen Boyd
-1
/
+8
2011-11-23
freezer: kill unused set_freezable_with_signal()
Tejun Heo
-22
/
+7
2011-11-22
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-5
/
+0
2011-11-21
time: Fix spelling mistakes in new comments
John Stultz
-4
/
+4
2011-11-21
time: fix bogus comment in timekeeping_get_ns_raw
Dan McGee
-1
/
+1
2011-11-21
freezer: remove unused @sig_only from freeze_task()
Tejun Heo
-18
/
+15
2011-11-21
freezer: use lock_task_sighand() in fake_signal_wake_up()
Tejun Heo
-3
/
+4
2011-11-21
freezer: restructure __refrigerator()
Tejun Heo
-21
/
+11
2011-11-21
freezer: fix set_freezable[_with_signal]() race
Tejun Heo
-0
/
+25
2011-11-21
freezer: remove should_send_signal() and update frozen()
Tejun Heo
-1
/
+1
2011-11-21
freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE
Tejun Heo
-28
/
+60
2011-11-21
cgroup_freezer: prepare for removal of TIF_FREEZE
Tejun Heo
-28
/
+14
2011-11-21
freezer: clean up freeze_processes() failure path
Tejun Heo
-45
/
+23
2011-11-21
freezer: kill PF_FREEZING
Tejun Heo
-6
/
+0
2011-11-21
freezer: test freezable conditions while holding freezer_lock
Tejun Heo
-16
/
+3
2011-11-21
freezer: make freezing indicate freeze condition in effect
Tejun Heo
-20
/
+27
2011-11-21
freezer: use dedicated lock instead of task_lock() + memory barrier
Tejun Heo
-49
/
+37
2011-11-21
freezer: don't distinguish nosig tasks on thaw
Tejun Heo
-13
/
+7
2011-11-21
freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
Tejun Heo
-4
/
+2
2011-11-21
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
Tejun Heo
-24
/
+16
2011-11-21
freezer: implement and use kthread_freezable_should_stop()
Tejun Heo
-2
/
+29
[prev]
[next]