| 2012-01-22 |
Sascha Wildner | kernel/acpi: Fix a reference to an uninitialized ptr. |
blob | commitdiff |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-10-09 |
Sepherosa Ziehau | resource: Per-CPU hardware resources support, step... |
blob | commitdiff | diff to current |
| 2011-10-09 |
Sepherosa Ziehau | rman: Record owner CPUID during initialization |
blob | commitdiff | diff to current |
| 2011-10-04 |
Sepherosa Ziehau | resource: Per-CPU hardware resources support, step... |
blob | commitdiff | diff to current |
| 2011-06-24 |
Sascha Wildner | kernel: Use NULL for DRIVER_MODULE()'s evh ... |
blob | commitdiff | diff to current |
| 2011-06-14 |
Sepherosa Ziehau | acpi: AE_NOT_EXIST is quite common return value of... |
blob | commitdiff | diff to current |
| 2011-05-28 |
Sascha Wildner | acpi: Add a missing initialization. |
blob | commitdiff | diff to current |
| 2011-05-25 |
Sepherosa Ziehau | acpi: Fix up the interrupt timer after enabling ACPI |
blob | commitdiff | diff to current |
| 2011-04-17 |
Sepherosa Ziehau | acpi: FACS is already loaded, don't load it manually... |
blob | commitdiff | diff to current |
| 2011-04-17 |
Sepherosa Ziehau | acpi: Enable ACPI reset by default |
blob | commitdiff | diff to current |
| 2011-04-17 |
Sepherosa Ziehau | acpi: Skip \_SB_ and \_TZ_ only for devices. |
blob | commitdiff | diff to current |
| 2011-04-17 |
Sepherosa Ziehau | acpi: Restore old AcpiWalkNamespace semantic |
blob | commitdiff | diff to current |
| 2011-03-27 |
Sepherosa Ziehau | acpi: Minor style changes |
blob | commitdiff | diff to current |
| 2011-03-27 |
Magliano Andrea | Some minor changes |
blob | commitdiff | diff to current |
| 2011-03-27 |
Magliano Andrea | acpi: sync GPE with FreeBSD 8.0 (and according the... |
blob | commitdiff | diff to current |
| 2011-03-27 |
Magliano Andrea | Bring in acpica 20110211, still not ok anyway |
blob | commitdiff | diff to current |
| 2011-03-18 |
Sascha Wildner | kernel: Fix -Wundef in a number of places. |
blob | commitdiff | diff to current |
| 2010-10-31 |
Sascha Wildner | kernel: Remove most definitions of CDEV_MAJOR. |
blob | commitdiff | diff to current |
| 2010-07-14 |
Samuel J. Greear | kernel - Tear out selwakeup() |
blob | commitdiff | diff to current |
| 2010-04-10 |
YONETANI Tomokazu | ACPI - disable ACPIIO_ACKSLPSTATE |
blob | commitdiff | diff to current |
| 2009-12-12 |
Sascha Wildner | Remove inclusion of <sys/cdefs.h> from kernel .c files. |
blob | commitdiff | diff to current |
| 2009-11-11 |
Alexander Polakov | Fix LINT building, broken by ACPI update. |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | ACPI: comment-out not-yet-ready code and remove extra... |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | Expand the support for PCI-e memory mapped configuratio... |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | Use lockmgr locks for ACPI_SERIAL_* |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | Sync ACPI with FreeBSD 7.2 |
blob | commitdiff | diff to current |
| 2009-08-08 |
Sepherosa Ziehau | ACPICA-UNIX: Building fixup |
blob | commitdiff | diff to current |
| 2009-08-01 |
Matthew Dillon | DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev() |
blob | commitdiff | diff to current |
| 2009-07-08 |
Sepherosa Ziehau | acpi_bus_alloc_gas: Constify gas parameter |
blob | commitdiff | diff to current |
| 2009-05-17 |
Sepherosa Ziehau | Add interrupt cputimer interface. |
blob | commitdiff | diff to current |
| 2009-05-02 |
Sepherosa Ziehau | lapic timer: Correct AMD C1E handling |
blob | commitdiff | diff to current |
| 2009-04-15 |
Sascha Wildner | Fix the way <sys/ioccom.h> is included throughout our... |
blob | commitdiff | diff to current |
| 2008-10-03 |
Hasso Tepper | Welcome devctl(4) and devd(8). |
blob | commitdiff | diff to current |
| 2008-09-05 |
Hasso Tepper | acpi_cpu(4) update. It's now possible to use higher... |
blob | commitdiff | diff to current |
| 2008-08-27 |
Hasso Tepper | Add some methods to ACPI to handle embedded controllers... |
blob | commitdiff | diff to current |
| 2008-06-05 |
Sascha Wildner | * Fix some cases where NULL was used but 0 was meant... |
blob | commitdiff | diff to current |
| 2007-11-25 |
Sascha Wildner | Adjust acpi.c and bios.c to use kfreeenv()/ktestenv... |
blob | commitdiff | diff to current |
| 2007-10-23 |
YONETANI Tomokazu | Merge ACPI resource manager changes From FreeBSD: |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2007-01-28 |
YONETANI Tomokazu | Enable setting debug.acpi.{layer,level} via sysctl... |
blob | commitdiff | diff to current |
| 2007-01-25 |
YONETANI Tomokazu | Initialize ACPI task thread before AcpiEnableSubsystem... |
blob | commitdiff | diff to current |
| 2007-01-17 |
YONETANI Tomokazu | Update ACPI build wrappers to use new ACPI-CA code. |
blob | commitdiff | diff to current |
| 2007-01-13 |
Thomas E. Spanjaard | Enable the ACPI quirks kernel environment variable... |
blob | commitdiff | diff to current |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-09-10 |
YONETANI Tomokazu | acpiioctl() can be left without ACPI_UNLOCK(), leading to |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2005-12-11 |
Sascha Wildner | * Ansify function definitions. |
blob | commitdiff | diff to current |
| 2005-11-01 |
Matthew Dillon | add an acpi_enabled() function, invert the "pci" logic... |
blob | commitdiff | diff to current |
| 2005-10-30 |
Matthew Dillon | Add another parameter to BUS_ADD_CHILD to allow childre... |
blob | commitdiff | diff to current |
| 2005-10-30 |
YONETANI Tomokazu | - kill `unused variable' warning pointed out by sephe@ |
blob | commitdiff | diff to current |
| 2005-10-28 |
Matthew Dillon | Cleanup some of the newbus infrastructure. |
blob | commitdiff | diff to current |
| 2005-09-23 |
YONETANI Tomokazu | - Catch up with rev 1.157 of sys/dev/acpica/acpi.c... |
blob | commitdiff | diff to current |
| 2005-09-17 |
Matthew Dillon | Using the ACPI idle hook while shutting down ACPI durin... |
blob | commitdiff | diff to current |
| 2005-08-29 |
Matthew Dillon | Get rid of smp_rendezvous() and all associated support... |
blob | commitdiff | diff to current |
| 2005-06-04 |
Simon Schubert | convert spl*() to critical sections. |
blob | commitdiff | diff to current |
| 2005-04-16 |
YONETANI Tomokazu | Add a debug knob debug.acpi.avoid.paths, a variant... |
blob | commitdiff | diff to current |
| 2004-09-15 |
Joerg Sonnenberger | timeout/untimeout ==> callout_* |
blob | commitdiff | diff to current |
| 2004-08-02 |
Matthew Dillon | Rip out the badly designed softint-based taskqueue... |
blob | commitdiff | diff to current |
| 2004-08-02 |
Matthew Dillon | Fix buggaboos that prevented ACPI_DEBUG from working. |
blob | commitdiff | diff to current |
| 2004-07-05 |
Matthew Dillon | acpica5 update part 1/3: Implement support for acpica... |
blob | commitdiff | diff to current |
| 2004-06-27 |
Matthew Dillon | Bring in YONETANI Tomokazu's acpi-update-2.patch (27... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-05-05 |
Matthew Dillon | Use M_INTWAIT instead of M_NOWAIT for the rest of the... |
blob | commitdiff | diff to current |
| 2004-02-21 |
Matthew Dillon | Bring in the FreeBSD-5 ACPICA code as a module. Note... |
blob | commitdiff | diff to current |
|