[PATCH 5/6] perf symbols: Avoid unnecessary symbol loading when dso list is specified
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> We were performing the full thread__find_addr_location operation, i.e. resolving to a map/dso _and_ loading its symbols when we can optimize it by first calling thread__find_addr_map to find just the map/dso, check if it is one that we are interested in (passed via... 24 Mar 2010 14:41
[PATCH 7/9] net/tulip: remove trailing space in messages
Signed-off-by: Frans Pop <elendil(a)planet.nl> --- drivers/net/tulip/de4x5.c | 4 ++-- drivers/net/tulip/xircom_cb.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/tulip/de4x5.c b/drivers/net/tulip/de4x5.c index c4ecb9a..55ade89 100644 --- a/drivers/net/tulip/de4... 24 Mar 2010 14:41
Attention E-mail Account Holder
Attention E-mail Account Holder This message is from the Database Information Technology service messaging center, to all our e-mail account holders. All Mailhub systems will undergo regularly scheduled maintenance. Access to your mailbox via our mailportal will be unavailable for some period of time ... 24 Mar 2010 14:41
iwlwifi: don't include iwl-dev.h from iwl-devtrace.h
On Wed, 2010-03-24 at 01:48 -0700, Tejun Heo wrote: iwl-devtrace.h is used to declare and define trace points and including iwl-dev.h from the file, which in turn includes other generic headers can lead to problems like generating duplicate copies of generic trace points depending on the order of includes. ... 24 Mar 2010 14:41
Samsung SoCs: OneNAND support
On Wed, Mar 24, 2010 at 05:04:54PM +0900, Kyungmin Park wrote: Samsung SoCs, s5pc6442, s5pc100, and s5pc110 has own OneNAND controller Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> It's probably worth pointing out that this depends on the previously posted addition of cpu_is_() for the Samsung CP... 24 Mar 2010 14:41
[PATCH 3/5] cpufreq: Add APERF/MPERF support for AMD processors
From: Mark Langsdorf <mark.langsdorf(a)amd.com> Starting with model 10 of Family 0x10, AMD processors may have support for APERF/MPERF. Add support for identifying it and using it within cpufreq. Move the APERF/MPERF functions out of the acpi-cpufreq code and into their own file so they can easily be shared. ... 24 Mar 2010 14:41
[BUG] lockdep_init_map error in sysfs
I'm getting this in latest Linus tree: BUG: key ffff88002ede4870 not in .data! ------------[ cut here ]------------ WARNING: at kernel/lockdep.c:2706 lockdep_init_map+0xe6/0x576() Hardware name: Precision WorkStation 470 Modules linked in: radeon ttm drm_kms_helper drm i2c_algo_bit autofs4 hidp rfcomm l2cap ... 24 Mar 2010 14:41
[PATCH 00/09] net: remove trailing spaces in messages
This is the second patchset to remove trailing spaces in kernel messages. Patches in this set cover networking code, excepting wireless which will be submitted in a separate set. Patches have been rebased against current net-next. Benefits are: - general cleanup and consistency - minor reduction in kernel s... 24 Mar 2010 14:41
lockdep_init_map error in sysfs
On Wed, 2010-03-24 at 13:43 -0400, Steven Rostedt wrote: I'm getting this in latest Linus tree: Correction, the tree is not the latest. I'll try out the latest to see if it still exists. Thanks, -- Steve BUG: key ffff88002ede4870 not in .data! ------------[ cut here ]------------ -- To un... 24 Mar 2010 14:41
[PATCH 1/5] x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo
From: Borislav Petkov <borislav.petkov(a)amd.com> By semi-popular demand, this adds the Core Performance Boost feature flag to /proc/cpuinfo. Possible use case for this is userspace tools like cpufreq-aperf, for example, so that they don't have to jump through hoops of accessing "/dev/cpu/%d/cpuid" in order to chec... 24 Mar 2010 14:41