Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | ata: Convert to using %pOF instead of full_name | Rob Herring | 2017-07-19 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2017-09-07 | 13 | -272/+1194 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cpuset: Allow v2 behavior in v1 cgroup | Waiman Long | 2017-08-18 | 1 | -13/+20 | |
| * | | | | | | | cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup | Waiman Long | 2017-08-18 | 2 | -0/+11 | |
| * | | | | | | | cgroup: remove unneeded checks | Dan Carpenter | 2017-08-11 | 1 | -2/+2 | |
| * | | | | | | | cgroup: misc changes | Tejun Heo | 2017-08-11 | 2 | -21/+26 | |
| * | | | | | | | cgroup: short-circuit cset_cgroup_from_root() on the default hierarchy | Tejun Heo | 2017-08-03 | 1 | -0/+2 | |
| * | | | | | | | cgroup: re-use the parent pointer in cgroup_destroy_locked() | Roman Gushchin | 2017-08-02 | 1 | -1/+1 | |
| * | | | | | | | cgroup: add cgroup.stat interface with basic hierarchy stats | Roman Gushchin | 2017-08-02 | 2 | -0/+34 | |
| * | | | | | | | cgroup: implement hierarchy limits | Roman Gushchin | 2017-08-02 | 3 | -0/+145 | |
| * | | | | | | | cgroup: keep track of number of descent cgroups | Roman Gushchin | 2017-08-02 | 2 | -2/+25 | |
| * | | | | | | | cgroup: add comment to cgroup_enable_threaded() | Tejun Heo | 2017-07-25 | 1 | -0/+9 | |
| * | | | | | | | cgroup: remove unnecessary empty check when enabling threaded mode | Tejun Heo | 2017-07-25 | 2 | -9/+3 | |
| * | | | | | | | cgroup: update debug controller to print out thread mode information | Waiman Long | 2017-07-21 | 3 | -16/+42 | |
| * | | | | | | | cgroup: implement cgroup v2 thread support | Tejun Heo | 2017-07-21 | 8 | -40/+522 | |
| * | | | | | | | cgroup: implement CSS_TASK_ITER_THREADED | Tejun Heo | 2017-07-21 | 2 | -17/+66 | |
| * | | | | | | | cgroup: introduce cgroup->dom_cgrp and threaded css_set handling | Tejun Heo | 2017-07-21 | 3 | -8/+97 | |
| * | | | | | | | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS | Tejun Heo | 2017-07-21 | 7 | -22/+30 | |
| * | | | | | | | cgroup: reorganize cgroup.procs / task write path | Tejun Heo | 2017-07-21 | 3 | -106/+152 | |
| * | | | | | | | cgroup: replace css_set walking populated test with testing cgrp->nr_populate... | Tejun Heo | 2017-07-17 | 1 | -22/+8 | |
| * | | | | | | | cgroup: distinguish local and children populated states | Tejun Heo | 2017-07-17 | 3 | -21/+31 | |
| * | | | | | | | cgroup: remove now unused list_head @pending in cgroup_apply_cftypes() | Tejun Heo | 2017-07-17 | 1 | -1/+0 | |
| * | | | | | | | cgroup: update outdated cgroup.procs documentation | Tejun Heo | 2017-07-17 | 1 | -3/+0 | |
* | | | | | | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2017-09-07 | 3 | -7/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | workqueue: Fix flag collision | Ben Hutchings | 2017-09-05 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'for-4.13-fixes' into for-4.14 | Tejun Heo | 2017-09-05 | 6 | -11/+36 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | workqueue: Use TASK_IDLE | Peter Zijlstra | 2017-08-23 | 1 | -2/+2 | |
| * | | | | | | | | | workqueue: fix path to documentation | Benjamin Peterson | 2017-08-07 | 1 | -1/+1 | |
| * | | | | | | | | | workqueue: doc change for ST behavior on NUMA systems | Alexei Potashnik | 2017-07-18 | 1 | -3/+7 | |
* | | | | | | | | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2017-09-07 | 6 | -626/+1112 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | percpu: update header to contain bitmap allocator explanation. | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -14/+18 | |
| * | | | | | | | | | | percpu: update pcpu_find_block_fit to use an iterator | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -20/+92 | |
| * | | | | | | | | | | percpu: use metadata blocks to update the chunk contig hint | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -10/+70 | |
| * | | | | | | | | | | percpu: update free path to take advantage of contig hints | Dennis Zhou (Facebook) | 2017-07-26 | 2 | -3/+68 | |
| * | | | | | | | | | | percpu: update alloc path to only scan if contig hints are broken | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -3/+56 | |
| * | | | | | | | | | | percpu: keep track of the best offset for contig hints | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -1/+12 | |
| * | | | | | | | | | | percpu: skip chunks if the alloc does not fit in the contig hint | Dennis Zhou (Facebook) | 2017-07-26 | 2 | -2/+18 | |
| * | | | | | | | | | | percpu: add first_bit to keep track of the first free in the bitmap | Dennis Zhou (Facebook) | 2017-07-26 | 3 | -3/+17 | |
| * | | | | | | | | | | percpu: introduce bitmap metadata blocks | Dennis Zhou (Facebook) | 2017-07-26 | 3 | -12/+257 | |
| * | | | | | | | | | | percpu: replace area map allocator with bitmap | Dennis Zhou (Facebook) | 2017-07-26 | 6 | -504/+362 | |
| * | | | | | | | | | | percpu: generalize bitmap (un)populated iterators | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -24/+25 | |
| * | | | | | | | | | | percpu: increase minimum percpu allocation size and align first regions | Dennis Zhou (Facebook) | 2017-07-26 | 2 | -7/+24 | |
| * | | | | | | | | | | percpu: introduce nr_empty_pop_pages to help empty page accounting | Dennis Zhou (Facebook) | 2017-07-26 | 3 | -3/+10 | |
| * | | | | | | | | | | percpu: change the number of pages marked in the first_chunk pop bitmap | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -7/+9 | |
| * | | | | | | | | | | percpu: combine percpu address checks | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -40/+11 | |
| * | | | | | | | | | | percpu: modify base_addr to be region specific | Dennis Zhou (Facebook) | 2017-07-26 | 2 | -41/+116 | |
| * | | | | | | | | | | percpu: setup_first_chunk rename schunk/dchunk to chunk | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -8/+8 | |
| * | | | | | | | | | | percpu: end chunk area maps page aligned for the populated bitmap | Dennis Zhou (Facebook) | 2017-07-26 | 3 | -2/+15 | |
| * | | | | | | | | | | percpu: unify allocation of schunk and dchunk | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -33/+40 | |
| * | | | | | | | | | | percpu: setup_first_chunk remove dyn_size and consolidate logic | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -12/+6 |