Age | Commit message (Expand) | Author |
2014-10-06 | Make amd64 pmap more efficient on multi-processor | Stefan Fritsch |
2014-10-05 | fix typo in comment: correspoding -> corresponding | Lawrence Teo |
2014-10-05 | Only synchronize used TRBs and not the full ring when sending a control | Martin Pieuchot |
2014-10-05 | Do not mark the pipe as halted when the HC reports a (split) transaction | Martin Pieuchot |
2014-10-05 | Skip unnecessary processing in interrupt handler. | Kenji Aoyama |
2014-10-05 | pass size to free. | David Gwynne |
2014-10-05 | dont need to cast pointers to/from void * | David Gwynne |
2014-10-05 | ansify function definitions. | David Gwynne |
2014-10-05 | Do not re-establish the default pipe twice for every controller. Move | Martin Pieuchot |
2014-10-05 | Quirk needed by the Archos 24y Vision, from Max Fillinger. | Martin Pieuchot |
2014-10-05 | regen | Martin Pieuchot |
2014-10-05 | Add vendor and product for the Archos 24y Vision, from Max Fillinger. | Martin Pieuchot |
2014-10-05 | Use CPU_IS_PRIMARY macro. No functional change. | Kenji Aoyama |
2014-10-05 | two more events found on thinkpad yoga | Theo de Raadt |
2014-10-04 | - Recognize the Yukon Prime and Yukon Optima 2 chipsets. | Brad Smith |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-10-04 | Wait until a read control transfer is really completed before passing | Martin Pieuchot |
2014-10-04 | Skip 'hardware lied' interrupts, as same as CMU Mach do. | Kenji Aoyama |
2014-10-04 | replace mutexes to serialise the operations on the flag that restricts | David Gwynne |
2014-10-04 | sync | Theo de Raadt |
2014-10-04 | more nvidia; from Seth Jackson | Theo de Raadt |
2014-10-03 | regen | Brad Smith |
2014-10-03 | Add Atheros E2200 and Marvell Yukon 88E8079. | Brad Smith |
2014-10-03 | Initialize uvm_pagezero_thread()'s page list variable. | Philip Guenther |
2014-10-03 | Delete long-time unused #if 0 part. | Kenji Aoyama |
2014-10-03 | EOPNOTSUPP for quotactl. from Martin Natano | Ted Unangst |
2014-10-03 | Introduce a thread for zeroing pages without holding the kernel lock. This | Mark Kettenis |
2014-10-03 | Introduce __MAP_NOFAULT, a mmap(2) flag that makes sure a mapping will not | Mark Kettenis |
2014-10-03 | refill the rx ring in myx_rxeof, not much later at the end of myx_intr. | David Gwynne |
2014-10-03 | in rxeof, instead of taking the biglock on every packet to call bpf | David Gwynne |
2014-10-03 | we dont need the kernel lock to call bus_dmamap_load and unload thanks | David Gwynne |
2014-10-03 | dont need to hold the kernel lock to call MCLGETI and m_freem now. | David Gwynne |
2014-10-03 | dont take the kernel lock on every interrupt in case we might change | David Gwynne |
2014-10-03 | if you're adding the first cluster reference, you dont have to | David Gwynne |
2014-10-03 | i moved some macros into functions, and a trailing \ on a statement | David Gwynne |
2014-10-03 | now that pools are mpsafe, we can make the mbuf allocators on top | David Gwynne |
2014-10-02 | Pass the right bus_dmatag_t to the children. | Miod Vallat |
2014-10-02 | Local routes that do not translate a protocol address into a link-layer | Martin Pieuchot |
2014-10-02 | There is no point in trying to purge the default host route for | Martin Pieuchot |
2014-10-01 | Fix some incorrect format specifiers in a debug printf. | Mike Larkin |
2014-10-01 | Move some hibernate #defines to pte.h and eliminate some duplicate defines | Mike Larkin |
2014-10-01 | all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, all | Theo de Raadt |
2014-10-01 | Fix loopback related breakage introduced by the conversion of in_ouraddr() | Martin Pieuchot |
2014-10-01 | sl(4) is no more, thanks for all the fish! | Martin Pieuchot |
2014-10-01 | More optimization on LUNA frame buffer. | Kenji Aoyama |
2014-10-01 | Use the modern way of checking if a local route exists. | Martin Pieuchot |
2014-10-01 | Check that the speed of a new device does not exceed its parent's speed | Martin Pieuchot |
2014-09-30 | Add the QLogic SCSI/FC drivers. | Brad Smith |
2014-09-30 | Fix another Ricoh SD controller which needs to be put into slow mode to work. | Stefan Sperling |
2014-09-30 | Add support for "physical devices". Tested on: | Mark Kettenis |