ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r8175
File Last Change
 ../
pci/ 7303 (8 years ago) by laffer1: add support for the Realtek 8168/8111 G and the 8106E
ofed/ 7911 (7 years ago) by laffer1: sync with freebsd rev 244242
libkern/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
crypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfs/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nlm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
xdr/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netipx/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
security/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netgraph/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netatalk/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netsmb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfsserver/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netncp/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
isa/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
kgssapi/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
bsm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
opencrypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netnatm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ddb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
xen/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
gdb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
net80211/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
teken/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
tools/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
compat/ 7950 (7 years ago) by laffer1: Cosmetics: define FREEBSD32_MINUSER and AUOT32_MINUSER for struct sysentvec
gnu/ 8022 (7 years ago) by laffer1: work around several warnings from clang in XFS.
ufs/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
nfsclient/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
netinet6/ 8043 (7 years ago) by laffer1: Fix races between in_lltable_prefix_free(), lla_lookup(), llentry_free() and arptimer(): o Use callout_init_rw() for lle timeout, this allows us safely disestablish them. - This allows us to simplify the arptimer() and make it race safe. o Consistently use ifp->if_afdata_lock to lock access to linked lists in the lle hashes. o Introduce new lle flag LLE_LINKED, which marks an entry that is attached to the hash. - Use LLE_LINKED to avoid double unlinking via consequent calls to llentry_free(). - Mark lle with LLE_DELETED via |= operation istead of =, so that other flags won't be lost. o Make LLE_ADDREF(), LLE_REMREF() and LLE_FREE_LOCKED() more consistent and provide more informative KASSERTs. The patch is a collaborative work of all submitters and myself.
net/ 8043 (7 years ago) by laffer1: Fix races between in_lltable_prefix_free(), lla_lookup(), llentry_free() and arptimer(): o Use callout_init_rw() for lle timeout, this allows us safely disestablish them. - This allows us to simplify the arptimer() and make it race safe. o Consistently use ifp->if_afdata_lock to lock access to linked lists in the lle hashes. o Introduce new lle flag LLE_LINKED, which marks an entry that is attached to the hash. - Use LLE_LINKED to avoid double unlinking via consequent calls to llentry_free(). - Mark lle with LLE_DELETED via |= operation istead of =, so that other flags won't be lost. o Make LLE_ADDREF(), LLE_REMREF() and LLE_FREE_LOCKED() more consistent and provide more informative KASSERTs. The patch is a collaborative work of all submitters and myself.
modules/ 8048 (7 years ago) by laffer1: dont look for includes in userland
netinet/ 8071 (7 years ago) by laffer1: more comment fixes
sys/ 8103 (7 years ago) by laffer1: remove unneeded forward declaration.
conf/ 8113 (7 years ago) by laffer1: make sure hpt27xx driver can compile with clang
cam/ 8115 (7 years ago) by laffer1: fix a panic when trying to play invalid audio tracks
vm/ 8125 (7 years ago) by laffer1: plug the accounting leak for the wired pages when msync(MS_INVALIDATE) is performed ont eh vnode mapping which is wired in other address space. Obtained from: FreeBSD svn 240989
netipsec/ 8134 (7 years ago) by laffer1: add missing break.
dev/ 8138 (7 years ago) by laffer1: add PCI subclass for NVM express devices. print NVM devices
i386/ 8139 (7 years ago) by laffer1: fix typos
amd64/ 8139 (7 years ago) by laffer1: fix typos
x86/ 8140 (7 years ago) by laffer1: imrpove static dma buffer handling
contrib/ 8154 (7 years ago) by laffer1: fix pseudo checksum calculation. this fixes ipfilter with network controllers that mplement partial rx csum offload
fs/ 8156 (7 years ago) by laffer1: modify nfsv4 client so that it can handle owner and owner_group strings that consist entirely of digits
kern/ 8166 (7 years ago) by laffer1: Allow idle threads to steal second threads from other cores on systems with 8 or more cores to improve utilization. None of my tests on 2xXeon (2x6x2) system shown any slowdown from mentioned "excess thrashing". Same time in pbzip2 test with number of threads more then number of CPUs I see up to 10% speedup with SMT disabled and up 5% with SMT enabled. Thinking about trashing I was trying to limit that stealing within same last level cache, but got only worse results. Present code any way prefers to steal threads from topologically closer cores.
geom/ 8170 (7 years ago) by laffer1: g_disk_flushcache definitely should not be traced under G_T_TOPOLOGY
cddl/ 8173 (7 years ago) by laffer1: zfs: correctly calculate dn_bonuslen for saving SAs to disk
boot/ 8174 (7 years ago) by laffer1: zfs boot: add a size check for a value in fzap_lookup
rpc/ 8175 (7 years ago) by laffer1: rpc: convert all uid and gid variables to u_int.
Makefile 6468 (10 years ago) by laffer1: Drop sparc64 arch
49 directories and 1 file shown