usched: Allow process to change self cpu affinity
[dragonfly.git] / sys /
2017-06-01 Sepherosa Ziehauusched: Allow process to change self cpu affinity
2017-06-01 Sepherosa Ziehausched: Change CPU_SETSIZE to signed int, same as FreeBS...
2017-05-24 Sepherosa Ziehauem: Enable MSI by default on devices has PCI advanced...
2017-05-12 Sepherosa Ziehaupf: Normalized, i.e. defragged, packets requiring rehash.
2017-04-23 Matthew Dillonkernel - Fix i915 deadlock
2017-04-12 François Tigeotdrm: bring in Linux compability changes from master
2017-04-12 Matthew Dillonparam - Change __DragonFly_version to 400801
2017-04-12 Matthew Dillonkernel - Temporarily set the default machdep.pmap_nx_en...
2017-04-12 Matthew Dillonkernel - Implement NX (3) - cleanup
2017-04-12 Matthew Dillonkernel - Implement machdep.pmap_nx_enable TUNABLE
2017-04-12 Matthew Dillonkernel - Implement NX (2)
2017-04-12 Matthew Dillonkernel - Implement NX
2017-04-12 Matthew Dillonkernel - Add KERN_PROC_SIGTRAMP
2017-04-08 Sepherosa Ziehauinet6: Restore mbuf hash after defragmentation.
2017-04-01 Matthew Dillonkernel - Fix broken wakeup in crypto code
2017-03-31 Sascha WildnerFix some cases where an index was used before its limit...
2017-03-30 Matthew Dillonkernel - Fix deadlock in sound system
2017-03-29 Matthew Dillonkernel - MFC b48dd28447fc (sigtramp workaround)
2017-03-27 Sepherosa Ziehausound/hda: Sync device ID table with FreeBSD
2017-03-26 Matthew DillonKernel - quick workaround for Ryzen v4.8.0
2017-03-26 Matthew Dillonkernel - Stir longer in arc4random
2017-03-23 Matthew Dillonkernel - Fix panic in zget() during heavy paging
2017-03-18 Sascha Wildnerkernel/mmcsd: Add some dummy values for d_nheads and...
2017-03-16 Justin C. SherrillCorrect param.h entry for this version.
2017-03-12 Justin C. SherrillNumbering changes to name 4.8 branch correctly. v4.8.0rc
2017-03-06 Sepherosa Ziehaure: Only limited versions of this chip require explicit...
2017-03-07 Matthew Dillonkernel - Fix cluster_write() inefficiency
2017-03-05 zrjvkernel: Prevent clang optimizing out the traps.
2017-03-05 zrjwlan: Remove duplicate typedef.
2017-03-05 zrjUnbreak VKERNEL64 for clang compatibility.
2017-03-03 Sascha WildnerSync ACPICA with Intel's version 20170303.
2017-03-02 François Tigeotdrm/i915: Fix compilation with clang
2017-03-01 Sascha WildnerClean up the namespace in a number of standard headers.
2017-03-01 Sascha Wildnerkernel: Remove unused DIRECTIO option (see 12b70cea73ee...
2017-02-26 Sascha WildnerSync ACPICA with Intel's version 20170224.
2017-02-24 Sepherosa Ziehaure: Fix typo for disabling txcsum.
2017-02-23 Sascha Wildner<sys/procctl.h>: Include <sys/types.h> explicitly for...
2017-02-22 Sascha WildnerClean up a bit after the recent ahc/ahd/aic removal.
2017-02-22 Matthew Dillonmrsas - release devq before freeing the sim.
2017-02-22 Matthew Dillonkernel - Add missing bus lock to CAM
2017-02-22 Matthew Dillonkernel - Improve exec performance
2017-02-22 Matthew Dillonkernel - Slightly reduce extra spinlock ops in _pv_alloc()
2017-02-22 Matthew Dillonkernel - Add atomic ops features
2017-02-22 Sepherosa Ziehaure: Update to Realtek 1.93
2017-02-22 François Tigeotdrm/linux: Implement tasklets
2017-02-21 François Tigeotkernel: fix LINT64 build after old SCSI drivers removal
2017-02-21 Matthew Dillonkernel - Disallow remote growstack from procfs
2017-02-21 Sascha Wildnerkernel/re: Fix hw.re.phy_mdix_mode tunable.
2017-02-21 Matthew Dillonboot - Fix insufficient malloc()s
2017-02-21 Matthew Dillonkernel - Remove old SCSI drivers - aic, aic7xxx, ahc...
2017-02-20 François Tigeotdrm/linux: u64 is unsigned long long
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 François Tigeotdrm/radeon: Replace some spinlocks by lockmgr locks
2017-02-19 Matthew DillonRevert "kernel - Reduce priority range from dynamic...
2017-02-18 Sascha Wildnerkernel/usb4bsd: Add a quirk for the Corsair STRAFE...
2017-02-17 Matthew Dillonkernel - Fix machdep.pmap_mmu_optimize bug
2017-02-17 Sascha WildnerUnbreak vkernel build.
2017-02-17 Sascha Wildnerkernel/slaballoc: Separate some parts better that need...
2017-02-16 Sepherosa ZiehauUnbreak kernel building
2017-02-16 Sascha Wildnerkernel/vinum: Fix the position of VINUM_LABEL ioctl...
2017-02-16 Sascha Wildnerkernel: Fix the type of 'cmd' in various ioctl function...
2017-02-16 Sepherosa Ziehauhyperv: Implement cpucounters.
2017-02-16 Sepherosa Ziehauhyperv: Reorganize
2017-02-14 Sepherosa Ziehaukern: Add cpucounter which returns 64bit monotonic...
2017-02-14 Sepherosa Ziehaualtq: Use microuptime() instead of microtime() - boottime.
2017-02-14 Matthew Dillonkernel - Fix bug in pmap_unwire()
2017-02-13 Sepherosa Ziehaulibkern: Make inet_ntoa MPSAFE by passing string buffer...
2017-02-13 François Tigeotdrm/i915: Set GPU freq to idle_freq initially
2017-02-13 Sepherosa Ziehaunet: Make sure that local variable is really used.
2017-02-12 François Tigeotdrm: Partial revert of "drm: Sync drm_crtc.c with Linux...
2017-02-12 Sascha Wildnerkernel: Add a simple kern.cp_times sysctl.
2017-02-12 Sascha Wildnerkernel: Use CPUSTATES constant.
2017-02-11 Imre Vadászvirtio: Fix and activate PCI MSI-X support.
2017-02-10 Matthew Dillonkernel - Fix vmspace termination race (2)
2017-02-09 Sascha Wildner<sys/{_iovec,_timespec,_timeval}.h>: Namespace cleanup.
2017-02-09 Sascha Wildner<aio.h>: Prepare for the removal of <sys/types.h> from...
2017-02-09 Sascha Wildner<sched.h>: Clean up the namespace a bit.
2017-02-09 Sascha Wildner<sched.h>: Clean up a bit (whitespace etc.). No functio...
2017-02-09 Matthew Dillonkernel - Fix pmap dynamic deletion code, leave disabled
2017-02-09 Matthew Dillonkernel - Fix vmspace termination race
2017-02-08 Matthew Dillonkernel - Remove some debug warnings for now
2017-02-07 François Tigeotdrm: Sync drm_crtc.c with Linux 4.6
2017-02-07 Matthew Dillonbuild - Separate out CFLAGS for kernel & module build
2017-02-07 Matthew Dillonkernel - Default kernel build to -O2
2017-02-07 Matthew Dillonkernel - Use __predict_* in spinlock2.h
2017-02-07 Matthew Dillonkernel - Reduce priority range from dynamic priority
2017-02-06 Matthew Dillonkernel - Turn off pmap_dynamic_delete by default
2017-02-06 Matthew Dillonkernel - Remove unneeded map token use from the vm_faul...
2017-02-06 Matthew Dillonkernel - Refactor vm_page_alloc() to improve hot pages
2017-02-06 Matthew Dillonkernel - Fix broken assertion for "pv->pv_m != NULL...
2017-02-06 Matthew Dillonvkernel - Change default pre-zeroing of main memory
2017-02-06 Matthew Dillonkernel - Add missing p_token use in swapout scheduler...
2017-02-06 Matthew Dillonkernel - Disable vmm by default
2017-02-05 Matthew Dillonkernel - Fix lockup due to recentn pmap change
2017-02-05 Matthew Dillonkernel - Increase temporary bootstack
2017-02-05 Matthew Dillonvkernel - Fix more pagein/pageout corruption
next