| Age | Commit message (Expand) | Author |
| 2010-08-25 | There is nothing particularly interesting for users in: | jruoho |
| 2010-08-21 | Get viadrm working again | jmcneill |
| 2010-07-21 | Using vfinddev() leads to vnode races as it returns an unreferenced | hannken |
| 2010-07-21 | also make radeondrm depend upon firmload, not just r128drm. | mrg |
| 2010-07-06 | radeondrm depends upon firmload now; noted by rjs. | mrg |
| 2010-07-06 | kill these old built-in firmware headers; we use the ones installed into | mrg |
| 2010-07-05 | move all the radeondrm firmware images into the filesystem. check that | mrg |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2010-06-30 | Silence debug messages related to the AML Debug() opcode. To enable it, only | jruoho |
| 2010-06-26 | add minimal support for radeon 5xxx. there's not enough for it to be | mrg |
| 2010-06-26 | add the latest generation of radeon cards. | mrg |
| 2010-06-26 | add CHIP_CEDAR, CHIP_REDWOOD, CHIP_JUNIPER, CHIP_CYPRESS and CHIP_HEMLOCK. | mrg |
| 2010-06-06 | Fix a build failure. | jruoho |
| 2010-06-06 | Add new files from ACPICA 20100528. | jruoho |
| 2010-06-06 | ACPICA does not understand the const type qualifier. | jruoho |
| 2010-06-06 | Merge ACPICA 20100528 | jruoho |
| 2010-06-06 | Import ACPICA 20100528. | jruoho |
| 2010-05-24 | use round_page() for PAGE_ALIGN(). from Onno van der Linden | mrg |
| 2010-05-24 | add r600_blit.c and radeon_cs.c. | mrg |
| 2010-05-24 | implement DRM_RADEON_CS ioctl, necessary for r600_dri to function. | mrg |
| 2010-05-19 | only use bus_space*() on drm_local_map_t's that have been mapped into | mrg |
| 2010-04-12 | Update the event counters to 64-bit integers. | jruoho |
| 2010-04-08 | Add new files from ACPICA 20100121. | jruoho |
| 2010-04-08 | __UNCONST(3). | jruoho |
| 2010-04-08 | Merge ACPICA 20100121 | jruoho |
| 2010-04-08 | Import ACPICA 20100121. | jruoho |
| 2010-03-20 | don't pass "maxaddr" as a boundary in bus_dmamap_create() like rev 1.8 | mrg |
| 2010-03-03 | make suspend/resume actually work: | mrg |
| 2010-02-28 | In preparation for partial modularization of the acpi(4) subtree. | jruoho |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-26 | PR/42262: Support drm drivers (intel G33/G45) submapping pci resources | jmorse |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-14 | add suspend/resume hooks for command processor | kefren |
| 2009-12-12 | add stub pmf hook | kefren |
| 2009-12-06 | Delete the do-nothing device-activation hook, drm_activate(). | dyoung |
| 2009-11-23 | make iasl build again. | cegger |
| 2009-11-23 | Update ACPI_SRAT_CPU_AFFINITY to match ACPI specification 4.0. | cegger |
| 2009-09-27 | deregister with pmf on detach | jmcneill |
| 2009-09-27 | register with pmf | jmcneill |
| 2009-09-27 | Port viadrm to NetBSD and fix a bunch of compile issues: | jmcneill |
| 2009-09-27 | make sure to call pci_intr_*stablish() with the right first argument; | mrg |
| 2009-09-12 | fix some confusion between highest DMA address and the boundary not to | drochner |
| 2009-09-10 | PR/42041: Jasper Wallace: Stopgap fix for kernel assert | christos |
| 2009-09-02 | - normalize netbsd drm_mtrr_del() with freebsd, removing a few #if's | mrg |
| 2009-09-02 | remove a memset() that isn't necessary. | mrg |
| 2009-08-26 | introduce an ugly but simple hack to work around external software | mrg |
| 2009-08-23 | Hide the message about an RSDP not being found unless we are debugging. | jmcneill |
| 2009-08-23 | on netbsd with the single final close() action, make sure we clean up | mrg |
| 2009-08-18 | Use ACPI_DEBUG_PRINT instead of ACPI_INFO for AcpiNsExecModuleCodeList | jmcneill |
| 2009-08-18 | Print table header information with ACPI_DEBUG_PRINT instead of ACPI_INFO. | jmcneill |