devattr.3: Some minor adjustments.
[dragonfly.git] / sys /
2017-05-11 Sepherosa Ziehaunetisr: Add tunable for netisr_ncpus.
2017-05-11 Sepherosa Ziehauix: Use ringmap to do MSI-X cpu assignment and fill...
2017-05-11 Sepherosa Ziehauifnet: Add ringmap, which does ring/cpu map and generat...
2017-05-10 Sepherosa Ziehauinet: Local group index is not assigned in jail.
2017-05-10 Peeter Mustkernel/vga_switcheroo: Hook vga_switcheroo to i915.
2017-05-09 Sascha Wildnerkernel/apple_gmux: Fix compilation when VGA_SWITCHEROO...
2017-05-08 Sascha Wildnerkernel: Move apple_gmux to sys/gnu/dev/misc/
2017-05-08 François Tigeotsound/hda: Fix an invalid corb size (0) panic
2017-05-08 Sascha WildnerRemove a no longer used header (scsi_iu.h).
2017-05-06 Sascha Wildner<sys/un.h>: Stop including <sys/file.h>.
2017-05-05 David ShaoUpdate drm/radeon to Linux 4.7.10 as much as possible...
2017-04-30 Sascha Wildnerkernel/acpi_srat: Remove some unused code.
2017-04-29 Sascha Wildnerlinux/apple-gmux.h: Fix permissions.
2017-04-28 Sascha Wildnerkernel/acpica: Remove obsolete comment in the Makefile.
2017-04-28 Peeter Mustkernel: Import the apple-gmux driver from Linux 4.8
2017-04-27 François Tigeotdrm/linux: Remove no longer needed iic includes
2017-04-24 Sascha Wildner<fcntl.h>: Add some missing defines (required by POSIX).
2017-04-24 Matthew Dillonkernel - Fix double-free in if_ath, fix lost rcvif.
2017-04-23 Matthew Dillonkernel - Fix i915 deadlock
2017-04-22 François Tigeotx86_64: Identify HWP in "Thermal and PM features"
2017-04-18 Sepherosa Ziehauix: Fixup TX/RX ring settings for X550, which supports...
2017-04-17 Tomohiro Kusumisys/vfs/hammer: Drop typedefs for struct hammer_ioc_...
2017-04-16 Sascha Wildnerkernel: Remove TCPDEBUG checks in tcp_debug.c.
2017-04-16 Sascha Wildnerkernel: Fix building with options TCPDEBUG.
2017-04-16 Tomohiro Kusumisys/vfs/autofs: Value returned by taskqueue_enqueue_tim...
2017-04-16 Tomohiro Kusumisys/vfs/autofs: Sync with FreeBSD's .vop_print format...
2017-04-16 Imre Vadászsound/hda: Fix name for the Wildcat Point-LP (Broadwell...
2017-04-16 Imre Vadászdrm/i915: Implement dev_to_i915(), instead of pancing...
2017-04-16 Sepherosa Ziehautcp: Don't assume power of 2 netisrs.
2017-04-15 Tomohiro Kusumisys/vfs/hammer: Use hammer_crc_t
2017-04-15 François Tigeotdrm/linux: add component.h
2017-04-14 Sascha Wildner<sys/signal.h>: Change sigev_notify_attributes to pthre...
2017-04-14 Peeter Mustdrm/linux: Harmonize pr_debug() with the rest of the...
2017-04-14 Sepherosa Ziehauudp: Don't assume power of 2 netisrs.
2017-04-14 Sepherosa Ziehauinpcb: Add function to set inpcbinfo's portinfo.
2017-04-13 Sepherosa Ziehauinpcb/localgroup: Use LSB of the hash to find inpcb.
2017-04-13 Sepherosa Ziehauinpcb: Don't rely on ncpus2 for local port allocation.
2017-04-12 Imre Vadászsound - Delete devfs clone handler for /dev/dsp and...
2017-04-12 Matthew DillonRevert "kernel - Spread IPIs out to more priority levels"
2017-04-12 Peeter Mustdrm/linux: Add reinit_completion()
2017-04-12 Matthew Dillonkernel - Temporarily set the default machdep.pmap_nx_en...
2017-04-11 Matthew Dillonppp - Fix minor overflow in protocol search
2017-04-11 Matthew Dillonkernel - Fix event preset
2017-04-10 Sepherosa Ziehaupf: Don't assume # of network procecssing CPUs is power...
2017-04-10 Sepherosa Ziehautoeplitz: Add comment.
2017-04-10 Sepherosa Ziehaunetisr: Use netisr_ncpus to convert hash to cpuid.
2017-04-10 Sepherosa Ziehaunet: Reorder sysinit a bit.
2017-04-09 Sepherosa Ziehauifpoll: Use netisr_ncpus.
2017-04-09 Sepherosa Ziehauifpoll: Use SYSINIT to initialize per-cpu ifpoll context.
2017-04-08 Tomohiro Kusumisys/vfs/hammer: Add __hammer_crc_get_xxx() for CRC...
2017-04-08 Tomohiro Kusumisys/vfs/hammer: Cleanups on CRC functions
2017-04-08 Tomohiro Kusumisys/vfs/hammer: Add comments on volume version 7 CRC...
2017-04-08 Sepherosa Ziehauinpcb: Use netisr_ncpus for listing inpcbs.
2017-04-08 Sepherosa Ziehausyncache: Use netisr_ncpus instead of ncpus2
2017-04-08 Sepherosa Ziehausyncache: Cache align per-cpu data.
2017-04-08 Sepherosa Ziehauipdemux: Use netisr_ncpus instead of ncpus2.
2017-04-08 Sepherosa Ziehauinet6: Restore mbuf hash after defragmentation.
2017-04-08 Sepherosa Ziehauipfrag: Max # of frags per-cpu should use ncpus instead...
2017-04-08 Sepherosa Ziehauinet: Use netisr_ncpus for ifdetach inet processing.
2017-04-07 John MarinoBump __DragonFly_version
2017-04-07 Sepherosa Ziehauarp: Group llinfo and timer together.
2017-04-07 Sepherosa Ziehauarp: Ignore ARP probes by default.
2017-04-07 Sepherosa Ziehauarp: ARP entry list should be initialized on all availa...
2017-04-05 Peeter Mustdrm: Include opt_drm.h so that 'options VGA_SWITCHEROO...
2017-04-05 Sepherosa Ziehaunet: Make netisr_ncpus sysctl read-only.
2017-04-05 Sepherosa Ziehaunet: Define # of cpus for network processing.
2017-04-05 Sepherosa Ziehaunet: netisr_cpu -> netisr_threads; no functional changes.
2017-04-05 Sepherosa Ziehaunet: Get rid of ifnet threads.
2017-04-05 Sepherosa Ziehauipfw3: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehauipfw: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehaubridge: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehauvlan: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehauipflow: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehaunet: Reduce dependency on ifnet threads.
2017-04-04 Matthew Dillonkernel - Implement NX (3) - cleanup
2017-04-04 Matthew Dillonkernel - Implement machdep.pmap_nx_enable TUNABLE
2017-04-03 Matthew Dillonkernel - Implement NX (2)
2017-04-03 Matthew Dillonkernel - Implement NX
2017-04-02 Imre Vadászif_vtnet - Add back vtnet_tx_size variable for now...
2017-04-02 Imre Vadászif_vtnet - Remove vtnet_{rx,tx}_size variables. Change...
2017-04-02 Imre Vadászvirtio_blk - No need to negotiate unused (and legacy...
2017-04-02 Imre Vadászif_vtnet - Default to link up, when VIRTIO_NET_F_STATUS...
2017-04-02 Imre Vadászvirtio_blk - Clean up some unneeded functionalities.
2017-04-02 Imre Vadászvirtio: Replace one cpu_mfence() by cpu_lfence(), and...
2017-04-02 Imre Vadászvirtio - Get rid of nop {vtblk/vtnet}_modevent methods.
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-31 Sascha Wildner<sys/libkern.h>: Fix whitespace/indent, remove arg...
2017-03-31 Sascha Wildner<machine/stdint.h>: Check __cplusplus first.
2017-03-30 Antonio Huete Jimenezvkernel - Fix build
2017-03-30 Matthew Dillonkernel - Fix deadlock in sound system
2017-03-29 Matthew Dillonkernel - Add KERN_PROC_SIGTRAMP
2017-03-29 Matthew DillonKernel - Temporarily move sigtramp lower
2017-03-29 Sepherosa Ziehauacpi/pstate: Don't attach, if _PSS contains invalid...
2017-03-29 Sepherosa Ziehaukern: Add per-cpu helper threads, which handles lwkt...
2017-03-29 Sascha Wildnerkernel/ale: Fix one more parentheses issue.
2017-03-28 Matthew Dillonkernel - Fix improper parens
2017-03-27 Sascha Wildnerkernel/identcpu: Add string for MONITORX/MWAITX support...
2017-03-27 François Tigeotdrm: Enable commented-out vga_switcheroo code
2017-03-27 Sepherosa Ziehausound/hda: Sync device ID table with FreeBSD
next