summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-30sysfs, kernfs: drop unused params from sysfs_fill_super()Tejun Heo1-2/+2
2013-11-30sysfs, kernfs: move symlink core code to fs/kernfs/symlink.cTejun Heo4-138/+144
2013-11-30sysfs, kernfs: move file core code to fs/kernfs/file.cTejun Heo4-805/+813
2013-11-30sysfs, kernfs: move dir core code to fs/kernfs/dir.cTejun Heo4-999/+1005
2013-11-30sysfs, kernfs: move inode code to fs/kernfs/inode.cTejun Heo5-356/+341
2013-11-30sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.hTejun Heo2-96/+121
2013-11-30sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo9-148/+151
2013-11-30sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo4-52/+56
2013-11-30sysfs, kernfs: reorganize SYSFS_* constantsTejun Heo1-6/+6
2013-11-30sysfs, kernfs: introduce kernfs_notify()Tejun Heo3-15/+30
2013-11-30sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()Tejun Heo2-13/+35
2013-11-30sysfs, kernfs: remove sysfs_add_one()Tejun Heo4-41/+6
2013-11-30sysfs, kernfs: introduce kernfs_create_file[_ns]()Tejun Heo2-11/+60
2013-11-30sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo4-26/+14
2013-11-30sysfs, kernfs: add sysfs_dirent->s_attr.sizeTejun Heo3-7/+8
2013-11-30sysfs, kernfs: introduce kernfs_opsTejun Heo3-34/+141
2013-11-30sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.hTejun Heo2-11/+18
2013-11-30sysfs, kernfs: prepare open, release, poll paths for kernfsTejun Heo3-21/+10
2013-11-30sysfs, kernfs: prepare mmap path for kernfsTejun Heo1-30/+39
2013-11-30sysfs, kernfs: prepare write path for kernfsTejun Heo1-53/+50
2013-11-30sysfs, kernfs: prepare read path for kernfsTejun Heo1-65/+126
2013-11-30sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo6-37/+54
2013-11-30sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo5-24/+21
2013-11-29Linux 3.13-rc2v3.13-rc2Linus Torvalds1-1/+1
2013-11-29arm64: Move PTE_PROT_NONE higher upCatalin Marinas1-14/+17
2013-11-29arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas1-1/+1
2013-11-29fix bogus path_put() of nd->root after some unlazy_walk() failuresAl Viro1-2/+1
2013-11-28drm/qxl: fix memory leak in release list handlingDave Airlie1-0/+1
2013-11-28arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach1-8/+12
2013-11-28arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach1-21/+19
2013-11-28kernel/extable: fix address-checks for core_kernel and init areasHelge Deller1-2/+2
2013-11-28ALSA: hda - Add LFE chmap to ASUS ET2700Takashi Iwai1-3/+13
2013-11-28ALSA: hda - Initialize missing bass speaker pin for ASUS AIO ET2700Takashi Iwai1-0/+9
2013-11-28ALSA: hda - limit mic boost on Asus UX31[A,E]Oleksij Rempel1-2/+9
2013-11-28ALSA: hda - Check leaf nodes to find aamix ampsTakashi Iwai1-12/+45
2013-11-28i2c: bcm2835: Linking platform nodes to adapter nodesFlorian Meier1-0/+1
2013-11-28doc: fix generation of device-driversNicolas Dichtel1-1/+1
2013-11-28drm/nouveau/hwmon: fix compilation without CONFIG_HWMONIlia Mirkin1-1/+0
2013-11-28lockref: include mutex.h rather than reinvent arch_mutex_cpu_relaxWill Deacon1-8/+1
2013-11-28drm/sysfs: fix OOM verificationDavid Herrmann1-1/+1
2013-11-28remove obsolete references to powertweakDave Jones3-16/+1
2013-11-28md/raid5: fix newly-broken locking in get_active_stripe.NeilBrown1-7/+4
2013-11-28md: test mddev->flags more safely in md_check_recovery.NeilBrown1-1/+1
2013-11-28md/raid5: fix new memory-reference bug in alloc_thread_groups.NeilBrown1-1/+1
2013-11-28cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo1-1/+4
2013-11-27sysfs, kernfs: introduce kernfs_setattr()Tejun Heo4-11/+32
2013-11-27sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo4-12/+23
2013-11-27sysfs, kernfs: introduce kernfs_create_link()Tejun Heo2-30/+55
2013-11-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo6-26/+46
2013-11-27sysfs, kernfs: add skeletons for kernfsTejun Heo9-3/+64