[PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap() (no replies)
Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in try_to_unmap(). In this patch, I change following things. 1. enable...
View Article[PATCH 7/9] mm/rmap: use rmap_walk() in try_to_munlock() (no replies)
Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in try_to_munlock(). In this patch, I change following things. 1. remove...
View Article[PATCH 0/9] mm/rmap: unify rmap traversing functions through rmap_walk (3...
Rmap traversing is used in five different cases, try_to_unmap(), try_to_munlock(), page_referenced(), page_mkclean() and remove_migration_ptes(). Each one implements its own traversing functions for...
View Article[PATCH v2 0/5] rtc: s5m: Bug fixes of the driver after tests (5 replies)
Hi, This is a second version of patchset of small but important fixes for rtc-s5m driver. Last patches also add waking up on RTC alarm interrupts. The patchset is based on v3.13-rc1-229-ge7c0d3d and...
View Article[PATCH] kernel/extable: fix address-checks for core_kernel and init areas (no...
The init_kernel_text() and core_kernel_text() functions should not include the labels _einittext and _etext when checking if an address is inside the .text or ..init sections. Signed-off-by: Helge...
View Article[PATCH] timekeeper: fix comment typo for tk_setup_internals() (no replies)
Fix trivial comment typo for tk_setup_internals(). Signed-off-by: Yijing Wang <wangyijing@huawei.com> --- kernel/time/timekeeping.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff...
View Article[PATCH v2] arch: hexagon: kernel: hexagon_ksyms.c: export related symbols...
Need export all related functions and symbols for various modules with allmodconfig. The related errors: MODPOST 2879 modules ERROR: "__vmyield" [sound/sound_firmware.ko] undefined! ERROR:...
View Article[PATCH V3 1/2] cpufreq: Make sure CPU is running on a freq from freq-table (1...
Sometimes boot loaders set CPU frequency to a value outside of frequency table present with cpufreq core. In such cases CPU might be unstable if it has to run on that frequency for long duration of...
View Articlekernel panic due to "PCI / ACPI: Use acpi_find_child_device() for child...
Greetings, We got the follow kernel panic dmesg(full dmesg is attached): [ 7.781306] BUG: unable to handle kernel NULL pointer dereference at 0000000000000018 [ 7.791041] IP:...
View ArticleLinux 3.2.53 (no replies)
I'm announcing the release of the 3.2.53 kernel. All users of the 3.2 kernel series should upgrade. The updated 3.2.y git tree can be found at:...
View Articlerandconfig build error with next-20131129, in drivers/firmware (no replies)
Building with the attached random configuration file, In file included from include/linux/cache.h:4:0, from include/linux/printk.h:8, from include/linux/kernel.h:13, from...
View Article[PATCH 2/6][v3] phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHY (no...
From: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Acked-by: Florian Fainelli...
View Article[PATCH 1/6][v3] phylib: Add Clause 45 read/write functions (no replies)
From: Andy Fleming <afleming@freescale.com> Need an extra parameter to read or write Clause 45 PHYs, so need a different API with the extra parameter. Signed-off-by: Andy Fleming...
View Article[PATCH 3/6] phylib: turn genphy_driver to an array (no replies)
From: Shaohui Xie <Shaohui.Xie@freescale.com> Then other generic phy driver such as generic 10g phy driver can join it. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> --- Splitted...
View Article[PATCH 4/6][v3] phylib: Add generic 10G driver (no replies)
From: Andy Fleming <afleming@freescale.com> Very incomplete, but will allow for binding an ethernet controller to it. Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by:...
View Article[PATCH 5/6][v3] phylib: Support attaching to generic 10g driver (no replies)
From: Andy Fleming <afleming@freescale.com> phy_attach_direct() may now attach to a generic 10G driver. It can also be used exactly as phy_connect_direct(), which will be useful when using...
View Article[PATCH 6/6][v3] phylib: Add of_phy_attach (no replies)
From: Andy Fleming <afleming@freescale.com> 10G PHYs don't currently support running the state machine, which is implicitly setup via of_phy_connect(). Therefore, it is necessary to implement an...
View Article[PATCH 2/3 v2] usb: chipidea: Fix Internal error: : 808 [#1] ARM related to...
usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag * init the sts flag to 0 (missed) * set the sts flag only if not 0 Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk> ---...
View Article[PATCH 1/3 v2] usb: chipidea: Reallocate regmap only if lpm is detected (1...
usb: chipidea: Reallocate regmap only if lpm is detected The regmap only needs to reallocate if the hw_read on the CAP register shows lpm is used. Therefore the if() statement check the change....
View Article[PATCH 3/3 v2] usb: chipidea: hw_phymode_configure moved before...
usb: chipidea: hw_phymode_configure moved before ci_usb_phy_init hw_phymode_configure configures the PORTSC registers and allow the following phy_inits to operate on the right parameters. This fix a...
View Article