[PATCH 6/7] video: fbdev: pmag-ba-fb: Optimize Bt455 colormap addressing
Use the address autoincrement feature when accessing successive palette entries and also skip loading a palette address in overlay register assesses
View Article[PATCH 7/7] video: fbdev: bt431: Correct cursor format control macro
The Bt431 cursor generator supports simultaneous generation of a 64 x 64 and a cross hair cursor in which the cursor format control bit (bit D4) of th
View Article[PATCH] nati_x86_64_defconfig: Enable some net QoS modules
From: Sheng Wang <sheng.wang@ni.com> NI-TSN needs to send packets in a dedicated NIC queue which is different with Best Effort, it depends on these Q
View Article[lkp] [quota] ba5da72c22: WARNING: CPU: 0 PID: 29133 at...
<#zhygvcneg glcr=zvkrq> <#cneg glcr=grkg/cynva punefrg="hf-nfpvv" qvfcbfvgvba=vayvar absvyr=lrf> SLV, jr abgvprq gur orybj punatrf ba uggcf://tvg.xre
View Article[lkp] [locking/mutex] 5267438002: +38.9%...
FYI, we noticed the below changes on https://github.com/0day-ci/linux Waiman-Long/locking-mutex-Enable-optimistic-spinning-of-lock-waiter/20160210-03
View Article[PATCH 1/2] reset: hisilicon: Add hi6220 media part of reset
Signed-off-by: Chen Feng <puck.chen@hisilicon.com> Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org> --- drivers/reset/hisilicon/hi6220_reset.c |
View Article[PATCH 2/2] dts: arm64: Add hi6220 media reset dts
Signed-off-by: Chen Feng <puck.chen@hisilicon.com> Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org> --- arch/arm64/boot/dts/hisilicon/hi6220.dts
View Article[PATCH] USB: idmouse.c: Put the interface on error
usb_autopm_put_interface() should be called regardless of what idmouse_create_image() returns. Signed-off-by: Junjie Mao <junjie.mao@enight.me> ---
View ArticleRe: [alsa-devel] [PATCH v2] ASoC: wm9713: fix regmap free path
On Sun, Feb 21, 2016 at 11:12:51AM +0100, Lars-Peter Clausen wrote: > On 02/20/2016 08:44 PM, Robert Jarzmik wrote: > > Fix this by removing the doub
View Article[RFC] mm: why we should clear page when do anonymous page fault
handle_pte_fault() do_anonymous_page() alloc_zeroed_user_highpage_movable() We will alloc a zeroed page when do anonymous pag
View Article[PATCH 0/3] video/fbdev: avoid module usage in non-modular sparc code
This series of commits is a part of a larger project to ensure people don't reference modular support functions in non-modular code. Overall there wa
View Article[PATCH 1/3] drivers/video: make fbdev/sunxvr500.c explicitly non-modular
The Kconfig currently controlling compilation of this code is: config FB_XVR500 bool "Sun XVR-500 3DLABS Wildcat support" ...meaning that it
View Article[PATCH 2/3] drivers/video: make fbdev/sunxvr1000.c explicitly non-modular
The Kconfig currently controlling compilation of this code is: config FB_XVR1000 bool "Sun XVR-1000 support" ...meaning that it currently is
View Article[PATCH 3/3] drivers/video: make fbdev/sunxvr2500.c explicitly non-modular
The Kconfig currently controlling compilation of this code is: config FB_XVR2500 bool "Sun XVR-2500 3DLABS Wildcat support" ...meaning that
View ArticleRe: [alsa-devel] [PATCH 4/4] ASoC: simple-card: Support for selecting system...
On Wed, Feb 17, 2016 at 03:18:57PM +0100, Ricard Wanderlof wrote: > It makes sense to use an already existing clock framework, but I'm > wondering,
View Articlelinux-next: manual merge of the staging tree with the crypto tree
Hi Greg, Today's linux-next merge of the staging tree got a conflict in: drivers/staging/lustre/lustre/libcfs/linux/linux-crypto.c between commit
View ArticleRe: [lkp] [rcutorture] a9ca13df09: !!! IP-Config: Auto-configuration of...
On Mon, Feb 22, 2016 at 10:24:56AM +0800, kernel test robot wrote: > FYI, we noticed the below changes on > > https://git.kernel.org/pub/scm/linux/ke
View Article[PATCH] intel-pstate: Update frequencies of policy->cpus only from...
The intel-pstate driver is using intel_pstate_hwp_set() from two separate paths, i.e. ->set_policy() callback and sysfs update path for the files pres
View Article[PATCH] usb: chipidea: Configure DMA properties and ops from DT
On certain platforms (e.g. ARM64) the dma_ops needs to be explicitly set to be able to do DMA allocations, so use the of_dma_configure() helper to pop
View ArticleProcesses attached to shared memory
Given a struct shmid_kernel, is it possible to find each process/task_struct which is attached to the shared memory? I have been trying to use find_g
View Article