aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFH: r282315-r282534Glen Barber2015-05-06126-1836/+2736
|\
| * Corrected indentation on conflicted source files.Kashyap D Desai2015-05-066-307/+319
| * Configured the mrsas(4) driver to support UNMAPPED I/O and updated driver ver...Kashyap D Desai2015-05-062-14/+38
| * 1. All LSI namings are converted to AVAGO Tech.Kashyap D Desai2015-05-067-37/+50
| * Bug fixes found internally as detailed below:Kashyap D Desai2015-05-063-6/+13
| * Driver calls mrsas_complete_cmd() to call mrsas_wakeup() for each MFI frame t...Kashyap D Desai2015-05-061-2/+31
| * In OCR(Online Controller Reset) path, driver sets adapter state toKashyap D Desai2015-05-062-62/+74
| * Current driver does fast path read load balancing between arm and mirror diskKashyap D Desai2015-05-064-73/+113
| * Now Driver expose Secure Jbod Support via driver_operations in MFI INIT Frame.Kashyap D Desai2015-05-063-39/+93
| * This patch adds the feature to provide PCI information via IOCTL query.Kashyap D Desai2015-05-063-11/+217
| * Fix the KASSERT and improve wording in r282426.Gleb Smirnoff2015-05-061-3/+3
| * Fix panic when prepare_batch_buffer() returns error.Alexander V. Chernikov2015-05-061-3/+5
| * Do a proper emulation of guest writes to MSR_EFER.Neel Natu2015-05-063-14/+128
| * Add macros for AMD-specific bits in MSR_EFER: LMSLE, FFXSR and TCE.Neel Natu2015-05-061-1/+4
| * This patch adds support for the extended baud rate registerGanbold Tsagaankhuu2015-05-062-7/+54
| * Add the code necessary to run the imx6 chip at its lowest clock/powerIan Lepore2015-05-054-21/+63
| * Add new USB ID.Hans Petter Selasky2015-05-052-0/+2
| * Start to reduce the diff between the Atmel kernel configs.Andrew Turner2015-05-053-80/+89
| * The VIRT kernel config targets armv6.Andrew Turner2015-05-051-33/+1
| * Move the first batch of common armv6 options to std.armv6.Andrew Turner2015-05-0517-491/+33
| * Create std.arm and std.armv6 config files and include the right one fromIan Lepore2015-05-0549-6/+60
| * Add DEV_ACPI to opt_acpi.h to be used to detect when ACPI is enabled inAndrew Turner2015-05-051-0/+1
| * Update the comment on what CPUs this driver supports.Andrew Turner2015-05-051-1/+1
| * Move the point we attach the ofw driver on arm64 to nexus.c. This willAndrew Turner2015-05-052-0/+15
| * Add FDT to the list of known GUIDs.Andrew Turner2015-05-051-0/+3
| * zfs: do not hold an extra reference on a root vnode while a filesystem is mou...Andriy Gapon2015-05-052-9/+2
| * Disable the use of floating-point and vector registers in the loader. TheyAndrew Turner2015-05-053-0/+8
| * dmu_recv_end_check: don't leak hold if dsl_destroy_snapshot_check_impl failsAndriy Gapon2015-05-051-2/+6
| * When cross-building ${LIBSTAND} may be set to the host copy. Point to theAndrew Turner2015-05-051-0/+6
| * Add support for Sierra MC7354 cardRenato Botelho2015-05-052-0/+2
| * Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.Andrey V. Elsukov2015-05-052-2/+7
| * Fix an error in r281551, part of the getfsstat() / kern_getfsstat()Peter Wemm2015-05-051-3/+4
| * Add some data found in TI's application note "SCPA035: PCI1510Warner Losh2015-05-051-0/+7
| * When dealing with the TI12XX family of parts, we sometimes need toWarner Losh2015-05-051-2/+12
| * Now that DMA works, enable the audio driver on RPi 2.Luiz Otavio O Souza2015-05-051-2/+2
| * Enable DMA for sdhci on RPi 2 (BCM2836).Luiz Otavio O Souza2015-05-051-8/+1
| * Fix DMA on RPi 2.Luiz Otavio O Souza2015-05-051-3/+9
| * In preparation for the next cycle of official ARM images, add ARM_NEW_PMAPLuiz Otavio O Souza2015-05-045-0/+5
| * Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)Justin Hibbits2015-05-042-0/+276
| * Fix arithmetical bug in vnode_pager_haspage(). The check against object sizeGleb Smirnoff2015-05-041-9/+14
| * Implement a mechanism for making changes in the kernel<->driver PPSIan Lepore2015-05-043-9/+53
| * On an icache sync by address/len, round the length up if the operation spansIan Lepore2015-05-041-0/+3
| * Emulate the 'CMP r/m8, imm8' instruction encountered when booting a WindowsNeel Natu2015-05-041-2/+14
| * Fix string concatenation - "wlan_##name" -> "wlan_" #nameAdrian Chadd2015-05-041-2/+2
| * Use bssid validation for data frames only + add RUN -> RUN state transitionAdrian Chadd2015-05-041-2/+7
| * Add node_clear_keyixmap() and use it in the ieee80211_free_node() / node_recl...Adrian Chadd2015-05-041-28/+26
| * Fix the voltage and clock levels for cpufreq on RPi 2.Luiz Otavio O Souza2015-05-041-17/+42
| * [iwn] Do not filter control frames in monitor mode.Adrian Chadd2015-05-031-2/+6
| * Handle properly IBSS merges (works with patch from bug 199632).Adrian Chadd2015-05-032-14/+107
| * Fix various powersave races + optimize tx/rx pointer update when powersave is...Adrian Chadd2015-05-032-16/+59