summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2008-07-17ACPICA: Fix possible negative array index in acpi_ut_validate_exceptionBob Moore1-9/+5
2008-07-17ACPICA: Fix for hang on GPE method invocationBob Moore9-19/+3
2008-07-17ACPICA: Add argument count checking to control method invocation via acpi_eva...Bob Moore1-0/+35
2008-07-17ACPI PM: Remove obsolete Toshiba workaroundRafael J. Wysocki1-31/+0
2008-07-17ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell1-4/+4
2008-07-17dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.Len Brown2-0/+6
2008-07-17ACPI: don't walk tables if ACPI was disabledVegard Nossum1-0/+3
2008-07-17Make GPE disable more robustBob Moore2-5/+63
2008-07-17acpi: fix printk format warningRandy Dunlap1-1/+1
2008-07-17ACPI: fix processor throttling set errorYi Yang1-4/+20
2008-07-17ACPI: fix acpi fan state set errorYi Yang1-1/+7
2008-07-17ACPI: fix checkpatch.pl complaints in scan.cAlok N Kataria1-4/+8
2008-07-17ACPI: change processors from array to per_cpu variableMike Travis4-31/+29
2008-07-17create sysfs link from acpi device to sysdev for cpuZhang Rui1-1/+7
2008-07-17force offline the processor during hot-removalZhang Rui1-3/+3
2008-07-17fix a deadlock issue when poking "eject" fileZhang Rui1-24/+32
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-10x86, VisWS: turn into generic arch, eliminate Kconfig specialsIngo Molnar1-1/+0
2008-07-08Revert parts of "x86: update mptable"Ingo Molnar1-5/+0
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar22-78/+117
2008-07-05x86 ACPI: normalize segment descriptor register on resumeH. Peter Anvin1-3/+2
2008-07-04rtc: fix CMOS time error after writing /proc/acpi/alarmHuacai Chen1-1/+4
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-26dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.Len Brown2-0/+6
2008-06-26ACPI: don't walk tables if ACPI was disabledVegard Nossum1-0/+3
2008-06-20Merge branch 'bugzilla-9761' into releaseLen Brown1-1/+2
2008-06-14ACPI: no AC status notificationLen Brown1-5/+3
2008-06-14ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach deviceZhang Rui1-1/+2
2008-06-12ACPICA: fix stray va_end() caused by mis-mergeLen Brown1-1/+1
2008-06-12ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven1-2/+9
2008-06-12ACPICA: Fix for access to deleted object <regression>Bob Moore1-2/+2
2008-06-12ACPICA: Fix to make _SST method optionalBob Moore1-3/+5
2008-06-12ACPICA: Fix for Load operator, load table at the namespace rootBob Moore1-2/+8
2008-06-12ACPICA: Ignore ACPI table signature for Load() operatorBob Moore1-18/+7
2008-06-12ACPICA: Fix to allow zero-length ASL field declarationsBob Moore1-4/+1
2008-06-12ACPI: use memory_read_from_buffer()Akinobu Mita1-13/+2
2008-06-12bay: exit if notify handler cannot be installedHolger Macht1-6/+10
2008-06-12dock.c remove trailing printk whitespaceTim Pepper1-1/+1
2008-06-12proper prototype for acpi_processor_tstate_has_changed()Adrian Bunk1-1/+0
2008-06-12ACPI: handle invalid ACPI SLIT tableFenghua Yu1-4/+27
2008-06-12ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning messageAlistair John Strachan1-1/+1
2008-06-12ACPI: EC: Use msleep instead of udelay while waiting for event.Alexey Starikovskiy1-1/+1
2008-06-12cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi1-6/+7
2008-06-12ACPI: Disable Fixed_RTC event when installing RTC handlerZhao Yakui2-0/+12
2008-06-10x86: make generic arch support NUMAQYinghai Lu1-1/+0
2008-06-03x86: update mptableYinghai Lu1-0/+5
2008-05-23acpi: fix integer as NULL pointer warningHarvey Harrison2-3/+3
2008-05-01Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan1-9/+11
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds121-1626/+2580
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown18-469/+512