aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/apm-emulation.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-01-10apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hGravatar Corentin Labbe 1-7/+0
2014-01-07apm-emulation: add hibernation APM events to support suspend2diskGravatar Bin Shi 1-2/+9
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-04-03APM: fix deadlock in APM_IOC_SUSPEND ioctlGravatar NeilBrown 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-10/+6
2011-09-27doc: fix broken referencesGravatar Paul Bolle 1-4/+1
2011-08-23apm-emulation: use wait_event_freezable() instead of freezer_[do_not_]count()Gravatar Tejun Heo 1-10/+6
2011-07-15PM: Improve error code of pm_notifier_call_chain()Gravatar Akinobu Mita 1-1/+1
2011-05-23apm-emulation: apm_mutex breaks ACK; remove itGravatar Paul Parsons 1-5/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-2/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-5/+6
2010-05-17drivers: Push down BKL into various driversGravatar Arnd Bergmann 1-3/+5
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2008-07-16APM emulation: Notify about all suspend events, not just APM invoked ones (v2)Gravatar Johannes Berg 1-139/+207
2008-06-20apm-emulation: BKL pushdownGravatar Arnd Bergmann 1-0/+3
2008-04-29proc: switch /proc/apm to seq_file interfaceGravatar Alexey Dobriyan 1-5/+18
2007-11-20Freezer: Fix APM emulation breakageGravatar Rafael J. Wysocki 1-7/+8
2007-10-18PM: Move definition of struct pm_ops to suspend.hGravatar Rafael J. Wysocki 1-1/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-11/+1
2007-02-09[APM] Add shared version of APM emulationGravatar Ralf Baechle 1-0/+672