kernel - Allow multiple opens on /dev/udev
[dragonfly.git] / sys / dev /
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-24 Sascha Wildnerixgbe/netrate: Remove -DSMP from the Makefiles (no...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 Sepherosa Ziehaunetif: Enable ifpoll in module building
2012-10-20 Sepherosa Ziehauifpoll: Make status fraction and TX fraction easier...
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-19 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-17 Sepherosa Ziehausnd/hda: Restore the magic register setting to enable...
2012-10-17 Sepherosa Ziehaubnx: Switch from DEVICE_POLLING to ifpoll
2012-10-16 Markus Pfeifferusb: Fix a typo in ukbd.
2012-10-15 Sepherosa Ziehauigb: Per-device TX/RX descriptor count tunables
2012-10-15 Sepherosa Ziehauigb: Cache align software TX/RX descriptors
2012-10-15 Sepherosa Ziehauigb: Move uncommonly accessed fields to the end of...
2012-10-14 Sepherosa Ziehauemx: Cache align software TX/RX descriptors
2012-10-14 Sepherosa Ziehauemx: Group TX related fields into emx_txdata; use it...
2012-10-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-13 Sascha Wildnermxge(4): Fix "always_inline function might not be inlin...
2012-10-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-12 Sepherosa Ziehauemx: Pass emx_rxdata to RX related functions
2012-10-12 Sepherosa Ziehauemx: Add comment and add assertion about serializer...
2012-10-12 Sascha Wildnerkernel/sound: Add PCMTRIG_COMMON (from FreeBSD).
2012-10-12 Sascha Wildnerkernel: Add KOBJMETHOD_END and use it.
2012-10-12 Sepherosa Ziehauemx: Remove unused statistics
2012-10-12 Sepherosa Ziehauifpoll: Don't pass pollhz to status poll handler
2012-10-12 Sepherosa Ziehaujme: Let callout run on CPU0, this is where main serial...
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-11 Sascha Wildnerkernel/mii_layer: Little indentation fix.
2012-10-11 Sascha Wildnerusb4bsd: Separate building of the old USB modules.
2012-10-11 Sepherosa Ziehauacpi/pstate: Be lenient about wrong # of processors...
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-11 Sepherosa Ziehaujme: Cache align software TX/RX descriptor data
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-11 Sepherosa Ziehauaesni: Utilize kmalloc M_POWEROF2
2012-10-10 Matthew Dillonkernel - Add MODULE_VERSION for if_ale
2012-10-09 Sepherosa Ziehaujme: Put TX related stuffs into struct jme_txdata
2012-10-09 Sepherosa Ziehaujme: Move uncommonly accessed fields to the end of...
2012-10-08 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-07 Sepherosa Ziehauigb: Use kmalloc_cachealign to allocate rx ring, tx...
2012-10-06 Sepherosa Ziehauigb: Cache align msix, rx and tx data
2012-10-06 Sepherosa Ziehauigb: Remove unused code
2012-10-06 Sepherosa Ziehauigb: Change polling(4) support to ifpoll support
2012-10-06 Sascha Wildnerkernel/ixgbe: Remove double definition.
2012-10-06 François Tigeotixgbe: Define missing DEBUGOUT# macros.
2012-10-06 Sepherosa Ziehaure: Don't enable MSI by default
2012-10-06 Sepherosa Ziehauigb: Initialize if_name so functions used on if_init...
2012-10-05 Tim Bissonre(4): Use MSI if device supports it.
2012-10-03 François Tigeotixgbe: Do not use mbuf jumbo clusters
2012-10-03 Nuno Antuneskernel: Fix a few more mbuf MB_* vs. kmalloc M_* flag...
2012-10-02 François Tigeotixgbe: Use MB_DONTWAIT with mbuf operations
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-30 Sepherosa Ziehaujme: Factor out jme_rx_restart
2012-09-30 Sepherosa Ziehaujme: Rework MSI-X mapping, so RX MSI-X need not read...
2012-09-30 Sepherosa Ziehaujme: Remove unused macros
2012-09-30 Sepherosa Ziehaujme: Make sure only rx desc empty is cleared in status...
2012-09-30 Sepherosa Ziehaujme: Move colesce parameters setup out of sysctl tree...
2012-09-30 Sepherosa Ziehaujme: Change polling(4) support to ifpoll support
2012-09-30 François Tigeotixgbe: Purge queue on inactive interfaces
2012-09-29 François Tigeotixgbe: Remove useless locking directives
2012-09-29 François Tigeotixgbe: Remove link handler tasklet remnants
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-26 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-25 Sascha Wildnerarcmsr(4): Sync with FreeBSD (Areca's driver version...
2012-09-23 Sepherosa Ziehauaue/lgue: Utilize netisr to run if_start
2012-09-22 Sepherosa Ziehauemx: Allow user to specify RX/TX processing CPU's offset
2012-09-18 Sepherosa Ziehauifpoll: Setup if_start cpuid for NPOLLING properly
2012-09-17 François Tigeotixgbe: Remove the link handler tasklet
2012-09-17 Sascha Wildnerkernel: Remove some unused variables.
2012-09-17 Sepherosa Ziehauifpoll: Field renaming; if_qpoll -> if_npoll
2012-09-16 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-14 Sepherosa Ziehaupci/mptable: Let parent route the interrupt before...
2012-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2012-09-13 Sascha Wildnerkernel: Use NULL instead of 0 for pointers, part 2/x.
2012-09-13 Matthew Dillonkernel - Add sysctls and tunables for [ALT_]BREAK_TO_DE...
2012-09-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-11 Nuno Antunesnetisr: rename cpu_portfn() to netisr_portfn().
2012-09-11 Sascha Wildnermfi(4): Break some overly long lines.
2012-09-11 Sepherosa Ziehauacpi/resource: We still need to make sure that IRQ...
2012-09-10 Sascha Wildnerkernel: Use NULL instead of 0 for pointers, part 1/x.
2012-09-10 Sascha Wildnerkernel/acpi: Add missing include (for acpi_sci_irqno()).
2012-09-10 François Tigeotixgbe: Replace the TX lockmgr lock by a serializer
2012-09-10 François Tigeotixgbe: Do all RX/TX processing in ithreads
2012-09-10 Sepherosa Ziehauacpi/resource: Only skip SCI trigger/polarity configuration
2012-09-09 François Tigeotixgbe: Remove the Adaptative Interrupt Moderation code
2012-09-09 François Tigeotixgbe: Move sysctl creation to a separate function
2012-09-09 Sascha Wildnerkernel/bce: Fix an impossible && that should really...
2012-09-08 François Tigeotixgbe: Enable existing MSI-X code
2012-09-07 Sascha Wildnerkernel: Remove two bogus break statements.
2012-09-07 Sascha Wildnerkernel/hptmv: Fix the completion of a write.
2012-09-07 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-06 François Tigeotixgbe: Explicitely enable PCIe bus mastering
2012-09-04 Sascha Wildnerkernel/ixgbe: Add missing braces.
2012-08-31 Sascha Wildneramr(4): Remove some unused code (amr_timeout()).
2012-08-29 Sepherosa Ziehaujme: RX interrupt to ~6000Hz, TX interrupt to ~4000Hz
2012-08-29 Sepherosa Ziehaujme: Record number of times that RX ring becomes empty
2012-08-29 Sepherosa Ziehaujme: Allow MSI-X be evenly spreaded across CPUs
2012-08-29 Sepherosa Ziehauigb: Set default RX descriptor count to 512
2012-08-29 Sepherosa Ziehauacpi/sci: Test ACPI MADT interrupt override entry's...
next