[PATCH 24/25] MAINTAINERS: update kgdb, kdb, and debug_core info
Update the maintained files sections. Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> --- MAINTAINERS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4c2fbbc..7ecce5d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3284,7 +3284,7 @@ F: incl... 18 May 2010 22:31
[PATCH 18/25] powerpc,kgdb: Introduce low level trap catching
The only way the debugger can handle a trap in inside rcu_lock, notify_die, or atomic_notifier_call_chain without a recursive fault is to allow the kernel debugger to handle the exception first in program_check_exception(). The other change here is to make sure that kgdb_handle_exception() is called with correct... 18 May 2010 22:31
[PATCH 6/7] earlyprintk,vga,kdb: Fix \b and \r for earlyprintk=vga with kdb
Allow kdb to work properly with with earlyprintk=vga by interpreting the backspace and carriage return output characters. These interpretation of these characters is used for simple line editing provided in the kdb shell. CC: Thomas Gleixner <tglx(a)linutronix.de> CC: Ingo Molnar <mingo(a)redhat.com> CC: H. Peter ... 18 May 2010 22:31
[PATCH 0/4] Enable cpu frequency and power tracking for cpuacct cgroup
Rebased onto linux-next. This patch series introduces cpu frequency and power tracking for cpuacct cgroups. A similar patch set was discussed a while back and it was concluded that due to varying architectures (ppc, x86 with overboot) you cannot account for frequencies and their power consumption generically in ... 18 May 2010 22:31
[PATCH 4/4] omap: cpu: Power tracking support for cgroup cpuacct
Specify new power field in struct omap_opp, which is power exported in milliWatt. power_usage function gives power consumed in milliWatt seconds Signed-off-by: Mike Chan <mike(a)android.com> --- arch/arm/plat-omap/cpu-omap.c | 23 ++++++++++++++++++++++- arch/arm/plat-omap/include/plat/omap-pm.h ... 18 May 2010 22:31
[PATCH 2/4] omap: cpu: Implement callbacks for cpu frequency tracking in cpuacct
Implement OMAP platform specific scheduler callbacks for tracking cpu frequencies per cpuacct cgroup. Signed-off-by: Mike Chan <mike(a)android.com> --- arch/arm/plat-omap/cpu-omap.c | 66 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 65 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-om... 18 May 2010 22:31
[PATCH 3/4] scheduler: cpuacct: Enable platform callbacks for cpuacct power tracking
Platform must register cpu power function that return power in milliWatt seconds. Signed-off-by: Mike Chan <mike(a)android.com> --- Documentation/cgroups/cpuacct.txt | 3 +++ include/linux/cpuacct.h | 4 +++- kernel/sched.c | 24 ++++++++++++++++++++++-- 3 files changed, 28 ... 18 May 2010 22:31
Does anyone care about gcc 3.x support for *x86* anymore?
[Reposting as a separate thread] Recently, we have seen an increasing number of problems with gcc 3.4 on x86; mostly due to poor constant propagation producing not just bad code but failing to properly eliminate what should be dead code. I'm wondering if there is any remaining real use of gcc 3.4 on x86 for co... 20 May 2010 16:07
ehea: make receive irq handler non-threaded (IRQF_NODELAY)
On Tue, 2010-05-18 at 15:22 -0700, Darren Hart wrote: On 05/18/2010 02:52 PM, Brian King wrote: Is IRQF_NODELAY something specific to the RT kernel? I don't see it in mainline... Yes, it basically says "don't make this handler threaded". That is a good fix for EHEA, but the threaded handling is still ... 20 May 2010 18:18
mm: remove all rcu head initializations
Hi Hello! Would you guys like to carry this patch, or should I push it up -tip? If I don't hear otherwise from you, I will push it up -tip. The INIT_RCU_HEAD() primitive is going away in favor of debugobjects. Thanx, Paul Personally, I don't think this patch can make major conflict. ... 18 May 2010 22:31