aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* MFV r286765: 5817 change type of arcs_size from uint64_t to refcount_tAlexander Motin2015-08-141-25/+108
* MFV r285025: 6033 arc_adjust() should search MFU lists for oldest bufferAlexander Motin2015-08-141-2/+2
* MFV r277431: 5497 lock contention on arcs_mtxAlexander Motin2015-08-148-638/+1625
* Revert part of r205231, introducing multiple ARC state locks.Alexander Motin2015-08-141-278/+148
* s/as/at/ in previous commit.Marcel Moolenaar2015-08-131-1/+1
* Remove arm64 workaround for Clang 3.4 crashEd Maste2015-08-131-1/+1
* Avoid left-shifting negative signed values in bxe(4).Dimitry Andric2015-08-131-3/+3
* Add a new PPS driver for AM335x (beaglebone) timer hardware. This can beIan Lepore2015-08-134-1/+560
* Change md(4) to use weak symbols as start, end and size for the embeddedMarcel Moolenaar2015-08-134-13/+73
* Instead of having separate do_sync functions for ARM_ARCH 6 vs.Marcel Moolenaar2015-08-131-8/+2
* The Broadcom BCM56060 chip has a Cortex-A9R4 core.Marcel Moolenaar2015-08-133-0/+4
* Constify the pointers to eventtimer and timecounter name strings.Ian Lepore2015-08-132-2/+2
* Fix text mode operation.Marcel Moolenaar2015-08-132-4/+8
* Move lle update code from from gigantic ip_arpinput() toAlexander V. Chernikov2015-08-131-94/+167
* arm64: turn unknown el0 exception into a SIGILLEd Maste2015-08-131-0/+39
* Use g_conf_printf_escaped() to escape illegal symbols in file name.Andrey V. Elsukov2015-08-131-3/+6
* Add missing cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c thatPeter Wemm2015-08-131-0/+1
* MFV 286711: 6096 ZFS_SMB_ACL_RENAME needs to cleanup betterAlexander Motin2015-08-131-0/+1
* MFV 286709:Alexander Motin2015-08-131-2/+4
* MFV 286707: 5959 clean up per-dataset feature count codeAlexander Motin2015-08-128-153/+182
* MFV r286704: 5960 zfs recv should prefetch indirect blocksAlexander Motin2015-08-1230-347/+1295
* Reinstate unify_tcp_port_space and associated code that was lost duringNavdeep Parhar2015-08-121-1/+49
* If a specific timecounter has been chosen via sysctl, and a new timecounterIan Lepore2015-08-121-5/+13
* Make LAG LACP fast timeout tunable through IOCTL.Hiren Panchasara2015-08-124-1/+22
* When the wait*(2) syscalls wait for any process (P_ALL), they shouldMariusz Zaborski2015-08-121-0/+4
* Remove all dregs of the old PPS driver from this code, in preparation forIan Lepore2015-08-122-435/+165
* Remove a bogus printf that whines every time loading a driver moduleIan Lepore2015-08-121-2/+0
* Add a MODULE_VERSION(), because other things MODULE_DEPEND() on this.Ian Lepore2015-08-121-0/+1
* MFV r284763: 5981 Deadlock in dmu_objset_find_dpAlexander Motin2015-08-125-4/+40
* MFV r284762: 5269 zpool import slowAlexander Motin2015-08-1210-60/+239
* MFV r286682: 5765 add support for estimating send stream size withAlexander Motin2015-08-124-35/+130
* Perform cleanups in response to D3307.Ed Schouten2015-08-121-0/+7
* Add the last remaining system calls: send() and recv().Ed Schouten2015-08-121-4/+100
* Add a routine to return the hardware instance/unit number from ti,hwmods,Ian Lepore2015-08-122-0/+35
* MFV r286224: 5695 dmu_sync'ed holes do not retain birth timeAlexander Motin2015-08-122-7/+20
* Add the CNTHCTL_EL2 register bits missed in r286674Andrew Turner2015-08-121-0/+7
* Set the counter-timer virtual offset to a know value, it may not have beenAndrew Turner2015-08-121-0/+8
* Crunchgen needs to be bootstrapped to pick up the STRIP->STRIPBINWarner Losh2015-08-121-1/+1
* Properly return ENOTDIR when calling *at() on a non-vnode.Ed Schouten2015-08-121-0/+2
* Remove unused TCPTV_SRTTDFLT. We initialize srtt with TCPTV_SRTTBASE when weHiren Panchasara2015-08-121-1/+0
* Add support for the Broadcom TruManage integrated serial port.Marcel Moolenaar2015-08-121-0/+2
* Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar2015-08-1210-145/+301
* Unignore signals when starting CloudABI processes.Ed Schouten2015-08-121-0/+19
* Use CAP_EVENT instead of CAP_PDWAIT.Ed Schouten2015-08-122-3/+4
* In x2APIC mode, IPI generation is atomic because it is performed byKonstantin Belousov2015-08-121-3/+5
* Initialization of smp_tlb_wait does not require release semantic, noKonstantin Belousov2015-08-122-2/+2
* AP should load aps_ready with acquire semantic to see BSP updates toKonstantin Belousov2015-08-122-2/+2
* Make blocking CloudABI futex operations work.Ed Schouten2015-08-121-0/+121
* Fix set of sign extension bugs in r286625.Alexander Motin2015-08-121-4/+5
* Make poll() and kqueue() on CloudABI work.Ed Schouten2015-08-121-4/+242