summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-09-14add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.jasper2-3/+24
2020-09-14No need to check for SDEV_DYING as the first thing in both branches of ankrw1-14/+9
2020-09-14perform the uvm_map_inentry() after the data_aborts handlers are executedderaadt1-5/+8
2020-09-14umstc_intr is not in process context when adjusting wscons brightness. When brightnessderaadt1-4/+31
2020-09-14Delete some emulator code which has never been used on 64 bit sparcderaadt1-209/+1
2020-09-14similar to fix by kettenis on amd64:deraadt1-8/+6
2020-09-14The uvm_map_inentry() check may sleep to grab the lock of the map.kettenis1-7/+7
2020-09-14Fix comment, ktrace flags are per-process.mpi1-3/+3
2020-09-13unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3jasper1-3/+2
2020-09-13Always use READ(16)/WRITE(16) commands for disks large enough to requirekrw1-7/+8
2020-09-13The SMC base address and i/o region size is now queried by acpi(4) andmglocker1-4/+1
2020-09-13use drm_cache.c from linux 5.7.yjsg3-38/+155
2020-09-13Unbreak tree. Instead of passing struct process to siginit() just pass theclaudio2-5/+4
2020-09-13change pmap wbinvd use to wbinvd_on_all_cpusjsg3-10/+10
2020-09-13add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() functionjsg10-23/+71
2020-09-13Start documenting locks for struct pppoe_softc memberskn1-17/+23
2020-09-13Fix various typos in wscons(4) comments.fcambus4-8/+8
2020-09-13Include <sys/systm.h> directly instead of relying on uvm_map.h to pull it.mpi3-4/+8
2020-09-13Grep the KERNEL_LOCK in ktrpsig() before calling ktrwrite(). Anotherclaudio1-1/+3
2020-09-13Initialize sigacts0 before making them visible by setting ps->ps_sigacts.claudio1-2/+2
2020-09-13add SRBDS cpuid bitsjsg4-4/+16
2020-09-13Add support for the RK3308 MAC.jmatthew1-1/+29
2020-09-13Correct the property name used to look up the delays for the phy resetjmatthew1-2/+2
2020-09-12Keep port interface UP on removalkn1-5/+1
2020-09-12Add tracepoints in the page fault handler and when entries are added to maps.mpi3-5/+26
2020-09-12Use SID_SCSI2_RESPONSE instead of '2' when checking INQUIRY data format.krw1-2/+2
2020-09-12No need to check inq for NULL when it always points at the inqdata inside akrw2-8/+2
2020-09-12No need to ask for extra INQUIRY data, all available data is already cached inkrw2-45/+6
2020-09-12asmc0 -> asmc*mglocker2-4/+4
2020-09-12Add sizes to free() callskn1-9/+15
2020-09-12Add a NULL check in bufbackoff so we don't die when passed a NULL pmem range.beck1-2/+2
2020-09-12asmc(4) found a new home in sys/dev/acpi.mglocker1-722/+0
2020-09-12Make asmc(4) attach through acpi(4) instead of isa(4).mglocker5-11/+755
2020-09-11Correctly set y_sensors for Geyser2 touchpads.tobhe1-7/+7
2020-09-11Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi23-28/+50
2020-09-10Introduce a helper to find a VCPU.mpi1-31/+34
2020-09-10Add I2C bus scan routine for octiic(4)visa1-1/+34
2020-09-10Register octiic(4) with the I2C frameworkvisa1-5/+12
2020-09-09Introduce a helper to check if a signal is ignored or masked by a thread.mpi4-12/+25
2020-09-09Make ogx(4)'s outbound bpf(4) tap actually workvisa1-1/+7
2020-09-08Add a function to scan for PCI Express extended capabilities.kettenis2-2/+36
2020-09-08Clean up attachment of octgmx(4) a bitvisa1-54/+39
2020-09-08Handle AGL interfacevisa6-19/+366
2020-09-08If SCSI_IGNORE_ILLEGAL_REQUEST is set no error is returned from scsi_xs_sync()krw2-3/+8
2020-09-08Add RK3308 temperature sensors.jmatthew1-1/+8
2020-09-08Add RK3328 PWM, also found in the RK3308.jmatthew1-2/+3
2020-09-07Add a proper VSID allocation scheme for userland segments.kettenis2-5/+49
2020-09-06Add RK3308 clocksjmatthew2-1/+623
2020-09-06amd64: add tsc_delay(), a delay(9) implementation based on the TSCcheloha2-4/+20
2020-09-05Implement spilling of kernel SLB entries. Mostly from FreeBSD.kettenis7-10/+214