summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-202-7/+19
|\
| * PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat2011-11-191-1/+2
| * PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat2011-11-181-6/+17
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-171-1/+1
|\ \ | |/ |/|
| * genirq: Fix irqfixup, irqpoll regressionEdward Donovan2011-11-031-1/+1
* | PM / QoS: Set cpu_dma_pm_qos->nameDominik Brodowski2011-11-071-0/+1
* | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-11-061-16/+21
|\ \
| * | jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge2011-10-251-4/+1
| * | jump_label: add arch_jump_label_transform_static() to optimise non-live code ...Jeremy Fitzhardinge2011-10-251-3/+15
| * | jump_label: if a key has already been initialized, don't nop it outJeremy Fitzhardinge2011-10-251-12/+8
| * | stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge2011-10-251-0/+22
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0678-65/+83
|\ \ \
| * | | irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-311-1/+1
| * | | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-3110-0/+10
| * | | kernel: fix up module header handling in rcutiny filesPaul Gortmaker2011-10-312-1/+1
| * | | kernel: params.c needs module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
| * | | kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker2011-10-311-0/+1
| * | | kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker2011-10-311-0/+2
| * | | kernel: fix several implicit usasges of kmod.hPaul Gortmaker2011-10-313-0/+3
| * | | kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2011-10-312-0/+2
| * | | kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-3161-61/+61
| * | | range: fix bogus misuse of module.h to get printk()Paul Gortmaker2011-10-311-1/+1
* | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+3
|\ \ \ \
| * | | | writeback: per task dirty rate limitWu Fengguang2011-10-031-0/+3
* | | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-062-4/+9
|\ \ \ \ \
| * | | | | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-072-0/+7
| * | | | | module: Enable dynamic debugging regardless of taintBen Hutchings2011-11-071-4/+2
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-061-2/+0
|\ \ \ \ \ \
| * | | | | | sched: Allow SD_NODES_PER_DOMAIN to be overriddenAnton Blanchard2011-09-201-2/+0
* | | | | | | PM / Freezer: Revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wak...Tejun Heo2011-11-041-1/+1
* | | | | | | PM / QoS: Remove redundant checkGuennadi Liakhovetski2011-11-041-2/+1
* | | | | | | PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat2011-11-041-0/+74
* | | | | | | Revert "perf: Add PM notifiers to fix CPU hotplug races"Linus Torvalds2011-11-031-95/+2
| |/ / / / / |/| | | | |
* | | | | | memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-021-9/+9
* | | | | | sysctl: add support for poll()Lucas De Marchi2011-11-022-0/+25