summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-30drm/amdkfd: Fix a race condition of vram buffer unref in svm codeJonathan Gray
2023-11-30drm/amdgpu: not to save bo in the case of RAS err_event_athubJonathan Gray
2023-11-30add dev_is_removable() for 6.1.64 drmJonathan Gray
2023-11-29Fix unwanted sign-extension of ID register masks. Sign-extension of theMark Kettenis
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-11-29regen syscallsAlexander Bluhm
2023-11-29Unlock bind(2) syscall.Alexander Bluhm
2023-11-29Run TCP syn cache timer without kernel lock.Alexander Bluhm
2023-11-29remove unused VXLANMTU definitionDenis Fondras
2023-11-29Document inp_socket as immutable and remove NULL checks.Alexander Bluhm
2023-11-29Clean up CMAC implementation a littleTheo Buehler
2023-11-29relay_read_http: defer header parsing until after line continuationTodd C. Miller
2023-11-29aliases package.5 as packing-list and plist, since this is the entryMarc Espie
2023-11-29Convert ssl3_cipher_by_id() to bsearch()Theo Buehler
2023-11-29Use a long for id in ssl3_get_cipher_by_id()Theo Buehler
2023-11-29Cleanup kmeminit_nkmempages().Claudio Jeker
2023-11-29update supported hardware listsJonathan Matthew
2023-11-29Add support for new SAS HBAs (codenamed Aero and Sea, sold as Broadcom HBAJonathan Matthew
2023-11-29regenJonathan Matthew
2023-11-29add some new Broadcom SAS HBA idsJonathan Matthew
2023-11-29increase the number of address ranges in acpi attach args from 4 to 8Jonathan Gray
2023-11-28Update awk to the Nov 27, 2023 version.Todd C. Miller
2023-11-28relay_read_http: tighten up header parsingTodd C. Miller
2023-11-28Remove struct inpcb from in6_embedscope() parameters.Alexander Bluhm
2023-11-28Switch to legacy method late in tls13_use_legacy_stack()Theo Buehler
2023-11-28correct spelling of FALLTHROUGHJonathan Gray
2023-11-28remove more unused definesJonathan Gray
2023-11-28Adapt inv{vpid,ept} to return success or failure.Dave Voutila
2023-11-27EVP test: fix includesTheo Buehler
2023-11-27EVP test: add regress coverage for the do_all() APITheo Buehler
2023-11-27Regen cert.pemTheo Buehler
2023-11-27Add NULL check before dereferencing inp_seclevel.Alexander Bluhm
2023-11-27RegenMiod Vallat
2023-11-27New devices, support for which is coming soon.Miod Vallat
2023-11-27Remove some trailing whitespaceTheo Buehler
2023-11-27Add missing error check for yp_get_default_domain()Theo Buehler
2023-11-27additonal -> additionalJonathan Gray
2023-11-27Remove silly parenthesesTheo Buehler
2023-11-27Document -J, --omit-link-times and remove a confusing sentence fromClaudio Jeker
2023-11-27Implement --omit-link-times / -J based on the --omit-dir-times workClaudio Jeker
2023-11-27The uploader tail shortcut to skip dir postprocessing should also checkClaudio Jeker
2023-11-27Add --no-O and --no-omit-dir-times options. For some reason the realClaudio Jeker
2023-11-27interfacename -> interface to match usage and other manuals; OK florianKlemens Nanni
2023-11-27Move the callers X509_STORE_CTX_purpose_inherit() down a bitTheo Buehler
2023-11-27support Alder Lake-N and Alder Lake-SJonathan Gray
2023-11-26Add arm64 bti pads for range extension thunks.Tobias Heider
2023-11-26Remove inp parameter from ip_output().Alexander Bluhm
2023-11-26Fix read/write past buffer endAndrew Fresh
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-11-26mark functions as static when they're unused elsewhere, makes theMarc Espie