summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-11-06Remove unused `anon' argument from uvmfault_unlockall().Martin Pieuchot
2020-11-06move definitions which should be in rwsem.hJonathan Gray
2020-11-06Match on ConnectX-6 (non-Dx) cards too.Jonathan Matthew
2020-11-06Bail out early if the port type is not Ethernet, rather than failing laterJonathan Matthew
2020-11-05Enable support for ASN1_DN ipsec identifiers.Peter Hessler
2020-11-05Replace wrong cast with satosin.denis
2020-11-04Recognise Cortex-A78AE, Cortex-X1 and Neoverse V1.Jonathan Gray
2020-11-04Use sysctl_int_bounded in bpf_sysctlgnezdo
2020-11-03Have mvpp(4) pass MII flags depending on the phy mode specified inPatrick Wildt
2020-11-03The Marvell 88E1512 supports multiple modes between MAC to PHY and PHYPatrick Wildt
2020-11-03Disable HW PHY polling. It's enabled by default.Patrick Wildt
2020-11-03Give sizes to more of the functions in locore.SPhilip Guenther
2020-11-03replace the nvgre node when the endpoint ip changes.David Gwynne
2020-11-03Correct comment typo in previousPhilip Guenther
2020-11-02synctobhe
2020-11-02Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).tobhe
2020-11-02Set initial default display brightness via of_setbrightness() to ensuretobhe
2020-11-02Restore abstraction of register saving into macros in frameasm.hPhilip Guenther
2020-11-02Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_varsgnezdo
2020-11-02add support for ctl reads and writes on 710 chips with API < 1.5David Gwynne
2020-10-31Add support for passing a bootmac command line argument to RAMDISK.Patrick Wildt
2020-10-31release the correct lock in noise_remote_begin_session()Jasper Lievisse Adriaanse
2020-10-31Update the RTL8125B microcode and use ifiq_input and its return value toKevin Lo
2020-10-30Use a 64MB block to load the kernel to deal with kernel growth.Mark Kettenis
2020-10-30As done on other architectures, narrow the KERNEL_LOCK only aroundTheo de Raadt
2020-10-30No need to print that we're the console device; wsdisplay(4) will do thatMark Kettenis
2020-10-30Add a comment that explains why the major/minor of the device is setMark Kettenis
2020-10-30Allow astfb(4) to become the console. At this point this is a "late" switchMark Kettenis
2020-10-30Add code to determine the console devie node.Mark Kettenis
2020-10-29Add feature to force the selection of source IP addressdenis
2020-10-29We need more memory barriers on powerpc.Mark Kettenis
2020-10-29Silence "using MMIO for ATOM IIO" error message, since that is normal onMark Kettenis
2020-10-28Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker.Mark Kettenis
2020-10-28regenMark Kettenis
2020-10-28Add a few more Apple Geyser IDs.Mark Kettenis
2020-10-28regenMark Kettenis
2020-10-28Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch.Mark Kettenis
2020-10-28When generating the ICMP6 response to an IPv6 packet, the kernelAlexander Bluhm
2020-10-28Switch from bus_space_read/write to linux io.h interfaces for allJonathan Gray
2020-10-28Use the function from <linux/io.h> for all "Memory Space" IO. This reducesMark Kettenis
2020-10-28Use "memory" on inline fence instructions to suggest to the compilerJonathan Gray
2020-10-28Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdqJonathan Matthew
2020-10-27Do not touch non existing queues. Allows to disable MSI-X in ix(4).Alexander Bluhm
2020-10-27If Open Firmware doesn't provide an interrupt mapping, use the swizzledMark Kettenis
2020-10-27Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl displaytobhe
2020-10-27uvm_grow() no longer needs the KERNEL_LOCK, bring it back to justTheo de Raadt
2020-10-27uvm_grow() no longer needs the KERNEL_LOCK, bring it back to justTheo de Raadt
2020-10-27refactor page-fault handling out of the trap() switch into user andTheo de Raadt
2020-10-27add the nearly full list of usb devices.Theo de Raadt
2020-10-27Enable radeondrm(4).Mark Kettenis