summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2011-12-2513-366/+273
|\
| * Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-2126-84/+467
| |\
| * | PM / Hibernate: Remove deprecated hibernation snapshot ioctlsSrivatsa S. Bhat2011-12-091-87/+0
| * | PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat2011-12-091-1/+22
| * | PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat2011-12-085-22/+22
| * | PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit...Srivatsa S. Bhat2011-12-061-1/+1
| * | Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki2011-12-069-205/+196
| |\ \
| | * \ Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki2011-11-239-205/+196
| | |\ \
| | | * | freezer: kill unused set_freezable_with_signal()Tejun Heo2011-11-232-22/+7
| | | * | freezer: remove unused @sig_only from freeze_task()Tejun Heo2011-11-213-18/+15
| | | * | freezer: use lock_task_sighand() in fake_signal_wake_up()Tejun Heo2011-11-211-3/+4
| | | * | freezer: restructure __refrigerator()Tejun Heo2011-11-211-21/+11
| | | * | freezer: fix set_freezable[_with_signal]() raceTejun Heo2011-11-211-0/+25
| | | * | freezer: remove should_send_signal() and update frozen()Tejun Heo2011-11-211-1/+1
| | | * | freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo2011-11-214-28/+60
| | | * | cgroup_freezer: prepare for removal of TIF_FREEZETejun Heo2011-11-212-28/+14
| | | * | freezer: clean up freeze_processes() failure pathTejun Heo2011-11-215-45/+23
| | | * | freezer: kill PF_FREEZINGTejun Heo2011-11-211-6/+0
| | | * | freezer: test freezable conditions while holding freezer_lockTejun Heo2011-11-212-16/+3
| | | * | freezer: make freezing indicate freeze condition in effectTejun Heo2011-11-213-20/+27
| | | * | freezer: use dedicated lock instead of task_lock() + memory barrierTejun Heo2011-11-212-49/+37
| | | * | freezer: don't distinguish nosig tasks on thawTejun Heo2011-11-211-13/+7
| | | * | freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasksTejun Heo2011-11-212-4/+2
| | | * | freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo2011-11-213-24/+16
| | | * | freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-212-2/+29
| | | * | freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-211-3/+7
| | | * | freezer: fix current->state restoration race in refrigerator()Tejun Heo2011-11-211-1/+7
| * | | | PM / Hibernate: Remove deprecated hibernation test modesSrivatsa S. Bhat2011-12-061-29/+4
| * | | | PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat2011-12-063-4/+11
| * | | | PM / Hibernate: Enable usermodehelpers in software_resume() error pathSrivatsa S. Bhat2011-12-061-1/+3
| * | | | PM / Hibernate: Refactor and simplify hibernation_snapshot() codeSrivatsa S. Bhat2011-11-231-13/+9
| * | | | PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat2011-11-231-3/+3
| |/ / /
* | | | Merge branch 'pm-misc' into pm-for-linusRafael J. Wysocki2011-12-252-6/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init()Fenghua Yu2011-11-231-2/+2
| * | | PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()Srivatsa S. Bhat2011-11-231-4/+2
| |/ /
* | | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-201-5/+0
|\ \ \
| * | | cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2011-12-191-5/+0
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-201-3/+9
|\ \ \ \
| * | | | time/clocksource: Fix kernel-doc warningsKusanagi Kouichi2011-12-191-3/+9
* | | | | binary_sysctl(): fix memory leakMichel Lespinasse2011-12-201-1/+1
* | | | | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes2011-12-201-5/+24
| |/ / / |/| | |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://...Linus Torvalds2011-12-172-8/+14
|\ \ \ \ \
| | * | | | sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingPeter Zijlstra2011-12-161-6/+8
| * | | | | perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon2011-12-141-2/+6
|/ / / / /
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-092-3/+9
|\ \ \ \ \
| * | | | | perf: Do no try to schedule task events if there are noneGleb Natapov2011-12-071-2/+2
| * | | | | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang2011-12-061-1/+7
* | | | | | sys_getppid: add missing rcu_dereferenceMandeep Singh Baines2011-12-091-1/+1
* | | | | | printk: avoid double lock acquirePeter Zijlstra2011-12-091-1/+2
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-081-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
OpenPOWER on IntegriCloud