summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-12-11Use evcount_percpu() with platform interrupt counters on octeon.Visa Hankala
2022-12-11Cut two cycles from k_tlb_inv() on octeon.Visa Hankala
2022-12-10Remove unused experimental ICMP6 redirect low water bitsKlemens Nanni
2022-12-10Reuse off variable from previous line; no object changeKlemens Nanni
2022-12-10zap 68 trailing spaces from a single lineKlemens Nanni
2022-12-10`dp' was just allocated with M_ZERO flag, so the following bzero(3) is notVitaliy Makkoveev
2022-12-10Merge nd6_option_init() into nd6_options()Klemens Nanni
2022-12-10Increase transfer completion timeout to 100ms. This is what Linux hasMark Kettenis
2022-12-10alpha: switch to clockintrScott Soule Cheloha
2022-12-10Mitigate Spectre-BHB by using core-specific trampoline vectors. On some coresPatrick Wildt
2022-12-10Fix comments, no binary change.Kenji Aoyama
2022-12-09Simplify early kernel bootstrap a bit more. Just map the entire 64MB memoryMark Kettenis
2022-12-09Add detection for Spectre-BHB related CLRBHB, ECBHB and CSV2_3/HCXTPatrick Wildt
2022-12-09Fix typo: SCTX -> SCXTPatrick Wildt
2022-12-09Switch nd_opts from a union to just a struct.Claudio Jeker
2022-12-09Some TCP timer units have changed from slowhz to msec and theirAlexander Bluhm
2022-12-08Call vget(9) in uvn_put() to make sure we hold a reference if we're calledMark Kettenis
2022-12-08Convert tcptv_keep_init in milliseconds before comparing other valuesYASUOKA Masahiko
2022-12-08Fix pvbus to specify M_ZERO properly.YASUOKA Masahiko
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-08Forcibly set console output to the framebuffer on the Lenovo x13s.Patrick Wildt
2022-12-07_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-07The ACPI tables on the Lenovo x13s are incomplete and unusable. ForPatrick Wildt
2022-12-07Document 'uidinfo' structure locks.Vitaliy Makkoveev
2022-12-07Add END()s to match ENTRY()s.Philip Guenther
2022-12-07Prefer numeric labels over L<digit> labels, as the latter clutterPhilip Guenther
2022-12-07Prefer STRONG_ALIAS() over multiple overlapping _ENTRY/_NENTRYPhilip Guenther
2022-12-07Apply changes from commitid FWrfGfO9Ojnsh1mq to libkern.Philip Guenther
2022-12-07Do not store unused ICMPv6 Option PREFIX_INFORMATIONKlemens Nanni
2022-12-07Fix comment by splitting sentance in two. From kn@Claudio Jeker
2022-12-07If the called of ypconnect(2) is root, the socket should acquire aTheo de Raadt
2022-12-06Add support for additional RTKit endpoint advertised by NVMe firmware thatMark Kettenis
2022-12-06Add missing kernel lock around (*if_ioctl)() call withinVitaliy Makkoveev
2022-12-06_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-06Implement support for shared interrupts.Mark Kettenis
2022-12-06For write operations, wait until the transaction completes just like weMark Kettenis
2022-12-06i386: switch to clockintrScott Soule Cheloha
2022-12-06sh, landisk: switch to clockintrScott Soule Cheloha
2022-12-06m88k, luna88k: switch to clockintrScott Soule Cheloha
2022-12-06hppa: switch to clockintrScott Soule Cheloha
2022-12-06Print SBI vendor, version and implemented spec versionJeremie Courreges-Anglas
2022-12-06Drop unused WEAK_REFERENCE macroJeremie Courreges-Anglas
2022-12-05zap a pile of dangling tabsTheo de Raadt
2022-12-05Use evcount_percpu() with mips64 clock and ipi interrupt counters.Visa Hankala
2022-12-05Avoid event counter re-insert in evcount_percpu()Visa Hankala
2022-12-05Add support for the Backlight connector property like we already have forMark Kettenis
2022-12-05Trigger a kevent when we change the backlight. This gives the XorgMark Kettenis
2022-12-05Calculate the bit clock based on number of channels, bytes/sample andMark Kettenis
2022-12-04regenJonathan Gray