aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-07-01Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidlsk-v4.1-16.06-androidAlex Shi
2016-07-01Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-16.06Alex Shi
2016-06-29Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-06-24Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-24blkcg: fix incorrect read/write sync/async stat accountingTejun Heo
2016-06-24block: don't release bdi while request_queue has live referencesTejun Heo
2016-06-24memcg: remove pcp_counter_lockGreg Thelen
2016-06-17irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding maskMarc Zyngier
2016-06-17cgroup: refactor allow_attach handler for 4.4Amit Pundir
2016-06-17Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-06-14 Merge tag 'v4.1.26' into linux-linaro-lsk-v4.1Alex Shi
2016-06-09FROMLIST: security,perf: Allow further restriction of perf_event_openJeff Vander Stoep
2016-06-08Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo
2016-06-08memcg: fix dirty page migrationGreg Thelen
2016-06-08cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-06-08mm: page_alloc: generalize the dirty balance reserveJohannes Weiner
2016-06-08memcg: punt high overage reclaim to return-to-userland pathTejun Heo
2016-06-08memcg: flatten task_struct->memcg_oomTejun Heo
2016-06-08writeback: bdi_writeback iteration must not skip dying onesTejun Heo
2016-06-08cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2016-06-08cgroup: fix cftype->file_offset handlingTejun Heo
2016-06-08cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo
2016-06-08cgroup: keep zombies associated with their original cgroupsTejun Heo
2016-06-08cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo
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: move memcg_proto_active from sock.hMichal Hocko
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