[PATCH 50/62] sysfs: Pack sysfs_dirent more tightly.
From: Eric W. Biederman <ebiederm(a)aristanetworks.com> Placing the 16bit s_mode between a pointer and a long doesn't pack well especailly on 64bit where we wast 48 bits. So move s_mode and declare it as a unsigned short. This is the sysfs backing store after all we don't need fields extra large just in case some... 2 Mar 2010 19:13
msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/62 ec command
On Tue, Mar 02, 2010 at 03:28:56PM -0800, Greg Kroah-Hartman wrote: Add threeg sysfs file for support query 3G state by standard 66/62 ec command, the MSI standard ec interface supported this feature. No. Just use the rfkill interface. -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from th... 3 Mar 2010 10:40
[PATCH 45/62] sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes
From: Eric W. Biederman <ebiederm(a)xmission.com> These are the non-static sysfs attributes that exist on my test machine. Fix them to use sysfs_attr_init or sysfs_bin_attr_init as appropriate. It simply requires making a sysfs attribute present to see this. So this is a little bit tedious but otherwise not to... 2 Mar 2010 19:13
[PATCH 58/62] msi-laptop: Support some MSI 3G netbook that is need load SCM
From: Lee, Chun-Yi <jlee(a)novell.com> Some MSI 3G netbook only have one fn key to control Wlan/Bluetooth/3G, those netbook will load the SCM (windows app) to disable the original Wlan/Bluetooth control by BIOS when user press fn key, then control Wlan/Bluetooth/3G by SCM (software control by OS). Without SCM, user... 2 Mar 2010 19:13
[PATCH 33/36] tty: Keep the default buffering to sub-page units
From: Alan Cox <alan(a)linux.intel.com> We allocate during interrupts so while our buffering is normally diced up small anyway on some hardware at speed we can pressure the VM excessively for page pairs. We don't really need big buffers to be linear so don't try so hard. In order to make this work well we will t... 2 Mar 2010 19:13
[PATCH 07/62] sysdev: Convert cpu driver sysdev class attributes
From: Andi Kleen <andi(a)firstfloor.org> Using the new attribute argument convert the cpu driver class attributes to carry the node state. Then use a shared function to do what a lot of individual functions did before. This eliminates an ugly macro. Signed-off-by: Andi Kleen <ak(a)linux.intel.com> Signed-off-by... 2 Mar 2010 19:13
[PATCH] x86/mrst: remove X86_MRST dependency on PCI_IOAPIC
PCI_IOAPIC is used for PCI hotplug, Moorestown does not have ACPI PCI hotplug. This unnecessary dependency causes X86_MRST fail to be selected if ACPI is not selected. Signed-off-by: Jacob Pan <jacob.jun.pan(a)linux.intel.com> --- arch/x86/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) dif... 2 Mar 2010 19:13
hid Logitech G13 Driver 0.0.5
On Wed, Mar 3, 2010 at 2:48 AM, Rick L. Vinyard Jr. <rvinyard(a)cs.nmsu.edu> wrote: [PATCH] hid Logitech G13 Driver 0.0.5 Hi Rick, Thanks for posting this. It has improved a lot. This driver relies on two patches: �1. Bruno Pr�mont's [PATCH 2/3] hid: add suspend/resume hooks for hid drivers �2. [P... 3 Mar 2010 01:50
[GIT PATCH] USB patches for 2.6.33-git
Here is the big USB patchset for the .34 merge window. There are a few tty patches in here, as they made more sense to go through here due to the usb-serial drivers they were changing. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ All of these patches have been in the lin... 2 Mar 2010 19:13
[GIT PATCH] driver core patches for 2.6.33-git
Here is the big driver core patchset for the 2.6.34 merge window. The msi-laptop driver also got updates through this patch series, at the blessing of the maintainer of that driver. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git/ All of these patches have been in th... 2 Mar 2010 19:13