- Add support for resizable BAR on Linux when NVreg_EnableResizableBar=1 module param is set. #3 by @sjkelly
- Fix build problems with Clang 15.0, #377 by @ptr1337
- Fixed nvenc compatibility with usermode clients #104
- GSP firmware is now distributed as multiple firmware files: this release has
gsp_tu10x.bin
andgsp_ad10x.bin
replacinggsp.bin
from previous releases.- Each file is named after a GPU architecture and supports GPUs from one or more architectures. This allows GSP firmware to better leverage each architecture's capabilities.
- The .run installer will continue to install firmware to
/lib/firmware/nvidia/<version>
and thenvidia.ko
kernel module will load the appropriate firmware for each GPU at runtime.
- Add support for IBT (indirect branch tracking) on supported platforms, #256 by @rnd-ash
- Return EINVAL when [failing to] allocating memory, #280 by @YusufKhan-gamedev
- Fix various typos in nvidia/src/kernel, #16 by @alexisgeoffrey
- Added support for rotation in X11, Quadro Sync, Stereo, and YUV 4:2:0 on Turing.
- Introduce support for GeForce RTX 4090 GPUs.
- Introduce support for NVIDIA H100 GPUs.
- Fix/Improve Makefile, #308 by @izenynn
- Make nvLogBase2 more efficient, #177 by @DMaroo
- nv-pci: fixed always true expression, #195 by @ValZapod
- Improved compatibility with new Linux kernel releases
- Fixed possible excessive GPU power draw on an idle X11 or Wayland desktop when driving high resolutions or refresh rates
- Collection of minor fixes to issues, #6 by @Joshua-Ashton
- Remove unnecessary use of acpi_bus_get_device().
- Backtick is deprecated, #273 by @arch-user-france1
- List of compatible GPUs in README.md.
- Fix various README capitalizations, #8 by @27lx
- Automatically tag bug report issues, #15 by @thebeanogamer
- Improve conftest.sh Script, #37 by @Nitepone
- Update HTTP link to HTTPS, #101 by @alcaparra
- moved array sanity check to before the array access, #117 by @RealAstolfo
- Fixed some typos, #122 by @FEDOyt
- Fixed capitalization, #123 by @keroeslux
- Fix typos in NVDEC Engine Descriptor, #126 from @TrickyDmitriy
- Extranous apostrohpes in a makefile script [sic], #14 by @kiroma
- HDMI no audio @ 4K above 60Hz, #75 by @adolfotregosa
- dp_configcaps.cpp:405: array index sanity check in wrong place?, #110 by @dcb314
- NVRM kgspInitRm_IMPL: missing NVDEC0 engine, cannot initialize GSP-RM, #116 by @kfazz
- ERROR: modpost: "backlight_device_register" [...nvidia-modeset.ko] undefined, #135 by @sndirsch
- aarch64 build fails, #151 by @frezbo
- Initial release.