summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-06-11Fix RAMDISK build by removing an #ifdef INET6 in tcp_trace().Alexander Bluhm
2018-06-11Split out the PHY initialization code and add a "no-op" implementation forMark Kettenis
2018-06-11Add clock support for i.MX7D.Mark Kettenis
2018-06-11Also match on "fsl,imx6q-uart" such that this attaches on i.MX7.Mark Kettenis
2018-06-11Rename routing & pfkey tables for coherency with other PCB tables.Martin Pieuchot
2018-06-11Do not unlock the KERNEL_LOCK() unconditionally in sounlock().Martin Pieuchot
2018-06-11Push the KERNEL_LOCK() inside route_input().Martin Pieuchot
2018-06-11The output from tcp debug sockets was incomplete. After detach tpAlexander Bluhm
2018-06-10Only use the separate DDBPROF trap03 entry when coming from the kernelPhilip Guenther
2018-06-10Put the register-saving parts of INTRENTRY() into their own macros forPhilip Guenther
2018-06-10Delete dead store of %rax in DDBPROF return pathPhilip Guenther
2018-06-10Attach imxiomuxc(4) to i.MX7D as well.Mark Kettenis
2018-06-10Attach imxgpc(4) to i.MX7D as well.Mark Kettenis
2018-06-10Attach imxesdhc(4) to i.MX7D. Should attach to i.MX6SL as well.Mark Kettenis
2018-06-10Extract the i2c bitrate from imxiic(4)'s clock-frequency attribute.Patrick Wildt
2018-06-09Move all the DDBPROF logic into the trap03 (#BP) handler to keep alltrapsPhilip Guenther
2018-06-08Constipate all the struct lock_type's so they go into .rodataPhilip Guenther
2018-06-08The udp control option processing was implemented three times.Alexander Bluhm
2018-06-08Handle AENs for logical disk creation and deletion.Jonathan Matthew
2018-06-08Rework sensors and bio(4) support to use the target number from the logicalJonathan Matthew
2018-06-07Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible forVisa Hankala
2018-06-07Attach bwfm(4) to the Broadcom 4356 found in the GPD Pocket.Patrick Wildt
2018-06-07Some PCIe-based bwfm(4) chips also require that we supply an NVRAMPatrick Wildt
2018-06-07The global zero addresses must not change, mark them constant.Alexander Bluhm
2018-06-07Apply the retpoline transformation to indirect jumps in the raw ASMPhilip Guenther
2018-06-07Treat XSAVEOPT and other XSAVE extensions like other cpu flagsPhilip Guenther
2018-06-06The function dounmount() traverses the mnt_list in forward directionAlexander Bluhm
2018-06-06Make sure cr17 matches curcpu() on non-MULTIPROCESSOR kernels.Kenji Aoyama
2018-06-06Prefix fields of pfkey & routing PCBs, part 2, no functionnal change.Martin Pieuchot
2018-06-06Prefix fields of pfkey & routing PCBs, no functionnal change.Martin Pieuchot
2018-06-06Pass the socket to sounlock(), this prepare the terrain for per-socketMartin Pieuchot
2018-06-06Asseert that a pfkey or routing socket is referenced by a `fp' insteadMartin Pieuchot
2018-06-05Move pluart(4) to dev/fdt.Mark Kettenis
2018-06-05Unify arm64 and armv7 pluart(4) implementations.Mark Kettenis
2018-06-05Recognise Cortex A76. Only adding to arm64 as it only supports aarch32Jonathan Gray
2018-06-05Revert introduction of fdinsert(), a sanitify check triggers whenMartin Pieuchot
2018-06-05Switch from lazy FPU switching to semi-eager FPU switching: track whetherPhilip Guenther
2018-06-05Split "return to userspace via iretq" from intr_fast_exit into intr_user_exit.Philip Guenther
2018-06-04Remove the cpu_reset_needs_v4_MMU_disable flag; it's always true for hardwareMark Kettenis
2018-06-04Sync VFS documentation with realitykn
2018-06-04drop BUMPTIMEcheloha
2018-06-04in non-DIAGNOSTIC kernels, rw_assert_wrlock becomes a nop which leaves theTheo de Raadt
2018-06-044-bit bus width is mandatory for SDIO cards that support High SpeedPatrick Wildt
2018-06-04The function pf_create_state() calls pf_set_protostate() beforeAlexander Bluhm
2018-06-04Cleanup IPsec output error handling with consistent goto drop.Alexander Bluhm
2018-06-04Switch to SDIO High Speed mode if the host controller supports it.Patrick Wildt
2018-06-04imxesdhc(4) also supports High Speed mode for SD.Patrick Wildt
2018-06-04Remove unused/commented out includes.Mark Kettenis
2018-06-04Remove unused include.Mark Kettenis
2018-06-04Remove unused include.Mark Kettenis