ip: Don't use pr_slowtimo.
[dragonfly.git] / sys / kern /
2017-07-31 Sepherosa Ziehaudomain: Nuke pffasttimo
2017-07-29 Matthew Dillonkernel - Store page statistics in bytes
2017-07-29 Matthew Dillonkernel - Add a sampling history mechanism called kcolle...
2017-07-29 Matthew Dillonkernel - Add a sampling history mechanism called kcollect
2017-07-26 Sascha Wildnerlibc/libpthread: Add clock_getcpuclockid() and pthread_...
2017-07-26 Sascha Wildnerkernel/time: Change get_curthread_cputime() to get_thre...
2017-07-09 Sascha Wildnerkernel: Remove old unused #defines in kern_lock.c
2017-07-08 Sascha Wildnerkernel: Let thread IDs start at 1 instead of 0.
2017-07-05 Matthew Dillonkernel - Automatically downscasle NPROC resource limit
2017-07-05 Sepherosa Ziehausocket: Allow root to pass large buffer to getsockopt.
2017-06-29 Sepherosa Ziehaukmalloc: Reduce ks_loosememuse update frequency.
2017-06-29 Sepherosa Ziehaukmalloc: Avoid code duplication.
2017-06-29 Sepherosa Ziehaukmalloc: Minor style changes; no functional changes.
2017-06-29 Sepherosa Ziehaukmalloc: Minor style changes; no functional changes.
2017-06-28 Sepherosa Ziehaukmalloc: Update comment
2017-06-27 Sepherosa Ziehaumalloc: Make # of calls statistic per-cpu.
2017-06-22 Sepherosa Ziehaudomain: Explicitly setup inet/inet6/route/local domain.
2017-05-30 Matthew Dillonkernel - Change default kern.ipc.shm_allow_removed=1
2017-05-26 Sepherosa Ziehauusched: Allow process to change self cpu affinity
2017-05-19 Matthew Dillonkernel - Fix excessive call stack depth on stuck interrupt
2017-04-09 Sepherosa Ziehauifpoll: Use SYSINIT to initialize per-cpu ifpoll context.
2017-04-03 Matthew Dillonkernel - Implement NX
2017-03-29 Matthew Dillonkernel - Add KERN_PROC_SIGTRAMP
2017-03-29 Sepherosa Ziehaukern: Add per-cpu helper threads, which handles lwkt...
2017-03-27 Matthew Dillonkernel - Enhance the sniff code, refactor interrupt...
2017-03-07 Matthew Dillonkernel - Fix cluster_write() inefficiency
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
next