perf events: Remove CONFIG_EVENT_PROFILE
* Li Zefan <lizf(a)cn.fujitsu.com> wrote: Quote from Ingo: | This reminds me - i think we should eliminate CONFIG_EVENT_PROFILE - | it's an unnecessary Kconfig complication. If both PERF_EVENTS and | EVENT_TRACING is enabled we should expose generic tracepoints. | | Nor is it limited to event 'p... 29 Oct 2009 04:23
CPU DLPAR Handling
On Wed, 2009-10-28 at 15:59 -0500, Nathan Fontenot wrote: +#ifdef CONFIG_ARCH_CPU_PROBE_RELEASE +static ssize_t cpu_probe(const char *buf, size_t count) dlpar_cpu_probe() pls +static ssize_t cpu_release(const char *buf, size_t count) +{ Ditto. Or else in system.map, backtraces, etc... it's hard... 25 Nov 2009 22:49
[resend] thermal: improvements re. forced passive cooling
On Mon, 26 Oct 2009 08:38:58 +0100 Frans Pop <elendil(a)planet.nl> wrote: Please consider this patch set for 2.6.32. It was previously submitted for 2.6.31, but AFAICT it has not yet been picked up. All patches have been acked by either Rui or Matthew, with the exception of 1/6 and 4/6, but the ent... 5 Nov 2009 20:06
[PATCH] serial 8250: fixes for Alchemy uarts.
Limit the amount of address space claimed for Alchemy serial ports to 0x1000. On the Au1300, ports are only 0x1000 apart, and the registers only extend to 0x110 at most on all supported alchemy models. On the Au1300 the autodetect logic no longer works and this makes it necessary to specify the port type through... 28 Oct 2009 17:22
ark3116: (v2) driver rework after review
bart.hartgers(a)gmail.com wrote: Hi Greg, I updated my ark3116 patches after the review on the list. The main change is the removal of the atomic_t fields and addition of a spinlock. This patch set brings the ark3116 driver up to date by: - replacing the magic numbers by proper uart register access... 28 Oct 2009 08:27
vmscan: Force kswapd to take notice faster when high-order watermarks are being hit
On Tue, Oct 27, 2009 at 01:19:05PM -0700, Andrew Morton wrote: On Tue, 27 Oct 2009 13:40:33 +0000 Mel Gorman <mel(a)csn.ul.ie> wrote: When a high-order allocation fails, kswapd is kicked so that it reclaims at a higher-order to avoid direct reclaimers stall and to help GFP_ATOMIC allocations. Som... 4 Nov 2009 11:57
x86, mce: disable MCE if cpu has no MCE banks
Hidetoshi Seto wrote: Mike Travis wrote: Mike Travis wrote: Hi Roland, I've found that I'm getting one of these lines for every cpu: mce: CPU supports 0 MCE banks That message can be just removed I think. I don't see much value in it because the value is in sysfs and when you see the... 28 Oct 2009 15:08
[PATCH 1/6] fsnotify: kill FSNOTIFY_EVENT_FILE
Some fsnotify operations send a struct file. This is more information than we technically need. We instead send a struct path in all cases instead of sometimes a path and sometimes a file. Sigend-off-by: Andreas Gruenbacher <agruen(a)suse.de> Signed-off-by: Eric Paris <eparis(a)redhat.com> --- fs/notify/fsnoti... 27 Oct 2009 15:53
ark3116: (3rd try) Setup some basic infrastructure for new ark3116 driver.
On Sun, Oct 25, 2009 at 06:50:58PM +0100, bart.hartgers(a)gmail.com wrote: Signed-off-by: Bart Hartgers <bart.hartgers(a)gmail.com> --- Index: linux-2.6.32-rc4/drivers/usb/serial/ark3116.c =================================================================== --- linux-2.6.32-rc4.orig/drivers/usb/serial/ark3116... 27 Oct 2009 19:17
[PATCH 4/4] pci: remove min_size for hotplug bridge
revert | commit 28760489a3f1e136c5ae8581c0fa8f63511f2f4c | Author: Eric W. Biederman <ebiederm(a)aristanetworks.com> | Date: Wed Sep 9 14:09:24 2009 -0700 | | PCI: pcie: Ensure hotplug ports have a minimum number of resources we don't need this trick anymore. the bridge BAR will be updated automatically ... 27 Oct 2009 04:48