aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-1315-107/+158
* Do not leak memory used for binary filter.Andrey V. Elsukov2019-05-131-0/+6
* Rework locking in BPF code to remove rwlock from fast path.Andrey V. Elsukov2019-05-133-376/+377
* Revert r347356 and r347371Emmanuel Vadot2019-05-131-12/+7
* Revert r347402. After r347429 symlink is no longer needed.Andrey V. Elsukov2019-05-131-1/+0
* Catch up with r347241.Mark Johnston2019-05-131-2/+2
* Add support for HiFive Unleashed -- the board with a multi-core RISC-V SoCRuslan Bukin2019-05-126-58/+116
* arm: allwinner: aw_clk_nm: Don't reparent the clock if we didn't askEmmanuel Vadot2019-05-121-1/+1
* cache: fix a brainfart in r347505Mateusz Guzik2019-05-121-1/+3
* seqc: fix sed-introduced typos (seqcuence -> sequence)Mateusz Guzik2019-05-121-3/+3
* amd64: tidy up pagezero*/pagecopy (movq -> movl)Mateusz Guzik2019-05-121-3/+3
* cache: bump numcache on entry, while here fix lnumcache typeMateusz Guzik2019-05-121-3/+3
* amd64: fixup MEMMOVE comment (10 -> r10)Mateusz Guzik2019-05-121-1/+1
* cache: push sdt probes in cache_zap_locked to code doing the workMateusz Guzik2019-05-121-6/+3
* x86: store pending bitmapped IPIs in per-cpu areasMateusz Guzik2019-05-126-16/+17
* amd64: stop re-reading curpc in suwordMateusz Guzik2019-05-121-4/+0
* random(4): depessimize arc4randomMateusz Guzik2019-05-121-3/+5
* Factor code into two new functions in preparation for a future commit.Rick Macklem2019-05-111-64/+84
* Correct a handful of typos.Jens Schweikhardt2019-05-111-8/+8
* Support the use of the ipsec kld.Cy Schubert2019-05-111-1/+1
* A new parameter to blist_alloc specifies an upper bound on the size ofDoug Moore2019-05-113-64/+84
* revert r346588 for nowJustin Hibbits2019-05-112-211/+0
* twsi: Calculate the clock param based on the bus frequencyEmmanuel Vadot2019-05-112-42/+65
* allwinner: clk: sun8i_r: Correct resetsEmmanuel Vadot2019-05-111-2/+3
* allwinner: clk: prediv_mux: Init the current parentEmmanuel Vadot2019-05-111-1/+13
* Update leap-seconds to leap-seconds.3757622400.Xin LI2019-05-111-105/+75
* Callers of swp_pager_getswapspace get either as many blocks as theyDoug Moore2019-05-111-58/+50
* When bitpos can't be implemented with an inline ffs* instruction,Doug Moore2019-05-111-26/+35
* tuntap: Improve styleKyle Evans2019-05-111-32/+31
* Revert r347469.Doug Moore2019-05-111-40/+31
* Factor out some exportlist list operations into separate functions.Rick Macklem2019-05-101-13/+38
* netdump: Ref the interface we're attached toConrad Meyer2019-05-101-58/+129
* Don't use _Generic, as many systems don't know about it. Go back to a lo-tec...Doug Moore2019-05-101-8/+8
* netdump: Fix boot-time configuration typoConrad Meyer2019-05-101-2/+2
* Implement linux_pci_unregister_drm_driver in linuxkpi so that drm driversJohannes Lundberg2019-05-102-0/+17
* When bitpos can't be implemented with an inline ffs* instruction,Doug Moore2019-05-101-31/+40
* Add a (q)uit option to the subr_blist test program.Doug Moore2019-05-101-1/+6
* netdump: Don't store sensitive key data we don't needConrad Meyer2019-05-101-8/+26
* Fix regression from r347375: do not panic when sending an IP multicastGleb Smirnoff2019-05-101-1/+5
* Apply r280991 to ip6_fragment.John Baldwin2019-05-101-3/+14
* Replace the expression "-mask & ~mask" with a function call that doesDoug Moore2019-05-101-1/+14
* powerpc: Initialize the Hardware Interrupt Offset Register (HIOR) earlier for...Justin Hibbits2019-05-101-4/+4
* blist_next_leaf_alloc walks over all the meta-nodes between one leafDoug Moore2019-05-101-8/+8
* Replace panic() with KASSERT() and provide more useful information when failu...Doug Moore2019-05-101-27/+16
* Fix build race with machine links and genoffset.o.Bryan Drewery2019-05-101-1/+1
* Fix build issue with clang 8.0.1Leandro Lupori2019-05-101-0/+1
* arm64: rockchip: Don't always put PLL to normal modeEmmanuel Vadot2019-05-103-5/+14
* efibootmgr: Do not add the new boot entry in dry-run is specifiedEmmanuel Vadot2019-05-101-2/+3
* ahci: Check if bus is cache-coherentEmmanuel Vadot2019-05-101-0/+7
* Atomically update the global gMsgId in libnetgraph.Mark Johnston2019-05-101-7/+4