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