index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-15
cgroup: replace cgroup_has_tasks() with cgroup_is_populated()
Tejun Heo
4
-7
/
+7
2015-10-15
cgroup: make cgroup->nr_populated count the number of populated css_sets
Tejun Heo
2
-17
/
+56
2015-10-15
cgroup: remove an unused parameter from cgroup_task_migrate()
Tejun Heo
1
-5
/
+2
2015-09-25
cgroup: fix too early usage of static_branch_disable()
Tejun Heo
1
-6
/
+8
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: make cgroup_update_dfl_csses() migrate all target processes atomically
Tejun Heo
1
-36
/
+8
2015-09-22
cgroup: separate out taskset operations from cgroup_migrate()
Tejun Heo
1
-86
/
+125
2015-09-22
cgroup: reorder cgroup_migrate()'s parameters
Tejun Heo
1
-6
/
+6
2015-09-22
cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()
Tejun Heo
4
-18
/
+41
2015-09-22
cpuset: migrate memory only for threadgroup leaders
Tejun Heo
1
-18
/
+22
2015-09-21
memcg: generate file modified notifications on "memory.events"
Tejun Heo
2
-0
/
+5
2015-09-18
cgroup: generalize obtaining the handles of and notifying cgroup files
Tejun Heo
3
-9
/
+56
2015-09-18
cgroup: restructure file creation / removal handling
Tejun Heo
1
-67
/
+76
2015-09-18
cgroup: cosmetic updates to rebind_subsystems()
Tejun Heo
1
-16
/
+15
2015-09-18
cgroup: make cgroup_addrm_files() clean up after itself on failures
Tejun Heo
1
-6
/
+7
2015-09-18
cgroup: relocate cgroup_populate_dir()
Tejun Heo
1
-32
/
+31
2015-09-18
cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE
Tejun Heo
4
-25
/
+9
2015-09-18
cgroup: replace "cgroup.populated" with "cgroup.events"
Tejun Heo
3
-14
/
+20
2015-09-18
cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()
Tejun Heo
6
-73
/
+76
2015-09-18
cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()
Tejun Heo
4
-14
/
+23
2015-09-18
cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...
Tejun Heo
2
-1
/
+47
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
cgroup: simplify threadgroup locking
Tejun Heo
1
-33
/
+12
2015-09-16
sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem
Tejun Heo
5
-83
/
+45
2015-09-16
Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...
Tejun Heo
5
-45
/
+83
2015-09-16
Revert "cgroup: simplify threadgroup locking"
Tejun Heo
1
-12
/
+33
2015-09-12
Linux 4.3-rc1
v4.3-rc1
Linus Torvalds
1
-2
/
+2
2015-09-12
Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...
Linus Torvalds
50
-421
/
+220
2015-09-12
blk: rq_data_dir() should not return a boolean
Linus Torvalds
1
-1
/
+1
2015-09-12
Merge branch 'writeback-plugging'
Linus Torvalds
1
-3
/
+10
2015-09-12
writeback: plug writeback in wb_writeback() and writeback_inodes_wb()
Linus Torvalds
1
-0
/
+6
2015-09-11
thermal: fix intel PCH thermal driver mismerge
Linus Torvalds
1
-7
/
+4
2015-09-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
22
-54
/
+336
2015-09-11
ARCv2: [axs103_smp] Reduce clk for SMP FPGA configs
Vineet Gupta
1
-0
/
+2
2015-09-11
Merge tag 'ntb-4.3' of git://github.com/jonmason/ntb
Linus Torvalds
7
-47
/
+210
2015-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
17
-15
/
+1019
2015-09-11
Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-44
/
+187
2015-09-11
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
38
-633
/
+675
2015-09-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
39
-1271
/
+1860
2015-09-11
Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
16
-608
/
+477
2015-09-11
Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...
Linus Torvalds
1
-12
/
+60
2015-09-11
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
44
-197
/
+509
2015-09-11
revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"
Andrew Morton
1
-2
/
+4
2015-09-11
mm/early_ioremap: add explicit #include of asm/early_ioremap.h
Ard Biesheuvel
1
-0
/
+1
2015-09-11
fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void
Joe Perches
4
-50
/
+45
2015-09-11
selftests: enhance membarrier syscall test
Mathieu Desnoyers
1
-25
/
+75
2015-09-11
selftests: add membarrier syscall test
Pranith Kumar
4
-0
/
+84
2015-09-11
sys_membarrier(): system-wide memory barrier (generic, x86)
Mathieu Desnoyers
11
-1
/
+151
2015-09-11
MODSIGN: fix a compilation warning in extract-cert
David Howells
1
-1
/
+1
[next]