summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-05-24vmm(4): unbreak i386 VMM_DEBUG buildMike Larkin
2018-05-24regenMike Larkin
2018-05-24Add AMD SR5690/5670/5650 IOMMU to pcidevsMike Larkin
2018-05-23Print a message if AML attempts to access a part of the Operation RegionMark Kettenis
2018-05-23Enable ccpmic(4) and tipmic(4).Mark Kettenis
2018-05-23Wait for write operations to complete.Mark Kettenis
2018-05-23add missing newlines for debug printfsPeter Hessler
2018-05-23Add monitor mode support to iwm(4).Stefan Sperling
2018-05-23Align libsa ctime output with libc ctime output.cheloha
2018-05-23Fix build without DIAGNOSTIC, ok mikeb@Reyk Floeter
2018-05-23Don't leak the RX pipe in case we have issues opening the TX pipe.Patrick Wildt
2018-05-23Only react to deauthentication/disassociation and link changes if we arePatrick Wildt
2018-05-23Select correct channel in Host AP mode. One part of that is creatingPatrick Wildt
2018-05-23Change wait text when waiting for FUSE file system daemon to respond.helg
2018-05-23Implement a separate initialization stage so that we can still usePatrick Wildt
2018-05-23Simplify the CVE-2017-5715 workaround code. Marvell backported SMSCCC 1.1Mark Kettenis
2018-05-23Extend list of supported bwfm(4) SDIO chips.Patrick Wildt
2018-05-23Enable bwfm(4).Patrick Wildt
2018-05-23Map the second bwfm(4) BAR first. The bwfm(4) PCIe devices have twoPatrick Wildt
2018-05-23Remove unused pmap_steal_memory_implementation(). It doesn't actually workMark Kettenis
2018-05-23Move CR4_DEFAULT to specialreg.h where the CR4_* values are definedPhilip Guenther
2018-05-23Add back a local change to prevent interrupt handlers claiming anJonathan Gray
2018-05-22Call acpi_attach_deps() for the child devices before attempting to powerMark Kettenis
2018-05-22Turns out lucky me picked the Asus T100HA to implement the heuristic toMark Kettenis
2018-05-22kevent: correctly check that timeout's nanoseconds are on [0, 1000000000)cheloha
2018-05-22nanosleep: ensure tv_nsec input is on [0, 1000000000)cheloha
2018-05-22Define CR0_DEFAULT with our default CR0_* flags for various .S files.Philip Guenther
2018-05-22Implement support for libfuse use_ino option. This returns the filehelg
2018-05-22Do not overwrite `table' in the non-translating case.Martin Pieuchot
2018-05-22Prevent NET_LOCK() recursion when releasing the last `fp' reference.Martin Pieuchot
2018-05-22Factor out the common FPU handling from vcpu_run_{vmx,svm}() intoPhilip Guenther
2018-05-22Delete antique sigdebug definitionsPhilip Guenther
2018-05-22acpithinkpad(4): add port replicator indicator sensorMike Larkin
2018-05-21Make the way we print "not configured" lines for SDIO devices a bit nicer.Mark Kettenis
2018-05-21All places that call carp_lsdrop() use the interface pointer already.Alexander Bluhm
2018-05-21Implement GPIO functionality.Mark Kettenis
2018-05-21Add ccpmic(4), a driver for the "Intel" Crystal Cove PMIC. This is actuallyMark Kettenis
2018-05-21The flush operation is optional so don't return ENOSYS if the FUSE file systemhelg
2018-05-21Consistently suffix the pre-processed NVRAM binary that the bwfm(4)'sPatrick Wildt
2018-05-21Implement power management Operation Region support.Mark Kettenis
2018-05-21Put controllers and child devices in D0 by calling _PS0 when we attach theMark Kettenis
2018-05-21Pass interrupt description along as well.Mark Kettenis
2018-05-20Add tipmic(4), a driver for the "Intel" Dollar Cove TI PMIC. This is actuallyMark Kettenis
2018-05-20Stash the syscall number in tf_err so it can be reported by the SPL checkPhilip Guenther
2018-05-20Pass the acpi node corresponding to the i2c device down as the cookie.Mark Kettenis
2018-05-20Wake up the acpi thread after scheduling a gpio event.Mark Kettenis
2018-05-20Prevent race condition if file system is accessed before it ishelg
2018-05-20Implement FBT_FLUSH. This is sent whenever a file descriptor is closed withhelg
2018-05-19As long we have no per socket locking, we must grab either net lockAlexander Bluhm
2018-05-19Fix GenericSerialBus support by parsing ExtendedAccessField correctly.Mark Kettenis