[PATCH V2 0/2] DMA: Freescale: Add support for 8-channel DMA engine (1 reply)
From: Hongbo Zhang <hongbo.zhang@freescale.com> Hi Vinod, Dan, Leo and Scott, please have a look at these V2 patches. Freescale QorIQ T4 and B4 introduce new 8-channel DMA engines, this patch...
View Article[GIT PULL] irqdomain refactoring for v3.11 (no replies)
Hi Linus, Please pull the following irqdomain tree. The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10: Linux 3.10-rc5 (2013-06-08 17:41:04 -0700) are available in the git...
View Article[PATCH] irqchip: sun4i: Staticize sun4i_irq_ack() (1 reply)
sun4i_irq_ack() is only referenced in this file, so make it static. Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/irqchip/irq-sun4i.c | 2 +- 1 file changed, 1 insertion(+), 1...
View Article[PATCH] pci: exynos: split into two parts such as Synopsys part and Exynos...
Exynos PCIe IP consists of Synopsys specific part and Exynos specific part. Only core block is a Synopsys designware part; other parts are Exynos specific. Also, the Synopsys designware part can be...
View Article[PATCH] f2fs: add proc entry to monitor current usage of segments (no replies)
You can monitor valid block counts of whole segments in: /proc/fs/f2fs/sdb1/segment_info. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com> --- fs/f2fs/f2fs.h | 1 + fs/f2fs/super.c | 46...
View Article[PATCH 0/6] cpufreq: Add 'load_table' debugfs file to show colleced CPUs load...
This patchset add 'load_table' debugfs file to provide collected CPUs data. The load_table debugfs file gives below CPU datas. - measured time - old CPU frequency - new CPU frequency - each CPU load...
View Article[3.5.y.z extended stable] Linux 3.5.7.16 (1 reply)
I am announcing the release of the Linux 3.5.7.16 kernel. The updated 3.5.y tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y and can be browsed at:...
View Article[PATCH] of: match the compatible in the order set by the dts file (no replies)
If we set the uart compatible in the dts file like this: ------------------------------------------------------ compatible = "fsl,imx6q-uart", "fsl,imx21-uart";...
View Article[PATCH] ACPI / power: add missing newline to debug messages (no replies)
There are few places in power.c where debug messages have no newline at the end. Reading such debug messages from dmesg is not fun so fix this by adding the missing newlines. Signed-off-by: Mika...
View Article[PATCH RFC] genirq: Genric chip: Use DIV_ROUND_UP to count numchips (no replies)
The number of interrupts in a domain may be not divisible by the number of interrupts each chip handles. Integer division may truncate the result, thus use DIV_ROUND_UP to count numchips....
View Article[PATCHv4 00/10] clocksource: sunxi: Timer fixes and cleanup (3 replies)
Hi everyone, The first timer code we merged when adding support for the A13 some time back was mostly a clean up from the source drop we had, without any documentation. This happened to work, but the...
View Article[PATCH] arm: Convert locomo platform and bus legacy pm_ops to dev_pm_ops (no...
Convert arch/arm/common/locomo platform and bus legacy pm_ops to dev_pm_ops. This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this platform and bus code implements PM_SLEEP ops and...
View Article[PATCH] arm: Convert scoop platform and bus legacy pm_ops to dev_pm_ops (no...
Convert arch/arm/common/scoop platform and bus legacy pm_ops to dev_pm_ops. This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this platform and bus code implements PM_SLEEP ops and...
View Article[PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops (3...
Convert arch/arm/common/sa1111 platform and bus legacy pm_ops to dev_pm_ops. This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this platform and bus code implements PM_SLEEP ops and...
View Article[PATCH 0/9] clocksource: dw_apb_timer: support for timer variant used in...
The Rockchip rk3188 SoCs use a variant of the timer with some slight modifications. This series implements them as quirks for the dw_apb_timer. Tested on a rk3188 for the quirk handling and on a...
View Article[PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops (no...
Convert arch/arm/common/sa1111 platform and bus legacy pm_ops to dev_pm_ops. This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this platform and bus code implements PM_SLEEP ops and...
View Article[PATCH 10/15] sched: Set the scan rate proportional to the size of the task...
The NUMA PTE scan rate is controlled with a combination of the numa_balancing_scan_period_min, numa_balancing_scan_period_max and numa_balancing_scan_size. This scan rate is independent of the size of...
View Article[PATCH 13/15] sched: Set preferred NUMA node based on number of private...
Ideally it would be possible to distinguish between NUMA hinting faults that are private to a task and those that are shared. If treated identically there is a risk that shared pages bounce between...
View Article[PATCH 14/15] sched: Account for the number of preferred tasks running on a...
It is preferred that tasks always run local to their memory but it is not optimal if that node is compute overloaded and failing to get access to a CPU. This would compete with the load balancer...
View Article[PATCH 15/15] sched: Favour moving tasks towards nodes that incurred more...
The scheduler already favours moving tasks towards its preferred node but does nothing special if the destination node is anything else. This patch favours moving tasks towards a destination node if...
View Article