Re: [kbuild-all] Invalid CPU Type - valid names are: alpha, arm, x86, ia64,...
Hi Geert, > > make.cross ARCH=xtensa > > > > All errors (new ones prefixed by >>): > > > >>> Invalid CPU Type - valid names are: alpha, arm,
View ArticleRe: [PATCH] be2iscsi:Add missing error check in beiscsi_eeh_resume
>>>>> "Nicholas" == Nicholas Krause <xerofoify@gmail.com> writes: Nicholas> This adds the missing error check and path for if the call to Nicholas> t
View Article[PATCH v3 0/3] Add Rockchip VP8 Video Decoder Driver
The purpose of this series is to add Rockchip VPU driver for hw video codec in Rockchip's RK3229 and RK3288 SOCs. Rockchip Video VPU Driver is able to
View Article[PATCH v3 1/3] [NOT FOR REVIEW] v4l: Add private compound control type.
From: Pawel Osciak <posciak@chromium.org> V4L2_CTRL_TYPE_PRIVATE is to be used for private driver compound controls that use the "ptr" member of stru
View Article[PATCH v3 2/3] [NOT FOR REVIEW] v4l: Add VP8 low-level decoder API controls.
From: Pawel Osciak <posciak@chromium.org> These controls are to be used with the new low-level decoder API for VP8 to provide additional parameters f
View Article[PATCH v3 3/3] media: vcodec: rockchip: Add Rockchip VP8 decoder driver
This patch add Rockchip VP8 decoder driver for RK3229 & RK3288 platform. The Driver framework was written by Tomasz and Pawel, and amended by Rockchi
View Article[PATCH 0/4] MIPS cache & highmem fixes
This series fixes up a few issues with our current cache maintenance code, some specific to highmem & some not. It fixes an issue with icache corrupti
View Article[PATCH 1/4] MIPS: Flush dcache for flush_kernel_dcache_page
The flush_kernel_dcache_page function was previously essentially a nop. This is incorrect for MIPS, where if a page has been modified & either it alia
View Article[PATCH 2/4] MIPS: Flush highmem pages in __flush_dcache_page
When flush_dcache_page is called on an executable page, that page is about to be provided to userland & we can presume that the icache contains no val
View Article[PATCH 3/4] MIPS: Handle highmem pages in __update_cache
The following patch will expose __update_cache to highmem pages. Handle them by mapping them in for the duration of the cache maintenance, just like i
View Article[PATCH 0/2] devm_memremap_pages vs section-misaligned pmem
Recent testing uncovered two bugs around the handling of section-misaligned pmem regions: 1/ If the pmem section overlaps "System RAM" we need to fai
View Article[PATCH 1/2] libnvdimm, pmem: fix 'pfn' support for...
The altmap for a section-misaligned namespace needs to arrange for the base_pfn to be section-aligned. As a result the 'reserve' region (pfns from ba
View Article[PATCH 2/2] mm: fix mixed zone detection in devm_memremap_pages
The check for whether we overlap "System RAM" needs to be done at section granularity. For example a system with the following mapping: 10000000
View Article[PATCH v10 0/9] arm64: Add kernel probes (kprobes) support
From: "David A. Long" <dave.long@linaro.org> This patchset is heavily based on Sandeepa Prabhu's ARM v8 kprobes patches, first seen in October 2013.
View Article[PATCH v10 1/9] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature
From: "David A. Long" <dave.long@linaro.org> Add HAVE_REGS_AND_STACK_ACCESS_API feature for arm64. Signed-off-by: David A. Long <dave.long@linaro.or
View Article[PATCH v10 2/9] arm64: Add more test functions to insn.c
From: "David A. Long" <dave.long@linaro.org> Certain instructions are hard to execute correctly out-of-line (as in kprobes). Test functions are adde
View Article[PATCH v10 3/9] arm64: add copy_to/from_user to kprobes blacklist
From: "David A. Long" <dave.long@linaro.org> Currrently taking exceptions when accessing user data from a kprobe'd instruction doesn't work. Avoid th
View Article[PATCH v10 4/9] arm64: add conditional instruction simulation support
From: "David A. Long" <dave.long@linaro.org> Cease using the arm32 arm_check_condition() function and replace it with a local version for use in depr
View Article[PATCH v10 5/9] arm64: Kprobes with single stepping support
From: Sandeepa Prabhu <sandeepa.s.prabhu@gmail.com> Add support for basic kernel probes(kprobes) and jump probes (jprobes) for ARM64. Kprobes utiliz
View Article[PATCH v10 6/9] arm64: kprobes instruction simulation support
From: Sandeepa Prabhu <sandeepa.s.prabhu@gmail.com> Kprobes needs simulation of instructions that cannot be stepped from different memory location, e
View Article