kernel - Increase pmap placemarks hash from 16 to 64 entries
[dragonfly.git] / sys /
2017-10-16 Matthew Dillonkernel - Increase pmap placemarks hash from 16 to 64...
2017-10-16 Matthew Dillonkernel - Simplify umtx_sleep and umtx_wakeup support
2017-10-16 Matthew Dillonkernel - Increase ncmount_cache array
2017-10-16 Matthew Dillonkernel - Reoptimize sys_pipe
2017-10-16 Matthew Dillonkernel - Refactor sys_pipe
2017-10-16 Matthew Dillonkernel - Improve mountlist_scan() performance, track...
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics (2)
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics (2)
2017-10-16 Matthew Dillonkernel - Optimize shared -> excl spinlock contention
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics
2017-10-16 Matthew Dillonkernel - KVABIO allocbuf() optimization
2017-10-16 Matthew Dillonkernel - KVABIO stabilization
2017-10-16 Matthew Dillonkernel - Adjust ipiq execution code a bit
2017-10-16 Matthew Dillonkernel - Add wakeup() probe sysctl
2017-10-16 Matthew Dillonkernel - Implement KVABIO API in TMPFS
2017-10-16 Matthew Dillonkernel - Add KVABIO support to NVMe, disk translation...
2017-10-16 Matthew Dillonkernel - Add KVABIO API (ability to avoid global TLB...
2017-10-16 Matthew Dillonkernel - Remove geteblk()
2017-10-16 Matthew Dillonkernel - Add pmap_qenter_noinval()
2017-10-16 Matthew Dillonkernel - Remove repurposebuf
2017-10-16 Matthew Dillonkernel - Remove B_MALLOC
2017-10-16 Sepherosa Ziehauipfw: Factor out ipfw_init_args()
2017-10-16 Sepherosa Ziehauipfw: Flush the rules before unload the module.
2017-10-16 Sepherosa Ziehauipfw: Factor out ipfw_defrag_redispatch.
2017-10-16 Sepherosa Ziehaukern: Remove ncpus2 and friends.
2017-10-16 Sepherosa Ziehaumpls: Use netisr_ncpus
2017-10-15 Sascha WildnerLINT64: Sort vmx a bit better.
2017-10-14 Sepherosa Ziehauipfw: Implement state based "redirect", i.e. without...
2017-10-14 Matthew Dillonhammer2 - Handle error on rename in media out of space...
2017-10-14 Matthew Dillonhammer2 - Slightly reduce LZ4 output buffer limit
2017-10-14 Matthew Dillonkernel - Rearrange namecache globals a bit
2017-10-11 Thomas NikolajsenMerge commit 'crater/master'
2017-10-11 Thomas NikolajsenMerge commit 'crater/master'
2017-10-11 Sascha Wildnerkernel/atkbdc: Fix a prototype.
2017-10-11 Sascha Wildnerkernel/cam: Add some missing parameter names.
2017-10-11 Sascha Wildner<vfs/hammer2/hammer2.h>: Fix parameter names in two...
2017-10-11 Sascha Wildnerkernel: Simplify various redundant conditions.
2017-10-10 Lubos Boucekkernel/mrsas: Simplify redundant conditions and remove...
2017-10-06 Matthew Dillonkernel - Refuse to swapoff under certain conditions
2017-10-06 Matthew Dillontmpfs - Fix bug in call to vinitvmio()
2017-10-05 Matthew Dillonkernel - Change index fields from unsigned to signed
2017-10-05 Sepherosa Ziehausocket: Limit the number of accepted sockets that keven...
2017-10-04 Sascha WildnerBring in vmx(4) (VMware virtual network driver, aka...
2017-10-03 Matthew Dillonkernel - Fix GCC reordering problem with td_critcount
2017-10-03 Matthew Dillonkernel - Fix rare lockmgr() state transition (2)
2017-10-01 Sascha WildnerX86_64_GENERIC: Fix indent.
2017-10-01 Matthew Dillonkernel - Improve tsleep/wakeup queue collisions (3)
2017-10-01 Matthew Dillonkernel - Improve tsleep/wakeup queue collisions (2)
2017-10-01 Matthew Dillonkernel - Fix rare lockmgr() state transition
2017-09-30 Imre VadászRevert "Update drm/radeon to Linux 4.7.10 as much as...
2017-09-30 Tomohiro Kusumisys/vfs/hammer: Check root voume# is 0 on mount(2)
2017-09-30 Matthew Dillontmpfs - Conditionalize atomic adds on mount structure
2017-09-30 Sascha Wildner<sys/param.h>: Fix __DragonFly_version.
2017-09-30 Justin C. Sherrill5.1 commit. v5.1.0
2017-09-29 Sepherosa Ziehauarp: Allocate context memory on owner cpu.
2017-09-29 Sepherosa Ziehausyncache: Timer queue iteration is MPsafe; no need...
2017-09-29 Sepherosa Ziehausyncache: Move local variables close their usage.
2017-09-29 Sepherosa Ziehausyncache: inpcb will never be NULL.
2017-09-29 Sepherosa Ziehausyncache: Resurrect net.inet.tcp.syncache.count
2017-09-28 Sepherosa Ziehausyncache: Allocate syncache context on the owner cpu.
2017-09-28 Sepherosa Ziehausyncache: Group timeout queue related fields together.
2017-09-28 Sepherosa Ziehausyncache: Simplify timer message
2017-09-28 Sepherosa Ziehausyncache: Remove unnecessary struct field
2017-09-28 Sepherosa Ziehausyncache: Staticize syncache_lookup
2017-09-28 Sepherosa Ziehausyncache: Stringent assertion.
2017-09-28 Sepherosa Ziehaukern: Allocate sleep hash on owner cpu.
2017-09-29 Matthew Dillonvkernel - Print mmap() failures in megabytes
2017-09-29 Matthew Dillonkernel - Add poor-man's AMD TOPOEXT support
2017-09-29 Matthew Dillonkernel - Improve tsleep/wakeup queue collisions
2017-09-28 Imre Vadászsound - Don't need to use swi_taskq to call KNOTE from...
2017-09-28 Matthew Dillonkernel - Restrict kill(-1, ...) to the reaper group...
2017-09-28 Sepherosa Ziehauipfw: Add interface network filter.
2017-09-28 Sepherosa Ziehauuipc: Use sendmsg_oncpu, if possible.
2017-09-27 Sepherosa Ziehaucallout: Embed thread in per-cpu callout context.
2017-09-27 Sepherosa Ziehaukern: Enhance wakeup hash construction to reduce hash...
2017-09-27 Sepherosa Ziehaukern: Add read-only sysctl for sleep queue table size
2017-09-28 Matthew Dillonkernel - Fix cpu_rotator in lwkt_alloc_thread()
2017-09-27 Sepherosa Ziehaucallout: Allocate per-cpu callout context on the owner...
2017-09-27 Sepherosa Ziehaucallout: Allocate wheel on owner cpu.
2017-09-27 Sepherosa ZiehauRevert "callout: Allocate callout wheel/thread on the...
2017-09-27 Sepherosa Ziehauipfw: Add interface IP filter.
2017-09-27 Matthew Dillonkernel - Fix rare allproc scan vs p_ucred race
2017-09-27 Matthew Dillonkernel - Fix unnecessary ucred duplication
2017-09-26 Sepherosa Ziehaucallout: Allocate callout wheel/thread on the owner...
2017-09-26 Sepherosa Ziehaucallout: Minor style changes
2017-09-25 Sepherosa Ziehauethernet: Restructure vlan check.
2017-09-25 Sepherosa Ziehauipflow: Use netisr APIs
2017-09-25 Sepherosa Ziehauipflow: Remove compat macro
2017-09-25 Sepherosa Ziehauipflow: Utilize netisr_domsg_global
2017-09-25 Sepherosa Ziehauipflow: Allocate ipflow context on its owner cpu.
2017-09-25 Sepherosa Ziehauipflow: Use INTWAIT | NULLOK for kmalloc
2017-09-25 Sepherosa Ziehauipflow: No need to mark it cachealign.
2017-09-25 Sepherosa Ziehauipflow: Remove reference counting, which no longer...
2017-09-25 Sepherosa Ziehauipflow: Stringent assertion.
2017-09-25 Sepherosa Ziehauroute: Minor style change.
2017-09-25 Sepherosa Ziehaupolling: Utilize netisr_domsg_global
2017-09-25 Sepherosa Ziehaupolling: No need to explicitly align io context and...
2017-09-25 Sepherosa Ziehaupolling: Adjust comment
2017-09-25 Sepherosa Ziehaupolling: Don't do direct input in critical section.
2017-09-24 Sascha Wildnerkernel: Remove no longer used FFS_ROOT option.
next