aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFV r354382,r354385: 10601 10757 Pool allocation classesAndriy Gapon2019-11-2122-150/+677
* mark arm.arm (v4/v5) kernels as NO_UNIVERSE for nowEd Maste2019-11-215-0/+5
* bcm2835_sdhci: clean up DMA segments in error handling pathKyle Evans2019-11-211-23/+24
* bcm2835_sdhci: roll back r354823Kyle Evans2019-11-211-4/+16
* Revert r354930: wrong diff, right message.Kyle Evans2019-11-211-14/+4
* bcm2835_sdhci: clean up DMA segments in error handling pathKyle Evans2019-11-211-4/+14
* Remove sio(4).Gleb Smirnoff2019-11-2110-3256/+0
* Create /etc/os-release file.Warner Losh2019-11-201-1/+1
* Set handling for some "Logical unit not ready" errors.Alexander Motin2019-11-201-17/+23
* random/ivy: Trivial refactoringConrad Meyer2019-11-201-7/+7
* As with r354905 use uint16_t to store aflags on the stack and as functionAndrew Turner2019-11-201-3/+3
* Use atomic_load_16 to load aflags as it's a uint16_t after r354820.Andrew Turner2019-11-201-2/+2
* Until every possible root cause for an "invalid ASID" assertion failure isAlan Cox2019-11-201-0/+2
* Instead of looking up a predecessor or successor to the current mapDoug Moore2019-11-203-90/+106
* Import the NetBSD Kernel Concurrency Sanitizer (KCSAN) runtime.Andrew Turner2019-11-202-0/+803
* cache: minor stat cleanupMateusz Guzik2019-11-201-6/+1
* vfs: perform a more racy check in vfs_notify_upperMateusz Guzik2019-11-201-5/+2
* linux: avoid overhead of P_CONTROLT checks if possibleMateusz Guzik2019-11-201-0/+2
* vfs: change si_usecount management to count used vnodesMateusz Guzik2019-11-204-96/+42
* amd64: in double fault handler, do not rely on sane gsbase value.Konstantin Belousov2019-11-203-18/+15
* bcm2835_vcbus: add compatibility name for ^/sys/contrib/vchiqKyle Evans2019-11-201-0/+3
* bcm2835: push address mapping conversion for DMA/mailbox to runtimeKyle Evans2019-11-208-47/+305
* When we set OFFPAGE to limit fragmentation we should also set VTOSLABJeff Roberson2019-11-201-3/+10
* White space cleanup. No functional change.Kirk McKusick2019-11-201-2/+2
* Add some KASSERTs. Reacquire a mutex after a kernel printf ratherKirk McKusick2019-11-201-2/+8
* Only keep anonymous objects on shadow lists. This eliminates locking ofJeff Roberson2019-11-202-55/+105
* Remove unnecessary object locking from the vnode pager. Recent changes toJeff Roberson2019-11-193-25/+9
* Simplify anonymous memory handling with an OBJ_ANON flag. This eliminatesJeff Roberson2019-11-1910-128/+119
* bcm2835_sdhci: various refactoring of DMA pathKyle Evans2019-11-191-122/+84
* netmap: check if we already ran mmap before we attempt itVincenzo Maffione2019-11-191-1/+2
* in6: move includeBjoern A. Zeeb2019-11-191-2/+1
* nd6: sysctlBjoern A. Zeeb2019-11-191-12/+10
* nd6: make nd6_timer_ch staticBjoern A. Zeeb2019-11-191-1/+1
* nd6_rtr: re-sort functionsBjoern A. Zeeb2019-11-191-365/+350
* Achieve two goals at once: (1) Avoid an unnecessary broadcast TLBAlan Cox2019-11-191-2/+3
* Reduce the vnet_set module size of ip_mroute to allow loading as a module.Bjoern A. Zeeb2019-11-191-6/+20
* mld: fix epoch assertionBjoern A. Zeeb2019-11-191-0/+8
* Don't sanitize linker_setDavid Bright2019-11-192-0/+8
* Return 0 from ptrace_set_pc as it now completes successfully.Andrew Turner2019-11-191-1/+1
* Allow ptrace to set the probram counter on arm64.Andrew Turner2019-11-191-1/+1
* Fix the definition of bus_space_read_stream_8 on arm64.Andrew Turner2019-11-191-1/+1
* Drop the extra argument from swp_pager_meta_ctl and have it do lookupDoug Moore2019-11-191-30/+41
* hyperv/storvsc: stash a pointer to hv_storvsc_request in ccbAndriy Gapon2019-11-191-0/+1
* bcm2835_sdhci: formalize DMA tag/segment scaling requirementsKyle Evans2019-11-191-4/+14
* bcm2835_sdhci: some style cleanup, no functional changeKyle Evans2019-11-191-14/+22
* bcm2835_sdhci: drop an assert in start_dma_segKyle Evans2019-11-191-0/+1
* Add ioat_get_domain() to ioat(4) KPI.Alexander Motin2019-11-192-0/+10
* Call bus_dma_dmar_set_buswide(9) added in r354830.Alexander Motin2019-11-191-0/+6
* powerpc/pmap: Remove an unused error from moea64_pvo_enter()Justin Hibbits2019-11-191-9/+3
* powerpc/booke pmap: Use the right 'tlbilx' form to invalidate TIDsJustin Hibbits2019-11-191-1/+1