summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | 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-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-089-58/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
| * | | | | | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
| | | | | | | | |
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-068-25/+24
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | fs: move code out of buffer.cAl Viro2012-01-031-1/+0
| | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | auditsc: propage umode_tAl Viro2012-01-031-2/+2
| | * | | | | | | | switch kern_ipc_perm to umode_tAl Viro2012-01-031-5/+5
| | * | | | | | | | switch mq_open() to umode_tAl Viro2012-01-031-3/+3
| | * | | | | | | | sysctl: use umode_t for table permissionsAl Viro2012-01-031-1/+1
| | * | | | | | | | cgroup: propagate mode_tAl Viro2012-01-031-7/+7
| | * | | | | | | | switch debugfs to umode_tAl Viro2012-01-034-4/+4
| | * | | | | | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
| |/ / / / / / / /
| * | | | | | | | get rid of timer in kern/acct.cAl Viro2012-01-031-30/+10
* | | | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-071-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | irq: check domain hwirq range for DT translateRob Herring2011-12-281-0/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-074-58/+57
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-064-58/+57
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clockevents: remove sysdev.hKay Sievers2011-12-211-1/+0
| | * | | | | | | | | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-21/+19
| | * | | | | | | | | clocksource: convert sysdev_class to a regular subsystemKay Sievers2011-12-141-18/+19
| | * | | | | | | | | rtmutex-tester: convert sysdev_class to a regular subsystemKay Sievers2011-12-141-18/+19
* | | | | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2012-01-061-5/+7
|\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud