summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-02-01Stop requiring a BlockAck session timeout. We still honour the timeout ifStefan Sperling
2016-02-01Zap stray pmap_kenter_cache() prototype.Visa Hankala
2016-02-01Move modify bit emulation into pmap.c to gather pmap C code in one place.Visa Hankala
2016-02-01Fix the encoding of AP bits for large page second-levelJonathan Gray
2016-01-31remove old link to documentation, it's in ihidev.cJoshua Stein
2016-01-31Convert to ulmin and uiomove to prevent integer truncations.Stefan Kempf
2016-01-31Don't use sxitimer on Allwinner sun7i/A20.Jonathan Gray
2016-01-31Leonardo Guardati discovered a u-boot built with "Enable workarounds forJonathan Gray
2016-01-31- m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them outAlexandr Nedvedicky
2016-01-31Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X.Jonathan Gray
2016-01-30regenJonathan Gray
2016-01-30correct the string for 82801HBM RAIDJonathan Gray
2016-01-29Add support for "control/shutdown" power management facilityMike Belopuhov
2016-01-29Add support for XS_WATCH: XenStore notification facilityMike Belopuhov
2016-01-29Cleanup XenStore APIMike Belopuhov
2016-01-29use hid_desc fields since we have them, instead of manual offsetsJoshua Stein
2016-01-29Move the AUDIO_GETDEV ioctl in its own routine.Alexandre Ratchov
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-29Move a pool_put() to avoid a use after free.Jonathan Gray
2016-01-28Convert to uiomove. Diff from Martin Natano.Stefan Kempf
2016-01-28Older Xen dom0's don't implement setting version of Grant Table entriesMike Belopuhov
2016-01-27Tighten up next reference calculation, printing fixesMike Belopuhov
2016-01-27Convert min + uiomovei to ulmin + uiomove.Stefan Kempf
2016-01-27Reimplement Grant Table metadata linking and enable dynamic allocationMike Belopuhov
2016-01-27xen_bus_dma_init turned out to be unnecessaryMike Belopuhov
2016-01-27shorten a few long linesMike Belopuhov
2016-01-27Include sys/ioccom.h since _IO* is used.Antoine Jacoutot
2016-01-27Removes the abstraction layer to support multiple executable binaries.Martin Pieuchot
2016-01-27Add a key-value interface to pvbus(4) that allows to get or set valuesReyk Floeter
2016-01-27Remove unused db_sifting().Martin Pieuchot
2016-01-27white space tweaks. no functional change.David Gwynne
2016-01-26- state keys imported by if_pfsync trip refcnt != ~0 AssertAlexandr Nedvedicky
2016-01-26Convert membar_* operations to bus_dmamap_sync callsMike Belopuhov
2016-01-26Rewrite tx path to use flat transmit ring without fragment chainsMike Belopuhov
2016-01-26Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_eventMike Belopuhov
2016-01-26No need to take a grant table entry mutex in xen_grant_table_{enter,remove}Mike Belopuhov
2016-01-26Add a grant table reference invalidation spin out checkMike Belopuhov
2016-01-26Implement a rather conservative bus_dmamap_sync APIMike Belopuhov
2016-01-26Make sure to use locked atomic operations even on the SP kernelMike Belopuhov
2016-01-26Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flipReyk Floeter
2016-01-26prettify a NULL test in vr_start.David Gwynne
2016-01-26dont leak mbufs on encap failure.David Gwynne
2016-01-25- plugging massive pf_state_key leakAlexandr Nedvedicky
2016-01-25Convert to uiomove(). Diff from Martin Natano.Stefan Kempf
2016-01-25Don't count the total number of Xen upcallsMike Belopuhov
2016-01-25Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g.Stefan Sperling
2016-01-25Don't try to interpret htprot data if the last beacon didn't contain such data.Stefan Sperling
2016-01-25Do not mix variable declaration and logic.Martin Pieuchot
2016-01-25Kill "#if 0" version of ddb_init().Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot