[RFC][PATCH 1/2] timer: Convert timer_slack_ns from unsigned long to u64
The timer_slack_ns value in the task struct is currently a unsigned long. This means that on 32bit applications, the maximum slack is just over 4 seco
View Article[RFC][PATCH 2/2] proc: Add /proc/<pid>/timerslack_ns interface
This patch provides a proc/PID/timerslack_ns interface which exposes a task's timerslack value in nanoseconds and allows it to be changed. This allow
View Article[PATCH v3 0/8] Management Complex restool driver
This series of patches are rebased on https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/commit/?h=staging-next&id=c75955d1ee43b214c497cc
View Article[PATCH v3 1/8] staging: fsl-mc: static inline function to differentiate root...
Define a static inline function is_root_dprc(dev) to tell whether a device is root dprc or not via platform_bus_type. Remove fsl_mc_is_root_dprc() bec
View Article[PATCH v3 2/8] staging: fsl-mc: add sysfs rescan attribute in TODO
Demonstrate why sysfs rescan attribute is helpful for moving fsl-mc bus out of staging. Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com> --- drive
View Article[PATCH v3 3/8] staging: fsl-mc: dprc device's sysfs rescan documentation
Add the sysfs documentation for the rescan attribute of dprc devices. Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com> --- Documentation/ABI/testi
View Article[PATCH v3 4/8] staging: fsl-mc: root dprc rescan attribute to sync kernel...
Introduce the rescan attribute as a device attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the root dprc only, e.g. ec
View Article[PATCH v3 5/8] staging: fsl-mc: fsl-mc bus's sysfs rescan documentation
Add the sysfs documentation for the rescan attribute of fsl-mc bus. Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com> --- Documentation/ABI/testing
View Article[PATCH v3 6/8] staging: fsl-mc: bus rescan attribute to sync kernel with MC
Introduce the rescan attribute as a bus attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the fsl-mc bus, e.g., echo 1 >
View Article[PATCH v3 7/8] staging: fsl-mc: update TODO and README for restool driver
Add more introduction of restool driver and state why restool driver is needed in helping moving fsl-mc bus out of staging tree. Signed-off-by: Lijun
View Article[PATCH v3 8/8] staging: fsl-mc: Management Complex restool driver
The kernel support for the restool (a user space resource management tool) is a driver for the /dev/dprc.N device file. Its purpose is to provide an i
View ArticleRe: [PATCH] of/irq: fix bug in computing output requester-id for an msi-map
On 02/08/2016 02:30 PM, Stuart Yoder wrote: > From: Stuart Yoder <stuart.yoder@nxp.com> > > The binding for msi-map specifies that the output requeste
View Article[PATCH char-misc-testing v2 0/8] Enable Virtio Over PCIe (VOP) driver
ChangeLog: ========= v1 => v2: a) Rebased to latest char-misc-testing b) Use default private pointer in the device structure instead of adding a ne
View Article[PATCH char-misc-testing v2 1/8] misc: mic: Remove MIC X100 host virtio...
This patch deletes the virtio functionality from the MIC X100 host driver. A subsequent patch will re-enable this functionality by consolidating the h
View Article[PATCH char-misc-testing v2 2/8] misc: mic: Remove MIC X100 card virtio...
This patch deletes the virtio functionality from the MIC X100 card driver. A subsequent patch will re-enable this functionality by consolidating the h
View Article[PATCH char-misc-testing v2 3/8] misc: mic: MIC VOP Bus
The Virtio Over PCIe (VOP) bus abstracts the low level hardware details like interrupts and mapping remote memory so that the same VOP driver can work
View Article[PATCH char-misc-testing v2 4/8] misc: mic: Add data structures for the VOP...
This patch adds VOP driver data structures used in subsequent patches. These data structures are refactored from similar data structures used in the v
View Article[PATCH char-misc-testing v2 5/8] misc: mic: Enable VOP host side functionality
This patch moves virtio functionality from the MIC host driver into a separate hardware independent Virtio Over PCIe (VOP) driver. This functionality
View Article[PATCH char-misc-testing v2 6/8] misc: mic: Enable VOP card side functionality
From: Ashutosh Dixit <ashutosh.dixit@intel.com> This patch moves virtio functionality from the MIC card driver into a separate hardware independent V
View Article[PATCH char-misc-testing v2 7/8] misc: mic: Enable VOP debugfs and driver build
This patch moves the virtio specific debugfs hooks previously in mic_debugfs.c in the MIC host driver into the VOP driver. The Kconfig/Makefile is als
View Article