[PATCH] x86: Fix AMD feature bits for XOP and FMA4 instructions
The AMD SSE5 feature set as-it has been replaced by some extensions to the AVX instruction set. Thus the bit formerly advertised as SSE5 is re-used for one of these extensions (XOP). Replace the name and add another one described in the new AMD APM6 manual (doc #43479, p. 25). Although this changes the /proc/cpuinf... 16 Mar 2010 18:35
[PATCH -tip 01/10] perf tools: Introduce xzalloc() for detecting out of memory
Introducing xzalloc() which wrapping zalloc() for detecting out of memory. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Mike Galbraith <e... 16 Mar 2010 18:35
[PATCH -tip 03/10] perf probe: Move add-probe routine under util/
Move add-probe routine into util/probe_event.c. This simplifies main routine for reducing maintenance cost. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Paul Mackerras <paulus... 16 Mar 2010 18:35
usb-hcd,usb-console: poll hcd device to force usb console writes
On Tue, Mar 16, 2010 at 04:05:45PM -0500, Jason Wessel wrote: This patch tries to solve the problem that data is lost because there are too many outstanding transmit urb's while trying to execute printk's to a console. The same is true if you try something like "echo t > /proc/sysrq-trigger". This p... 16 Mar 2010 18:35
[GIT]: Sparc
Fix sunxvr1000 depenencies. Fix register bit macro used to set interrupt mask in sunsab driver, from Julia Lawall. Add MAINTAINERS entry for Sun serial drivers. Please pull, thanks a lot! The following changes since commit a3d3203e4bb40f253b1541e310dc0f9305be7c84: Linus Torvalds (1): Merge br... 16 Mar 2010 18:35
cpuset: alloc nodemask_t at heap not stack (v2)
On Tue, 16 Mar 2010, Miao Xie wrote: Allocating nodemask_t at heap instead of stack. Signed-off-by: Miao Xie <miaox(a)cn.fujitsu.com> Acked-by: David Rientjes <rientjes(a)google.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kerne... 16 Mar 2010 18:35
tty_port,usb-console: Fix usb serial consoleopen/close regression
On 03/16/2010 04:23 PM, Greg KH wrote: On Tue, Mar 16, 2010 at 04:05:42PM -0500, Jason Wessel wrote: Commit e1108a63e10d344284011cccc06328b2cd3e5da3 ("usb_serial: Use the shutdown() operation") breaks the ability to use a usb console starting in 2.6.33. This was observed when using console=ttyUSB0,1... 16 Mar 2010 18:35
usb-serial: Use tty_port version of consoleinstead of the usb_serial_port version
On 03/16/2010 04:23 PM, Greg KH wrote: On Tue, Mar 16, 2010 at 04:05:43PM -0500, Jason Wessel wrote: Replace all instances of using the console variable in struct usb_serial_port with the struct tty_port version. I've also already applied this one, right? Correct. There is no cha... 16 Mar 2010 18:35
tty_port,usb-console: Fix usb serial console open/close regression
On Tue, Mar 16, 2010 at 04:05:42PM -0500, Jason Wessel wrote: Commit e1108a63e10d344284011cccc06328b2cd3e5da3 ("usb_serial: Use the shutdown() operation") breaks the ability to use a usb console starting in 2.6.33. This was observed when using console=ttyUSB0,115200 as a boot argument with an FTDI device. ... 16 Mar 2010 18:35
usb-serial: Use tty_port version of console instead of the usb_serial_port version
On Tue, Mar 16, 2010 at 04:05:43PM -0500, Jason Wessel wrote: Replace all instances of using the console variable in struct usb_serial_port with the struct tty_port version. I've also already applied this one, right? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-ke... 16 Mar 2010 18:35