summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-12-20remove duplicate device id caused by subids in INTEL_IVB_Q_IDSJonathan Gray
2020-12-20test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()Jonathan Gray
2020-12-19Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a fewJonathan Matthew
2020-12-19There's no need to include the OFW GPIO header.Patrick Wildt
2020-12-19Add support for the i.MX8MP PCIe clocks.Patrick Wildt
2020-12-18Add support for the i.MX8MP second ethernet. The Plus SoC not only has thePatrick Wildt
2020-12-18Emulate open drain GPIOs. This replaces the hack added in the last commit.Mark Kettenis
2020-12-18Add symbolic constants related to open source and open drain GPIOs.Mark Kettenis
2020-12-18Make large read and write transactions work.Mark Kettenis
2020-12-18Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue forPatrick Wildt
2020-12-18Add code to initialize the USB 3 PHY on i.MX8MP.Patrick Wildt
2020-12-18Add support for the i.MX8MP USB clocks.Patrick Wildt
2020-12-18Attach imxgpc(4) to i.MX8MP as well.Patrick Wildt
2020-12-18Add fd close notification for kqueue-based poll() and select()Visa Hankala
2020-12-18Make knote_{activate,remove}() internal to kern_event.c.Visa Hankala
2020-12-18Make sure the first packet of an SA has sequence number 1 (as described intobhe
2020-12-17tht(4): more tsleep(9) -> tsleep_nsec(9)cheloha
2020-12-17Only enable the USB 3.0 port and PHY if it is enabled on a board.Mark Kettenis
2020-12-17Reset pin 3 of the GPIOAO bank to input mode to work around a hardwareMark Kettenis
2020-12-17Match on "amlogic,meson-g12a-dwmac" which is used by newer Linux mainlineMark Kettenis
2020-12-17Add support for the "Always On" GPIOs.Mark Kettenis
2020-12-17Fix some issues with referencing named ACPI nodes from Packages.Mark Kettenis
2020-12-17bwfm: add a delay in bwfm_set_key_cb before talking to hardwareJoshua Stein
2020-12-17rework the maths used to set mbuf timestamps.David Gwynne
2020-12-16Do not clear useful bits in panic messages, always print full opteAlexander Bluhm
2020-12-16Use ESP sequence number as IV for AES-CTR, AES-GCM and Chacha20.tobhe
2020-12-16softraid(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha
2020-12-16Reject rules with invalid port rangeskn
2020-12-16Remove kqueue_free() and use KQRELE() in kqpoll_exit().Visa Hankala
2020-12-16Link kqpoll instances to fd_kqlist.Visa Hankala
2020-12-15Use km_alloc(9)/km_free(9) instead of uvm_km_valloc(9)/uvm_km_free(9).Mark Kettenis
2020-12-15Remove the assertion in uvm_km_pgremove().Martin Pieuchot
2020-12-15missing NET_LOCK()/NET_UNLOCK() in pf_osfp_flush()Alexandr Nedvedicky
2020-12-15Add helpers around rw_status(9) to help checking if a lock is held.Martin Pieuchot
2020-12-15Use nkev in place of count in kqueue_scan().Visa Hankala
2020-12-15clear M_TIMESTAMP in if_enqueue.David Gwynne
2020-12-15fill in more of mcx_cap_device so i can get to the device frequencies.David Gwynne
2020-12-15go to splhigh around the kernel clock and hardware timer reads.David Gwynne
2020-12-15turn hardware rx mbuf timestamping off by default.David Gwynne
2020-12-15neuter the shutdown hooks for now, they seem to crash the fw on some boards.David Gwynne
2020-12-14Make sure that the address families of a flow's source address,tobhe
2020-12-14Grab the KERNEL_LOCK() or ensure it's held when poking at swap data structures.Martin Pieuchot
2020-12-14remove unused include linux no longer hasJonathan Gray
2020-12-14remove unused (and wrong) disable_irq() and enable_irq() definesJonathan Gray
2020-12-13Geode CPU does not support SSE, so MXCSR does not exists there. AsAlexander Bluhm
2020-12-13Turn simple sysctl_rdint into cpuctl_vars entriesgnezdo
2020-12-13set scatterlist to NULL after freeJonathan Gray
2020-12-13remove unused wait interfacesJonathan Gray
2020-12-12Correct wrong type of variable and remove useless casts.jan
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan