summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-22Work well with the Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot
2018-08-22regenMartin Pieuchot
2018-08-22Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot
2018-08-22Adding membar_xxx defines to userland.Kenji Aoyama
2018-08-21Implement address translation. Makes I/O space access work.Mark Kettenis
2018-08-21Perform mitigations for Intel L1TF screwup. There are three options:Theo de Raadt
2018-08-21Rework kcov kernel config. Instead of treating kcov as both an option and aanton
2018-08-21Fix alignment fault in switchd(8) on sparc64. Use memcpy to set oxm_value,akoshibe
2018-08-21Use explicit fd indexing to access fd_ofiles, to clarify the code.Visa Hankala
2018-08-21If a kernel thread was created by a user land system call, the userAlexander Bluhm
2018-08-21print rdtscp and xsave_ext cpuid bits on i386 as wellJonathan Gray
2018-08-21If the control message of IP_SENDSRCADDR did not fit into the socketAlexander Bluhm
2018-08-21print sefflags_edx cpuid bits on i386 as wellJonathan Gray
2018-08-20Implement bus_space_mmap(9).Mark Kettenis
2018-08-20Memory barriers for arm64. These are somewhat stronger than strictlyMark Kettenis
2018-08-20Add arm64 support. On ARM write-combining translates into the normal uncachedMark Kettenis
2018-08-20Attach bwfm(4) to Broadcom BCM4371.Patrick Wildt
2018-08-20regenPatrick Wildt
2018-08-20Add Broadcom BCM4371.Patrick Wildt
2018-08-20Enable I2C clocks in imxiic(4).Patrick Wildt
2018-08-20Add the i.MX8MQ eCSPI clocks.Patrick Wildt
2018-08-20Reorder checks in the read/write(2) family of syscalls to prepare makingMartin Pieuchot
2018-08-20Remove unused spllock().Visa Hankala
2018-08-20Make fnew() return a new file with only one reference. This makesVisa Hankala
2018-08-20Preparations for arm64 radeondrm(4) support.Mark Kettenis
2018-08-20drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #defineJonathan Gray
2018-08-20Cached tests moved from callers into ttm_io_prot() with linux 3.18Jonathan Gray
2018-08-20drm: Add DP PSR2 sink enable bitJonathan Gray
2018-08-20drm/atomic: Handling the case when setting old crtc for planeJonathan Gray
2018-08-20drm/radeon: fix mode_valid's return typeJonathan Gray
2018-08-19delete blank line not found in other archTheo de Raadt
2018-08-19pseudo-device must be file-flagged otherwise ramdisks cannot link.Theo de Raadt
2018-08-19Implement "mach dtb <filename.dtb>" in efiboot(8). This way we canPatrick Wildt
2018-08-19Add kcov(4), a kernel code coverage tracing driver. It's used in conjunctionanton
2018-08-19Add support for multiple PCI segments. Only really implemented for arm64Mark Kettenis
2018-08-19Remove a stale/obvious comment.Visa Hankala
2018-08-18Add support for flushing the instruction cache of other processes. This isMark Kettenis
2018-08-18Make sure we don't match (and attach) more than the maximum number ofMark Kettenis
2018-08-18Support arbitrary number of redistributors.Mark Kettenis
2018-08-17The official name for the ssdfb(4) reset GPIO attribute uses plural form.Patrick Wildt
2018-08-17Support reading and using serveral device tree attributes for ssdfb(4),Patrick Wildt
2018-08-17the stack already counts bytes and packets, so don't do it again here.David Gwynne
2018-08-16Make pmap_allocate_asid() mpsafe. Since between checking the ASIDPatrick Wildt
2018-08-15Turns out the integration of the GIC-500 on the Rockchip RK3399 is busted.Mark Kettenis
2018-08-15Distinguish between softc array members that are indexed by redistributorMark Kettenis
2018-08-15Push back the kernel lock in sys_mmap(2) a little bit more now thatMark Kettenis
2018-08-15Use atomic instructions to keep track of what ASIDs are in use. This makesMark Kettenis
2018-08-15Update AP selection heuristics for auto-join.Stefan Sperling
2018-08-15Partially revert previous, EM7455 is already handled by umb(4).Martin Pieuchot