summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo2014-02-112-16/+20
|\
| * cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-112-16/+20
* | Merge branch 'driver-core-next' into cgroup/for-3.15Tejun Heo2014-02-0827-503/+847
|\ \
| * | kernfs: add CONFIG_KERNFSTejun Heo2014-02-075-4/+14
| * | sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo2014-02-072-1/+10
| * | kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2014-02-073-42/+203
| * | kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo2014-02-073-0/+48
| * | kernfs: add kernfs_open_file->privTejun Heo2014-02-071-0/+1
| * | kernfs: implement kernfs_ops->atomic_write_lenTejun Heo2014-02-072-20/+37
| * | kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-073-10/+78
| * | kernfs: add missing kernfs_active() checks in directory operationsTejun Heo2014-02-071-5/+6
| * | kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo2014-02-072-0/+26
| * | kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo2014-02-072-21/+22
| * | kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo2014-02-072-4/+32
| * | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-074-144/+1
| * | s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-074-27/+32
| * | scsi: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-071-13/+2
| * | pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-071-14/+3
| * | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-076-1/+194
| * | kernfs: remove KERNFS_REMOVEDTejun Heo2014-02-073-33/+37
| * | kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo2014-02-072-8/+13
| * | kernfs: remove kernfs_addrm_cxtTejun Heo2014-02-075-108/+28
| * | kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo2014-02-071-4/+6
| * | kernfs: restructure removal path to fix possible premature returnTejun Heo2014-02-071-61/+68
| * | kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo2014-02-072-20/+15
| * | kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo2014-02-071-4/+8
| * | dma-buf: avoid using IS_ERR_OR_NULLColin Cross2014-02-074-10/+14
* | | Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo2014-02-086-17/+24
|\ \ \ | | |/ | |/|
| * | cgroup: fix locking in cgroup_cfts_commit()Tejun Heo2014-02-081-9/+2
| * | cgroup: fix error return from cgroup_create()Tejun Heo2014-02-081-3/+7
| * | cgroup: fix error return value in cgroup_mount()Tejun Heo2014-02-081-3/+3
| * | cgroup: use an ordered workqueue for cgroup destructionHugh Dickins2014-02-071-2/+6
| * | nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo2014-02-031-0/+1
| * | cpuset: update MAINTAINERS entryLi Zefan2014-02-031-0/+2
| * | arm, pm, vmpressure: add missing slab.h includesTejun Heo2014-02-033-0/+3
| |/
* | cgroup: remove cgroup_root_mutexTejun Heo2014-02-081-41/+1
* | cgroup: update locking in cgroup_show_options()Tejun Heo2014-02-081-3/+16
* | cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo2014-02-082-12/+12
* | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-0821-88/+68
* | cgroup: drop module supportTejun Heo2014-02-086-308/+32
* | cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo2014-02-084-52/+3
|/
* Linus 3.14-rc1v3.14-rc1Linus Torvalds2014-02-021-3/+3
* Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-02-0215-73/+278
|\
| * parisc: add flexible mmap memory layout supportHelge Deller2014-02-026-43/+233
| * parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin2014-02-021-1/+1
| * parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller2014-02-021-21/+19
| * parisc: wire up sched_setattr and sched_getattrHelge Deller2014-02-022-1/+5
| * parisc: fix cache-flushingHelge Deller2014-02-023-3/+16
| * parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller2014-02-022-4/+4
* | hpfs: optimize quad buffer loadingMikulas Patocka2014-02-021-46/+50
OpenPOWER on IntegriCloud