aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* netdump: send key before dump, in case dump failsEric van Gyzen2021-08-113-24/+43
* virtio: Add KMSAN hooks for network and block devicesMark Johnston2021-08-112-1/+7
* ether: Add a KMSAN check for transmitted framesMark Johnston2021-08-111-3/+8
* geom_disk: Add KMSAN checksMark Johnston2021-08-111-0/+8
* kmsan: Export kmsan_mark_mbuf() and kmsan_mark_bio()Mark Johnston2021-08-112-2/+6
* ktls: Init reset tag task for cloned sessionsAndrew Gallatin2021-08-111-0/+1
* kdb: Handle process enumeration before procinit()Mitchell Horne2021-08-112-3/+8
* Read the arm64 midr register earlierAndrew Turner2021-08-111-2/+1
* Use arm64 sha256 intrinsics in libmdAndrew Turner2021-08-113-1/+168
* Only use byte register access in legacy virtio pciAndrew Turner2021-08-111-24/+8
* vfs: Rename ioflg to ioflag in vn_deallocateKa Ho Ng2021-08-111-7/+7
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-112-4/+4
* ck: Correct asm output operand widths in amd64 pointer intrinsicsMark Johnston2021-08-111-14/+14
* uma: Add KMSAN hooksMark Johnston2021-08-114-10/+80
* busdma: Add KMSAN integrationMark Johnston2021-08-116-2/+103
* busdma: Add an internal BUS_DMA_FORCE_MAP flag to x86 bounce_busdmaMark Johnston2021-08-111-18/+25
* Add a GENERIC-KMSAN kernel configuration for amd64Mark Johnston2021-08-111-0/+7
* amd64: Add MD bits for KMSANMark Johnston2021-08-1111-5/+77
* amd64: Populate the KMSAN shadow maps and integrate with the VMMark Johnston2021-08-116-10/+148
* kern: Ensure that thread-local KMSAN state is availableMark Johnston2021-08-112-0/+5
* Add the KMSAN runtimeMark Johnston2021-08-116-7/+1801
* amd64: Define KVA regions for KMSAN shadow mapsMark Johnston2021-08-113-2/+102
* conf: Add a KMSAN kernel optionMark Johnston2021-08-112-0/+7
* amd64 pmap: Pre-set PG_M on 2MB KASAN shadow map entriesMark Johnston2021-08-111-3/+1
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-117-27/+21
* geom(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-116-24/+12
* cam(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-118-42/+22
* ntb_hw_intel(4): Add CTLFLAG_MPSAFE flags.Alexander Motin2021-08-111-45/+45
* rtsx: Fix wakeup race similar to sdhci one fixed in 35547df5c786Warner Losh2021-08-101-1/+1
* Address the reported mmc serialization issue.Scott Long2021-08-101-7/+1
* Call wakeup() with the lock held to avoid missed wakeup races.Scott Long2021-08-101-1/+1
* ntb_transport(4): Mark callouts MP-safe.Alexander Motin2021-08-101-3/+3
* ntb_hw_intel(4): Remove CTLFLAG_NEEDGIANT flags.Alexander Motin2021-08-101-45/+45
* e1000: rctl/srrctl buffer size init, rfctl fixKevin Bowling2021-08-101-33/+43
* netipsec/key.c: Use ANSI C definition for key_random()Konstantin Belousov2021-08-101-1/+1
* netipsec/keydb.h: fix typoKonstantin Belousov2021-08-101-1/+1
* e1000: Fix lem/em UDP rx csum offloadKevin Bowling2021-08-091-45/+20
* riscv: Fix pmap_alloc_l2 when it should allocate a new L1 entryJessica Clarke2021-08-091-1/+4
* Remove duplicate entry for arm/mv/armada38x/armada38x_rtc.cScott Long2021-08-091-1/+0
* vmm: Make iommu ops tables constMark Johnston2021-08-094-29/+29
* amd64: Fix output operand specs for the stmxcsr and vmread intrinsicsMark Johnston2021-08-092-4/+3
* nd6: Mark several callouts as MPSAFEMark Johnston2021-08-092-3/+3
* in6: Enter the net epoch in in6_tmpaddrtimer()Mark Johnston2021-08-091-1/+3
* vfs: Avoid a comparison with an uninitialized field in setutimes()Mark Johnston2021-08-091-4/+8
* sctp: remove some set, but unused variablesMichael Tuexen2021-08-092-6/+2
* Remove an unused arm64 panic stringAndrew Turner2021-08-081-2/+0
* Add macros for the arm64 daifset/daifclr flagsAndrew Turner2021-08-085-9/+19
* Clean up the arm64 fork_trampolineAndrew Turner2021-08-081-22/+16
* ipsec: Handle ICMP NEEDFRAG message.Wojciech Macek2021-08-098-0/+70
* ipv6: Fix getsockopt() for some IPPROTO_IPV6 level socket optionsMichael Tuexen2021-08-091-1/+1