Re: [PATCH v2 v4.2-rc1] printk: make extended printk support conditional on...
On Thu 2015-07-02 12:21:41, Tejun Heo wrote: > 6fe29354befe ("printk: implement support for extended console > drivers") implemented extended printk support for extended netconsole. > The...
View Article[PATCH] mm: avoid setting up anonymous pages into file mapping
Reading page fault handler code I've noticed that under right circumstances kernel would map anonymous pages into file mappings: if the VMA doesn't have vm_ops->fault() and the VMA wasn't fully...
View ArticleRe: [PATCH RFC 2/5] ARM: mvebu: Use shorter register definition in pmsu.c
On Fri, Jul 03, 2015 at 08:11:54AM +0200, Gregory CLEMENT wrote: > The register definition were too verbose. Shorten them in order to > have something more readable and avoiding having most of...
View Article[PATCH] drm/msm/dsi: Save/Restore PLL status across PHY reset
Reset DSI PHY silently changes its PLL registers to reset status, which will make cached status in clock driver invalid and result in wrong output rate of link clocks. The current restore mechanism in...
View ArticleRe: [PATCH v2 0/2] dmaengine: ti-dma-crossbar: Support for eDMA
On 07/02/2015 06:56 PM, Vinod Koul wrote: > On Wed, Jul 01, 2015 at 03:41:26PM +0300, Peter Ujfalusi wrote: >> Hi, >> >> On 06/08/2015 04:22 PM, Peter Ujfalusi wrote: >>>...
View ArticleRe: [PATCH v3 2/2] PM / Runtime: Add pm_runtime_enable_recursive
On Fri, 3 Jul 2015, Tomeu Vizoso wrote: > On 2 July 2015 at 17:21, Alan Stern <stern@rowland.harvard.edu> wrote: > > On Thu, 2 Jul 2015, Tomeu Vizoso wrote: > > > >> >...
View Article[PATCH 0/3] introduce driver for the Atmel SDMMC
Hi, This set of patches introduce a driver for the new Atmel SDMMC device avaible on SAMA5D2 SoC. There is also a resend of an old patch which has not been taken. Ulf asked for some reviews since it...
View Article[PATCH 2/3] mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC
Introduce driver for he Atmel SDMMC available on sama5d2. It is a sdhci compliant controller. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> ---...
View ArticleRe: Possible regression due to "tick: broadcast: Prevent livelock from event...
On Fri, 3 Jul 2015, Wolfram Sang wrote: > > > So with high res timers it boots. Can you please provide the output of > > /proc/timer_list for that case? > Tick Device: mode: 1 >...
View Article[PATCH 3/3] MAINTAINERS: add entry for Atmel sdhci-of-at91 driver
Add an entry for Atmel SDMMC device. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS...
View Article[PATCH 1/3] mmc: sdhci: switch from programmable clock mode to divided one if...
In programmable mode, if the clock frequency is too high, the divider can be too small to meet the clock frequency requirement especially to init the SD card. In this case, switch to the divided clock...
View ArticleRe: [f2fs-dev] [PATCH 08/12] f2fs: introduce a shrinker for mounted fs
On Thu, Jul 02, 2015 at 08:32:39PM +0800, Chao Yu wrote: > > -----Original Message----- > > From: Jaegeuk Kim [mailto:jaegeuk@kernel.org] > > Sent: Tuesday, June 30, 2015 2:40 AM...
View ArticleRe: [f2fs-dev] [PATCH 11/12] f2fs: add noextent_cache mount option
On Thu, Jul 02, 2015 at 08:35:34PM +0800, Chao Yu wrote: > > -----Original Message----- > > From: Jaegeuk Kim [mailto:jaegeuk@kernel.org] > > Sent: Tuesday, June 30, 2015 2:40 AM...
View ArticleRe: [PATCH v2 1/6] dax: Add block size note to documentation
On Fri, Jul 03, 2015 at 10:40:38AM -0400, Matthew Wilcox wrote: > From: Matthew Wilcox <willy@linux.intel.com> > > For block devices which are small enough, mkfs will default to...
View Article[PATCH v2] clocksource: dw_apb_timer: add dynamic irq flag to the timer
Commit d2348fb6fdc6 ("tick: Dynamically set broadcast irq affinity") adds one execllent feature CLOCK_EVT_FEAT_DYNIRQ to let the core set the interrupt affinity of the broadcast interrupt to the cpu...
View ArticleRe: [f2fs-dev] [PATCH 12/12] f2fs: use extent_cache by default
Hi Chao, On Thu, Jul 02, 2015 at 08:36:16PM +0800, Chao Yu wrote: > Hi Jaegeuk, > > > -----Original Message----- > > From: Jaegeuk Kim [mailto:jaegeuk@kernel.org] > > Sent:...
View ArticleRe: nginx-1.9.2 + ssl + spdy segfault
Hello! On Wed, Jul 01, 2015 at 07:28:59AM -0400, kirimedia wrote: > Segfault in nginx-1.9.2 with ssl and spdy module > > # nginx -V > nginx version: nginx/1.9.2 > built by gcc 4.4.6...
View Article[PATCH v2 0/2] irqchip: dw-apb-ictl: add irq_set_affinity support
On Marvell Berlin SoCs, the cpu's local timer is shutdown when the cpu goes to a deep idle state, then the timer framework will be notified to use a broadcast timer instead. The broadcast timer uses...
View Article[PATCH v2 2/2] irqchip: dw-apb-ictl: add irq_set_affinity support
On Marvell Berlin SoCs, the cpu's local timer is shutdown when the cpu goes to a deep idle state, then the timer framework will be notified to use a broadcast timer instead. The broadcast timer uses...
View Article[PATCH v2 1/2] irqchip: dw-apb-ictl: add private data structure
This patch adds struct dw_apb_ictl_priv definition, now it only has one member: the irq domain. Then make the generic irq chip gc->private to point to the struct. This is to prepare for the next...
View Article