[PATCHv3 13/13] scripts/gdb: Add lx_thread_info_by_pid helper
The tasks module already provides helpers to find the task struct by pid, and the thread_info by task struct; however this is cumbersome to utilise on
View Article[PATCH 0/3] pinmux support for Broadcom NS2 SoC
This patchset contains the pinmux support for the Broadcom's Northstar 2 (NS2) SoC. The first patch provides the documentation details and the second
View Article[PATCH 1/3] pinctrl: Broadcom Northstar2 pinctrl device tree bindings
Device tree binding documentation for Broadcom NS2 IOMUX Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> --- .../bi
View Article[PATCH 2/3] pinctrl: ns2: add pinmux driver support for Broadcom NS2 SoC
This adds the initial support of the Broadcom NS2 pinmux driver Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> ---
View Article[PATCH 3/3] ARM: dts: enable pinctrl for Broadcom NS2 SoC
This enables the pinctrl support for Broadcom NS2 SoC Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> --- arch/arm6
View ArticleKernel 4.1 : uart_register_driver return -ENOMEM
HI, I'm having an issue, I need 5 uart and in the kernel log, I can see that there is no room left for the fifth one ! the function uart_register_dri
View Article[PATCH 0/8] perf tools: Add Intel PT support for jitdump
Hi In order to use Intel PT with jitdump, changes are needed because Intel PT uses TSC as a timestamp not the monotonic clock. These patches enable
View Article[PATCH 1/8] perf inject: Hit all DSOs for AUX data in JIT and other cases
Currently, when injecting build ids, if there is AUX data then 'perf inject' hits all DSOs because it is not known which DSOs the trace data would hit
View Article[PATCH 2/8] perf session: Simplify tool stubs
From: Adrian Hunter <ajhunter@gmail.com> Some of the stubs are identical so just have one function for them. Signed-off-by: Adrian Hunter <ajhunter@
View Article[PATCH 3/8] perf tools: Add time conversion event
From: Adrian Hunter <ajhunter@gmail.com> Intel PT uses the time members from the perf_event_mmap_page to convert between TSC and perf time. Due to a
View Article[PATCH 4/8] perf jit: Let jit_process() return errors
In preparation for moving clockid validation into jit_process(). Previously a return value of zero meant the processing had been done and non-zero me
View Article[PATCH 5/8] perf jit: Move clockid validation
From: Adrian Hunter <ajhunter@gmail.com> Move clockid validation into jit_process() so it can later be made conditional. Signed-off-by: Adrian Hunte
View Article[PATCH 6/8] perf jit: Add support for using TSC as a timestamp
From: Adrian Hunter <ajhunter@gmail.com> Intel PT uses TSC as a timestamp, so add support for using TSC instead of the monotonic clock. Use of TSC i
View Article[PATCH 7/8] perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMP
From: Adrian Hunter <ajhunter@gmail.com> For Intel PT / BTS, define the environment variable that selects TSC timestamps in the jitdump file. Signed
View Article[PATCH 8/8] perf tools: Use 64-bit shifts with (TSC) time conversion
Commit b9511cd761fa ("perf/x86: Fix time_shift in perf_event_mmap_page") altered the time conversion algorithms documented in the perf_event.h header
View Article[GIT PULL] fbdev fixes for 4.5
Hi Linus, The following changes since commit 81f70ba233d5f660e1ea5fe23260ee323af5d53a: Linux 4.5-rc5 (2016-02-20 13:39:35 -0800) are available in
View Article[PATCH BlueZ v4] tools/btattach: add marvell support
From: Ganapathi Bhat <gbhat@marvell.com> User needs to issue below command for Marvell devices btattach -P marvell -B /dev/ttyUSB# --- tools/btatta
View Article[PATCH v4] Bluetooth: hci_uart: Support firmware download for Marvell
From: Ganapathi Bhat <gbhat@marvell.com> This patch implement firmware download feature for Marvell Bluetooth devices. If firmware is already downloa
View Article[PATCH 0/2] lguest: Minor cleanups of boot code
Building arch/x86/lguest/boot.o triggers two warnings: arch/x86/lguest/boot.c: In function 'early_put_chars': arch/x86/lguest/boot.c:1300:5: w
View Article[PATCH 1/2] lguest: read length of device_cap later
Read the length of the capability with type VIRTIO_PCI_CAP_DEVICE_CFG only when we're sure we're going to need it. Which is just before the check whet
View Article