summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner-5/+5
2011-12-05ftrace: Fix hash record accounting bugSteven Rostedt-1/+3
2011-12-05jump_label: jump_label_inc may return before the code is patchedGleb Natapov-1/+2
2011-12-05ftrace: Remove force undef config value left for testingSteven Rostedt-1/+0
2011-12-05tracing: Restore system filter behaviorLi Zefan-1/+6
2011-12-05tracing: fix event_subsystem ref countingIlya Dryomov-1/+0
2011-12-05Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-3/+3
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka-0/+9
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra-2/+90
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner-0/+1
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner-1/+1
2011-12-02genirq: Fix race condition when stopping the irq threadIdo Yariv-1/+4
2011-12-01trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo-3/+3
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)-2/+2
2011-11-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-6/+10
2011-11-29clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGRPaul Bolle-1/+1
2011-11-28Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+9
2011-11-28Merge branch 'master' into x86/memblockTejun Heo-4230/+9320
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-13/+143
2011-11-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2011-11-28genirq: fix regression in irqfixup, irqpollEdward Donovan-1/+3
2011-11-24cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko-2/+9
2011-11-23CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init()Fenghua Yu-2/+2
2011-11-23PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()Srivatsa S. Bhat-4/+2
2011-11-23PM / Hibernate: Refactor and simplify hibernation_snapshot() codeSrivatsa S. Bhat-13/+9
2011-11-23PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat-3/+3
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki-205/+196
2011-11-23PM / Hibernate: Do not leak memory in error/test code pathsRafael J. Wysocki-6/+10
2011-11-23timer: Use debugobjects to catch deletion of uninitialized timersChristine Chan-5/+48
2011-11-23timer: Setup uninitialized timer with a stub callbackStephen Boyd-1/+8
2011-11-23freezer: kill unused set_freezable_with_signal()Tejun Heo-22/+7
2011-11-22Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+0
2011-11-21time: Fix spelling mistakes in new commentsJohn Stultz-4/+4
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawDan McGee-1/+1
2011-11-21freezer: remove unused @sig_only from freeze_task()Tejun Heo-18/+15
2011-11-21freezer: use lock_task_sighand() in fake_signal_wake_up()Tejun Heo-3/+4
2011-11-21freezer: restructure __refrigerator()Tejun Heo-21/+11
2011-11-21freezer: fix set_freezable[_with_signal]() raceTejun Heo-0/+25
2011-11-21freezer: remove should_send_signal() and update frozen()Tejun Heo-1/+1
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo-28/+60
2011-11-21cgroup_freezer: prepare for removal of TIF_FREEZETejun Heo-28/+14
2011-11-21freezer: clean up freeze_processes() failure pathTejun Heo-45/+23
2011-11-21freezer: kill PF_FREEZINGTejun Heo-6/+0
2011-11-21freezer: test freezable conditions while holding freezer_lockTejun Heo-16/+3
2011-11-21freezer: make freezing indicate freeze condition in effectTejun Heo-20/+27
2011-11-21freezer: use dedicated lock instead of task_lock() + memory barrierTejun Heo-49/+37
2011-11-21freezer: don't distinguish nosig tasks on thawTejun Heo-13/+7
2011-11-21freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasksTejun Heo-4/+2
2011-11-21freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo-24/+16
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo-2/+29