kernel - Improve exec performance
[dragonfly.git] / sys / kern /
2017-02-20 Matthew Dillonkernel - Expand p_nice effect more, fix %cpu calculatio...
2017-02-20 Matthew Dillondrm - Fix major stalls by fixing an improper taskqueue...
2017-02-20 Matthew Dillonkernel - Fix bug in physio()
2017-02-20 Matthew Dillonkernel - Support FreeBSD style loader.conf hints for...
2017-02-20 Matthew Dillonkernel - Fix estcpu calculation
2017-02-19 Matthew DillonRevert "kernel - Reduce priority range from dynamic...
2017-02-17 Sascha Wildnerkernel/slaballoc: Separate some parts better that need...
2017-02-16 Sepherosa ZiehauUnbreak kernel building
2017-02-16 Sascha Wildnerkernel: Fix the type of 'cmd' in various ioctl function...
2017-02-14 Sepherosa Ziehaukern: Add cpucounter which returns 64bit monotonic...
2017-02-13 Sepherosa Ziehaulibkern: Make inet_ntoa MPSAFE by passing string buffer...
2017-02-12 Sascha Wildnerkernel: Add a simple kern.cp_times sysctl.
2017-02-12 Sascha Wildnerkernel: Use CPUSTATES constant.
2017-02-10 Matthew Dillonkernel - Fix vmspace termination race (2)
2017-02-08 Matthew Dillonkernel - Remove some debug warnings for now
2017-02-07 Matthew Dillonkernel - Reduce priority range from dynamic priority
2017-02-03 Matthew Dillonkernel - Many fixes for vkernel support, plus a few...
2017-02-01 Matthew Dillonkernel - Avoid p->p_token when sending a signal to...
2017-02-01 Matthew Dillonkernel - Minor formatting cleanup
2017-01-30 Matthew Dillonkernel - Fix VTEXT/open race
2017-01-30 Matthew Dillonkernel - Fix shared/exclusive spinlock race
2017-01-28 Matthew Dillonkernel - Use GDF_VIRTUSER to help measure user% in...
2017-01-28 Matthew Dillonkernel - Adjust vmm_guest_sync_addr()
2017-01-28 Matthew Dillonkernel - Change vm_fault_page[_quick]() semantics ...
2017-01-27 Matthew Dillonkernel - Remove numerous user VM page functions
2017-01-26 Matthew Dillonkernel - Refactor suword, fuword, etc. change vmm_gues...
2017-01-26 Matthew Dillonkernel - Optimize lwp-specific signaling. (2)
2017-01-25 Matthew Dillonkernel - Optimize lwp-specific signaling.
2017-01-25 Matthew Dillonkernel - pmap and vkernel work
2017-01-24 Sepherosa Ziehaucputimer: Initialize explicitly.
2017-01-23 Matthew Dillonvkernel - change hz default, optimize systimer
2017-01-22 Matthew Dillonkernel - Improve vm_page_register_action*() performance.
2017-01-22 Matthew Dillonvkernel - Restabilize pmap code, redo kqueue, systimer...
2017-01-17 Matthew Dillonkernel - kmemstatistics list wasn't MPSAFE
2017-01-16 Sepherosa Ziehaulwp: Move all lwp syscalls to sys/lwp.h
2017-01-15 Sepherosa Ziehaulwp: Add lwp_create2 syscll, which takes cpumask for...
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-12 Sascha Wildnerkernel: Fix GPT detection a bit.
2017-01-11 Matthew Dillonkernel - kernel - Incidental MPLOCK removal (usched...
2017-01-11 Matthew Dillonkernel - Incidental MPLOCK removal
2017-01-11 Sepherosa Ziehauusched: Fix the returned CPU affinity make by smp_activ...
2017-01-11 Sepherosa Ziehaulwp: Add two syscalls to set/get lwp's CPU affinity...
2017-01-11 Sepherosa Ziehauusched: Implement LWP lazy migration support.
2017-01-10 Matthew Dillonkernel - Fix recursive module loading (from MPSAFE...
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal (non-performance)
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal (non-performance)
2017-01-09 Matthew Dillonkernel - Remove global debug counters from device path
2017-01-09 Matthew Dillonkernel - Incidental mplock removal - NTP support
2017-01-09 Matthew Dillonkernel - Incidental mplock removal
2017-01-09 Matthew Dillonbuf - Remove B_ORDERED, Incidental CAM MPSAFE
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal (non-performance)
2017-01-09 Sepherosa Ziehauusched: Add USCHED_SET_CPUMASK.
2017-01-09 Matthew Dillonkernel - Further refactor vmstats, adjust page coloring...
2017-01-08 Matthew Dillonkernel - Remove most global atomic ops for VM page...
2017-01-08 Matthew Dillonkernel - Move vm_page spin locks from pool to vm_page...
2017-01-08 Matthew Dillonkernel - Fix improper mplock in mount path
2017-01-07 Matthew Dillonkernel - Implement CPU localization hinting for low...
2017-01-06 Matthew Dillonkernel - vmm_init() must run after SMP startup
2017-01-06 Matthew Dillonkernel - Add NUMA awareness to vm_page_alloc() and...
2017-01-06 Matthew Dillonkernel - Add NUMA awareness to vm_page_alloc() and...
2017-01-03 Matthew Dillonkernel - Add kmalloc_set_unlimited()
2017-01-03 Matthew Dillonvmstat - Make vmstat -m more readable
2017-01-03 Matthew Dillonkernel - Fix kmalloc pool accounting for M_NETCRED
2017-01-01 Matthew Dillonkernel - Fix bugs in recent RSS/swap commits
2016-12-28 Sascha Wildnerkernel: Fix a -Wundef warning.
2016-12-28 Matthew Dillonkernel - Implement RLIMIT_RSS, Increase maximum support...
2016-12-17 Matthew Dillonkernel - Tag vm_map_entry structure, slight optimizatio...
2016-12-06 Matthew Dillonkernel - Increase worst-case maximum exec rate
2016-12-05 Matthew Dillonkernel - Remove unused process_exit and process_exec...
2016-12-05 Matthew Dillonkernel - Spiff up locks a bit
2016-12-05 Matthew Dillonkernel - Make kern_proc cache-friendly
2016-12-05 Matthew Dillonkernel - Try to idle cpus when in panic()
2016-12-05 Matthew Dillonkernel - more kmalloc and nlookup performance optimizations
2016-12-04 Matthew Dillonkernel - Overhaul namecache operations to reduce SMP...
2016-12-04 Matthew Dillonkernel - Reduce spinning on shared spinlocks
2016-12-01 Matthew Dillonkernel - Fix bug in socket_wait() (used by samba)
2016-11-28 Matthew Dillonkernel - Remove buffer flush debug message
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-08 Matthew Dillonkernel - Attempt to fix cluster pbuf deadlock on recurs...
2016-10-28 Matthew Dillonbuildkernel - Fix build issue w/libmd changes
2016-10-28 Matthew Dillonbuild - Rewire secure, remove conflicts from libmd...
2016-10-27 François Tigeotkernel: Rename the struct behind device_t to bsd_device
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
2016-10-25 Sascha WildnerRemove <sys/stdbool.h>. The kernel has bool etc. in...
2016-10-24 Sascha Wildnerkernel: Mark some syscalls obsolete which are really...
2016-10-24 zrjUnbreak buildkernel.
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-16 Matthew Dillonkernel - Modestly reduce default maxvnodes calculation
2016-10-16 Matthew Dillonkernel - Reduce excessive inode hash table allocations
2016-10-16 Matthew Dillonkernel - Rename desiredvnodes to maxvnodes, fix deadlock
2016-10-14 Matthew Dillonkernel - Fix improper user-space access in sys___semctl()
2016-10-09 Matthew Dillonkernel - Refactor VMX code
2016-10-08 Matthew Dillonkernel - Fix low memory process kill bug
2016-10-08 Matthew Dillonkernel - Fix a system lockup with vmm
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-27 Matthew Dillonkernel - Remove mplock from KTRACE paths
2016-09-25 Sascha Wildnerkernel/clock_gettime: Various fixes.
2016-09-21 Antonio Huete Jimenezvkernel - Fix a vkernel lockup on startup
next