First  |  Prev |  Next  |  Last
Pages: 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420
ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM
applied thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 25 Jul 2010 00:10
[git pull request] ACPI patches for Linux-2.6.35-rc6
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release bugfixes. This will update the files shown below. thanks! -- Len Brown Intel Open Source Technology Center ps. individual patches are available on linux-acpi(a)vger.kernel.org and a consoli... 25 Jul 2010 00:09
of/device: Make of_device_make_bus_id() usable by other code.
Hi Grant, On Sat, 24 Jul 2010 10:01:11 -0600 Grant Likely <grant.likely(a)secretlab.ca> wrote: diff --git a/include/linux/of_device.h b/include/linux/of_device.h index e11a0be..249bc11 100644 --- a/include/linux/of_device.h +++ b/include/linux/of_device.h @@ -27,6 +27,9 @@ extern const struc... 25 Jul 2010 00:09
of: Provide default of_node_to_nid() when CONFIG_NUMA is not set
Hi Grant, On Sat, 24 Jul 2010 09:43:31 -0600 Grant Likely <grant.likely(a)secretlab.ca> wrote: of_node_to_nid() is only relevant for NUMA. Don't force architectures to implement it if CONFIG_NUMA is not set. Why not just do: #ifndef of_node_to_nid static inline int of_node_to_nid(struct device_node *d... 25 Jul 2010 18:22
[PATCH] 3c59x: Add ethtool WOL support
This patch adds wrappers for ethtool to get or set wake-on-LAN setting without re-inserting the kernel module. Signed-off-by: Andrew O. Shadoura <andrew(a)beldisplaytech.com> --- Hello. I've actually tested this patch on a machine with a network card that's idenfied by lsusb as "3c905C-TX/TX-M", and it seems ... 24 Jul 2010 23:05
[PATCH 2.6.35-rc1] net-next: Fix an overflow bug in vmxnet3 Tx descriptor
--- Fix an overflow bug in vmxnet3 Tx descriptor This patch fixes a bug where a 16K buffer on a Tx descriptor was overflowing into the 'gen' bit in the descriptor thereby corrupting the descriptor and stalling the transmit ring. Signed-off-by: Bhavesh Davda <bhavesh(a)vmware.com> Signed-off-by: Shreyas Bhatewar... 24 Jul 2010 20:57
[RFC][PATCH] PCI / PCIe: Ask BIOS for control of all native services simultaneously
From: Rafael J. Wysocki <rjw(a)sisk.pl> It turns out that asking ACPI BIOS, through _OSC, for control of each PCIe port native service individually sometimes confuses the BIOS if one sevice is requested while the others are not (eg. requesting control of the native PCIe PME without requesting control of the native... 24 Jul 2010 19:53
[PATCH FOR 2.6.34] Update for saa7134 driver. Radio support for ENLTV-FM53
Fix radio support for card Encore ENLTV-FM v5.3 --- linux/drivers/media/video/saa7134/saa7134-cards.c.orig 2010-07-24 17:28:30.000000000 -0300 +++ linux/drivers/media/video/saa7134/saa7134-cards.c 2010-07-24 17:25:15.000000000 -0300 @@ -3651,7 +3651,7 @@ struct saa7134_board saa7134_boards[] = .radio = { ... 24 Jul 2010 17:45
[PATCH] watchdog: Add watchdog driver for OCTEON SOCs (v2).
The OCTEON is a MIPS64 based SOC family with an on chip watchdog unit. The driver is split into two source files one for the C code and one for assembly. Assembly is needed to handle the NMI and then print the machine state before the reboot is triggered. v2: Stylistic changes suggested by Sam Ravnborg. Sig... 24 Jul 2010 13:24
check capabilities in open()
Hi, I've found that some drivers check process capabilities via capable() in open(), not in ioctl()/write()/etc. I cannot find answer in POSIX, but IMO process expects that file descriptors of priviledged user and file descriptors of the same file/device are the same in priviledge aspect. Driver should deny/al... 26 Jul 2010 13:50
First  |  Prev |  Next  |  Last
Pages: 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420