cascardo/linux.git
2014-02-14 Li Zefancgroup: fix memory leak in cgroup_mount()
2014-02-14 Li Zefancgroup: fix locking in cgroupstats_build()
2014-02-13 Fengguang Wucgroup: fix coccinelle warnings
2014-02-13 Paul Gortmakersparc: fix implicit include of slab.h in leon_pci_grpci2.c
2014-02-13 Tejun Heocgroup: unexport functions
2014-02-13 Tejun Heocgroup: cosmetic updates to cgroup_attach_task()
2014-02-13 Tejun Heocgroup: remove cgroup_taskset_cur_css() and cgroup_task...
2014-02-13 Tejun Heocpuset: don't use cgroup_taskset_cur_css()
2014-02-13 Tejun Heocgroup: drop @skip_css from cgroup_taskset_for_each()
2014-02-13 Tejun Heocgroup: move css_set_rwsem locking outside of cgroup_ta...
2014-02-13 Tejun Heocgroup: separate out put_css_set_locked() and remove...
2014-02-13 Tejun Heocgroup: remove css_scan_tasks()
2014-02-13 Tejun Heocpuset: use css_task_iter_start/next/end() instead...
2014-02-13 Tejun Heocgroup: make css_set_lock a rwsem and rename it to...
2014-02-13 Tejun Heocgroup: reimplement cgroup_transfer_tasks() without...
2014-02-13 Tejun Heocgroup: implement cgroup_has_tasks() and unexport cgrou...
2014-02-13 Tejun Heocgroup: relocate cgroup_enable_task_cg_lists()
2014-02-13 Tejun Heocgroup: enable task_cg_lists on the first cgroup mount
2014-02-13 Tejun Heocgroup: drop CGRP_ROOT_SUBSYS_BOUND
2014-02-13 Tejun Heocgroup: disallow xattr, release_agent and name if sane_...
2014-02-12 Stephen Rothwellsun4M: add include of slab.h for kzalloc
2014-02-12 Tejun Heocgroup: remove cgroupfs_root->refcnt
2014-02-12 Tejun Heocgroup: rename cgroupfs_root->number_of_cgroups to...
2014-02-12 Tejun Heocgroup: remove cgroup->name
2014-02-12 Tejun Heocgroup: make cgroup hold onto its kernfs_node
2014-02-12 Tejun Heocgroup: simplify dynamic cftype addition and removal
2014-02-12 Tejun Heocgroup: remove cftype_set
2014-02-12 Tejun Heocgroup: relocate cgroup_rm_cftypes()
2014-02-12 Tejun Heocgroup: warn if "xattr" is specified with "sane_behavior"
2014-02-11 Tejun Heocgroup: convert to kernfs
2014-02-11 Tejun Heocgroup: relocate functions in preparation of kernfs...
2014-02-11 Tejun Heocgroup: misc preps for kernfs conversion
2014-02-11 Tejun Heocgroup: introduce cgroup_ino()
2014-02-11 Tejun Heocgroup: introduce cgroup_init/exit_cftypes()
2014-02-11 Tejun Heocgroup: update the meaning of cftype->max_write_len
2014-02-11 Tejun Heocgroup: make cgroup_subsys->base_cftypes use cgroup_add...
2014-02-11 Tejun Heocgroup: update cgroup name handling
2014-02-11 Tejun Heocgroup: factor out cgroup_setup_root() from cgroup_mount()
2014-02-11 Tejun Heocgroup: restructure locking and error handling in cgrou...
2014-02-11 Tejun Heocgroup: release cgroup_mutex over file removals
2014-02-11 Tejun Heocgroup: introduce cgroup_tree_mutex
2014-02-11 Tejun Heocgroup: improve css_from_dir() into css_tryget_from_dir()
2014-02-11 Tejun HeoMerge branch 'cgroup/for-3.14-fixes' into cgroup/for...
2014-02-11 Li Zefancgroup: protect modifications to cgroup_idr with cgroup...
2014-02-08 Tejun HeoMerge branch 'driver-core-next' into cgroup/for-3.15
2014-02-08 Tejun HeoMerge branch 'for-3.14-fixes' into for-3.15
2014-02-08 Tejun Heocgroup: remove cgroup_root_mutex
2014-02-08 Tejun Heocgroup: update locking in cgroup_show_options()
2014-02-08 Tejun Heocgroup: rename cgroup_subsys->subsys_id to ->id
2014-02-08 Tejun Heocgroup: clean up cgroup_subsys names and initialization
2014-02-08 Tejun Heocgroup: drop module support
2014-02-08 Tejun Heocgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnec...
2014-02-08 Tejun Heocgroup: fix locking in cgroup_cfts_commit()
2014-02-08 Tejun Heocgroup: fix error return from cgroup_create()
2014-02-08 Tejun Heocgroup: fix error return value in cgroup_mount()
2014-02-08 Tejun Heokernfs: add CONFIG_KERNFS
2014-02-08 Tejun Heosysfs, kobject: add sysfs wrapper for kernfs_enable_ns()
2014-02-08 Tejun Heokernfs: implement kernfs_get_parent(), kernfs_name...
2014-02-08 Tejun Heokernfs: implement kernfs_node_from_dentry(), kernfs_roo...
2014-02-08 Tejun Heokernfs: add kernfs_open_file->priv
2014-02-07 Tejun Heokernfs: implement kernfs_ops->atomic_write_len
2014-02-07 Tejun Heokernfs: allow nodes to be created in the deactivated...
2014-02-07 Tejun Heokernfs: add missing kernfs_active() checks in directory...
2014-02-07 Tejun Heokernfs: implement kernfs_syscall_ops->remount_fs()...
2014-02-07 Tejun Heokernfs: rename kernfs_dir_ops to kernfs_syscall_ops
2014-02-07 Tejun Heokernfs: invoke dir_ops while holding active ref of...
2014-02-07 Tejun Heosysfs, driver-core: remove unused {sysfs|device}_schedu...
2014-02-07 Tejun Heos390: use device_remove_file_self() instead of device_s...
2014-02-07 Tejun Heoscsi: use device_remove_file_self() instead of device_s...
2014-02-07 Tejun Heopci: use device_remove_file_self() instead of device_sc...
2014-02-07 Tejun Heokernfs, sysfs, driver-core: implement kernfs_remove_sel...
2014-02-07 Tejun Heokernfs: remove KERNFS_REMOVED
2014-02-07 Tejun Heokernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
2014-02-07 Tejun Heokernfs: remove kernfs_addrm_cxt
2014-02-07 Tejun Heokernfs: invoke kernfs_unmap_bin_file() directly from...
2014-02-07 Tejun Heokernfs: restructure removal path to fix possible premat...
2014-02-07 Tejun Heokernfs: replace kernfs_node->u.completion with kernfs_r...
2014-02-07 Tejun Heokernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP...
2014-02-07 Colin Crossdma-buf: avoid using IS_ERR_OR_NULL
2014-02-07 Hugh Dickinscgroup: use an ordered workqueue for cgroup destruction
2014-02-03 Tejun Heonfs: include xattr.h from fs/nfs/nfs3proc.c
2014-02-03 Li Zefancpuset: update MAINTAINERS entry
2014-02-03 Tejun Heoarm, pm, vmpressure: add missing slab.h includes
2014-02-03 Linus TorvaldsLinus 3.14-rc1 v3.14-rc1
2014-02-03 Linus TorvaldsMerge branch 'parisc-3.14' of git://git./linux/kernel...
2014-02-03 Mikulas Patockahpfs: optimize quad buffer loading
2014-02-03 Mikulas Patockahpfs: remember free space
2014-02-02 Helge Dellerparisc: add flexible mmap memory layout support
2014-02-02 Guy Martinparisc: Make EWOULDBLOCK be equal to EAGAIN on parisc
2014-02-02 Helge Dellerparisc: convert uapi/asm/stat.h to use native types...
2014-02-02 Helge Dellerparisc: wire up sched_setattr and sched_getattr
2014-02-02 Helge Dellerparisc: fix cache-flushing
2014-02-02 Helge Dellerparisc/sti_console: prefer Linux fonts over built-in...
2014-02-02 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2014-02-02 Linus TorvaldsMerge branch 'slab/next' of git://git./linux/kernel...
2014-02-02 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2014-02-02 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2014-02-02 Jean Delvarehwmon: Fix SENSORS_TMP102 dependencies to eliminate...
2014-02-02 Jean Delvarehwmon: Fix SENSORS_LM75 dependencies to eliminate build...
2014-02-01 Andy Shevchenkotools/power turbostat: introduce -s to dump counters
next