aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* riscv: GENERIC: enable KERN_TLSSiva Mahadevan5 days1-0/+1
* vmm: Start using exterrorMark Johnston5 days2-1/+5
* vmm: Enable unprivileged bhyveMark Johnston5 days2-5/+6
* vmm: Add privilege checks to vmmctl operationsMark Johnston5 days2-1/+24
* types.h: use central definition of offsetof()Brooks Davis5 days1-1/+1
* sys/syscallsubr.h: assorted tidyingBrooks Davis5 days1-15/+15
* stddef.h: centralize definition of offsetof()Brooks Davis5 days2-2/+20
* icmp6: clear csum_flags on mbuf reuseTimo Völker5 days1-0/+1
* iommu_gas: Fix assertion.Ruslan Bukin5 days1-1/+1
* acpi: Factor out the power off code into acpi_poweroff()Olivier Certner5 days1-19/+28
* acpi: Factor out message printing on failure of AcpiEnterSleepStatePrep()Olivier Certner5 days1-7/+21
* vm_page.h: Materialize a spare bitOlivier Certner5 days1-0/+1
* netinet6: spell Identifiers in the commentMaxim Konovalov6 days1-1/+1
* pf: avoid NULL deref on purged statesKristof Provost6 days1-1/+3
* if_gre: Add netlink support with testsPouria Mousavizadeh Tehrani6 days3-66/+431
* Merge commit bfb276e55c76 from upstream OpenZFS (by Jessica Clarke)Jessica Clarke6 days1-1/+1
* kqueue: Make kn_sfflags unsignedDag-Erling Smørgrav6 days2-2/+2
* nvme: Fix sim unit number to match nvme deviceWarner Losh6 days1-1/+1
* nvme: fix panic if we boot w/o a namespaceWarner Losh6 days1-0/+10
* intrng: Shuffle unhandled interrupts tooColin Percival6 days1-1/+13
* pcib: Assume a window where both the base and limit are 0 is uninitializedJohn Baldwin6 days1-0/+18
* arm64: Add more HWCAP valuesAndrew Turner6 days1-0/+21
* arm64: Fix the ESR_ELx_EC_MASK definitionAndrew Turner6 days1-1/+1
* smp: Use bitwise operation to count cpu numberShengYi Hung6 days1-5/+3
* vfs_mount.c: Don't call VFS_MOUNT() if only exports are being updatedRick Macklem7 days1-21/+31
* sdt: Disable SDT probes in kernel modules for GCC on aarch64John Baldwin7 days1-0/+7
* vchiq: Fix return type of vchiq_copy_from_userJohn Baldwin7 days1-2/+2
* arm bcm2835: Appease a warning from GCCJohn Baldwin7 days1-1/+1
* arm64: Explicitly use movzJohn Baldwin7 days1-1/+1
* bus: Renumber global IVAR rangesJohn Baldwin7 days1-3/+3
* arm gicv3: Use private IVAR range for GICV3 IVARsJohn Baldwin7 days2-2/+1
* bus: Drop a couple of unused IVAR indicesJohn Baldwin7 days2-2/+0
* bus: Change a few bus drivers to use consistent IVAR rangesJohn Baldwin7 days3-3/+3
* bus: Document special ranges of IVARsJohn Baldwin7 days34-64/+100
* acpi_gpiobus: Reuse the existing IVAR index for an ACPI handleJohn Baldwin7 days3-15/+2
* dtrace: Implement ustackdepth for arm64Mark Johnston7 days1-2/+14
* mfi(4)/mrsas(4): Print driver versions consistentlyMichael Osipov7 days2-7/+4
* ipfilter: Avoid negative array indiciesCy Schubert8 days3-4/+4
* netlink: force uninline of nl_receive_message()Gleb Smirnoff8 days1-1/+1
* pdrfork(2): do require RFPROCDESC | RFPROCKonstantin Belousov8 days1-0/+5
* powerpc: document the magic constants for 16MB page sizeAdrian Chadd8 days1-0/+13
* powerpc: enable HPT superpages by defaultAdrian Chadd8 days1-7/+2
* vmm: Allow the use of PCI passthrough in a jailMark Johnston8 days5-16/+34
* pf: convert DIOCRTSTADDRS to netlinkKristof Provost8 days2-0/+42
* sys/abi_types.h: time32_t is 64-bit on non-x86 architecturesOlivier Certner8 days1-5/+1
* sys/compat/freebsd32: FF clock struct: Don't pack, use 'ffcounter32'Olivier Certner8 days2-11/+9
* ichsmb: Add Intel Raptor Lake SMBus controller supportAbdelkader Boudih9 days1-0/+3
* asmc: Add MacPro3,1 temperature sensor supportAbdelkader Boudih10 days2-0/+78
* netinet6: Return EAFNOSUPPORT for non-IPv6 addresses in mcast sockopts.Bruce M Simpson10 days1-8/+11
* kern: mac: add a prison_cleanup entry pointKyle Evans11 days5-1/+23