Age | Commit message (Expand) | Author |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2010-05-18 | Add as yet untested support for the 82576 quad copper ET2 | Jonathan Gray |
2010-05-18 | regen | Jonathan Gray |
2010-05-18 | Add some more em devices and workbit CF ATA. | Jonathan Gray |
2010-05-18 | more BUS_DMA_ZERO love. | Owain Ainsworth |
2010-05-18 | bus_dmamem_alloc() ...; bzero/memset(); -> | Owain Ainsworth |
2010-05-18 | Since we're direct mapped and don't need to worry about kva availability or | Owain Ainsworth |
2010-05-18 | oops. needs_fence should still be conditional on tiling due to the needs | Owain Ainsworth |
2010-05-18 | Always invalidate fences in pin if they are invalid, not just if we need | Owain Ainsworth |
2010-05-18 | tweak dumpsys's countdown to cope with upcoming speedup | Alexander Hall |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-17 | Put the name string on the stack. | Nicholas Marriott |
2010-05-17 | regen | Jonathan Gray |
2010-05-17 | add some devices found on a core i5 machine | Jonathan Gray |
2010-05-17 | Fix locking logic, remembering that hppa locks are inverted. Whilst here | Joel Sing |
2010-05-16 | Use a temporary variable for now to sidestep -Wbounded checking when | Nicholas Marriott |
2010-05-16 | Make the DE_INTERNALIZE/EXTERNALIZE macros copy to/from the struct | Nicholas Marriott |
2010-05-16 | fix (again) TKIP MIC entries in set_key(). | Damien Bergamini |
2010-05-16 | fix ic_max_nnodes computation. | Damien Bergamini |
2010-05-16 | add AR9300 PCI Id | Damien Bergamini |
2010-05-16 | Use a per CPU trap save area, ensuring that we maintain 64-byte alignment | Joel Sing |
2010-05-16 | no need to set the MAC address to 0 for TKIP MIC entries; the key | Damien Bergamini |
2010-05-16 | cleanup hardware key cache management (not used yet) | Damien Bergamini |
2010-05-16 | sync DPRINTF with ar5008 | Damien Bergamini |
2010-05-16 | cleanup calibration bits (not everything is enabled yet.) | Damien Bergamini |
2010-05-16 | initial Host AP bits. | Damien Bergamini |
2010-05-16 | >=AR9287 devices support short GI in 20MHz channels, so indicate this | Damien Bergamini |
2010-05-16 | small ar9003_rx_process fixes. | Damien Bergamini |
2010-05-16 | return early in {ar5008,ar9003}_rx_free if buffers have not been | Damien Bergamini |
2010-05-16 | fix athn_updateslot for fast PLL clock and 40MHz CBW | Damien Bergamini |
2010-05-16 | cleanup interrupts mask management. | Damien Bergamini |
2010-05-15 | Repair identification of P4 bwtwo on 4/330 and 4/370 models, which got broken | Miod Vallat |
2010-05-15 | Make fb_pfour_id() take a volatile pointer as argument. | Miod Vallat |
2010-05-15 | Always check the tiling mode alignment on pin, even if we don't need a | Owain Ainsworth |
2010-05-14 | don't warn about libsa's exit(); pull in declaration for memcpy() | Christian Weisgerber |
2010-05-14 | avoid builtins completely, so avoid possible issues with gcc4. | Dale Rahn |
2010-05-14 | Be friendly with gcc4. | Dale Rahn |
2010-05-14 | Make sure we initialize sched_lock before we try to use it. | Mark Kettenis |
2010-05-13 | If __HAVE_PMAP_DIRECT, do not bother creating special mappings for use in | Miod Vallat |
2010-05-13 | Only enable acceleration code if specific device properties exist; this should | Miod Vallat |
2010-05-13 | Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1, | Owain Ainsworth |
2010-05-13 | new iwn(4) ids. | Damien Bergamini |
2010-05-13 | new iwn(4) pci ids | Damien Bergamini |
2010-05-13 | initialization values for AR9380 2.2. | Damien Bergamini |
2010-05-12 | sync | Owain Ainsworth |
2010-05-12 | Add ids for the integrated graphics builds into the core i3 and core i5 | Owain Ainsworth |
2010-05-12 | do not unlink the Tx buffer from our global list until we're sure | Damien Bergamini |
2010-05-12 | Add Pineview M to intagp and inteldrm. | Owain Ainsworth |
2010-05-12 | sync | Owain Ainsworth |
2010-05-12 | add Pineview M dmi bridge and graphics ids. | Owain Ainsworth |