Age | Commit message (Expand) | Author | Files | Lines |
2015-10-15 | cgroup: don't hold css_set_rwsem across css task iteration | Tejun Heo | 2 | -0/+7 |
2015-10-15 | cgroup: replace cgroup_has_tasks() with cgroup_is_populated() | Tejun Heo | 1 | -2/+2 |
2015-10-15 | cgroup: make cgroup->nr_populated count the number of populated css_sets | Tejun Heo | 1 | -4/+4 |
2015-09-24 | cgroup: Merge branch 'for-4.3-fixes' into for-4.4 | Tejun Heo | 1 | -2/+8 |
2015-09-24 | cgroup, writeback: don't enable cgroup writeback on traditional hierarchies | Tejun Heo | 1 | -2/+9 |
2015-09-22 | cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader() | Tejun Heo | 1 | -0/+22 |
2015-09-21 | memcg: generate file modified notifications on "memory.events" | Tejun Heo | 1 | -0/+4 |
2015-09-19 | cgroup: generalize obtaining the handles of and notifying cgroup files | Tejun Heo | 2 | -2/+37 |
2015-09-19 | cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE | Tejun Heo | 1 | -5/+1 |
2015-09-19 | cgroup: replace "cgroup.populated" with "cgroup.events" | Tejun Heo | 1 | -1/+1 |
2015-09-18 | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() | Tejun Heo | 1 | -58/+0 |
2015-09-18 | cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled() | Tejun Heo | 3 | -7/+2 |
2015-09-18 | cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_... | Tejun Heo | 1 | -0/+21 |
2015-09-18 | jump_label: make static_key_enabled() work on static_key_true/false types too | Tejun Heo | 1 | -7/+11 |
2015-09-16 | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 3 | -22/+25 |
2015-09-16 | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp... | Tejun Heo | 3 | -25/+22 |
2015-09-12 | blk: rq_data_dir() should not return a boolean | Linus Torvalds | 1 | -1/+1 |
2015-09-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -10/+69 |
2015-09-12 | Merge tag 'ntb-4.3' of git://github.com/jonmason/ntb | Linus Torvalds | 2 | -5/+5 |
2015-09-12 | Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+6 |
2015-09-12 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 9 | -37/+40 |
2015-09-12 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -35/+21 |
2015-09-12 | Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2 | -6/+49 |
2015-09-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2 | -18/+14 |
2015-09-12 | fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void | Joe Perches | 1 | -9/+10 |
2015-09-12 | sys_membarrier(): system-wide memory barrier (generic, x86) | Mathieu Desnoyers | 4 | -1/+59 |
2015-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 3 | -1/+9 |
2015-09-11 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+1 |
2015-09-11 | Merge branch 'pm-opp' | Rafael J. Wysocki | 1 | -0/+6 |
2015-09-11 | target: use stringify.h instead of own definition | David Disseldorp | 1 | -4/+0 |
2015-09-11 | target/qla2xxx: Honor max_data_sg_nents I/O transfer limit | Nicholas Bellinger | 1 | -0/+13 |
2015-09-11 | Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -155/+397 |
2015-09-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 15 | -35/+341 |
2015-09-11 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 1 | -0/+14 |
2015-09-11 | Merge tag 'drm-intel-next-fixes-2015-09-10' of git://anongit.freedesktop.org/... | Dave Airlie | 1 | -1/+1 |
2015-09-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -6/+82 |
2015-09-11 | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -7/+11 |
2015-09-11 | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 1 | -0/+1 |
2015-09-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 8 | -7/+91 |
2015-09-10 | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 1 | -0/+15 |
2015-09-10 | dma-mapping: consolidate dma_supported | Christoph Hellwig | 1 | -0/+13 |
2015-09-10 | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 1 | -0/+14 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 1 | -0/+18 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 1 | -0/+58 |
2015-09-10 | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() | Oleg Nesterov | 1 | -2/+10 |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -3/+3 |
2015-09-10 | kexec: split kexec_file syscall code to kexec_file.c | Dave Young | 1 | -0/+11 |
2015-09-10 | seq_file: provide an analogue of print_hex_dump() | Andy Shevchenko | 1 | -0/+4 |
2015-09-10 | kmod: use system_unbound_wq instead of khelper | Frederic Weisbecker | 1 | -2/+0 |
2015-09-10 | lib/string_helpers: rename "esc" arg to "only" | Kees Cook | 1 | -7/+7 |