aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16ACPI: fix acpi fan state set errorYi Yang1-1/+7
2008-07-16ACPI: fix checkpatch.pl complaints in scan.cAlok N Kataria1-4/+8
2008-07-16ACPI: change processors from array to per_cpu variableMike Travis4-31/+29
2008-07-16create sysfs link from acpi device to sysdev for cpuZhang Rui1-1/+7
2008-07-16force offline the processor during hot-removalZhang Rui1-3/+3
2008-07-16fix a deadlock issue when poking "eject" fileZhang Rui1-24/+32
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar2-3/+1
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-07PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki4-4/+45
2008-07-07ACPI: Introduce new device wakeup flag 'prepared'Rafael J. Wysocki1-2/+22
2008-07-07ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki3-73/+89
2008-07-07ACPI: Introduce acpi_bus_power_manageable functionRafael J. Wysocki1-0/+11
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo 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-12Suspend-related patches for 2.6.27Rafael J. Wysocki1-113/+163
2008-06-12Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 into linux-nextJesse Barnes1-35/+4
2008-06-11ACPI PM: Remove obsolete Toshiba workaroundRafael J. Wysocki1-31/+0
2008-06-11ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell1-4/+4
2008-06-11ACPICA: fix stray va_end() caused by mis-mergeLen Brown1-1/+1
2008-06-11ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven1-2/+9
2008-06-11ACPICA: Fix for access to deleted object <regression>Bob Moore1-2/+2
2008-06-11ACPICA: Fix to make _SST method optionalBob Moore1-3/+5
2008-06-11ACPICA: Fix for Load operator, load table at the namespace rootBob Moore1-2/+8
2008-06-11ACPICA: Ignore ACPI table signature for Load() operatorBob Moore1-18/+7
2008-06-11ACPICA: Fix to allow zero-length ASL field declarationsBob Moore1-4/+1
2008-06-11ACPI: use memory_read_from_buffer()Akinobu Mita1-13/+2
2008-06-11bay: exit if notify handler cannot be installedHolger Macht1-6/+10
2008-06-11dock.c remove trailing printk whitespaceTim Pepper1-1/+1
2008-06-11proper prototype for acpi_processor_tstate_has_changed()Adrian Bunk1-1/+0
2008-06-11ACPI: handle invalid ACPI SLIT tableFenghua Yu1-4/+27
2008-06-11ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning messageAlistair John Strachan1-1/+1
2008-06-11ACPI: EC: Use msleep instead of udelay while waiting for event.Alexey Starikovskiy1-1/+1
2008-06-11cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi1-6/+7
2008-06-11ACPI: Disable Fixed_RTC event when installing RTC handlerZhao Yakui2-0/+12
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang3-0/+378
2008-06-10x86: make generic arch support NUMAQYinghai Lu1-1/+0
2008-06-03x86: update mptableYinghai Lu1-0/+5
2008-05-23acpi: use performance variant for_each_cpu_mask_nrMike Travis1-3/+3
2008-05-23acpi: fix integer as NULL pointer warningHarvey Harrison2-3/+3
2008-04-30Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan1-9/+11