tsc: Log the final TSC frequency
[dragonfly.git] / sys /
2016-06-13 Sepherosa Ziehautsc: Log the final TSC frequency
2016-06-13 Sepherosa Ziehaukern: Update virtual machine detection a bit
2016-06-11 Matthew Dillonhammer2 - Use B_IOISSUED
2016-06-11 Matthew Dillonkernel - B_IODEBUG -> B_IOISSUED
2016-06-11 Imre Vadászif_iwm - Add and use iwm_phy_db_free(), to plug phy_db...
2016-06-11 Imre Vadászif_iwm - GC unused struct iwm_rx_buf. Two small nitpicks.
2016-06-11 Imre Vadászif_iwm - Use mbuf for large firmware commands, like...
2016-06-11 Matthew Dillonhammer2 - Fix infinite flush recursion, reduce bulkfree...
2016-06-11 Matthew Dillonhammer2 - Fix *errorp, instrument strategy errors
2016-06-11 Matthew Dillonkernel - Instrument vnode pager error
2016-06-11 Matthew Dillonhammer2 - Fix upgrade deadlock
2016-06-10 Imre Vadászif_iwm - Use DragonFly specific convenience functions...
2016-06-10 Imre Vadászif_iwm - Compare paylen to datasz instead of sizeof...
2016-06-10 Matthew Dillonhammer2 - Add truncation lock, change dio persistence
2016-06-10 Matthew Dillonkernel - Try to improve 'Warning: vfsync skipped dirty...
2016-06-10 Tomohiro Kusumisys/vfs/hammer2: Change u_int{8,16,32,64}_t to uint...
2016-06-10 Matthew Dillonnvme - Add kernel dump support
2016-06-10 Matthew Dillonhammer2 - Cache chain->data and chain->dio until last...
2016-06-10 Imre Vadászif_iwm - Fix iwm_dma_contig_free(). dma->map is always...
2016-06-10 Matthew Dillonhammer2 - Rename hammer2_thread.c to hammer2_admin.c
2016-06-09 Matthew Dillonhammer2 - Allow chains to be cached
2016-06-09 Imre Vadászif_iwm - Free rx ring on detach. Free nvm_sections...
2016-06-09 Matthew Dillonkernel - Scan more pages in vm_pageout to fix OOM killer
2016-06-09 Sascha Wildnerkernel: Save some indent here and there and some small...
2016-06-09 Sascha Wildnerkernel/modnext: Improve the flow a bit regarding settin...
2016-06-09 François Tigeotdrm/i915: Fix hangs on some broadwell machines
2016-06-09 Matthew Dillonhammer2 - multi-thread read-ahead XOPs
2016-06-09 Matthew Dillonhammer2 - Revamp worker thread signaling
2016-06-08 Matthew Dillonhammer2 - Add xxhash to H2 and throw in debug stuff...
2016-06-08 Matthew Dillonhammer - Make vfs.hammer.cluster_enable an integer
2016-06-08 Matthew Dillonkernel - Fix some clustering issues
2016-06-08 Matthew Dillonnvme - Add interrupt coalescing support
2016-06-08 Tomohiro Kusumisys/vfs/hammer: Remove sys/vfs/hammer/hammer_freemap.c
2016-06-08 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_VOL_ALLOC for reserved space...
2016-06-08 Tomohiro Kusumisys/kern: Make nlookup() keep ESTALE on retry
2016-06-08 Matthew Dillonnvme - Adjust queue mapping
2016-06-07 Matthew Dillonnvme - Check admin_cap
2016-06-07 Imre Vadászif_iwm - Avoid bus_dmamap_create()/_destroy() calls...
2016-06-07 Sepherosa Ziehaude: Install if_init.
2016-06-07 Sascha Wildnerkernel/iwm: Fix building without IWM_DEBUG.
2016-06-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2016-06-06 Imre Vadászif_iwm - Use vap->iv_myaddr instead of ic->ic_macaddr...
2016-06-06 Imre Vadászif_iwm - Add support for Intel AC 8260 chipset.
2016-06-06 Imre Vadásziwmfw - Add 8000C firmware for Intel AC 8260 support.
2016-06-06 Matthew Dillonnvme - Cleanups, limit nirqs
2016-06-06 zrjsys/cpu: Unbreak world.
2016-06-06 zrjdrm/i915: Remove empty header.
2016-06-06 Matthew Dillonnvme - Fix minor cpu mapping issues
2016-06-06 Matthew Dillonnvme - Implement MSIX and reverse comq mapping
2016-06-05 Matthew Dillonnvme - Iterate disk units for multiple devices
2016-06-05 Matthew Dillonnvme - Fix b_resid prior to biodone()
2016-06-05 Matthew Dillonkernel - Add nvme driver to the kernel build as a module.
2016-06-05 Matthew Dillonkernel - Add bus_space_read_8() and bus_space_write_8()
2016-06-05 Matthew Dillonkernel - Add PCIS_STORAGE_NVM
2016-06-05 Matthew Dillonnvme - Flesh out the driver more
2016-06-05 Sascha WildnerAdd autofs to LINT64.
2016-06-05 Tomohiro Kusumisys/vfs/autofs: Remove .vfs_sync = vfs_stdsync,
2016-06-05 Imre Vadászif_iwm - Fix m_defrag() usage. Copy-pasto when copying...
2016-06-05 Imre Vadászif_iwm - Add and use iwm_is_valid_ether_addr() function.
2016-06-05 Imre Vadászif_iwm - Avoid leaking memory, and fix error handling...
2016-06-05 Imre Vadászif_iwm - When transitioning to INIT, vap->iv_newstate...
2016-06-05 Matthew Dillonkernel - Flesh out nvme interrupts (non-msi for now)
2016-06-05 Matthew Dillonkernel - Initial native DragonFly NVME driver commit
2016-06-04 Imre Vadászif_iwm - Fix iwm_mvm_lmac_scan_fill_channels(), only...
2016-06-04 Imre Vadászif_iwm - Make some functions static in if_iwm_led.c...
2016-06-03 Imre Vadászif_run - Add missing RUN_LOCK/RUN_UNLOCK around a run_g...
2016-06-03 Sascha Wildnerkernel/autofs: Add some missing files to the Makefile.
2016-06-02 Tomohiro Kusumisys/kern: Don't implement .vfs_sync unless sync is...
2016-06-02 Tomohiro Kusumiautofs: Port autofs from FreeBSD
2016-06-02 Tomohiro Kusumisys/kern: Retry nlookup if nresolve returned ESTALE
2016-06-02 Tomohiro Kusumisys/sys: Fix IOCPARM_MAX
2016-06-02 Tomohiro Kusumisys/sys: Extend IOCPARM_MAX
2016-06-02 Tomohiro Kusumisbin/mount_nfs: Add -o retrycnt= option
2016-06-02 Tomohiro Kusumisys/kern: Add kqueue EVFILT_FS
2016-06-02 Tomohiro Kusumisys/kern: Add kstrndup()
2016-06-02 Imre Vadászif_iwm - Workaround, which fixes beacon and statistic...
2016-06-02 Imre Vadászif_iwm - Add 3165 chipset ids.
2016-06-02 Imre Vadászif_iwm - Update to support version 16 firmware.
2016-06-02 Imre Vadásziwmfw - Update to version 16 firmware.
2016-06-02 Sepherosa Ziehaukern: Remove debug print
2016-06-02 Sepherosa Ziehaukern: Use objcache for file
2016-06-01 Sascha Wildnerkernel/inet6: Fix two wrong comparisons.
2016-05-31 Imre Vadászsmbacpi: Implement I2cSerialBus ACPI support module...
2016-05-31 Imre Vadászig4: Add ig4_acpi.c for attaching on ACPI (needed for...
2016-05-30 Sepherosa Ziehautcp: Don't prematurely drop receiving-only connections.
2016-05-29 Imre Vadászgpio_acpi: Turn this into a child device of gpio_intel.
2016-05-28 Imre Vadászgpio_acpi: Add allocate/release functions for GpioIo...
2016-05-28 Imre Vadászgpio_acpi: Factor out gpio_acpi_check_gpioint().
2016-05-28 Matthew Dillonkernel - Align virtual_start, workaround possible HW...
2016-05-28 Sascha WildnerSome more cleanup in comments etc. after the an(4)...
2016-05-28 Sascha WildnerVarious typo and wording fixes.
2016-05-28 Matthew Dillonvirtio - fix contigmalloc muff last commit
2016-05-28 Sascha WildnerSync ACPICA with Intel's version 20160527.
2016-05-28 Matthew Dillonvirtio - vtblk_finish_bio() called with serializer...
2016-05-28 Matthew Dillonvirtio - Fix a few porting issues and bugs
2016-05-27 Imre Vadászvirtio_blk: Add support for indirect buffers.
2016-05-26 Sascha WildnerVarious tiny updates in wlan*.4 manual pages and other...
2016-05-26 Matthew Dillonkernel - Augment pte assertion with additional info
2016-05-26 Imre Vadászif_iwm - valid_{tx,rx}_ant from radio_cfg is only neede...
2016-05-26 Sepherosa Ziehautcp: Make setsockopt(2) TCP_{NODELAY,NOPUSH,NOOPT,FASTK...
next