First
|
Prev |
Next
|
Last
Pages: 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453
cpuidle: Add a repeating pattern detector to the menu governor On Sun, 9 May 2010 16:04:44 -0700 Arjan van de Ven <arjan(a)infradead.org> wrote: +static void detect_repeating_patterns(struct menu_device *data) +{ + int i; + uint64_t avg = 0; + uint64_t stddev = 0; /* contains the square of the std deviation */ + + /* first calculate average and standard devia... 22 May 2010 12:44
MAINTAINERS: update for ARM/Gemini On 05/10/2010 11:07 PM, Hans Ulli Kroll wrote: Signed-off-by: Hans Ulli Kroll<ulli.kroll(a)googlemail.com> Acked-by: Paulius Zaleckas <paulius.zaleckas(a)gmail.com> --- MAINTAINERS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ... 10 May 2010 17:40
Intelligent power sharing driver This patchset adds the core IPS driver to drivers/platform/x86, along with some helper code in the timer subsystem to allow for deferrable on-stack timers. Note that this patchset doesn't include the i915 specific bits for monitoring power consumption. We're doing final validation on those now so I expect to be... 10 May 2010 17:40
ARM: Gemini: add support for Wiliboard WBD-222 Signed-off-by: Imre Kaloz <kaloz(a)openwrt.org> On Mon, 10 May 2010 22:06:59 +0200, Hans Ulli Kroll <ulli.kroll(a)googlemail.com> wrote: From: Imre Kaloz <kaloz(a)openwrt.org> Add support for Wiliboard WBD-222. Signed-off-by: Hans Ulli Kroll <ulli.kroll(a)googlemail.com> --- arch/arm/mach-gemini/Kcon... 10 May 2010 17:40
swapper fixes (Was: kernel panic on kill(0, SIGTERM) with PGID == 0) On Mon, 10 May 2010 21:49:17 +0200 Oleg Nesterov <oleg(a)redhat.com> wrote: Hello, Mathias Krause reports that a buggy (or special) /sbin/init can crash the kernel if it sends a signal to its pgrp/sid before it changes its initial (0,0) pids. See the changelog for 1/4. git-bisect blames "start t... 10 May 2010 17:40
[PATCH] perf: allow forcing use of cplus_demangle For Fedora, I want to force perf to link against libiberty.a for cplus_demangle, rather than libbfd.a for bfd_demangle due to licensing insanity on binutils. (libiberty is LGPL2, libbfd is GPL3.) If we just rely on autodetection, we'll end up with libbfd linked against us, since they're both in binutils-static in... 10 May 2010 17:40
magicmouse: claimed by neither input, hiddev nor hidraw is it me, or is there something wrong with the magicmouse connecting i.g. I've had my system setup to use the magicmouse with 2.6.33* with no issues now coming back after sometime seems everything is connecting,but then no movement: (and some thing in dmesg): [ 116.267993] magicmouse 0005:05AC:030D.0007: claime... 11 May 2010 13:24
[GIT PULL] RCU changes for 2.6.35 Hello, Ingo, Here are the first installment of RCU changes for 2.6.35, this time rebased to 2.6.34-rc7. git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/next As noted earlier, Mathieu's debugobjects changes and Arnd's "sparse" checks are also in the works. Thanx, Paul ... 10 May 2010 17:40
MIPS: nofpu and nodsp only affect CPU0 On Sun, May 02, 2010 at 02:43:52PM -0700, Kevin Cernekee wrote: The "nofpu" and "nodsp" kernel command line options currently do not affect CPUs that are brought online later in the boot process or hotplugged at runtime. It is desirable to apply the nofpu/nodsp options to all CPUs in the system, so that ... 10 May 2010 17:40
[PATCH 1/4] INIT_TASK() should initialize ->thread_group list The trivial /sbin/init doing int main(void) { kill(0, SIGKILL) } crashes the kernel. This happens because __kill_pgrp_info(init_struct_pid) also sends SIGKILL to the swapper process which runs with the uninitialized ->thread_group. Change INIT_TASK() to initialize ->thread_group properly. Note: ... 10 May 2010 16:33 |