]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add a note to the effect that BUS_ADD_CHILD calls
[FreeBSD/FreeBSD.git] / sys /
2015-10-28 impAdd a note to the effect that BUS_ADD_CHILD calls
2015-10-28 aeCheck the size of data available in mbuf, before using...
2015-10-28 andrewRemove the s3c2xx0 code, it's no longer used. As far...
2015-10-28 andrewStart to remove support for the XScale i80321. As far...
2015-10-28 mavImprove/fix loop scanning routine.
2015-10-28 baptMerge mpsutil(8) branch
2015-10-28 hselaskyBuild fix for i386/XBOX and pc98/GENERIC.
2015-10-28 baptMerge from head
2015-10-28 adrianAdd some debugging code (under ARGE_DEBUG) that counts...
2015-10-28 cemioat: Define DMACAPABILITY bits
2015-10-27 andrewStart to remove support for the Samsung s3c24x0 SoCs...
2015-10-27 adrianmips: use the correct va for wbinv flushing.
2015-10-27 mckusickBring the tags and links entries for amd64 up to date.
2015-10-27 andrewMark functions as such. This means we call them directl...
2015-10-27 melifaroUse m_cat() to reassembly IPv6 packets.
2015-10-27 melifaroEliminate last rtalloc_ign() caller.
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-27 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-27 avosnet80211: add ieee80211_restart_all() call.
2015-10-27 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-27 mavReimplement next port handle generation.
2015-10-27 avosurtwn(4): fix scanning from AUTH state
2015-10-27 kibDo not perform read-ahead for BA_CLRBUF request when...
2015-10-27 hselaskyAdd missing FreeBSD RCS keyword and SVN properties.
2015-10-27 hirenAdd sysctl tunable net.inet.tcp.initcwnd_segments to...
2015-10-27 mavFix error code that looks like wrong.
2015-10-27 takawataBluetooth LE Security Management channel support.
2015-10-27 adrianotus(4) - monitor mode fixes, large-mbuf crash fix
2015-10-27 gnnTurning on IPSEC used to introduce a slight amount...
2015-10-26 tuexenWhen processing a cookie, any mismatch in port numbers...
2015-10-26 avosurtwn(4): do not filter out control frames in the RX...
2015-10-26 cemioat: Add support for Block Fill operations
2015-10-26 cemioat: Dedupe operation enqueue logic
2015-10-26 mavReimplement enable and implement disable of virtual...
2015-10-26 roygerx86/dma_bounce: revert r289834 and r289836
2015-10-26 mavDon't try to replicate mode pages not present on this...
2015-10-26 hselaskyAdd support for binding IRQs to CPUs in the LinuxKPI...
2015-10-26 hselaskyBuild the LinuxKPI module by default.
2015-10-26 hselaskyBuild fix for MIPS.
2015-10-26 cemioat: Add %b format string for CHANERR codes
2015-10-26 cemioat: Allocate memory for ring resize sanely
2015-10-26 cemioat: Expose more softc members in sysctls
2015-10-26 cemioat: Introduce KTR probes
2015-10-25 zbbFix bus numbering in ThunderX ITS quirk
2015-10-25 zbbAdd support for unspecified ranges on ThunderX system
2015-10-25 zbbImprove style in mge driver
2015-10-25 zbbChange improper locking assertion in mge
2015-10-25 zbbIntroduce e6000sw etherswitch support
2015-10-25 zbbAdd etherswitch support to mge
2015-10-25 mavDeliver INOTs only to enabled virtual ports.
2015-10-25 pjdThe aio_waitcomplete(2) syscall should not sleep when...
2015-10-25 kppf: Fix compliation warning with gcc
2015-10-25 mavRework r289933 using already existing macro.
2015-10-25 mavTry to keep Loop IDs persistent across chip reinits.
2015-10-25 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-25 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-25 mavImprove Port Database Changed handling and reporting.
2015-10-25 kpPF_ANEQ() macro will in most situations returns TRUE...
2015-10-25 mavFormalize/unify chip (re-)inits.
2015-10-24 cemioat: Actually bring the hardware back online after...
2015-10-24 cemioat: Use bus_alloc_resource_any(9)
2015-10-24 cemioat: Extract halted error-debugging to a function
2015-10-24 cemioat: Always re-arm interrupts in process_events
2015-10-24 cemioat: Add sysctl to force hw reset
2015-10-24 cemioat: refcnt users so we can drain them at detach
2015-10-24 cemioat: When queueing operations, assert the submit lock
2015-10-24 cemioat: Don't use sleeping allocation in lock path
2015-10-24 cemioat: Pull out timer callout delay into a constant
2015-10-24 adrianarge(4): flip this on for AR9344 SoCs.
2015-10-24 ngieMake vers.c creation atomic by using a temporary file...
2015-10-24 kibReduce the amount of calls to VOP_BMAP() made from...
2015-10-24 kibIntel SDM before revision 56 described the CLFLUSH...
2015-10-24 ianDefine a couple macros to access cacheline size/mask...
2015-10-24 ianProvide armv4/v5 implementations of several of the...
2015-10-24 avosurtwn(4): fix mbuf leak in the TX path
2015-10-24 mavSkip reserved IP Broadcast handle from using.
2015-10-24 avatar- Plugging a memory leak when malloc() failed during...
2015-10-24 ianRename dcache_dma_preread() to dcache_inv_poc_dma(...
2015-10-24 mavAdd new field to Abort IOCB.
2015-10-24 cemxen: Add missing semi-colon for BITSET_DEFINE()
2015-10-24 mavAdd PIM_EXTLUNS support to isp(4) driver.
2015-10-24 mavGive CTL support for PIM_EXTLUNS when talking to CAM.
2015-10-24 mavRemove ISP_INTERNAL_TARGET code.
2015-10-24 mavDecode few more response info codes.
2015-10-24 markjRemove an erroneous semicolon.
2015-10-24 ianA few more whitespace, style, and comment cleanups...
2015-10-24 ianBring in all the new(-ish) statistics code from armv6.
2015-10-24 ianChange the preallocation of a busdma segment mapping...
2015-10-23 ianInstead of all memory allocations using M_DEVBUF, use...
2015-10-23 ianInstead of all memory allocations using M_DEVBUF, use...
2015-10-23 mavMinor additions to Status Type 0 IOCB.
2015-10-23 ianCatch up to r232356: change the boundary constraint...
2015-10-23 emasteAdd aarch64 files to the hwpmc(4) module build
2015-10-23 mavMissed addition for r289812.
2015-10-23 ianWhitespace and style nits, no functional changes.
2015-10-23 mavAdd partial support for QUERY TMF to CAM and isp(4).
2015-10-23 sjgMerge bmake 20151020
2015-10-23 avosrun(4): convert to ieee80211_tx_complete()
2015-10-23 mavImprove INOTs handling for 24xx and above chips.
2015-10-23 roygerblkfront: add support for unmapped IO
next