aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Attempt to treat "metadata" as a collectively singular noun.Pedro F. Giffuni2017-06-201-1/+1
* Always ignore the START and STOP bits whenever the control register isLuiz Otavio O Souza2017-06-201-4/+8
* Make ofw_iicbus attach to twsi I2C controllers.Luiz Otavio O Souza2017-06-202-1/+15
* Allow the use of extended media types with if_mvneta, so it can report 2.5GLuiz Otavio O Souza2017-06-201-2/+3
* Add support to 2.5G uplink for the MV88E6141 and MV88E6341 switches.Luiz Otavio O Souza2017-06-202-43/+111
* MFV r318946: 8021 ARC buf data scatter-izationAndriy Gapon2017-06-2037-756/+2414
* revert r315852 which introduced zio_buf_alloc_nowait for use in vdev_queue_ag...Andriy Gapon2017-06-203-28/+7
* Improve grammar concerning "metadata".Pedro F. Giffuni2017-06-201-3/+2
* ext2fs: Add uninit_bg feature support.Pedro F. Giffuni2017-06-207-12/+390
* Disable PL310 outer cache sync for IO coherent platformsZbigniew Bodek2017-06-202-0/+15
* Implement workaround for Armada 38X family HW issue between CPU and devicesZbigniew Bodek2017-06-201-0/+10
* Add sun8i-h3-orangepi-one.dts to the buildEmmanuel Vadot2017-06-201-1/+2
* Remove some custom DTS files as we are using upstream ones.Emmanuel Vadot2017-06-2010-475/+0
* Update the GNU DTS file from Linux 4.11Emmanuel Vadot2017-06-20594-6176/+21373
* Add the definition of maxbcachebuf to sys/buf.h.Rick Macklem2017-06-193-2/+1
* Fix batched unload for DMAR busdma in qi mode.Konstantin Belousov2017-06-193-34/+25
* Fix the !TD_IS_IDLETHREAD(curthread) locking assertions.Mark Johnston2017-06-193-9/+13
* Fix a potential sleep while holding a mutex in the sa(4) driver.Kenneth D. Merry2017-06-191-1/+12
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-6/+0
* Ignore the P_SYSTEM process flag, and do not requestKonstantin Belousov2017-06-191-3/+1
* Allow negative aio_offset only for the read and write LIO ops onKonstantin Belousov2017-06-191-1/+3
* allwinner: Configure pins for DTS >= Linux 4.11Emmanuel Vadot2017-06-191-12/+28
* Fix the NFS client/server so that it actually uses the 64bit ino_t filenos.Rick Macklem2017-06-188-64/+35
* Put ARM_USE_V6_BUSDMA into the SAM9G20EK reference kernel to try toWarner Losh2017-06-181-0/+2
* Create a new option ARM_USE_V6_BUSDMA to force an armv4/5 kernel toWarner Losh2017-06-182-3/+4
* Include the generic cpu.h instead of the v4/v6 specific cpu.h. ThisWarner Losh2017-06-181-1/+1
* Load the transmit dma buffer at attach time as well. We don't need toWarner Losh2017-06-181-9/+5
* ext2fs: Enable RO huge_file feature support.Pedro F. Giffuni2017-06-181-0/+1
* Add kthread parking support to the LinuxKPI.Mark Johnston2017-06-184-16/+78
* Change blist_alloc()'s allocation policy from first-fit to next-fit soAlan Cox2017-06-182-24/+36
* Add a driver for the imx6 EPIT timer that can be used as the systemIan Lepore2017-06-184-3/+535
* Only register as the platform DELAY() implementation if the setup of theIan Lepore2017-06-181-1/+6
* Avoid including list.h in LinuxKPI headers.Mark Johnston2017-06-1810-4/+6
* Take "extern int maxbcachebuf" out of sys/param.h, since it breaks theRick Macklem2017-06-183-8/+2
* Add ZFS to Linux statfs ftypeEd Maste2017-06-181-0/+2
* arm: add .arch_extension sec for smc instructionEd Maste2017-06-181-1/+2
* make.conf: Add the possibility to use another DTCEmmanuel Vadot2017-06-172-1/+8
* Remove prototypes for unimplemented LinuxKPI functions.Mark Johnston2017-06-171-10/+0
* Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf.Rick Macklem2017-06-175-19/+83
* Revert r319989 "bnxt(4) Enable LRO support"Sean Bruno2017-06-175-76/+49
* arm: set appropriate section flags for .init_pagetableEd Maste2017-06-172-2/+2
* - Fix incorrect values in the computation of CCK and OFDM transmit powerKevin Lo2017-06-174-68/+11
* Manually load tunable CPU quirks.Michal Meloun2017-06-171-0/+9
* Correct translations between abridged and full x87 tags.Konstantin Belousov2017-06-171-3/+8
* Undefine temporary macro.Ruslan Bukin2017-06-171-0/+2
* Pages that are passed to swap_pager_putpages() should already be fullyAlan Cox2017-06-171-1/+1
* Bump __FreeBSD_version for r320043, struct event 64-bit data.Konstantin Belousov2017-06-171-1/+1
* Regen.Konstantin Belousov2017-06-1711-114/+141
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-177-40/+299
* Style.Konstantin Belousov2017-06-161-7/+8