summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* acpi_cpu_notify: disable acpi_cpu_idle while updating C-state dataavg2012-12-011-7/+15
* acpi_cpu: change cpu_disable_idle to be a per-cpu flag...avg2012-12-011-17/+53
* acpi_cpu: use fixed resource ids for cx state i/o resourcesavg2012-11-221-11/+11
* Update MAX_TASKS to scale a bit based on MAXCPUsbruno2012-11-121-1/+1
* Merge ACPICA 20121018.jkim2012-10-231-1/+1
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-223-0/+10
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-223-10/+0
* When checking to see if a video output's _ADR matches an entry in thejhb2012-10-191-1/+2
* acpi_thermal: when _ACx is tripped, all _ALi i>= x should be onavg2012-10-141-6/+11
* Grab the softc from the ACPI host-pci bridge device instead of from the pcineel2012-10-101-1/+1
* acpi_cpu: explicitly notify userland about c-state changesavg2012-09-181-0/+2
* revert r240344: cpu_devices[] is used in other functions and must be keptavg2012-09-111-1/+0
* acpi_cpu: free result of device_get_childrenavg2012-09-111-0/+1
* At least from A70M FCH chipsets AMD started to use their real vendor IDmav2012-09-091-1/+2
* Merge ACPICA 20120816.jkim2012-08-162-17/+4
* Add several performance optimizations to acpi_cpu_idle().mav2012-07-311-11/+21
* acpi_cpu: separate a notion of current deepest allowed+available Cx levelavg2012-07-131-45/+29
* acpi_cpu: we are able to handle _CST change notifications...avg2012-07-081-2/+0
* Remove variables which are initialized but never used thereaftereadler2012-07-071-3/+1
* acpi_cpu_generic_cx_probe: for consistency set cpu_non_c3 here tooavg2012-07-071-0/+2
* acpi_cpu_cx_list: there is no need to re-evaluate cpu_non_c3 hereavg2012-07-071-8/+4
* acpi_cpu_cx_cst: consistently use cpu_cx_count during state enumerationavg2012-07-071-2/+2
* Revert r238004 as more review has come in and there is now a discussionsbruno2012-07-021-45/+19
* Cosmetic display change of Cx states via cx_supported sysctl entries.sbruno2012-07-021-19/+45
* Resotre LCD brightness level on resuming.iwasaki2012-06-171-0/+32
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-091-2/+0
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-013-11/+11
* Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication.jkim2012-06-011-2/+2
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-012-4/+14
* Reorder resume procedures.iwasaki2012-05-291-2/+2
* Fix the problem acpi_sleep_force() hang.iwasaki2012-05-291-3/+17
* Merge ACPICA 20120518.jkim2012-05-241-0/+14
* Restore Processor object path for verbose boot message.jkim2012-05-231-2/+4
* Rework the previous change to honor MADT processor IDs when probingjhb2012-05-232-60/+59
* Ignore the power button press event for resuming rather than startingiwasaki2012-05-221-5/+5
* Don't start the sleep state transition procedure while sleep isiwasaki2012-05-201-1/+6
* Centralize declaration of the debug.acpi sysctl node.jhb2012-05-173-2/+2
* Complete commit message for r235024:jkim2012-05-041-1/+1
* Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs mayjkim2012-05-041-2/+38
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-291-16/+35
* Restore interrupt state after executing AcpiEnterSleepState().jkim2012-03-271-5/+10
* Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).jkim2012-03-221-0/+1
* Merge ACPICA 20120320.jkim2012-03-202-3/+16
* ServerWorks HT1000 HPET reported to have problems with IRQs >= 16.mav2012-03-101-0/+8
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-021-5/+7
* Fix a long-standing bug for AcpiOsGetTimer(). time_t is 32-bit on i386 andjkim2012-02-241-3/+3
* Merge ACPICA 20120215.jkim2012-02-163-4/+21
* De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyjkim2012-02-101-8/+6
* Refine r231226. Swap timecounters before suspending any device drivers.jkim2012-02-091-10/+17
* Reset clock after atrtc(4) is properly resumed.jkim2012-02-082-4/+9
OpenPOWER on IntegriCloud