summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-10-02Improve responsiveness in OOM situations & make free target checks coherent.Martin Pieuchot
2024-10-02Return number of freed pages in uvm_pmr_cache_drain().Martin Pieuchot
2024-10-02Switch PV pool allocator to use km_alloc(9) instead of uvm_km_kmemalloc(9).Martin Pieuchot
2024-10-01Make it more obvious which ruadd argument is the source and which one isClaudio Jeker
2024-10-01Adjust ptrace interface to properly suport single threaded continue.Claudio Jeker
2024-10-01remove unused variableJonathan Gray
2024-10-01drm: Expand max DRM device number to full MINORBITSJonathan Gray
2024-10-01accel: Use XArray instead of IDR for minorsJonathan Gray
2024-10-01drm: Use XArray instead of IDR for minorsJonathan Gray
2024-10-01add DEFINE_XARRAY_ALLOC for 6.6.53 drmJonathan Gray
2024-10-01add MINORBITS for 6.6.53 drmJonathan Gray
2024-10-01add ACCEL_MAX_MINORS for 6.6.53 drmJonathan Gray
2024-09-30Use ps_ppid instead of ps_pptr->ps_pid in all places.Claudio Jeker
2024-09-30handle non xa_limit_32b ranges in xarrayJonathan Gray
2024-09-30store xarray flags for XA_FLAGS_ALLOC1 test in allocJonathan Gray
2024-09-30Remove code after exit1() and NOTREACHED comment. Nothing will ever get there.Claudio Jeker
2024-09-30Return the number of freed pages and handle SHRINK_STOP in drmbackoff().Martin Pieuchot
2024-09-30init xarray pool in drm_linux_init(), needed for static initialisationJonathan Gray
2024-09-30remove WSDISPLAYIO_OGINFO compat ioctl, planned for after 7.3Jonathan Gray
2024-09-29remove unused cruft; ok kettenis@Jonathan Gray
2024-09-29fix HWCAP_ASIMDHP test; ok kettenis@Jonathan Gray
2024-09-29correct a prototypeJonathan Gray
2024-09-27Previous pipex.c,v 1.155 was broken if the client was not behind a NAT.YASUOKA Masahiko
2024-09-26Fix amd64/GENERIC not linking due to missing pmap_shootept symbol.Dave Voutila
2024-09-26Add an ipi for executing INVEPT to flush EPT on remote cpus.Dave Voutila
2024-09-26remove unneeded psl.h includeJonathan Gray
2024-09-25Do not crash in witness code if interrupt fires early.Alexander Bluhm
2024-09-24Fix sleeping race during malloc in sysctl hw.disknames.Alexander Bluhm
2024-09-24___linux__ -> __linux__Jonathan Gray
2024-09-24for sysctl on arm64, handle CPU_ID_AA64ISAR1 same as CPU_ID_AA64ISAR0Theo de Raadt
2024-09-23now hacking on 7.6-currentTheo de Raadt
2024-09-23now hacking on 7.6-currentTheo de Raadt
2024-09-23recognise Neoverse V3AE (Poseidon AE)Jonathan Gray
2024-09-23regenJonathan Gray
2024-09-23add more Navi 32 and Navi 33 device idsJonathan Gray
2024-09-23add device tree mapping for HP OmniBook X 14Jonathan Gray
2024-09-22Increase the default buffer size for AF_UNIX from 8192 to 32768.Claudio Jeker
2024-09-21We aren't ready to choose S0-over-S3 based upon the S0ix bit in FADT.Theo de Raadt
2024-09-21vmm(4): remove EPT mprotect ioctlMike Larkin
2024-09-20Add device tree mapping for Lenovo ThinkPad T14s.Mark Kettenis
2024-09-20correct format string in debug printfJonathan Gray
2024-09-20remove unneeded semicolonJonathan Gray
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-19fixup! drm/apple: Add support for the macOS 13.2 DCP firmwareJonathan Gray
2024-09-19vio: allow longer tx chainsStefan Fritsch
2024-09-19virtio_pci: Fix off-by-one in interrupt setupStefan Fritsch
2024-09-19don't warn when returning early in hdcp functionsJonathan Gray
2024-09-19drm/i915/guc: prevent a possible int overflow in wq offsetsJonathan Gray
2024-09-19drm/amd/amdgpu: apply command submission parser for JPEG v1Jonathan Gray
2024-09-19drm/amdgpu/atomfirmware: Silence UBSAN warningJonathan Gray