First  |  Prev |  Next  |  Last
Pages: 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652
x86-64: software IRQ masking and handling
* Tejun Heo <tj(a)kernel.org> wrote: Hello, This is something suggested by Rusty Russell a while ago. It makes IRQ masking a software switch like preemption or softirq enable/disable. Hardware interrupt masking (cli/sti) and delivery are decoupled from actual IRQ handling. IRQ disabling is do... 3 Aug 2010 22:26
[PATCH] pmcraid : Remove unwanted cast for void * pointers
From: Cyril Jayaprakash <cyril.jayaprakash(a)gmail.com> Patch to remove unwanted cast for void * pointers. Signed-off-by: Cyril Jayaprakash <cyril.jayaprakash(a)gmail.com> --- drivers/scsi/pmcraid.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/pmcraid.c b/drivers/s... 11 Jul 2010 15:58
Regression 2.6.33->2.6.34: OOPS at boot, kmalloc corruption?
Trying to upgrade my system from 2.6.33 to 2.6.34, I can't get it to boot. All tries used CONFIG_SLUB=y The gentoo version of 2.6.34 generated an OOPS during network initialization and then came to a stop. (It seemed that all processes got stuck waiting on some locks.) As in this instance the system was able t... 31 Jul 2010 06:25
[PATCH] scripts/checkpatch.pl: Add strict test of logical test continuations at beginning of line
On Sun, 2010-07-11 at 18:21 +0200, Jean Delvare wrote: On Sun, 11 Jul 2010 09:16:58 -0700, Guenter Roeck wrote: On Sun, Jul 11, 2010 at 11:31:06AM -0400, Joe Perches wrote: Kernel style seems to prefer having logical tests at end of line rather than start of line. Ok. Would be nice to have ch... 11 Jul 2010 15:58
[RFC PATCH] x86-64: software IRQ masking and handling
Hello, This is something suggested by Rusty Russell a while ago. It makes IRQ masking a software switch like preemption or softirq enable/disable. Hardware interrupt masking (cli/sti) and delivery are decoupled from actual IRQ handling. IRQ disabling is done by single instruction moving 1 to a percpu variable... 11 Jul 2010 14:51
FW: NET_NS: unregister_netdevice: waiting for lo to become free (after using openvpn) (was Re: sysfs bug when using tun with network namespaces)
Hi, On Sat, 10 Jul 2010 16:52:08 +0200 Michael Leun <lkml20100708(a)newton.leun.net> wrote: # tunctl -u ml -t tap1 works as expected, but # unshare -n /bin/bash # tunctl -u ml -t tap1 [bug (no sysfs support for net namespaces at all) solved in 2.6.35-rcX - I used 2.6.34.1] Now that we ha... 11 Jul 2010 13:45
[PATCH 1/2] JBD2: Allow feature checks before journal recovery
Before we start accessing a huge (> 16 TiB) OCFS2 volume, we need to confirm that its journal supports 64-bit offsets. So we need to check the journal's feature bits before recovering the journal. This is not possible with JBD2 at present, because the journal superblock (where the feature bits reside) is not loa... 11 Jul 2010 13:45
[PATCH 2/2] OCFS2: Allow huge (> 16 TiB) volumes to mount
The OCFS2 developers have already done all of the hard work to allow volumes larger than 16 TiB. But there is still a "sanity check" in fs/ocfs2/super.c that prevents the mounting of such volumes, even when the cluster size and journal options would allow it. This patch replaces that sanity check with a more sop... 11 Jul 2010 13:45
hwmon: Add support for JEDEC JC 42.4 compliant temperature sensors
On Sun, 11 Jul 2010 09:16:58 -0700, Guenter Roeck wrote: On Sun, Jul 11, 2010 at 11:31:06AM -0400, Joe Perches wrote: On Sun, 2010-07-11 at 07:53 -0700, Guenter Roeck wrote: + for (i = 0; i < ARRAY_SIZE(jc42_chips); i++) { + if (manid == jc42_chips[i].manid + && (devid & jc42_chips[i]... 11 Jul 2010 13:45
[PATCHv1] USB HID DRIVERS: Enable HID_QUIRK_MULTI_INPUT for Retro Adaptor
From: Peter Edwards <samwise(a)bagshot-row.org> Patch for linux-2.6.35-rc4 mainline kernel to enable Paul Qureshi's Retro Adapter [http://keio.dk/retroadapter.html], an open source USB device which allows controllers and joysticks from classic computers and consoles to work on modern PCs, to appear as two separate ... 11 Jul 2010 13:45
First  |  Prev |  Next  |  Last
Pages: 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652