Quantcast
Browsing all 24115 articles
Browse latest View live

Re: drm/agp linux-next build broken for non-AGP platform (no replies)

Hi On Thu, Aug 8, 2013 at 12:01 PM, Vincent Stehlé <vincent.stehle@freescale.com> wrote: > Hi, > > Linux next-20130808 link breaks for me with ARM config multi_v7defconfig. > > It...

View Article


Re: Patch for lost wakeups (2 replies)

[ Adding proper people, and the kernel mailing list ] The patch is definitely incorrect, but the bug is interesting, so I'm cc'ing more people in case anybody else has any input on this. The reason I...

View Article


[PATCH] Staging:zram:zram_drv.c Fixed Error of trailing whitespace (no replies)

Fixed by removing trailing whitespace Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com> --- drivers/staging/zram/zram_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff...

View Article

[PATCH] smp.c: Quit unconditionally enabling irqs in on_each_cpu_mask(). (2...

From: David Daney <david.daney@cavium.com> As in f21afc25f9ed (smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().), we don't want to enable irqs if they are not already...

View Article

[PATCH 0/3] Add trace event for ghes memory error (6 replies)

This patch series adds a new trace event for memory errors reported via APEI generic hardware error source. - Naveen Naveen N. Rao (3): mce: acpi/apei: trace: Include PCIe AER trace event...

View Article


[PATCH 1/2] ARM: dts: align sdio numbers to HW definition (1 reply)

Clean up the sdio numbering to be 1-base as defined in HW spec, instead of the current 0-base Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Christian Daudt <csd@broadcom.com>...

View Article

[PATCH] ARM: bcm: Make secure API call optional (no replies)

The current bcm_kona_smc_init function throws a BUG_ON if there's no SMC device node defined in the device tree. Since secure API access is optional depending the chip configuration, fix this by...

View Article

[PATCH] ARM: bcm: Rename board_bcm (no replies)

In order to support multiple SoC models in the mach-bcm directory, board_bcm.c is being renamed board_bcm281xx.c Reviewed-by: Markus Mayer <markus.mayer@linaro.org> Signed-off-by: Christian...

View Article


[PATCH] convert comma to semicolon (3 replies)

These patches result from the following semantic patch (http://coccinelle.lip6.fr/), which checks for expression statements separated by , rather than by ;. The rule is quite conservative in that it...

View Article


[PATCH 1/2] time: allow changing the timekeeper clock frequency (no replies)

On the tile architecture, we use the processor clock tick as the time source. However, when we perform dynamic frequency adjustment and modify the clock rate of the core, we have to update the...

View Article

[PATCH 2/2] tile: implement dynamic frequency changing (no replies)

This change provides a cpufreq driver for tilegx, and also the associated machinery to support the fact that we use the core frequency as the actual timekeeper clock, so we have to go to some trouble...

View Article

[PATCH v5 0/9] pci: bus and slot reset interfaces (9 replies)

v5: Increase length of time we assert reset in the final common secondary bus reset function to 2ms and document that this is to ensure that reset on the bus is seen for at least a full 1ms (per...

View Article

[PATCH] PM / QoS: Fix workqueue deadlock when using...

pm_qos_update_request_timeout() updates a qos and then schedules a delayed work item to bring the qos back down to the default after the timeout. When the work item runs, pm_qos_work_fn() will call...

View Article


[PATCH 03/14] cgroup: add cgroup_subsys_state->parent (no replies)

With the planned unified hierarchy, css's (cgroup_subsys_state) will be RCU protected and allowed to be attached and detached dynamically over the course of a cgroup's lifetime. This means that css's...

View Article

[PATCH 09/14] cgroup: bounce cgroup_subsys_state ref kill confirmation to a...

css (cgroup_subsys_state) offlining, which requires process context, will be moved to ref kill confirmation. In preparation, bounce css_killed handling through css->destroy_work....

View Article


[PATCH 05/14] cgroup: make cgroup_file_open() rcu_read_lock() around...

For the planned unified hierarchy, each css (cgroup_subsys_state) will be RCU protected so that it can be created and destroyed individually while allowing RCU accesses, and cgroup_css() will soon...

View Article

[PATCH 12/14] cgroup: factor out kill_css() (no replies)

Factor out css ref killing from cgroup_destroy_locked() into kill_css(). We're gonna add more to the path and the factored out function will eventually be called from other places too. While at it,...

View Article


[PATCH 13/14] cgroup: move subsys file removal to kill_css() (no replies)

With the planned unified hierarchy, individual css's will be created and destroyed dynamically across the lifetime of a cgroup. To enable such usages, css destruction is being decoupled from cgroup...

View Article

[PATCH 14/14] cgroup: RCU protect each cgroup_subsys_state release (no replies)

With the planned unified hierarchy, individual css's will be created and destroyed dynamically across the lifetime of a cgroup. To enable such usages, css destruction is being decoupled from cgroup...

View Article

[PATCH 06/14] cgroup: add __rcu modifier to cgroup->subsys[] (no replies)

For the planned unified hierarchy, each css (cgroup_subsys_state) will be RCU protected so that it can be created and destroyed individually while allowing RCU accesses. Previous changes ensured that...

View Article
Browsing all 24115 articles
Browse latest View live