Age | Commit message (Expand) | Author |
2013-05-31 | New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-E | Mike Belopuhov |
2013-05-31 | Use %lld for printing time_t | Philip Guenther |
2013-05-31 | The function rip6_ctlinput() claims that sa6_src is constant to | Alexander Bluhm |
2013-05-30 | export the original aka untranslated address in pflow | Sebastian Benoit |
2013-05-30 | Fix a bug in amd64 hibernate introduced when we moved the kernel to load at | Mike Larkin |
2013-05-30 | More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type | Philip Guenther |
2013-05-30 | UFS does't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-05-30 | Make interrupt handling in hibernate resume MI by providing MD-specific | Mike Larkin |
2013-05-30 | typo: thing -> thin provisioning | Ted Unangst |
2013-05-30 | tiny change to support two poison values based on page addr | Ted Unangst |
2013-05-30 | in the brave new world of void *, we don't need caddr_t casts | Ted Unangst |
2013-05-30 | CD filesystems don't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-05-30 | Even though we reserve 3 pages for the amd64 hibernate stack, we set the | Mike Larkin |
2013-05-30 | UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT. | Ted Unangst |
2013-05-30 | remove lots of comments about locking per beck's request | Ted Unangst |
2013-05-30 | If ACPI is not compiled in, pci_min_powerstate() has no facts to support | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-30 | Comment a KASSERT whose purpose wasn't immediately apparent | Mike Larkin |
2013-05-30 | fix typos in some comments | Mike Larkin |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky |
2013-05-30 | Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down | Claudio Jeker |
2013-05-30 | remove simple_locks from uvm code. ok beck deraadt | Ted Unangst |
2013-05-30 | tedu unused header. okay krw@ | Kurt Miller |
2013-05-30 | Make mkuboot install into the path so we can use it during builds. | Brandon Mercer |
2013-05-29 | regen | Yojiro Uo |
2013-05-29 | add ASIX AX88179 | Yojiro Uo |
2013-05-29 | add another pid of Centrino Advanced-N 6235. | Yojiro Uo |
2013-05-29 | regen | Yojiro Uo |
2013-05-29 | add another pid for Intel Centrino Advanced-N 6235 | Yojiro Uo |
2013-05-29 | uvm_loan has not (ever) been compiled or used. | Ted Unangst |
2013-05-29 | Add PMAP_PA_MASK to mips64. Needed for loongson hibernate. | Paul Irofti |
2013-05-29 | remove non-existing kernel configurations | Jasper Lievisse Adriaanse |
2013-05-29 | PHY auto-polling mode should not be used for anything newer than BCM5705. | Mike Belopuhov |
2013-05-28 | regen | Jonathan Gray |
2013-05-28 | add some more radeon devices | Jonathan Gray |
2013-05-28 | Fix a common issue across different PHY drivers to reset the | Mike Belopuhov |
2013-05-27 | Fix edge cases of uninitialized variables. In my tree for too long, I even | Miod Vallat |
2013-05-27 | Use FLUSH_PIPELINE instead of rolling our own. No functional change. | Miod Vallat |
2013-05-27 | Drop lvalue casts; allows this to compile with gcc 4. | Miod Vallat |
2013-05-27 | Correctly specify the visible part of the rightmost tile when the current | Miod Vallat |
2013-05-27 | Make i915_gem_set_domain_ioctl closer to the Linux code. Prepares us for a | Mark Kettenis |
2013-05-25 | Fix wbinv routine used by bus_dmamap_sync() to correctly operate on all cmmus, | Miod Vallat |
2013-05-25 | Allow badaddr() to be used with a size of 8. Needed by the MVME181 memory | Miod Vallat |
2013-05-25 | Minimal support for MVME224 and MVME236 memory boards. | Miod Vallat |
2013-05-25 | set the IFF_RUNNNING flag when recreating an interface after the | Mike Belopuhov |
2013-05-24 | Fix dow register value in resettodr() - kernel computes it zero-based, but | Miod Vallat |
2013-05-24 | MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1 | Jonathan Gray |
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov |
2013-05-23 | TOD clock support for AngelFire boards | Miod Vallat |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann |