summaryrefslogtreecommitdiffstats
path: root/drivers/char/apm-emulation.c
Commit message (Expand)AuthorAgeFilesLines
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hCorentin Labbe2017-01-101-7/+0
* apm-emulation: add hibernation APM events to support suspend2diskBin Shi2014-01-071-2/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-04-051-1/+1
|\
| * APM: fix deadlock in APM_IOC_SUSPEND ioctlNeilBrown2012-04-031-1/+1
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-4/+1
|\
| * doc: fix broken referencesPaul Bolle2011-09-271-4/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-10/+6
|\ \ | |/ |/|
| * apm-emulation: use wait_event_freezable() instead of freezer_[do_not_]count()Tejun Heo2011-08-231-10/+6
* | PM: Improve error code of pm_notifier_call_chain()Akinobu Mita2011-07-151-1/+1
|/
* apm-emulation: apm_mutex breaks ACK; remove itPaul Parsons2011-05-231-5/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+2
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+2
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/
* / drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
|/
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-3/+5
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* APM emulation: Notify about all suspend events, not just APM invoked ones (v2)Johannes Berg2008-07-161-139/+207
* apm-emulation: BKL pushdownArnd Bergmann2008-06-201-0/+3
* proc: switch /proc/apm to seq_file interfaceAlexey Dobriyan2008-04-291-5/+18
* Freezer: Fix APM emulation breakageRafael J. Wysocki2007-11-201-7/+8
* PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki2007-10-181-1/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-11/+1
* [APM] Add shared version of APM emulationRalf Baechle2007-02-091-0/+672