[PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs
From: Jake Oshins <jakeo@microsoft.com> This patch introduces a driver which exposes a root PCI bus whenever a PCI Express device is passed through to a Hyper-V VM. The device can be single- or...
View Article[PATCH 0/4] New Paravirtual front-end for PCI in a Hyper-V VM
From: Jake Oshins <jakeo@microsoft.com> This patch series exposes the primitives necessary for an interrupt domain in a module and then introduces a new driver. This driver exposes a root PCI...
View ArticleRe: [RFC][PATCH] ecryptfs: Allow only one instance per lower path
Thanks for the report and for the patch, Richard! On 2015-07-31 12:23:10, Richard Weinberger wrote: > Mounting the same lower path multiple times should not result > into multiple ecryptfs...
View Article[PATCH 1/4] drivers:hv: Export a function that maps Linux CPU num onto...
From: Jake Oshins <jakeo@microsoft.com> This patch exposes the mapping between Linux CPU number and Hyper-V virtual processor number. This is necessary because the hypervisor needs to know which...
View Article[PATCH v2] HID: hid-input: Fix accessing freed memory during device disconnect
During unbinding the driver was dereferencing a pointer to memory already freed by power_supply_unregister(). Driver was freeing its internal description of battery through pointers stored in...
View Article[git pull] Please pull powerpc/linux.git powerpc-4.2-3 tag
Hi Linus, Please pull some more powerpc fixes for 4.2: The following changes since commit c5dfd654d0ec0a28fe81e7bd4d4fd984a9855e09: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net...
View ArticleRe: [PHP-DEV] Re: Move internals discussion to a better medium
On 08/02/2015 06:31 PM, Lester Caine wrote: > On 03/08/15 00:01, Markus Malkusch wrote: >> Anyways, OP was complaining about missing interfaces and features, which is >> simply not...
View ArticleRe: [PHP-DEV] Re: Move internals discussion to a better medium
On 08/02/2015 06:40 PM, Lester Caine wrote: > On 02/08/15 23:41, Stephen Coakley wrote: >> Thunderbird works great for reading nested replies and past archives, >> but replying has...
View ArticleRe: [PATCH v2 0/2] serial: samsung: fix DMA for small FIFO sizes
On 31.07.2015 17:58, Robert Baldyga wrote: > Hello, > > This patch set fixes bug causing serial hang in DMA mode for FIFO sizes > smaller than cache alignment. The first patch fixes DMA...
View ArticleRe: [PATCH] drm/nouveau/gem: tolerate a buffer specified multiple times
On 31/07/15 19:11, Bryan O'Donoghue wrote: > On 31/07/15 17:43, Bryan O'Donoghue wrote: >> On 31/07/15 17:36, Ilia Mirkin wrote: >>> Do you have a reproducible way of achieving the...
View Article[RFC PATCH 0/3] mailbox: hisilicon: add mailbox driver
This patch series is to implement Hisilicon's mailbox driver and enable the mailbox controller on Hi6220. The Hisilicon mailbox supports up to 32 channels. Each channel is unidirectional with a...
View Article[RFC PATCH 1/3] dt-bindings: mailbox: Document Hisilicon mailbox driver
Document the new compatible for Hisilicon mailbox driver. Signed-off-by: Leo Yan <leo.yan@linaro.org> --- .../devicetree/bindings/mailbox/hisi-mailbox.txt | 57 ++++++++++++++++++++++ 1 file...
View Article[RFC PATCH 3/3] arm64: dts: add Hi6220 mailbox node
On Hi6220, below memory regions in DDR have specific purpose: - 0x05e0,0000 - 0x05ef,ffff: For MCU firmware using at runtime; - 0x0740,f000 - 0x0740,ffff: For MCU firmware's section; - 0x06df,f000 -...
View Article[RFC PATCH 2/3] mailbox: Hisilicon: add mailbox driver
Add Hisilicon mailbox's common driver, it registers mailbox channels into framework; it also invokes low level callback functions for register's related operations. Enhance rx channel's message queue,...
View Article[PATCH v3 0/5] clk: hisilicon: support stub clock
This series adds support for hisilicon stub clock driver. On hi6220, the bootloader needs load the firmware image and set info for OPPs; after run into kernel, the stub clock driver is used to...
View Article[PATCH v3 1/5] clk: hisi: refine parameter checking for init
*of_iomap()* will check the device node pointer, and if the pointer is NULL it will return error code. So refine clock's init flow by checking the device node with this simple way; and polish a little...
View Article[PATCH v3 2/5] dt-bindings: arm: Hi6220: add doc for SRAM controller
Document "hisilicon,hi6220-sramctrl" for SRAM controller. Signed-off-by: Leo Yan <leo.yan@linaro.org> --- .../devicetree/bindings/arm/hisilicon/hisilicon.txt | 18 ++++++++++++++++++ 1 file...
View Article[PATCH v3 4/5] clk: Hi6220: add stub clock driver
On Hi6220, there have some clocks which can use mailbox channel to send messages to power controller to change frequency; this includes CPU, GPU and DDR clocks. For dynamic frequency scaling, firstly...
View Article[PATCH v3 5/5] arm64: dts: add Hi6220's stub clock node
Enable SRAM node and stub clock node for Hi6220; furthermore add the CPU's clock so it will be used by cpufreq-dt driver. Signed-off-by: Leo Yan <leo.yan@linaro.org> ---...
View Article[PATCH v3 3/5] dt-bindings: clk: Hi6220: Document stub clock driver
Document the new compatible for stub clock driver which is used for CPU and DDR's dynamic frequency scaling. Signed-off-by: Leo Yan <leo.yan@linaro.org> ---...
View Article