x86: Move MAX_INSN_SIZE into asm/insn.h
Peter Zijlstra wrote: Since there's now two users for this, place it in a common header. CC: Masami Hiramatsu <mhiramat(a)redhat.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> LKML-Reference: <new-submission> Acked-by: Masami Hiramatsu <mhiramat(a)redhat.com> Thank you, -- Masami H... 4 Mar 2010 11:12
[PATCH 4 of 4] Linux pvops: xen pci platform device driver
On Wed, 2010-03-03 at 17:14 +0100, Bastian Blank wrote: During the initialization of the xen pci device driver, we write to a magic ioport that causes qemu to unplug some emulated devices, disc and network in particular. This parameter is meant to present the user a choice about what em... 4 Mar 2010 11:12
[BUG] Linux-2.6.33 to 33-git9 intel_drm: drm_fb_helper panic
When I booted into 2.6.33, hard lock up occurs via the following error message at boot time : [drm:drm_fb_helper_panic] *ERROR* panic occured, switching back to text console BUG: scheduling while atomic: init/1/0x00000002 This is a KMS enabled kernel on i945 VGA. Also, I tried (I found after googling a bit.)... 4 Mar 2010 10:04
Can't boot lvm on root (Ubuntu 9.10 userspace) with 2.6.33
Theodore Ts'o <tytso <at> mit.edu> writes: a failed initramfs. And of course, the initramfs environment is so crappy that there are no debugging aids --- not even a working pager. While not a pager (could probably easily be added), I've got patches for klibc that let an almost full-featured mksh build aga... 4 Mar 2010 10:04
[PATCH 00/14] PEBS and LBR support
Simple PEBS and LBR support for perf, this seems to work on the one machine I tested it on (nehalem class). -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html P... 4 Mar 2010 10:03
[PATCH 14/14] perf, x86: Implement PERF_SAMPLE_BRANCH_STACK
Not for merging until there's a sensible use case implemented in tools/perf as well. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> LKML-Reference: <new-submission> --- arch/x86/kernel/cpu/perf_event.c | 3 +- arch/x86/kernel/cpu/perf_event_intel.c | 10 ++++++- arch/x86/kernel/cpu/... 4 Mar 2010 10:03
[PATCH 10/14] perf-top: Show the percentage of successfull PEBS-fixups
Use the PERF_RECORD_MISC_EXACT information to measure the success rate of the PEBS fix-up. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> LKML-Reference: <new-submission> --- tools/perf/builtin-top.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Index: linux-2.6/tools/perf/bui... 4 Mar 2010 10:03
[PATCH 12/14] perf, x86: Expose the full PEBS record using PERF_SAMPLE_RAW
Expose the full PEBS record using PERF_SAMPLE_RAW Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> LKML-Reference: <new-submission> --- arch/x86/kernel/cpu/perf_event_intel_ds.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) Index: linux-2.6/arch/x86/kernel/cpu/perf_event_intel_ds.c =========... 4 Mar 2010 10:03
exofs changes for 2.6.34
On Thu, Mar 04, 2010 at 02:10:57PM +0200, Boaz Harrosh wrote: Next changes will be support for raid5 and raid6 Err, you're not pushing another bloody copy of raid algorithms in, are you? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.ke... 7 Mar 2010 04:12
[PATCH 2/2] DMAENGINE: COH 901 318 fix bytesleft
This makes the function to get the number of bytes left in the ongoing DMA transaction actually work: the old code did not take neither lli:s nor queued jobs into account. Also fix a missing spinlock while we're at it. Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/coh901318.c | ... 4 Mar 2010 08:56