[PATCH v2 3/4] mm/writeback: make writeback_inodes_wb static (no replies)
It's not used globally and could be static. Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com> --- fs/fs-writeback.c | 2 +- include/linux/writeback.h | 2 -- 2 files changed, 1 insertion(+), 3...
View Article[PATCH v2 2/4] mm/sparse: introduce alloc_usemap_and_memmap (no replies)
v1 -> v2: * add comments to describe alloc_usemap_and_memmap After commit 9bdac91424075("sparsemem: Put mem map for one node together."), vmemmap for one node will be allocated together, its logic...
View Article[PATCH v2 1/4] mm/pgtable: Fix continue to preallocate pmds even if failure...
v1 -> v2: * remove failed. preallocate_pmds will continue to preallocate pmds even if failure occurrence, and then free all the preallocate pmds if there is failure, this patch fix it by stop...
View Articleclk: Xilinx Zynq changes for v3.12 (no replies)
Hi Mike, as we discussed with Kevin in my arm-soc pull request I should send these two patches separately and directly to you. I have rebased them on 3.11-rc2 which is the kernel version you have in...
View Article[PATCH V2] [BUGFIX] crash/ioapic: Prevent crash_kexec() from deadlocking on...
Prevent crash_kexec() from deadlocking on ioapic_lock. When crash_kexec() is executed on a cpu, the cpu will get ioapic_lock in disable_IO_APIC(). So if the cpu gets NMI while locking ioapic_lock, a...
View Article[PATCH] amilo-rfkill: add Kconfig depends on i8042 (no replies)
From: Xiong Zhou <jencce.kernel@gmail.com> Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL requires SERIO_I8042 being available. amilo-rfkill.c:(.text+0x108b5b):...
View Article[PATCH 0/3] Fix sd3.0 issues for Realtek card reader (3 replies)
From: Wei WANG <wei_wang@realsil.com.cn> Wei WANG (3): mfd:mmc:rtsx: Change default tx phase mmc:rtsx:Clear SD_CLK toggle enable bit if switching voltage fail mmc:memstick:rtsx: Modify copyright...
View Article[PATCH] LMK: Optimize lowmem_shrink (no replies)
From: Leon Ma <xindong.ma@intel.com> Date: Mon, 19 Aug 2013 14:22:38 +0800 Subject: [PATCH] LMK: Optimize lowmem_shrink. By comparing with selected_oom_score_adj instead of min_score_adj, we may...
View Article[PATCH] reboot: perform warm/cold reset correctly for CF9 type (no replies)
In current implementation for reboot type CF9 and CF9_COND, warm and cold reset are not differentiated, and both are performed by writing 0x06 to port 0xCF9 as warm reset. It's not correct. This...
View Article[PATCH] cpuset: fix a regression in validating config change (no replies)
It's not allowed to clear masks of a cpuset if there're tasks in it, but it's broken: # mkdir /cgroup/sub # echo 0 > /cgroup/sub/cpuset.cpus # echo 0 > /cgroup/sub/cpuset.mems # echo $$ >...
View Article[Device-tree] mailing list responsiveness and discoverability (no replies)
Hello device tree maintainers, I (sub)maintain the Linux MTD subsystem and hang out on the linux-mtd@infradead.org mailing list. I have been seeing an increasing number of submissions that involve...
View Article[PATCH] pinctrl: rockchip: Simplify for loop iteration (no replies)
Just return once a match found makes the code simpler and shorter. Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/pinctrl/pinctrl-rockchip.c | 21 ++++++--------------- 1 file changed,...
View Article[PATCH 1/4] pwm: add freescale ftm pwm driver support (no replies)
Add freescale ftm pwm driver support. The ftm pwm device can be found on Vybrid VF610 and Layerscape LS-1 SoCs. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Jingchang Lu...
View Article[PATCH 0/4] Add freescale ftm pwm driver for Vybrid VF610 TOWER (3 replies)
Hello, This patch series is the freescale ftm pwm implementation. There are 8 channels most supported by the ftm pwm, and there are two pwm modes: - Center-Aligned PWM (CPWM) mode - Edge-Aligned PWM...
View Article[PATCH] irq: add irq handler function name in ftrace (no replies)
At present, irq handler function name is not printed out when irq_handler_entry is added into trace event, which is inconvenient for debugging. In order to improve the debugging efficiency, print out...
View Articlelinux-next: manual merge of the trivial tree with the crypto tree (no replies)
Hi Jiri, Today's linux-next merge of the trivial tree got a conflict in drivers/crypto/ux500/hash/hash_core.c between commit 69d2884debaa ("crypto: ux500 - Fix logging, make arrays const, neatening")...
View Articlelinux-next: manual merge of the trivial tree with the net-next tree (no replies)
Hi Jiri, Today's linux-next merge of the trivial tree got a conflict in drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c between commit 068a8d197e00 ("qlcnic: Replace poll mode mailbox interface...
View Articlelinux-next: manual merge of the trivial tree with the wireless tree (no replies)
Hi Jiri, Today's linux-next merge of the trivial tree got a conflict in drivers/net/wireless/iwlwifi/mvm/time-event.c between commit 057397943eee ("iwlwifi: mvm: disconnect if time event scheduling...
View Article[PATCH v8 1/1] input: ideapad_slidebar: new input driver (no replies)
v8: added `extended = false;` line ideapad_slidebar is a new driver which enables slidebars on some Lenovo IdeaPad laptops (the slidebars work with SlideNav/Desktop Navigator under Windows) Fixes...
View Article[PATCH v11 1/8] drivers: phy: add generic PHY framework (no replies)
The PHY framework provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY with or without using phandle. For dt-boot, the PHY...
View Article