[ar71xx_gpio] handle AR934x and QCA953x GPIO OE polarity.
[freebsd.git] / sys /
2016-07-31 adrian[ar71xx_gpio] handle AR934x and QCA953x GPIO OE polarity.
2016-07-31 ngieConditionalize code which defines sysctls per _KERNEL...
2016-07-31 adrian[gpioled] add support for inverting the LED polarity.
2016-07-30 mjgsx: increment spin_cnt before cpu_spinwait in xlock
2016-07-30 mjgrwlock: s/READER/WRITER/ in wlock lockstat annotation
2016-07-30 mavWrap previous MSIX workaround into #ifndef EARLY_AP_STA...
2016-07-30 bzTry to declare _hw_pci for all sysctl cases needed...
2016-07-30 ivadasz[iwm] Fix iwm_poll_bit() usage in iwm_stop_device(...
2016-07-30 allanjudeImprove boot loader quote parsing
2016-07-30 allanjudebcache should support reads shorter than sector size
2016-07-30 mavBlock MSIX negotiation until SMP started and IRQ reshuf...
2016-07-30 mavMake MAC address generation more random.
2016-07-30 mavFix infinite loops introduced at r303429.
2016-07-30 kibCache getbintime(9) answer in timehands, similarly...
2016-07-30 markjRestore an ifdef that should not have been removed...
2016-07-30 markjInclude fasttrap handling for DATAMODEL_ILP32 when...
2016-07-30 baptRemove usage of _WITH_DPRINTF
2016-07-29 jhbVarious fixes to the t4/5nex character device.
2016-07-29 markjUse vm_page_undirty() instead of manually setting a...
2016-07-29 mavFix NTBT_QP_LINKS negotiation.
2016-07-29 markjsdp: Destroy the RDMA ID after destroying the connectio...
2016-07-29 markjsdp: Use malloc(9) instead of the Linux compat layer.
2016-07-29 markjsdp: Use the correct socket buffer in sdp_post_recvs_ne...
2016-07-29 mavClear scratchpad after MSIX negotiation to not leak...
2016-07-29 markjsdp: Always free received control packets after they...
2016-07-29 markjFix the KASSERT format string arguments after r303507.
2016-07-29 markjsdp: Use the PCB as the rx completion handler argument.
2016-07-29 markjsdp: Destroy the PCB lock before freeing to the zone.
2016-07-29 markjsdp: Use an mbufq for received control packets.
2016-07-29 markjsdp: Remove Linux build files.
2016-07-29 jhbDon't treat NOCPU as a valid CPU to CPU_ISSET.
2016-07-29 jhbFix locking issues with aio_fsync().
2016-07-29 jhbAdd a loader tunable (hw.pci.enable_pcie_hp) to disable...
2016-07-29 mavOnce more refactor KPI between ntb_transport(4) and...
2016-07-29 alcRemove a probe declaration that has been unused since...
2016-07-29 roygerRevert r291022: x86/intr: allow mutex recursion in...
2016-07-29 roygerxen-intr: fix removal of event channels during resume
2016-07-29 roygerxen-netfront: fix trying to send packets with disconnec...
2016-07-29 impFix typo.
2016-07-29 brInclude FBT to modules build on RISC-V.
2016-07-29 brRemove unused variables.
2016-07-29 traszRemove write-only variable.
2016-07-29 traszImprove error message.
2016-07-29 traszFix MTP description in the comment.
2016-07-29 andrewAdd a generic EHCI USB driver based on the Allwinner...
2016-07-29 sephehyperv/storvsc: Use busdma(9) and enable PIM_UNMAPPED...
2016-07-29 sephehyperv/vmbus: Revoke unnecessary exposure of vmbus...
2016-07-29 sephehyperv/vmbus: Move driver glue to the beginning of...
2016-07-29 sephehyperv/vmbus: Forward declare static functions
2016-07-29 sephehyperv/vmbus: Reindent function declarations.
2016-07-28 impMove protocol specific stuff into a linker set object...
2016-07-28 impSwitch to linker sets to find the xport callback object...
2016-07-28 impKill a few stray debug printfs.
2016-07-28 alcRemove any mention of cache (PG_CACHE) pages from the...
2016-07-28 brooksDon't create pointless backups of generated files in...
2016-07-28 brookscxgbe's firmware module fails to build on mips64 as...
2016-07-28 gallatinCall tcp_notify() directly to shoot down routes, rather...
2016-07-28 stevekRemove BSD and USL copyright and update license block...
2016-07-28 jhbMark spg_len and fl_pktshift static.
2016-07-28 brNormalise the CWARNFLAGS inter-word spacing: remove...
2016-07-28 kibDo not delegate a work to geom event thread which can...
2016-07-28 kibFix style and typo.
2016-07-28 emasteremove CONSTRUCTORS from kernel linker scripts
2016-07-28 brBuild ofw_bus_if.h for modules for RISC-V.
2016-07-28 brBuild DTrace assym.o with -msoft-float flag for RISC...
2016-07-28 bro Add warn flags required to build modules with GCC...
2016-07-28 mavFix r303429 build with invariants.
2016-07-28 edRegenerate system call table for r303435.
2016-07-28 edChange the return type of msgrcv() to ssize_t as requir...
2016-07-28 mavOnce more refactor KPI between NTB hardware and consumers.
2016-07-28 kibRewrite subr_sleepqueue.c use of callouts to not depend...
2016-07-28 kibExtract the calculation of the callout fire time into...
2016-07-28 kibFix typo in comment.
2016-07-28 kibWhen a debugger attaches to the process, SIGSTOP is...
2016-07-28 sephehyperv/vmbus: Inclusion cleanup
2016-07-28 sephehyperv/vmbus: Avoid unnecessary mb()
2016-07-28 loosEnable the build of micphy as part of generic miibus...
2016-07-27 ivadasz[iwm] When stopping TX DMA, wait for all channels at...
2016-07-27 bdreweryopt_bdg.h was removed in r150636.
2016-07-27 ivadasz[iwm] Set different pm_timeout for action frames.
2016-07-27 bdreweryopt_apic.h is only used on i386.
2016-07-27 bdreweryopt_random.h was removed in r287558 for opt_global.h
2016-07-27 ivadasz[iwm] Fix inverted logic in iwm_tx().
2016-07-27 stevekPrepare for network stack as a module
2016-07-27 jhbAdjust tests in fsync job scheduling loop to reduce...
2016-07-27 jhbAdd support for zero-copy aio_write() on TOE sockets.
2016-07-27 markjDe-pluralize "queues" where appropriate in the pagedaem...
2016-07-27 emasteANSIfy kern_proc.c and delete register keyword
2016-07-27 kibRemove Giant from settime(), tc_setclock_mtx guards...
2016-07-27 kibPrevent parallel tc_windup() calls, both parallel top...
2016-07-27 kibFix a bug in r302252.
2016-07-27 kibReduce the resettodr_lock scope to only CLOCK_SETTIME...
2016-07-27 kibStyle.
2016-07-27 kibReduce number of timehands to just two. This is useful...
2016-07-27 kibHide the boottime and bootimebin globals, provide the...
2016-07-27 sephehyperv/vmbus: Rename cleaned up bufring code
2016-07-27 sephehyperv/vmbus: Cleanup RX bufring read process.
2016-07-27 sephehyperv/vmbus: Stringent RX bufring data length checks.
2016-07-27 sephehyperv/vmbus: Cleanup TX bufring write process.
2016-07-27 sephehyperv/vmbus: Update comment for bufring
next