summaryrefslogtreecommitdiffstats
path: root/drivers/char/apm-emulation.c
AgeCommit message (Expand)AuthorLines
2014-01-07apm-emulation: add hibernation APM events to support suspend2diskBin Shi-2/+9
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-04-03APM: fix deadlock in APM_IOC_SUSPEND ioctlNeilBrown-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-4/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-10/+6
2011-09-27doc: fix broken referencesPaul Bolle-4/+1
2011-08-23apm-emulation: use wait_event_freezable() instead of freezer_[do_not_]count()Tejun Heo-10/+6
2011-07-15PM: Improve error code of pm_notifier_call_chain()Akinobu Mita-1/+1
2011-05-23apm-emulation: apm_mutex breaks ACK; remove itPaul Parsons-5/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann-5/+6
2010-05-17drivers: Push down BKL into various driversArnd Bergmann-3/+5
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2008-07-16APM emulation: Notify about all suspend events, not just APM invoked ones (v2)Johannes Berg-139/+207
2008-06-20apm-emulation: BKL pushdownArnd Bergmann-0/+3
2008-04-29proc: switch /proc/apm to seq_file interfaceAlexey Dobriyan-5/+18
2007-11-20Freezer: Fix APM emulation breakageRafael J. Wysocki-7/+8
2007-10-18PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki-1/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-11/+1
2007-02-09[APM] Add shared version of APM emulationRalf Baechle-0/+672