]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
vtnet: Pre-allocate debugnet data immediately
[FreeBSD/FreeBSD.git] / sys /
2020-01-08 kpvtnet: Pre-allocate debugnet data immediately
2020-01-07 mavMinor adjustments to r356474 and r356480.
2020-01-07 jhbWork around lld's inability to handle undefined weak...
2020-01-07 mavIncreate HMB limit from 1% to 5%.
2020-01-07 glebiusFix a typo - passing wrong mbuf pointer to needs_udp_cs...
2020-01-07 mavAdd Host Memory Buffer support to nvme(4).
2020-01-07 melifaroFix rtsock route message generation for interface addre...
2020-01-07 ianAdd #ifdef option-test wrappers around another call...
2020-01-07 mjgvfs: handle doomed vnodes in vdefer_inactive
2020-01-07 emasteDo not define TCPOUTFLAGS in rack_bbr_common
2020-01-07 markjDecrease logging severity when adding a device or readi...
2020-01-07 markjDefine a unified pmap structure for i386.
2020-01-07 markjConsistently use pmap_t instead of struct pmap *.
2020-01-07 mjgvfs: reimplement deferred inactive to use a dedicated...
2020-01-07 mjgvfs: trylock in vfs_msync and refactor the func
2020-01-07 mjgvfs: use a dedicated counter for free vnode recycling
2020-01-07 kpsifive: Fix incorrect tx/rx ctrl defines
2020-01-07 mjgzfs: plug a vnode reserve leak in zfs_make_xattrdir
2020-01-07 mjgvfs: prevent numvnodes and freevnodes re-reads when...
2020-01-07 mjgvfs: annotate numvnodes and vnode_free_list_mtx with...
2020-01-07 mjgvfs: eliminate v_tag from struct vnode
2020-01-07 mjgvfs: add a helper for allocating marker vnodes
2020-01-06 andrewAdd more Arm arm64 CPU identification values
2020-01-06 kaktuskern_sysctl: make sysctl.debug work as intended
2020-01-06 jhbSimplify arguments to signal handlers on mips.
2020-01-06 rrsThis catches rack up in the recent changes to ECN and
2020-01-06 rrsThis change adds a small feature to the tcp logging...
2020-01-06 kaktussysctl: mark more nodes as MPSAFE
2020-01-06 hselaskyAdd own counter for cancelled USB transfers.
2020-01-06 jeffFix uma boot pages calculations on NUMA machines that...
2020-01-05 jeffThe fix in r356353 was insufficient. Not every archite...
2020-01-05 bznetgraph/ng_bridge: Reestablish old ABI
2020-01-05 tuexenDon't make the sendall iterator as being up if it could...
2020-01-05 tuexenReturn -1 consistently if an error occurs.
2020-01-05 tuexenEnsure that we don't miss a trigger for kicking off...
2020-01-05 mjglocks: add default delay struct
2020-01-05 mjglocks: convert delay times to u_short
2020-01-05 mjgMark mtxpool_sleep as read mostly, not frequently.
2020-01-05 kevansshm: correct KPI mistake introduced around memfd_create
2020-01-05 kevansshmfd/mmap: restrict maxprot with MAP_SHARED + F_SEAL_WRITE
2020-01-05 mjgvfs: factor out avoidable branches in _vn_lock
2020-01-05 mjgvfs: drop thread argument from vinactive
2020-01-05 mjgvfs: patch up vnode count assertions to report found...
2020-01-05 mjgvfs: predict VN_IS_DOOMED as false
2020-01-04 kevanskern_mmap: restore character deleted in transit
2020-01-04 kevanskern_mmap: add a variant that allows caller to inspect fp
2020-01-04 tuexenMake the message size limit used for SCTP_SENDALL confi...
2020-01-04 alcWhen a copy-on-write fault occurs, pmap_enter() is...
2020-01-04 jeffFix an assertion introduced in r356348. On architectur...
2020-01-04 jeffUMA NUMA flag day. UMA_ZONE_NUMA was a source of confu...
2020-01-04 jeffSort cross-domain frees into per-domain buckets before...
2020-01-04 jeffUse per-domain keg locks. This provides both a lock...
2020-01-04 jeffUse a separate lock for the zone and keg. This provide...
2020-01-04 jeffUse atomics for the zone limit and sleeper count. ...
2020-01-04 jhibbitspowerpc: Remove 'sec' device from QORIQ64 config
2020-01-04 mjgvfs: remove CTASSERT from VOP_UNLOCK_FLAGS
2020-01-03 mjgvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 mjgunionfs: fix up VOP_UNLOCK use after flags stopped...
2020-01-03 mjgvfs: add VOP_UNLOCK_FLAGS
2020-01-03 markjFix a page leak in the md(4) swap I/O path.
2020-01-03 kevansemulated atomic64: disable interrupts as the lock mecha...
2020-01-03 markjTake the ifnet's address lock in igmp_v3_cancel_link_ti...
2020-01-03 andrewAdd the 8 and 16 bit atomic load/store functions with...
2020-01-03 mavAvoid duplicate I/O statistics accounting.
2020-01-02 erjiflib: Prevent watchdog from resetting idle queues
2020-01-02 erjixl: prevent non-privileged access to NVM update interface
2020-01-02 bdragon[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2020-01-02 kevansiicoc: limit fdt attachment to EXT_RESOURCES platforms
2020-01-02 kevanssys/dev/cfi: include sys/types.h as well
2020-01-02 kibbhyve: terminate waiting loops if thread suspension...
2020-01-02 ianAdd the xdma framework and pl330 dma drivers to arm...
2020-01-02 ianExplicitly include sys/rman.h instead of relying on...
2020-01-02 kibRename umtxq_check_susp() to thread_check_susp()
2020-01-02 kibStyle: remove trailing spaces/tabs.
2020-01-02 mavRemove extra check for provider being closed.
2020-01-02 markjRemove set_page_dirty_lock().
2020-01-02 markjClear queue operation flags when migrating a page to...
2020-01-02 ianAdd support for i2c bus mux hardware.
2020-01-02 manuarm64: rockchip: Add a module for rk_spi
2020-01-02 manuarm: allwinner: aw_spi: Call bus_generic_attach
2020-01-02 ianSince arm/unwind.c s conditionally compiled, only call...
2020-01-02 tuexenRemove empty line which was added in r356270 by accident.
2020-01-02 tuexenImprove input validation of the spp_pathmtu field in the
2020-01-02 melifaroPlug loopback idaddr refcount leak.
2020-01-02 impRemove NOTES.armv5. It's no longer relevant.
2020-01-02 impRemove arm/arm as a valid target.
2020-01-02 kaktussysctl: hide 2.x era compat node
2020-01-01 mjgvfs: drop an always-false check from vlrureclaim
2020-01-01 mjgmsdos: vgone unconstructed vnode before vputing it
2020-01-01 mjgmsdosfs: add a missing MNT_VNODE_FOREACH_ALL_ABORT...
2020-01-01 glebiusIn r343631 error code for a packet blocked by a firewal...
2020-01-01 glebiusIn r343631 error code for a packet blocked by a firewal...
2020-01-01 cemvmgenid(4): Integrate as a random(4) source
2019-12-31 dougmThe map-entry clipping functions modify start and end...
2019-12-31 traszAdd basic getcpu(2) support to linuxulator. The purpos...
2019-12-31 mavRelax locking of carp_forus().
2019-12-31 melifaroFix NOINET6 build broken by r356236.
2019-12-31 melifaroSplit gigantic rtsock route_output() into smaller funct...
2019-12-31 tuexenFix delayed ACK generation for DCTCP.
2019-12-31 traszRegen after r356233.
next