summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings1-2/+24
2012-01-04gpio: pl061: convert to use 0 for no irqRob Herring1-1/+1
2012-01-04dlm: add recovery callbacksDavid Teigland1-5/+66
2012-01-04lp8727_charger: Some minor fixes for the headerMilo(Woogyom) Kim1-7/+4
2012-01-04lp8727_charger: Add header fileKim, Milo1-0/+54
2012-01-04Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kerne...Anton Vorontsov343-2736/+9275
2012-01-04power_supply: Add "unknown" in power supply typeKim, Milo1-1/+2
2012-01-04power_supply: Charger-Manager: Add properties for power-supply-classDonggeun Kim1-0/+17
2012-01-04power_supply: Add initial Charger-Manager driverDonggeun Kim1-0/+130
2012-01-04vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-26/+4
2012-01-04vfs: move fsnotify junk to struct mountAl Viro1-5/+0
2012-01-04vfs: move mnt_devnameAl Viro1-1/+0
2012-01-04vfs: move mnt_list to struct mountAl Viro1-1/+0
2012-01-04vfs: move the rest of int fields to struct mountAl Viro1-3/+0
2012-01-04vfs: mnt_id/mnt_group_id movedAl Viro1-2/+0
2012-01-04vfs: mnt_ns moved to struct mountAl Viro1-1/+0
2012-01-04vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro1-4/+0
2012-01-04vfs: take mnt_master to struct mountAl Viro1-1/+0
2012-01-04vfs: take mnt_child/mnt_mounts to struct mountAl Viro1-2/+0
2012-01-04vfs: all counters taken to struct mountAl Viro1-12/+0
2012-01-04vfs: move mnt_mountpoint to struct mountAl Viro1-1/+0
2012-01-04vfs: mnt_parent moved to struct mountAl Viro1-1/+0
2012-01-04vfs: the first spoils - mnt_hash movedAl Viro1-1/+0
2012-01-04switch open and mkdir syscalls to umode_tAl Viro3-9/+9
2012-01-04switch ->path_mknod() to umode_tAl Viro1-3/+3
2012-01-04switch ->path_mkdir() to umode_tAl Viro1-3/+3
2012-01-04switch kern_ipc_perm to umode_tAl Viro2-3/+3
2012-01-04consolidate umode_t declarationsAl Viro1-0/+1
2012-01-04switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro1-1/+1
2012-01-04switch mq_open() to umode_tAl Viro2-3/+3
2012-01-04switch miscdevice to umode_tAl Viro1-1/+1
2012-01-04switch securityfs_create_file() to umode_tAl Viro1-2/+2
2012-01-04switch security_path_chmod() to umode_tAl Viro1-3/+3
2012-01-04switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro1-3/+3
2012-01-04sysctl: use umode_t for table permissionsAl Viro1-1/+1
2012-01-04switch is_sxid() to umode_tAl Viro1-1/+1
2012-01-04switch inode_init_owner() to umode_tAl Viro1-1/+1
2012-01-04pohmelfs: propagate umode_tAl Viro1-1/+1
2012-01-04shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro1-1/+1
2012-01-04sunrpc: propagate umode_tAl Viro2-2/+2
2012-01-04cgroup: propagate mode_tAl Viro1-1/+1
2012-01-04reiserfs: propagate umode_tAl Viro1-1/+1
2012-01-04ext3: propagate umode_tAl Viro1-1/+1
2012-01-04configfs: convert to umode_tAl Viro1-1/+1
2012-01-04switch debugfs to umode_tAl Viro2-24/+24
2012-01-04switch sysfs_chmod_file() to umode_tAl Viro1-2/+2
2012-01-04switch procfs to umode_t useAl Viro2-13/+13
2012-01-04switch ->is_visible() to returning umode_tAl Viro2-5/+5
2012-01-04switch sysfs attr->mode to umode_tAl Viro1-1/+1
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro3-5/+5