[PATCH 1/3] blkio: Remove per-cfqq nr_sectors as we'll be passing
that info at request dispatch with other stats now. This patch removes the existing support for accounting sectors for a blkio_group. This will be added back differently in the next two patches. Signed-off-by: Divyesh Shah<dpshah(a)google.com> --- block/blk-cgroup.c | 3 +-- block/blk-cgroup.h | 6 ++--... 1 Apr 2010 19:07
ibft, x86: Change reserve_ibft_region() to find_ibft_region()
On Thu, Apr 1, 2010 at 2:54 PM, Randy Dunlap <randy.dunlap(a)oracle.com> wrote: On Thu, 01 Apr 2010 14:32:43 -0700 Yinghai Lu wrote: So arch code could decide the way to reserve the ibft. And We should reserve ibft as early as possible, instead of BOOTMEM stage, in case the table is in RAM r... 1 Apr 2010 19:07
[PATCH 0/3] blkio: IO controller stats
The following series implements some additional stats for IO controller. These stats have helped us debug issues with earlier IO controller versions and should be useful now as well. We've been using these stats for monitoring and debugging problems after the fact as these stats can be collected and stored for la... 1 Apr 2010 19:07
"perf probe" updates, kprobes jump optimization, for v2.6.34
On Mon, Mar 1, 2010 at 11:41 AM, Ingo Molnar <mingo(a)elte.hu> wrote: Please pull the latest perf-probes-for-linus git tree from: Since this went in I'm seeing: kernel/kprobes.c:719: warning: �arm_kprobe� defined but not used from the arch/ia64/configs/zx1_defconfig build on ia64 Looks to be because that c... 2 Apr 2010 11:30
2.6.33.1 pwc (quickcam pro 4000 is broken)
Hi, a long time ago I used to use the binary only pwc driver; I noticed support is in the kernel now for (pwc)-based Logitech Quickcam Pro 4000 but, it doesn't work: [ 78.866729] pwc: Wrong size (67108864) needed to be len_per_image=462848 or total_size=925696 ... [ 182.914969] pwc: Philips webcam modu... 1 Apr 2010 18:00
[PATCH -v2] ibft, x86: Change reserve_ibft_region() to find_ibft_region()
So arch code could decide the way to reserve the ibft. And We should reserve ibft as early as possible, instead of BOOTMEM stage, in case the table is in RAM range and is not reserved by BIOS. move that just sfter find_smp_config() Also when CONFIG_NO_BOOTMEM=y, We will not have reserve_bootmem() anymorea... 1 Apr 2010 18:00
2.6.31 regression: programs crashing after a couple of days of uptime with hibernation
Hello, with kernel 2.6.30, I can have uptime of more than a month on my desktop PC (with hibernation). It's impossible with 2.6.31. After 1 to 3 days, processes that were running during hibernation (e.g. konsole, kwin, kicker, xorg) start to crash randomly in very weird ways. The kernel itself does not seem to cra... 10 Apr 2010 17:54
[tip:x86/urgent] x86: Handle overlapping mptables
Commit-ID: 909fc87b32b3b9e3f0b87dcc5d98319c41900c58 Gitweb: http://git.kernel.org/tip/909fc87b32b3b9e3f0b87dcc5d98319c41900c58 Author: Andi Kleen <andi(a)firstfloor.org> AuthorDate: Mon, 29 Mar 2010 09:41:11 +0200 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Thu, 1 Apr 2010 13:31:07 -0700 x86: ... 1 Apr 2010 17:59
[PATCH] USB: pxa27x_udc: use four bits to store endpoint addresses
Endpoint addresses on pxa27x can be programmed as 1-15, but since only three bits were being used to store the endpoint number it was possible to overflow. Signed-off-by: Matt Reimer <mreimer(a)sdgsystems.com> --- drivers/usb/gadget/pxa27x_udc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff... 1 Apr 2010 16:53
ibft, x86: Change reserve_ibft_region() to find_ibft_region()
On Wed, Mar 31, 2010 at 07:07:32PM -0700, Yinghai Lu wrote: So arch code could decide the way to reserve the ibft. And We should reserve ibft as early as possible, instead of BOOTMEM stage, in case the table is in RAM range and is not reserved by BIOS. What test vehicle did you use to find this ... 8 Apr 2010 14:01