summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-05-08Do not export the IFXF_MPSAFE flag to userland, it is a kernel-onlyMartin Pieuchot
2016-05-08Add macros for interrupt trigger mode as encoded in GPIO resources.Mark Kettenis
2016-05-07Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry ViewMark Kettenis
2016-05-07Flush page (through the direct map) before mapping it into AGP. FixesMark Kettenis
2016-05-07Declare moncontrol(3) APIs in <sys/gmon.h>Philip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-05-07Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allowsMark Kettenis
2016-05-07Add defines for Operation Region Address Space Identifiers and use them whenMark Kettenis
2016-05-07Stop printing the "ioapic0: misconfigured as apic..." messages. BasicallyMark Kettenis
2016-05-07Remove duplicate check.Martin Pieuchot
2016-05-07Use rtalloc_mpath() when checking for local route entries because weMartin Pieuchot
2016-05-07set the high speed enable bit if the timing isn't SDMMC_TIMING_LEGACYJonathan Gray
2016-05-07add support for changing the bus width and set the 4-bit mode capabilityJonathan Gray
2016-05-06Reset the bus width back to 1-bit when resetting the host. Makes imxesdhc(4)Mark Kettenis
2016-05-06Revert the previous commit. There still are bad interactions between theMark Kettenis
2016-05-06Make sure we always update both bits that control the bus width. Also makeMark Kettenis
2016-05-06Round the requested clock frequency down to a support value instead ofMark Kettenis
2016-05-06Fix the DMA transfer code to repect the block size in the sdmmc command.Mark Kettenis
2016-05-06Fix efiboot not to hang with a disk whose block size < 512.YASUOKA Masahiko
2016-05-05r1.10 of if_bnx.c effectively removed the limit on the number of segments inJonathan Matthew
2016-05-05Bump up the clock to 25 MHz before trying to read the SCR register of an SDMark Kettenis
2016-05-05Remove uvm_mapentry_freecmp which has been unused for yearsStefan Kempf
2016-05-05Add Dual Data Rate support for eMMC at 52MHz.Mark Kettenis
2016-05-05Populate SCSI inquiry data with information from SD and MMC cards.Mark Kettenis
2016-05-05Return ENOTTY in acpithinkpad backlight get/set ioctls if the maximumJonathan Gray
2016-05-04Use BUS_DMA_OVERRUN to cope with the broken DMA engine of the Davicom DM9102Mark Kettenis
2016-05-04Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMAMark Kettenis
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-04Print SD host controller version.Mark Kettenis
2016-05-04Preserve DiffServ value when fragmenting an ipv4 packet.Vincent Gross
2016-05-04Add high-speed support for SD cards. In theory this should double theMark Kettenis
2016-05-04Don't mask pins configured as direct IRQ. Those are tied directly to the APICMark Kettenis
2016-05-04Fall back to "safe-value" when "unmanage-value" is not evailable toMartin Pieuchot
2016-05-04Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl andVadim Zhukov
2016-05-03Print missing newline if we bail out because of a uid mismatch.Mark Kettenis
2016-05-03Stop using a soft-interrupt context to process incoming network packets.Martin Pieuchot
2016-05-03implement bus_space_read_raw_X and bus_space_write_raw_XDavid Gwynne
2016-05-03Make ip_forward() use the route entry fetched in in_ouraddr() when it isMartin Pieuchot
2016-05-03Put back a panic() if an incoming packet already has a statekey.Martin Pieuchot
2016-05-03alias bus_space_{read,write}_raw to the non-raw counterpartsDavid Gwynne
2016-05-03Revert previous commit. Calling sched_init_cpu() fromMark Kettenis
2016-05-03regenDavid Gwynne
2016-05-03samsung use the same pci device id for multiple nvme partsDavid Gwynne
2016-05-02Simplify life for routing table implementations by requiring that rtable_walkJonathan Matthew
2016-05-02Fix some issues wrt timestamp updating. The tmpfs_read() andMartin Natano
2016-05-02Add check to armv7 platform bus match code, so that those busses onlyPatrick Wildt
2016-05-02Fix a corner case of 12-bit arithmetic: also increment the ba_winmissTheo Buehler
2016-05-02Merge two identical code paths.Martin Pieuchot
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likePatrick Wildt
2016-05-02IEEE 802.11 sequence numbers wrap at 12 bit.Stefan Sperling