aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-1310-72/+121
* 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 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
* 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
* 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
* 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
* 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
* arm64: rockchip: Don't always put PLL to normal modeEmmanuel Vadot2019-05-103-5/+14
* ahci: Check if bus is cache-coherentEmmanuel Vadot2019-05-101-0/+7
* A major change to subr_blist.c failed to update all the comments aboutDoug Moore2019-05-101-3/+3
* Bind TCP HPTS (pacer) threads to NUMA domainsAndrew Gallatin2019-05-103-10/+81
* RISC-V ISA does not specify how to manage physical memory attributes (PMA).Ruslan Bukin2019-05-101-10/+0
* Avoid returning a NULL pointer from the Intel hw PRNG ifunc resolver.Mark Johnston2019-05-101-1/+8
* Allow dcons(4) to be unloaded when loaded as a module.Ian Lepore2019-05-101-0/+18
* iflib: use default ntxd and nrxd when user value is not power of 2Eric Joyner2019-05-101-48/+32
* MFV: r347413Jung-uk Kim2019-05-0917-76/+375
|\
* | Remove IPSEC from GENERIC due to performance issuesAndrew Gallatin2019-05-099-9/+2
* | Don't use C++ style comments.Michael Tuexen2019-05-091-3/+9