aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/apm-emulation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27apm-emulation: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-01-10apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hCorentin Labbe1-7/+0
2014-01-07apm-emulation: add hibernation APM events to support suspend2diskBin Shi1-2/+9
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apmLinus Torvalds1-1/+1
2012-04-03APM: fix deadlock in APM_IOC_SUSPEND ioctlNeilBrown1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apmLinus Torvalds1-10/+6
2011-09-27doc: fix broken referencesPaul Bolle1-4/+1
2011-08-23apm-emulation: use wait_event_freezable() instead of freezer_[do_not_]count()Tejun Heo1-10/+6
2011-07-15PM: Improve error code of pm_notifier_call_chain()Akinobu Mita1-1/+1
2011-05-23apm-emulation: apm_mutex breaks ACK; remove itPaul Parsons1-5/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-3/+5
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2008-07-16APM emulation: Notify about all suspend events, not just APM invoked ones (v2)Johannes Berg1-139/+207
2008-06-20apm-emulation: BKL pushdownArnd Bergmann1-0/+3
2008-04-29proc: switch /proc/apm to seq_file interfaceAlexey Dobriyan1-5/+18
2007-11-20Freezer: Fix APM emulation breakageRafael J. Wysocki1-7/+8
2007-10-18PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki1-1/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-11/+1
2007-02-09[APM] Add shared version of APM emulationRalf Baechle1-0/+672