[Fix PATCH] ACPI/Button: Add ACPI Button event via netlink routine (no replies)
Commit 1696d9d(ACPI: Remove the old /proc/acpi/event interface) removes ACPI Button event which originally was sent to userspace via /proc/acpi/event. This causes ACPI shutdown regression on gentoo in...
View Article[GIT PULL] SCSI fixes for 3.14-rc6 (no replies)
This is a set of six fixes. Two are instant crash/null deref types (storvsc and isci reset fixes). The two qla2xxx are initialisation problems that cause MSI-X failures and card misdetection, the isci...
View Article[PATCH] ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bug (1 reply)
1. For the 64 bits dma mask use dma_set_mask_and_coherent instead of dma_set_mask and dma_set_coherent_mask. 2. For the 32 bits dma mask dma_set_coherent_mask is only called if dma_set_mask fails,...
View Article[PATCH 0/2] KVM: x86 emulator: emulate MOVAPS and MOVAPD SSE instructions (4...
MS HCK test fails on 32-bit Windows 8.1 due to missing MOVAPS instruction emulation, this series adds it and while at it, it adds emulation of MOVAPD which is trivial to implement on top of MOVAPS....
View Article[PATCH kvm-unit-tests 0/2] test MOVAPS and MOVAPD SSE instructions (2 replies)
This series adds checks for MOVAPS and MOVAPD SSE instructions. It's used by MS HCK test on 32-bit Windows 8.1 Igor Mammedov (2): emulator: movaps emulator: movapd x86/emulator.c | 14 ++++++++++++++ 1...
View Article[PATCH] ia64: keep format strings from leaking into printk (no replies)
The buffer being sent to printk has already had format strings resolved. The string should not be reinterpreted again to avoid any unintended format strings from leaking into printk. Signed-off-by:...
View ArticleRe : [PATCH 1/1] remove cpqarray from mainline kernel (no replies)
On Thu, Oct 17 2013, Jens Axboe wrote: > On Thu, Oct 17 2013, Andrew Morton wrote: > > On Thu, 17 Oct 2013 12:52:26 -0500 Mike Miller <mike.miller@hp.com> > wrote: > > >...
View Article[char-misc-next 0/5] mei: cleanup some checkpatch issues (8 replies)
Tomas Winkler (5): mei: fix Unnecessary space after function pointer name mei: use cl_dbg where appropriate mei: client.h fix checkpetch errors mei: amthif: fix checkpatch error mei: don't use...
View Article[logfs] BUG: sleeping function called from invalid context at...
Hi Joern, FYI, this BUG is too old to be bisected: [ 4.906444] Freeing unused kernel memory: 1244K (d2892000 - d29c9000) [ 5.631187] LogFS: Start mount 0 [ 5.642106] LogFS: Start unmounting [...
View Article[PATCH net-next v2 0/9] ptp: dynamic pin control (9 replies)
This patch series introduces a way of changing the auxiliary PTP Hardware Clock functions (periodic output signals and time stamping external signals) at run time. In the past on the netdev list, we...
View Article[PATCH] drm: enable render-nodes by default (no replies)
We introduced render-nodes about 1/2 year ago and no problems showed up. Remove the drm_rnodes argument and enable them by default now. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> ---...
View Article[PATCH] power: Add driver for SMB328A Battery Charger (no replies)
From: Jongmyeong Ko <jongmyeong.ko@samsung.com> Signed-off-by: Jongmyeong Ko <jongmyeong.ko@samsung.com> Signed-off-by: Bálint Czobor <czoborbalint@gmail.com> ---...
View ArticleRe: linux-next: ahci_platform broken build (1 reply)
Hi, On 03/16/2014 03:05 PM, Tim Gardner wrote: > Gents - while reviewing some patches for arm64 in Ubuntu I noticed that there is at least one patch sequence in linux-next that breaks the build....
View Articlelinux-next: ahci_platform broken build (no replies)
Gents - while reviewing some patches for arm64 in Ubuntu I noticed that there is at least one patch sequence in linux-next that breaks the build. 156c5887948cd191417f18026aab9ce26e5a95da...
View Article[PATCH] perf timechart record: fix off-by-one error in argv (no replies)
Since 367b315 (perf timechart: Add support for -P and -T in timechart recording, 2013-11-01), the 'perf timechart record' command stopped working: $ perf timechart record -- git status Workload...
View Article[PATCH] mcs_spin_lock() is inline, but comment says it isn't (no replies)
I was reading the mcs_spinlock code today and I noticed a comment that didn't appear to match the code. This appears to have just been an oversight during some restructuring of the mcs_spinlock code...
View Article[GIT PULL] perf fixes (no replies)
Linus, Please pull the latest perf-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus # HEAD: b7b4839d93e50adccef29eccb694807cdcb8bee3...
View Article[GIT PULL] scheduler fixes (no replies)
Linus, Please pull the latest sched-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-for-linus # HEAD: 96b3d28bf4b00f62fc8386ff5d487d1830793a3d...
View Article[PATCH V3 00/11] ACPI: change the way of enumerating PNPACPI/Platform devices...
Hi, all, Currently, PNP bus is used as the default bus for for enumerating ACPI devices with _HID/_CID. For a device that needs to be enumerated to platform bus, we need to add its id string to the...
View Article