[RFC 7/9] powerpc/hugetlb: Change follow_huge_* routines for BOOK3S 64K
With this change, BOOK3S 64K platforms will not use 'follow_huge_addr' function any more and always return ERR_PTR(-ENIVAL), hence skipping the BUG_ON
View Article[RFC 8/9] powerpc/mm: Enable HugeTLB page migration
This change enables HugeTLB page migration for PPC64_BOOK3S systems for HugeTLB pages implemented at the PMD level. It enables the kernel configuratio
View Article[RFC 9/9] selfttest/powerpc: Add memory page migration tests
This adds two tests for memory page migration. One for normal page migration which works for both 4K or 64K base page size kernel and the other one is
View Article[PATCH -next] tracepoint: ipi: don't trace IPI on offline CPUs
Tracepoints use RCU for protection and they must not be called on offline CPUS. So make this tracepoint conditional. Otherwise it can produce the foll
View Article[PATCH] Staging: vt6655: fixed Warnings of more than 80 chars at a line in...
This is a patch to the baseband.c file that fixes the warnings of more than 80 characters at a line by the checkpatch.pl tool Signed-off-by: Nancy Go
View Article[PATCH 2/2] Staging: nvec: fix multiline comment style.
This is a patch in nvec.c file that fixes a multiline comment found by checkpatch.pl tool Signed-off-by: Neha Rani <rneha725@gmail.com> --- drivers/
View Article[patch] ata: ahci_xgene: dereferencing uninitialized pointer in probe
If the call to acpi_get_object_info() fails then "info" hasn't been initialized. In that situation, we already know that "version" should be XGENE_AH
View Article[PATCH] i2c: designware: Add device HID for future AMD I2C controller
Add device HID AMDI0010 to match the AMD ACPI Vendor ID (AMDI) that was registered in http://www.uefi.org/acpi_id_list, and the I2C controller on futu
View Article[PATCH 2/2] Staging: dgap: modified the block comments
I have modified the file dgap.c ,making changes to the multiline comments,thus making them appear presentable Signed-Off-By: Tanvi Surana <tanvisuran
View Article[GIT PULL] s390 patches for 4.5-rc7
Hi Linus, please pull from the 'for-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus to receive the
View Article[PATCH] rcu: Remove some superfluous lines
I think you'll find this condition is superfluous, as the whole function is under #ifdef of that same. Signed-off-by: Peter Zijlstra (Intel) <peterz@
View Article[PATCH V3] PM / clk: Add support for obtaining clocks from device-tree
The PM clocks framework requires clients to pass either a con-id or a valid clk pointer in order to add a clock to a device. Add a new function of_pm_
View ArticleHello dear,
Hello dear, I am Miss Nabila Karim. hope you remember me? is been a long time, where have you been. well, contact me at this, is my directly and priva
View Article[RESEND PATCH] dmaengine: at_xdmac: fix residue computation
When computing the residue we need two pieces of information: the current descriptor and the remaining data of the current descriptor. To get that inf
View Article[PATCH] perf tool: Build jitdump only on supported archs
On Mon, Mar 07, 2016 at 04:44:36PM -0300, Arnaldo Carvalho de Melo wrote: SNIP > ---------------------------------------------------------------- >
View Article[PATCH v1] regulator: gpio: check return value of of_get_named_gpio
At boot time the regulator driver can be initialized before the gpio, in which case the call to of_get_named_gpio will return EPROBE_DEFER. This value
View Article[PATCH v5 net-next 00/10] API set for HW Buffer management
Hi, This is the fifth version of the API set for HW Buffer management (that was initially submitted here: http://thread.gmane.org/gmane.linux.kernel/
View Article[PATCH v5 net-next 01/10] misc: sram: add optional ioremap without write...
From: Marcin Wojtas <mw@semihalf.com> Some SRAM users may require non-bufferable access to the memory, which is impossible, because devm_ioremap_wc()
View Article[PATCH v5 net-next 02/10] ARM: dts: armada-38x: add buffer manager nodes
From: Marcin Wojtas <mw@semihalf.com> Armada 38x network controller supports hardware buffer management (BM). Since it is now enabled in mvneta drive
View Article[PATCH v5 net-next 03/10] ARM: dts: armada-38x: enable buffer manager support...
From: Marcin Wojtas <mw@semihalf.com> Since mvneta driver supports using hardware buffer management (BM), in order to use it, board files have to be
View Article