summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-03-30Remove a premature newline print. A later print already does it andPatrick Wildt
2018-03-30Unlock the NET_LOCK() before calling vn_lock(9) to avoid a lock orderingMartin Pieuchot
2018-03-30Attach imxgpc(4) to i.MX8M as well.Patrick Wildt
2018-03-30Enable imxgpc(4).Patrick Wildt
2018-03-30Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-30Add some sensible error checking in the hibernate io path, helpfullyJonathan Matthew
2018-03-29Call imxuart(4) early attach on arm64.Patrick Wildt
2018-03-29Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-29Initialize the secondary core's schedstate before spinning them up.Patrick Wildt
2018-03-29Set p->p_cpu in cpu_switchto() like we do on other MP architectures.Patrick Wildt
2018-03-29Enable mvclock(4), mvicu(4), mvpinctrl(4), mvgpio(4) and mvrtc(4). ThisMark Kettenis
2018-03-29Add mvrtc(4), a driver for the RTC integrated on various Marvell Armada SoCs.Mark Kettenis
2018-03-29Use "marvell,spi-ranges" property to map GICP interrupts numbers into GICMark Kettenis
2018-03-29Add support for legacy binding used in device trees for Marvell devices forMark Kettenis
2018-03-29Make sparc64 ofwboot open the softraid boot chunk early on and keep theStefan Sperling
2018-03-29NET_LOCK is also required in pppxwrite and pppxclose.Jonathan Matthew
2018-03-29Remove RDTSCP from the CPUID flags reported to the guest VM. The instructionMike Larkin
2018-03-29KNF (wrap a long line)Mike Larkin
2018-03-29Explicitly declare the gdt storage in struct cpu_info_full instead ofPhilip Guenther
2018-03-28Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),Visa Hankala
2018-03-28- memory leak occurs when adding same table twice.Alexandr Nedvedicky
2018-03-28Call FREF() right after fd_getfile() in getsock().Martin Pieuchot
2018-03-28Call FREF() right after fd_getfile() in sys_flock().Martin Pieuchot
2018-03-28Call FREF() right after fd_getfile*() in pread(), prwrite() & co.Martin Pieuchot
2018-03-28Check for possible race after sleeping instead of using a rwlock toMartin Pieuchot
2018-03-28Mark ext2fs inode recursive lock as RWL_IS_VNODE like for ffs to let itMartin Pieuchot
2018-03-28Configure tx and rx chain delay based on device tree properties.Mark Kettenis
2018-03-28drm/edid: set ELD connector type in drm_edid_to_eld()Jonathan Gray
2018-03-28drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Jonathan Gray
2018-03-27Add acpicmos(4), a driver that implements SystemCMOS OperationRegionMark Kettenis
2018-03-27Use memcpy instead of bcopy when the memory does not overlap.David Hill
2018-03-27Make sure that programs violating a pledge(2) promise or some memoryMartin Pieuchot
2018-03-27Try harder to execute code protected by mutexes after entering ddb(4).Martin Pieuchot
2018-03-27Use a goto to merge multiple error blocks in sosplice().Martin Pieuchot
2018-03-27Exclude SIGKILL from ptrace(2) interception.Martin Pieuchot
2018-03-27take us to 6.3-currentTheo de Raadt
2018-03-24Fix intr_restore() on luna88k to restore the previously saved stateVisa Hankala
2018-03-24Avoid calling issignal() twice on signal delivery in order notVisa Hankala
2018-03-22iBackout the preparations for fixing Meltdown on i386. The task wasAlexander Bluhm
2018-03-22In vldcp(4), initialize lc_rx_state to a magic value which is notStefan Sperling
2018-03-21The function carp_prepare_ad() never fails. The error handling inAlexander Bluhm
2018-03-21In ip6_output() check that the interface of a route is valid. ForAlexander Bluhm
2018-03-21When installing a shared interrupt handler, copy the ih_bus and ih_cpuMark Kettenis
2018-03-21Disable the rw lock assertion after panic. Allows reboot from ddb.Alexander Bluhm
2018-03-21Add mvicu(4), a driver for the Interrupt Consolidation Unit found onMark Kettenis
2018-03-21Add support for Marvell Armada 7K and 8K SoCs.Mark Kettenis
2018-03-21Register regmap regardless of whether the node has a "phandle" property.Mark Kettenis
2018-03-21Fix the way we detect xrun on the recording end, which may prevent theAlexandre Ratchov
2018-03-20Make use of the new common bus space tag in imxuart(4) so it does notPatrick Wildt
2018-03-20To allow sharing more code between armv7 and arm64 platforms, introducePatrick Wildt