summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo2-3/+3
2015-10-15cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo1-3/+2
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo2-0/+7
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo1-2/+2
2015-10-15cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo1-4/+4
2015-09-24cgroup: Merge branch 'for-4.3-fixes' into for-4.4Tejun Heo1-2/+8
2015-09-24cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo1-2/+9
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo1-0/+22
2015-09-21memcg: generate file modified notifications on "memory.events"Tejun Heo1-0/+4
2015-09-19cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo2-2/+37
2015-09-19cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo1-5/+1
2015-09-19cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo1-1/+1
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo1-58/+0
2015-09-18cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo3-7/+2
2015-09-18cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo1-0/+21
2015-09-18jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo1-7/+11
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo3-22/+25
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo3-25/+22
2015-09-12blk: rq_data_dir() should not return a booleanLinus Torvalds1-1/+1
2015-09-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+12
2015-09-12Merge tag 'ntb-4.3' of git://github.com/jonmason/ntbLinus Torvalds2-5/+5
2015-09-12Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2015-09-12Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+44
2015-09-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-15/+11
2015-09-12fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches1-9/+10
2015-09-12sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers1-0/+2
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-1/+9
2015-09-11Merge branch 'pm-opp'Rafael J. Wysocki1-0/+6
2015-09-11Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds4-116/+256
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-35/+222
2015-09-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+14
2015-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-1/+6
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+84
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-2/+10
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-3/+3
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young1-0/+11
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko1-0/+4
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker1-2/+0
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook1-7/+7
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij1-2/+8
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld1-2/+2
2015-09-10include/linux/poison.h: remove not-used poison pointer macrosVasily Kulikov1-7/+0
2015-09-10include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2015-09-10mm: introduce idle page trackingVladimir Davydov4-0/+127
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+44
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov1-8/+1
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov1-0/+1
2015-09-10zpool: add zpool_has_pool()Dan Streetman1-0/+2
2015-09-10netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann1-2/+11
2015-09-10add microchip LAN88xx phy driverWoojung.Huh@microchip.com1-0/+73