[PATCH 11/14] cgroup: decouple cgroup_subsys_state destruction from cgroup...
Currently, css (cgroup_subsys_state) lifetime is tied to that of the associated cgroup. css's are created when the associated cgroup is created and destroyed when it gets destroyed. Also, individual...
View Article[PATCH 10/14] cgroup: replace cgroup->css_kill_cnt with ->nr_css (no replies)
Currently, css (cgroup_subsys_state) lifetime is tied to that of the associated cgroup. With the planned unified hierarchy, css's will be dynamically created and destroyed within the lifetime of a...
View Article[PATCH 08/14] cgroup: move cgroup->subsys[] assignment to online_css() (no...
Currently, css (cgroup_subsys_state) lifetime is tied to that of the associated cgroup. With the planned unified hierarchy, css's will be dynamically created and destroyed within the lifetime of a...
View Article[PATCH 07/14] cgroup: reorganize css init / exit paths (no replies)
css (cgroup_subsys_state) lifetime management is about to be restructured. In prepartion, make the following mostly trivial changes. * init_cgroup_css() is renamed to init_css() so that it's...
View Article[PATCHSET cgroup/for-3.12] cgroup: decouple cgroup_subsys_state lifetime from...
Hello, Currently a css's (cgroup_subsys_state) lifetime is tied to that of the cgroup it's attached to. css's are created when the cgroup is created and destroyed together. The access rules depend on...
View Article[PATCH v5 2/2] mm: make lru_add_drain_all() selective (no replies)
This change makes lru_add_drain_all() only selectively interrupt the cpus that have per-cpu free pages that can be drained. This is important in nohz mode where calling mlockall(), for example,...
View Article[PATCH] dm: Make MIN_IOS, et al, tunable via sysctl. (no replies)
The device mapper and some of its modules allocate memory pools at various points when setting up a device. In some cases, these pools are fairly large, for example the multipath module allocates a...
View ArticleLinux Plumbers ACPI/PM, PCI Microconference (1 reply)
Time is passing quickly and there are still a few topic areas that we would like discussed during the microconference but still do not have any proposals/knowledgable speakers for. For the following...
View Article[PATCH 17/17] net:ethernet:lantiq_etop.c: Removed deprecated IRQF_DISABLED (3...
Removed IRQF_DISABLED as it is deprecated and fixed a coding style issue of more than 80 chars on single line by sliting the line in two. Signed-off-by: Kumar Gaurav...
View Article[PATCH] usb: gadget/composite : Avoid crash with bad gadget drivers (no replies)
Some bad gadget drivers do not check the return status of usb_add_config. Thus they get a not correctly initialized config and when this gadget gets deactivated the whole kernel crashes. Since on...
View Article[PATCH V2 2/2] pinctrl/lantiq: add missing gphy led setup (no replies)
We found out how to set the gphy led pinmuxing. Signed-off-by: John Crispin <blogic@openwrt.org> --- drivers/pinctrl/pinctrl-xway.c | 30 ++++++++++++++++++++++++------ 1 file changed, 24...
View Article[PATCH V2 1/2] pinctrl/lantiq: add missing pin definition to falcon pinctrl...
From: Thomas Langer <thomas.langer@lantiq.com> The pps pin definition is missing in the current code. Signed-off-by: Thomas Langer <thomas.langer@lantiq.com> Acked-by: John Crispin...
View Article[PATCH v6 1/2] workqueue: add new schedule_on_cpu_mask() API (no replies)
This primitive allows scheduling work to run on a particular set of cpus described by a "struct cpumask". This can be useful, for example, if you have a per-cpu variable that requires code execution...
View Article[PATCH v6 2/2] mm: make lru_add_drain_all() selective (no replies)
This change makes lru_add_drain_all() only selectively interrupt the cpus that have per-cpu free pages that can be drained. This is important in nohz mode where calling mlockall(), for example,...
View Article[PATCH] reset: Fix compile when reset RESET_CONTROLLER is not selected (no...
Drivers need to protect their reset api calls with #ifdef to avoid compile errors. This patch adds dummy wrappers in the same way that linux/of.h does it. This results in the nasty ifdefs no longer...
View Articlenfsd fixes for 3.11 (no replies)
Some fixes for a 4.1 feature that in retrospect probably should have waited for 3.12.... But it appears to be working now. Please pull: git://linux-nfs.org/~bfields/linux.git for-3.11 --b....
View ArticleQuestion about REQ_FLUSH and bios with data (3 replies)
So, I'm working on a block driver using the make_request_fn interface, and have to handle a bio that comes in with (bi_rw & REQ_FLUSH) set AND data to transfer. According to...
View Article[PATCH] tile: support kprobes on tilegx (no replies)
This change includes support for Kprobes, Jprobes and Return Probes. Signed-off-by: Tony Lu <zlu@tilera.com> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> --- I assume it makes sense...
View Article[PATCH] tile: support ftrace on tilegx (no replies)
This commit adds support for static ftrace, graph function support, and dynamic tracer support. Signed-off-by: Tony Lu <zlu@tilera.com> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>...
View Article[GIT PULL] KVM/S390 fixes for 3.11-rc4 (no replies)
The following changes since commit 90db76e829479ef2ba1fed8f2552846015469831: Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2013-07-20 20:11:42 -0700) are...
View Article