Minor cleanup.
[freebsd.git] / sys /
2015-11-29 kibMinor cleanup.
2015-11-29 mmelAHCI: Fix AHCI driver for ARM.
2015-11-29 nwhitehornMake ELFv2 powerpc64 kernels build and run. Loader...
2015-11-29 nwhitehornFix build with new binutils. This gets a working kernel...
2015-11-29 adrianAdd support for the integrated wifi for the QCA953x...
2015-11-29 adrianAdd initial support for the QCA953x SoC (honeybee)...
2015-11-29 arybchiksfxge: add prefast annotation to common code return...
2015-11-29 adrianu32 -> uint32_t.
2015-11-29 arybchiksfxge: cleanup: fix prefast annotations on mac stats...
2015-11-29 adrian[ath_hal] add AR9461 (jupiter) 2.1 support.
2015-11-29 arybchiksfxge: modify nvram update functions for uio platform...
2015-11-28 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-11-28 dumbbelldrm/i915: Further reduce the diff in i915_dma.c
2015-11-28 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-11-28 mmelAHCI: Use bus_dmamap_sync(9) when accessing DMA buffers.
2015-11-28 mmelARM: Implement atomic_swap_int(9). It's used in DRM2...
2015-11-28 mmelARM: Add support for new KRAIT 300 CPU revision.
2015-11-28 mmelARM: Cumulative fixes for GIC
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-28 kibDisconnect iBCS2 emulator from the build. The ibcs2...
2015-11-28 adrian[ath_hal] use the correct revision information for...
2015-11-28 adrianAdd AR9530 (honeybee) config option.
2015-11-28 adrian* Add device string for QCA955x (scorpion);
2015-11-28 adrianwrap in ATH_DEBUG.
2015-11-27 adrian[ath] conditionally print out the rate series informati...
2015-11-27 tuexenTake also the send queue and sent queue into account...
2015-11-27 kibIn vm_pageout_grow_cache(), do not re-try the inactive...
2015-11-27 zbbAdd helper to catch single step debug event and disting...
2015-11-27 jhbAdd support to libkvm for reading vmcores from other...
2015-11-27 zbbAdd support for exynos5_ehci in loader
2015-11-27 zbbIncrease malloc area in loader/usb
2015-11-27 zbbRun callouts during infinite waiting inside cv_wait
2015-11-27 zbbImplement simple ops for umass_disk
2015-11-27 zbbDo not zero memory in umass_detach
2015-11-27 zbbImplement missing bus_space_subregion in kshim
2015-11-27 zbbUse properly aligned buffer in usb_alloc
2015-11-27 arybchiksfxge: cleanup: report error on failure path in efx_vpd...
2015-11-27 arybchiksfxge: cleanup: fix prefast annotations on mac stats...
2015-11-27 arybchiksfxge: fix prefast warning in falconsiena_tx_qcreate
2015-11-27 arybchiksfxge: cleanup: fix prefast annotations for stats buffers
2015-11-27 arybchiksfxge: unlink PIO buffers from VIs in WC mapping in...
2015-11-27 arybchiksfxge: infer external port numbering for Pavia
2015-11-27 arybchiksfxge: cleanup: fix prefast annotation
2015-11-27 arybchiksfxge: do not use unnamed union in siena_mc_combo_rom_hdr_t
2015-11-27 arybchiksfxge: cleanup: error probe correction
2015-11-27 mavFix panic when trying to sort unsupported command in...
2015-11-27 kibRemove VI_AGE vnode iflag, it is unused.
2015-11-27 kibMove the comment about resident pages preventing vnode...
2015-11-26 tuexenWhen the sending of an SCTP outgoing stream reset reque...
2015-11-26 emasteFix whitespace on addition of IPSEC option
2015-11-26 emasteCorrect arm64 gic_v3 sizeof argument
2015-11-26 alcCorrect an error in vm_reserv_reclaim_contig(). In...
2015-11-26 mavRemove residual functions declaration left after r291365.
2015-11-26 ianRename sysctl node hw.imx6 to hw.imx. Move its definit...
2015-11-26 mavOne more round of port scanner rewrite.
2015-11-26 tuexenWhen receiving an SCTP/UDP packet and the interface...
2015-11-26 adrian[net80211] decode WPA cipher config '0' as "clear ciphe...
2015-11-25 ngieFix building sys/modules/if_enc by adding missing headers
2015-11-25 bdreweryMETA MODE: Don't create .meta files when symlinking...
2015-11-25 bdreweryStop building vers.c in include/ and only build the...
2015-11-25 adrian[ath] listen to all beacons in IBSS and software beacon...
2015-11-25 adrian[net80211] log the A-MPDU setup attempt count as part...
2015-11-25 fabientThe r241129 description was wrong that the scenario...
2015-11-25 aeFix the build.
2015-11-25 aeOverhaul if_enc(4) and make it loadable in run-time.
2015-11-25 aeCheck that hhk_helper pointer isn't NULL before access.
2015-11-25 cemNTB: WC/WB isn't enough; set MMR region as UC
2015-11-24 kibCorrect the number of DTLB entries reported for the...
2015-11-24 mavRename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.
2015-11-24 avosurtwn(4): rework ROM reading.
2015-11-24 cemntb: Add MW tunable for MMR Xeon errata workaround
2015-11-24 nwhitehornUse what we really mean (powerpc_lwsync()) rather than...
2015-11-24 skraFlush all kernel mappings from TLB(s) in time when...
2015-11-24 hselaskyAdd some defines needed by the coming mlx5 infiniband...
2015-11-24 andrewAdd support for moving the DMAP range. This is needed...
2015-11-24 kibRework the vnode cache recycling to meet free and unuse...
2015-11-24 kibOn PowerPC 64bit, the linux-compat mb() definition...
2015-11-24 kevloAdd dependency to uether.
2015-11-24 adrian[ath] migrate ioctl and busdma memory operations out...
2015-11-23 jhbAdd a new -B flag for use with list mode (-l) that...
2015-11-23 aeAdd destroy_object callback to object rewriting framework.
2015-11-23 mavRemove "disable" hint, which duplicates system-wide...
2015-11-23 markjThe buffer passed to an sbuf drain callback is not...
2015-11-23 andrewUse #ifdef to get the file compiling without errors
2015-11-23 nwhitehornProvide support for userland binaries using the new...
2015-11-23 andrewOnly enable the first interrupt for now, we don't corre...
2015-11-23 mavFix target mode support for Qlogic 2200 FC adapters.
2015-11-23 skraFix inconsistent use of malloc type for cdev private...
2015-11-23 hselaskyFix compile warning about shifting signed negative...
2015-11-23 skraRevert r291142.
2015-11-23 mavRip off target mode support for parallel SCSI QLogic...
2015-11-23 kibSplit kerne timekeep ABI structure vdso_sv_tk out of...
2015-11-22 ngieDon't explicitly set INET/INET6 in the Makefile; opt_in...
2015-11-22 ianPrint more detailed info about the disk and partition...
2015-11-22 mavExplicitly call SEND CHANGE REQUEST for pre-24xx chips...
2015-11-22 mavGenerate fake ISPASYNC_CHANGE_PDB on fake login on...
2015-11-22 mavGracefully stop firmware before resetting chip when...
2015-11-22 mavAdd some more asynchronous event status codes.
2015-11-22 mavAdd mode mailbox command codes.
2015-11-22 kibRecord proper commit message for r291157.
next