aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/root_dev.h
diff options
context:
space:
mode:
authorTero Kristo <tero.kristo@nokia.com>2009-10-23 19:03:49 +0300
committerKevin Hilman <khilman@deeprootsystems.com>2010-01-20 18:15:59 -0800
commitb296c8118b26a359b027b8c9bb9f5f41dc7693fa (patch)
tree4a99f5e9965f6fb2d2fdf9ae18b24add7f7d2454 /include/linux/root_dev.h
parentOMAP3: PM: Ack pending interrupts before entering suspend (diff)
OMAP3: PM: Enable system control module autoidle
Enable the auto-idle feature of the SCM block to save some additional power. Signed-off-by: Mika Westerberg <ext-mika.1.westerberg@nokia.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'include/linux/root_dev.h')
0 files changed, 0 insertions, 0 deletions
d of old '->iterate' directory operationLinus Torvalds1-16/+52 2023-06-21readdir: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-4/+4 2022-08-17Change calling conventions for filldir_tAl Viro1-34/+34 2021-04-17readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds1-0/+6 2020-07-31fs: remove ksys_getdents64Christoph Hellwig1-9/+2 2020-05-01readdir.c: get rid of the last __put_user(), drop now-useless access_ok()Al Viro1-10/+1 2020-05-01readdir.c: get compat_filldir() more or less in sync with filldir()Al Viro1-24/+27 2020-05-01switch readdir(2) to unsafe_copy_dirent_name()Al Viro1-14/+16 2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy1-6/+6 2020-01-23readdir: make user_access_begin() use the real access rangeLinus Torvalds1-38/+35 2020-01-23readdir: be more conservative with directory entry namesLinus Torvalds1-1/+5 2019-10-18filldir[64]: remove WARN_ON_ONCE() for bad directory entriesLinus Torvalds1-2/+2 2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds1-42/+2 2019-10-05Make filldir[64]() verify the directory entry filename is validLinus Torvalds1-0/+40 2019-10-05Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds1-35/+93 2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-5/+5 2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski1-2/+9 2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1 2017-10-10locking/rwsem, fs: Use killable down_read() in iterate_dir()Kirill Tkhai1-6/+5 2017-04-17readdir: move compat syscalls from compat.cAl Viro1-0/+165 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1 2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro1-6/+6 2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+4 2016-05-02introduce a parallel variant of ->iterate()Al Viro1-4/+16 2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro1-6/+6 2016-05-02parallel lookups: actual switch to rwsemAl Viro1-3/+4 2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+4 2016-01-22wrappers for ->i_mutex accessAl Viro1-1/+1 2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-9/+12 2014-06-04fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt1-0/+2 2013-10-24file->f_op is never NULL...Al Viro1-1/+1 2013-06-29[readdir] constify ->actorAl Viro1-19/+14 2013-06-29[readdir] ->readdir() is goneAl Viro1-9/+4 2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-4/+11 2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-8/+13 2013-02-22new helper: file_inode(file)Al Viro1-1/+1 2012-09-26switch simple cases of fget_light to fdgetAl Viro1-20/+16 2012-05-29switch readdir/getdents to fget_light/fput_lightAl Viro1-19/+14 2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1