aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Amend r321884 to check the refcount and update the class with w_mtx held.Mark Johnston2017-08-011-2/+2
* Allwinner dtb: Add NanoPi M1 to the buildEmmanuel Vadot2017-08-011-0/+1
* Alwinner: nanopi-neo: Remove r_i2c node from DTS as it isn't used on the boardEmmanuel Vadot2017-08-011-4/+0
* Allwinner dtb: add link for NanoPi NeoEmmanuel Vadot2017-08-011-1/+2
* Fix a witness assertion that fires when a lock type's class changes.Mark Johnston2017-08-011-4/+6
* Merge ena-com 1.1.4.2Marcin Wojtas2017-08-011-9/+0
* pci: fix write order when sizing BARsRoger Pau Monné2017-08-011-1/+9
* Add explicit check for PCI bus to r321720.Alexander Motin2017-08-011-1/+4
* Standardize paths on SRCTOP instead of .CURDIR-relative pathsEnji Cooper2017-08-011-4/+4
* Batch updates to v_wire_count when freeing page table pages on x86.Mark Johnston2017-08-012-24/+8
* Clean up style in print_state(..) and pager_printf(..)Enji Cooper2017-08-011-2/+3
* Add a driver for the Intersil ISL12xx family of i2c RTC chips.Ian Lepore2017-08-014-0/+363
* The blist_meta_* routines that process a subtree take arguments 'radix' andAlan Cox2017-08-012-59/+77
* Implement proper Linux /dev/fd and /proc/self/fd behavior by addingDmitry Chagin2017-08-015-4/+65
* sys/net8021: Add missing braces in setcurchan().Pedro F. Giffuni2017-08-012-2/+3
* hyperv/hn: Add comment about ether_ifattach event subscription.Sepherosa Ziehau2017-08-011-0/+6
* hyperv/hn: Renaming and minor cleanupSepherosa Ziehau2017-08-012-48/+55
* Build iicbus/{ds1307,ds3231,nxprtc} as modules.Ian Lepore2017-07-314-0/+24
* Restructure the SUBDIR list as 1-per-line and alphabetize, so it will beIan Lepore2017-07-311-2/+12
* Bugfixes and enhancements...Ian Lepore2017-07-312-49/+102
* No need to call getnanotime() now that the waiting is done by the centralIan Lepore2017-07-311-10/+13
* Avoid reading a snapshot block when it is already in the cache.Kirk McKusick2017-07-311-1/+1
* Batch v_wire_count decrements in vm_hold_free_pages().Mark Johnston2017-07-311-4/+1
* Don't trace running threads that have interrupts disabled.Mark Johnston2017-07-311-3/+4
* Fix a logic bug in the split PCI interrupt code that slipped throughScott Long2017-07-312-2/+4
* Restore a few rather important lines of code that got fumbled in r321746.Ian Lepore2017-07-311-0/+4
* Check the clock-halted flag every time the clock is read, not just onceIan Lepore2017-07-311-0/+4
* Improve FHA locality control for NFS read/write requests.Alexander Motin2017-07-313-29/+35
* Add a detach() method.Ian Lepore2017-07-311-2/+11
* Switch from using iic_transfer() to iicdev_readfrom/writeto(), mostly soIan Lepore2017-07-311-49/+41
* Remove some dead statistics related code and a structure field from theHans Petter Selasky2017-07-315-67/+0
* Make sure on-stack buffer is properly aligned.Hans Petter Selasky2017-07-311-1/+1
* Add inpcb pointer to struct ipsec_ctx_data and pass it to the pfil hookAndrey V. Elsukov2017-07-315-16/+22
* Remove cycle_t type from the LinuxKPI similar to Linux upstream.Hans Petter Selasky2017-07-311-4/+1
* Fix broken usage of the mlx4_read_clock() function:Hans Petter Selasky2017-07-313-6/+6
* Remove now-unused variable.Ian Lepore2017-07-311-1/+0
* Use the new clock_schedule() to arrange for clock_settime() to be calledIan Lepore2017-07-312-25/+14
* Add clock_schedule(), a feature that allows realtime clock drivers toIan Lepore2017-07-312-22/+69
* Correct the predicates on which lockstat:::{thread,spin}-spin fire.Mark Johnston2017-07-311-2/+2
* Add taskqueue_enqueue_timeout_sbt(), because sometimes you want more controlIan Lepore2017-07-312-8/+20
* Don't re-parse PCI IDs in order to set card-specific flags, useScott Long2017-07-311-22/+18
* rtwn_usb: add support for fragmented Rx.Andriy Voskoboinyk2017-07-305-29/+214
* Change from using underbar function names to normal function names forScott Long2017-07-308-135/+57
* zyd: code cleanup + drop unneeded cast.Andriy Voskoboinyk2017-07-301-5/+5
* Remove unused symbols.Konstantin Belousov2017-07-302-4/+0
* rtwn: drop unnecessary / wrong conversion.Andriy Voskoboinyk2017-07-301-1/+1
* Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin2017-07-305-14/+14
* Fix AM/PM mode handling. The bits to mask off in the hours register changesIan Lepore2017-07-301-8/+22
* Bugfixes and enhancements...Ian Lepore2017-07-302-70/+74
* Properly range check length of parsed information elements in RSU driver.Hans Petter Selasky2017-07-301-8/+16