[QUEUED v0 11/19] intel_th: Depend on HAS_IOMEM
This driver requires io memory to operate, so don't even consider it for NO_IOMEM architectures. Reported-by: Richard Weinberger <richard@nod.at> Sig
View Article[QUEUED v0 12/19] intel_th: gth: Remove commented-out code
There's a commented-out function in the GTH driver that's a leftover from previous versions of the driver, where we tried to inherit the pre-existing
View Article[QUEUED v0 13/19] intel_th: Update scratchpad bits according to enabled...
Intel TH implements a scratchpad register to indicate to the firmware and external debuggers what trace configuration is enabled so that everybody pla
View Article[QUEUED v0 14/19] stm class: Use driver's packet callback's return...
STM drivers provide a callback to generate/send individual STP packets; it also tells the stm core how many bytes of payload it has consumed. However,
View Article[QUEUED v0 15/19] intel_th: sth: Sanitize packet callback's return values
According to the stm class interface, the packet callback should return an error if it is asked to generate packets that it doesn't support. When it s
View Article[QUEUED v0 16/19] stm class: Support devices with multiple instances
By convention, the name of the stm policy directory in configfs consists of the device name to which it applies and the actual policy name, separated
View Article[QUEUED v0 17/19] stm class: dummy_stm: Create multiple devices
STM framework should be able to handle multiple STM devices at a time, each one with its own master allocation policy. This patch changes dummy_stm d
View Article[QUEUED v0 18/19] intel_th: Set root device's drvdata early
Already during the subdevice initialization time, devices will need to reference Intel TH controller descriptor structure. This patch moves setting t
View Article[QUEUED v0 19/19] intel_th: Use real device index in the node names
Most of the intel_th core supports multiple co-existing TH devices, except for output device nodes, where intel_th device id is hardcoded to be zero.
View Article[PATCH] mm: slab: free kmem_cache_node after destroy sysfs file
With enabled slub_debug alloc_calls_show will try to track location and user of slab object on each online node, kmem_cache_node structure and cpu_cac
View ArticleARM PCI/MSI KVM passthrough with GICv2M
Hi Alex, I tried to sketch a proposal for guaranteeing the IRQ integrity when doing ARM PCI/MSI passthrough with ARM GICv2M msi-controller. This is b
View Article[PATCH] ARM: drop unused Makefile.boot of Multiplatform SoCs
The variable "MACHINE" is empty if CONFIG_ARCH_MULTIPLATFORM=y, so these Makefile.boot files are never included. Signed-off-by: Masahiro Yamada <yama
View Article[PATCH] x86/setup: refactor initrd reservation
The check and definitions related to ramdisk are similar in the early_reserve_initrd() and reserve_initrd(). So we can get rid of early_reserve_initrd
View Article[PATCH] ARM: integrator: remove redundant select in Kconfig
All of these are already select'ed by ARCH_MULTIPLATFORM. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/mach-integrat
View Article[PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
KeyStone is Multi-platform. ARM_PATCH_PHYS_VIRT is already select'ed by ARCH_MULTIPLATFORM. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionex
View Article[PATCH] ARM: netx: remove redundant "depends on ARCH_NETX"
These options already reside inside the ARCH_NETX-dependent menu. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/mach-
View Article[RESEND x2][PATCH v2] block: partition: Add partition specific uevent...
From: San Mehat <san@google.com> This patch has been carried in the Android tree for quite some time and is one of the few patches required to get a
View Article[REGRESSION] mm: filemap_map_pages NULL pointer dereference
all, On a Lenovo X1 Carbon running -next (20160201+, 20160203+) I have experienced several system hangs. I usually notice it first when my browser (
View Article[PATCH 1/2] devicetree: qcom-apq8064.dtsi: Add i2c3 address-cells and...
This adds address-cell and size-cell values to the i2c3 bus in the qcom-apq8064.dtsi, which is needed to describe devices on that bus. Cc: Rob Herrin
View Article[PATCH 2/2] devicetree: Add DTS file to support the Nexus7 2013 (flo) device.
This patch adds a dts file to support the Nexus7 2013 device. Its based off of the qcom-apq8064-ifc6410.dts which is similar hardware. Also includes
View Article