summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drivers/platform/x86/acerhdf.c: check BIOS information whether it begins with...Peter Feuerer2009-12-241-18/+28
| | * | | acerhdf: add new BIOS versionsPeter Feuerer2009-12-241-2/+15
| | * | | acerhdf: limit modalias matching to supportedStefan Bader2009-12-241-3/+4
| | * | | toshiba_acpi: convert to seq_fileAlexey Dobriyan2009-12-241-112/+147
| | * | | asus_acpi: convert to seq_fileAlexey Dobriyan2009-12-241-127/+194
| | * | | ACPI: do not select ACPI_DOCK from ATA_ACPICarlos R. Mafra2009-12-241-1/+0
| | * | | MAINTAINERS: add maintainer for msi-wmi driverAnisse Astier2009-12-231-0/+5
| | * | | fujitu-laptop: fix tests of acpi_evaluate_integer() return valueJonathan Woithe2009-12-231-4/+4
| | * | | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi...Andrew Morton2009-12-221-1/+3
| * | | | Merge branch 'tc1100-wmi' into releaseLen Brown2009-12-241-60/+55
| |\ \ \ \
| | * | | | tc1100-wmi - switch to using dev_pm_opsDmitry Torokhov2009-12-161-6/+16
| | * | | | tc1100-wmi - add error handling for device registrationDmitry Torokhov2009-12-161-28/+30
| | * | | | tc1100-wmi - switch to using attribute groupDmitry Torokhov2009-12-161-28/+11
| * | | | | Merge branch 'sony' into releaseLen Brown2009-12-242-23/+72
| |\ \ \ \ \
| | * | | | | sony-laptop: enumerate rfkill devices using SN06Mattia Dongili2009-12-231-19/+57
| | * | | | | sony-laptop: rfkill support for newer modelsMattia Dongili2009-12-231-8/+14
| | * | | | | sony-laptop: add AVMode key mappingMattia Dongili2009-12-162-0/+5
| | |/ / / /
| * | | | | Merge branch 'classmate' into releaseLen Brown2009-12-244-0/+628
| |\ \ \ \ \
| | * | | | | classmate-laptop: add support for Classmate PC ACPI devicesThadeu Lima de Souza Cascardo2009-12-244-0/+628
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'pdc' into releaseLen Brown2009-12-249-220/+114
| |\ \ \ \ \
| | * | | | | ACPI: processor: remove _PDC object list from struct acpi_processorAlex Chiang2009-12-221-2/+0
| | * | | | | ACPI: processor: change acpi_processor_set_pdc() interfaceAlex Chiang2009-12-223-17/+5
| | * | | | | ACPI: processor: open code acpi_processor_cleanup_pdcAlex Chiang2009-12-221-11/+4
| | * | | | | ACPI: processor: change acpi_processor_eval_pdc interfaceAlex Chiang2009-12-221-8/+4
| | * | | | | ACPI: processor: introduce acpi_processor_alloc_pdc()Alex Chiang2009-12-221-9/+13
| | * | | | | ACPI: processor: unify arch_acpi_processor_cleanup_pdcAlex Chiang2009-12-226-60/+21
| | * | | | | ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-226-56/+26
| | * | | | | ACPI: processor: factor out common _PDC settingsAlex Chiang2009-12-223-18/+13
| | * | | | | ACPI: processor: unify arch_acpi_processor_init_pdcAlex Chiang2009-12-223-67/+46
| | * | | | | ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang2009-12-224-3/+13
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into r...Len Brown2009-12-248-71/+137
| |\ \ \ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | ACPI: processor: call _PDC earlyAlex Chiang2009-12-226-69/+115
| | | | |/ / / /
| | | * | | | | ACPI: disable _OSI(Windows 2009) on Asus K50IJZhang Rui2009-12-221-0/+14
| | | | |/ / / | | | |/| | |
| | * | | | | ACPI: EC: Fix MSI DMI detectionAlexey Starikovskiy2009-12-221-2/+8
| | |/ / / /
| * | | | | Merge branch 'osc' into releaseLen Brown2009-12-241-8/+18
| |\ \ \ \ \
| | * | | | | ACPI: fix OSC regression that caused aer and pciehp not to loadShaohua Li2009-12-231-8/+18
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-2419-116/+170
|\ \ \ \ \ \ \
| * | | | | | | ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.cTao Ma2009-12-231-1/+1
| * | | | | | | ocfs2/trivial: Use proper mask for 2 places in hearbeat.cTao Ma2009-12-231-2/+4
| * | | | | | | Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.Tristan Ye2009-12-232-4/+21
| * | | | | | | Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?Tristan Ye2009-12-171-0/+1
| * | | | | | | ocfs2: Use FIEMAP_EXTENT_SHAREDSunil Mushran2009-12-171-0/+2
| * | | | | | | fiemap: Add new extent flag FIEMAP_EXTENT_SHAREDSunil Mushran2009-12-171-0/+2
| * | | | | | | ocfs2: replace u8 by __u8 in ocfs2_fs.hColy Li2009-12-171-1/+1
| * | | | | | | ocfs2: explicit declare uninitialized var in user_cluster_connect()Coly Li2009-12-171-1/+1
| * | | | | | | ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_no...Jeff Liu2009-12-171-4/+0
| * | | | | | | ocfs2: return -EAGAIN instead of EAGAIN in dlmTiger Yang2009-12-021-9/+9
| * | | | | | | ocfs2/cluster: Make fence method configurable - v2Sunil Mushran2009-12-023-2/+72
| * | | | | | | ocfs2: Set MS_POSIXACL on remountJan Kara2009-10-281-0/+4
| * | | | | | | ocfs2: Make acl use the defaultJan Kara2009-10-282-41/+49