summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2018-08-15Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This preventsVisa Hankala
2018-08-15Introduce mue_eeprom_present to check if the EEPROM is present.Kevin Lo
2018-08-15add cpuid and msr bits fromJonathan Gray
2018-08-14spelling errorTheo de Raadt
2018-08-14return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handledJonathan Matthew
2018-08-13Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicateTheo de Raadt
2018-08-13More clear version of previous namei/pledge/chroot solution. namei flagTheo de Raadt
2018-08-13in sys_statfs(), BYPASSUNVEIL can be passed to NDINIT in the "flags"Theo de Raadt
2018-08-13The first panic in pledge_namei should only be for ni_pledge == 0Theo de Raadt
2018-08-13Simplify the startup of the cleaner, reaper and update threads byVisa Hankala
2018-08-13Add support for band-steering access points to net80211.Stefan Sperling
2018-08-13Support CPU frequency scaling on NXP i.MX8M.Patrick Wildt
2018-08-13Support GPIO-based voltage regulators.Patrick Wildt
2018-08-13Prevent iwm(4) from writing back the former BSS channelStefan Sperling
2018-08-13Make it possible to run pipe(2) and pipe2(2) mostly w/o KERNEL_LOCK():Martin Pieuchot
2018-08-13Attach to Sierra Wireless MC7304/MC7354 & EM7455, from Denis Lapshin.Martin Pieuchot
2018-08-13regenMartin Pieuchot
2018-08-13Sierra Wireless MC7304/MC7354, from Denis Lapshin.Martin Pieuchot
2018-08-12Add administrative options to LACP trunk implementation.ccardenas
2018-08-12Drop reference to dmabuf "file" as fnew() returns one that has twoMark Kettenis
2018-08-12Really overwrite the major of com(4) instead of the hardcoded 12.Mark Kettenis
2018-08-12Add retguard macros for arm64 asm and apply them in the straightforwardmortimer