summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-08-09busdma: another fix for small bounce transfersMitchell Horne
2025-08-09Bump __FreeBSD_version for 4757b351ea9dColin Percival
2025-08-09linuxkpi: Update posittion after copy in `seq_read()`Jean-Sébastien Pédron
2025-08-09linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`Jean-Sébastien Pédron
2025-08-09linuxkpi: Include <linux/spinlock.h> from <linux/refcount.h>Jean-Sébastien Pédron
2025-08-09linuxkpi: Add the `topology_*()` functionsJean-Sébastien Pédron
2025-08-09linuxkpi: Define `DEFINE_SHOW_STORE_ATTRIBUTE()`Jean-Sébastien Pédron
2025-08-09linuxkpi: Declare several log message prefixesJean-Sébastien Pédron
2025-08-09linuxkpi: Add `name` field to `struct resource`Jean-Sébastien Pédron
2025-08-09linuxkpi: Add `ida_alloc_range()`Jean-Sébastien Pédron
2025-08-09linuxkpi: Add `sysfs_add_file_to_group()` and `sysfs_remove_file_from_group()`Jean-Sébastien Pédron
2025-08-09tcp: mitigate a side channel for detection of TCP connectionsMichael Tuexen
2025-08-07tcp: rate limit the sending of all RST segmentsMichael Tuexen
2025-08-07tcp : remove assignment without effectMichael Tuexen
2025-08-08rpcsec_gss: Rename KRBIMP_HESIOD1 to KRBIMP_HEIMDALV1Rick Macklem
2025-08-09pci: Fix dependency on ACPICA for non-ACPI buildsAymeric Wibo
2025-08-07openssl: Import version 3.5.1Pierre Pronchery
2025-08-08inet: fix typoWarner Losh
2025-08-08EtherIP: Fix passing the address family from if_bridge(4) to gif(4)Zhenlei Huang
2025-08-08acpi_powerres: D3cold supportAymeric Wibo
2025-08-08syscalls.master: mark _exit as not returningBrooks Davis
2025-08-08sysent: add a new NORETURN type flagBrooks Davis
2025-08-08sysent: regen for _exit(2) normalizationBrooks Davis
2025-08-08syscalls: normalize _exit(2) declerationsBrooks Davis
2025-08-08arm64: Support TBI in userspaceAndrew Turner
2025-08-07jail.h: fix the buildKyle Evans
2025-08-07kern: disallow user scheduling/debugging/signalling of jailed procsKyle Evans
2025-08-07jail: separate "statically valid allow flags" from "prison0 allow flags"Kyle Evans
2025-08-07vfs: Add support for file cloning to VOP_COPY_FILE_RANGERick Macklem
2025-08-0715.0: Update main to -PRERELEASEColin Percival
2025-08-07jh7110_pcie: Add StarFive JH7110 PCIe controller driverJari Sihvola
2025-08-07jh7110_gpio: Add StarFive JH7110 GPIO controller driverJari Sihvola
2025-08-07kgssapi: Fix the kgssapi so that it can use MIT KerberosRick Macklem
2025-08-07linuxkpi: Call `lkpi_fpu_safe_exec()` in the implementation of kvmalloc()Jean-Sébastien Pédron
2025-08-07zfs: Fix build with GCC on 32-bit architecturesJohn Baldwin
2025-08-07Bump __FreeBSD_version for 0c381b7f0570Colin Percival
2025-08-07arm: Generate the kernel.bin file in zImage format.Michal Meloun
2025-08-07kern: fix incorrect format in device_if.mShengYi Hung
2025-08-07iflib: don't pullup UDP payloads to the TCP header sizeAndrew Gallatin
2025-08-07cpuset: Add CPU_TEST_{SET,CLR}_ATOMICAndrew Turner
2025-08-07arm64/vmm: Support reading MPIDR_EL1Andrew Turner
2025-08-07zfs: merge openzfs/zfs@8302b6e32Martin Matuska
2025-08-06Revert "kgssapi: Fix the kgssapi so that it can use MIT Kerberos"Rick Macklem
2025-08-06kgssapi: Fix the kgssapi so that it can use MIT KerberosRick Macklem
2025-08-06tcp: ensure SACK rxmit never ends up left of its holeRichard Scheffenegger
2025-08-06time: Handle kern_clock_gettime() failures in kern_clock_nanosleep()Mark Johnston
2025-07-31arm64: Use a fixed value for sctlr_el1Andrew Turner
2025-07-31arm64: tidy up Top-Byte-Ignore (TBI) in the kernelHarry Moulton
2025-07-31arm64: Add ADDR_IS_USERAndrew Turner
2025-08-06Change the default of net.link.epair.ether_gen_addr 0 -> 1.Ronald Klop