aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2016-06-08cgroup: don't hold css_set_rwsem across css task iterationTejun Heo
2016-06-08cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo
2016-06-08cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo
2016-06-08cgroup: implement the PIDs subsystemAleksa Sarai
2016-06-08cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo
2016-06-08cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai
2016-06-08memcg: generate file modified notifications on "memory.events"Tejun Heo
2016-06-08cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo
2016-06-08cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo
2016-06-08cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo
2016-06-08cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo
2016-06-08cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo
2016-06-08memcg: get rid of extern for functions in memcontrol.hMichal Hocko
2016-06-08memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCGMichal Hocko
2016-06-08memcg: export struct mem_cgroupMichal Hocko
2016-06-08jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo
2016-06-08cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo
2016-06-08cgroup: require write perm on common ancestor when moving processes on the de...Tejun Heo
2016-06-08cgroup: use bitmask to filter for_each_subsysAleksa Sarai
2016-06-08cgroup: add seq_file forward declaration for struct cftypeArnd Bergmann
2016-06-08sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo
2016-06-08sched, cgroup: reorganize threadgroup lockingTejun Heo
2016-06-08kernfs: make kernfs_get_inode() publicTejun Heo
2016-06-08locking/static_keys: Add a new static_key interfacePeter Zijlstra
2016-06-08locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra
2016-06-08jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra
2016-06-08jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra
2016-06-08dax: don't use set_huge_zero_page()Kirill A. Shutemov
2016-06-08mm: add vmf_insert_pfn_pmd()Matthew Wilcox
2016-06-08mm: export various functions for the benefit of DAXMatthew Wilcox
2016-06-08dax: add huge page fault supportMatthew Wilcox
2016-06-08dax: move DAX-related functions to a new headerMatthew Wilcox
2016-06-08dax: expose __dax_fault for filesystems with locking constraintsDave Chinner
2016-06-08dax: don't abuse get_block mapping for endio callbacksDave Chinner
2016-06-08writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo
2016-06-08blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo
2016-06-08blkcg: implement interface for the unified hierarchyTejun Heo
2016-06-08blkcg: misc preparations for unified hierarchy interfaceTejun Heo
2016-06-08blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo
2016-06-08blkcg: mark existing cftypes as legacyTejun Heo
2016-06-08blkcg: rename subsystem name from blkio to ioTejun Heo
2016-06-08blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo
2016-06-08blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo
2016-06-08blkcg: make blkcg_[rw]stat per-cpuTejun Heo
2016-06-08blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo
2016-06-08blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo
2016-06-08blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo
2016-06-08blkcg: inline [__]blkg_lookup()Tejun Heo
2016-06-08blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo
2016-06-08blkcg: minor updates around blkcg_policy_dataTejun Heo