Age | Commit message (Expand) | Author |
2010-09-22 | use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixer | Jacob Meuser |
2010-09-22 | autoconf activate, suspend/resume support | Jacob Meuser |
2010-09-22 | as dying flag didn't set in aue_detach(), set it. | Yojiro Uo |
2010-09-22 | Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in ESP as per | Mike Belopuhov |
2010-09-22 | Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd | Claudio Jeker |
2010-09-22 | Add AES-GCM Transform Identifiers as specified by IANA in | Mike Belopuhov |
2010-09-22 | Revert previous and let drivers register counterless interrupts; | Miod Vallat |
2010-09-22 | OCF support for the Galois/Counter Mode (GCM) for AES as | Mike Belopuhov |
2010-09-22 | Switch to unconditionally attaching evcounts on TurboChannel | Matthew Dempsky |
2010-09-22 | Call bus_dmamap_sync() of a dma descriptor before checking the ownership | Claudio Jeker |
2010-09-22 | Add DIOCGPDINFO to drivers that were lacking it. Where there | Kenneth R Westerback |
2010-09-22 | add a new log opt PF_LOG_MATCHES | Henning Brauer |
2010-09-22 | Don't bother calling suser() in tunopen(). | Matthew Dempsky |
2010-09-22 | Garbage collect the field dk_labelsector since there are no uses | Kenneth R Westerback |
2010-09-22 | Fix a locking bug in accept(2) caught by sthen@ using my strict | Matthew Dempsky |
2010-09-22 | Call config_deactivate() on SCSI links in vscsiclose(). | Matthew Dempsky |
2010-09-22 | Fix ramdisks, from Vladimir Kirillov. Thanks! | Paul Irofti |
2010-09-22 | when vscsi is closed request a detach of its children devices from | David Gwynne |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-22 | various whitespace fixes that my hands did while i was looking for sth | Henning Brauer |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-22 | remove a leftover debug printf | Jonathan Gray |
2010-09-21 | In i915_gem_idle, don't fail if we have a wedged chipset (this only | Owain Ainsworth |
2010-09-21 | Use RING_WAIT state for the ringbuffer and the instdone debug register | Owain Ainsworth |
2010-09-21 | Don't dereference null pointers for protocols without port numbers. | Stuart Henderson |
2010-09-21 | On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bit | Owain Ainsworth |
2010-09-21 | Enable error interrupts on ironlake, as we do on all other chips. | Owain Ainsworth |
2010-09-21 | Better not panic in MipsEmulateBranch() if the instruction is an unspecified | Miod Vallat |
2010-09-21 | Fix a couple of typos and remove some if 0ed code that is not coming back. | Owain Ainsworth |
2010-09-21 | reorder the busy ioctl order of operations to be nicer and a little more | Owain Ainsworth |
2010-09-21 | When we reset the chip, no need to clear the active list, the | Owain Ainsworth |
2010-09-21 | Fix up an unlock that was left over when I changed the locking | Owain Ainsworth |
2010-09-21 | Replace the old floating point completion code with a C interface to the | Miod Vallat |
2010-09-21 | much better suspend/resume support | Jacob Meuser |
2010-09-21 | change quiescing to not call the audio_hw_if halt method in interrupt | Jacob Meuser |
2010-09-21 | save & restore the watchdog configuration when doing suspend/resume | Theo de Raadt |
2010-09-21 | The size of sc_status[] (the buffer for USB hub's interrupt pipe) will be | sasano |
2010-09-21 | Add a real DIOCGPDINFO, allowing access to the physical information | Kenneth R Westerback |
2010-09-21 | regen | Jonathan Gray |
2010-09-21 | Add some devices from submitted dmesgs and correct some devices | Jonathan Gray |
2010-09-21 | assert copyrights / bump years | Henning Brauer |
2010-09-21 | Watchdog suspend/resume logic. | Paul Irofti |
2010-09-21 | aye. that should not have been forgotten. add the rewritten indicator | Henning Brauer |
2010-09-21 | stuff the original (before rewriting) addresses into the already existant | Henning Brauer |
2010-09-21 | after ruleset eval is done, we must apply actions from the last matching | Henning Brauer |
2010-09-21 | do not increment states_tot on match rules. it is purely cosmetic, this | Henning Brauer |
2010-09-21 | opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands. | David Gwynne |
2010-09-21 | Better PHY probing adapted from FreeBSD by Laurent Ghigonis | Jonathan Gray |
2010-09-21 | Cleanup handlings for memory shortage condition: | YASUOKA Masahiko |
2010-09-21 | make "match log" rules log on the fly. thus you can log and see the packet | Henning Brauer |