summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-11-07Convert ffs_sysctl to sysctl_bounded_argsgnezdo3-64/+42
2020-11-07change from rwlock(9) to mutex(9) for linux rwlocksjsg4-12/+8
2020-11-06Clean up arm64's autoconf code. There have been quite a few unusedpatrick2-40/+12
2020-11-06The ClearFog GT 8K device tree references the PP22's gate clockpatrick1-1/+5
2020-11-06Remove unused `anon' argument from uvmfault_unlockall().mpi1-3/+3
2020-11-06Remove unused `anon' argument from uvmfault_unlockall().mpi6-34/+32
2020-11-06move definitions which should be in rwsem.hjsg3-6/+14
2020-11-06Match on ConnectX-6 (non-Dx) cards too.jmatthew1-1/+2
2020-11-06Bail out early if the port type is not Ethernet, rather than failing laterjmatthew1-1/+8
2020-11-05Enable support for ASN1_DN ipsec identifiers.phessler3-4/+12
2020-11-05Replace wrong cast with satosin.denis3-11/+7
2020-11-04Recognise Cortex-A78AE, Cortex-X1 and Neoverse V1.jsg1-1/+7
2020-11-04Use sysctl_int_bounded in bpf_sysctlgnezdo1-21/+5
2020-11-03Have mvpp(4) pass MII flags depending on the phy mode specified inpatrick1-2/+23
2020-11-03The Marvell 88E1512 supports multiple modes between MAC to PHY and PHYpatrick3-3/+26
2020-11-03Disable HW PHY polling. It's enabled by default.patrick2-2/+10
2020-11-03Give sizes to more of the functions in locore.Sguenther1-1/+15
2020-11-03replace the nvgre node when the endpoint ip changes.dlg1-2/+2
2020-11-03Correct comment typo in previousguenther1-2/+2
2020-11-02synctobhe1-2/+4
2020-11-02Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).tobhe4-15/+26
2020-11-02Set initial default display brightness via of_setbrightness() to ensuretobhe1-2/+2
2020-11-02Restore abstraction of register saving into macros in frameasm.hguenther3-73/+79
2020-11-02Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_varsgnezdo1-8/+2
2020-11-02add support for ctl reads and writes on 710 chips with API < 1.5dlg1-6/+28
2020-10-31Add support for passing a bootmac command line argument to RAMDISK.patrick2-3/+69
2020-10-31release the correct lock in noise_remote_begin_session()jasper1-1/+1
2020-10-31Update the RTL8125B microcode and use ifiq_input and its return value tokevlo2-23/+24
2020-10-30Use a 64MB block to load the kernel to deal with kernel growth.kettenis2-4/+4
2020-10-30As done on other architectures, narrow the KERNEL_LOCK only aroundderaadt1-19/+19
2020-10-30No need to print that we're the console device; wsdisplay(4) will do thatkettenis1-4/+1
2020-10-30Add a comment that explains why the major/minor of the device is setkettenis1-8/+12
2020-10-30Allow astfb(4) to become the console. At this point this is a "late" switchkettenis1-2/+17
2020-10-30Add code to determine the console devie node.kettenis2-2/+83
2020-10-29Add feature to force the selection of source IP addressdenis10-19/+216
2020-10-29We need more memory barriers on powerpc.kettenis1-7/+13
2020-10-29Silence "using MMIO for ATOM IIO" error message, since that is normal onkettenis1-0/+2
2020-10-28Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker.kettenis1-1/+2
2020-10-28regenkettenis2-4/+39
2020-10-28Add a few more Apple Geyser IDs.kettenis1-1/+8
2020-10-28regenkettenis2-2/+12
2020-10-28Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch.kettenis1-1/+3
2020-10-28When generating the ICMP6 response to an IPv6 packet, the kernelbluhm2-10/+11
2020-10-28Switch from bus_space_read/write to linux io.h interfaces for alljsg6-71/+30
2020-10-28Use the function from <linux/io.h> for all "Memory Space" IO. This reduceskettenis5-24/+21
2020-10-28Use "memory" on inline fence instructions to suggest to the compilerjsg1-4/+4
2020-10-28Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdqjmatthew1-1/+3
2020-10-27Do not touch non existing queues. Allows to disable MSI-X in ix(4).bluhm1-2/+3
2020-10-27If Open Firmware doesn't provide an interrupt mapping, use the swizzledkettenis1-3/+11
2020-10-27Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl displaytobhe1-2/+2