summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-01Make sure we read a complete struct fsinfo even if the filesystem sectorsMiod Vallat
2023-12-01Set inp address, port and rtable together with inpcb hash.Alexander Bluhm
2023-12-01Cast mtx to void in dummy MUTEX_ASSERT_LOCKED().Alexander Bluhm
2023-12-01Make internet PCB connect more consistent.Alexander Bluhm
2023-12-01Some cleanup:Ingo Schwarze
2023-12-01syncTheo Buehler
2023-12-01EVP_EncryptInit(3) is among the most important "how to drive" manuals,Ingo Schwarze
2023-12-01Prevent race between pf_test() and pf_purge_expired_states().Alexandr Nedvedicky
2023-12-01allow tables and filter over multiple linesOmar Polo
2023-12-01Unify various EVP_*{Update,Final}*() wrappersTheo Buehler
2023-12-01regenJonathan Gray
2023-12-01add AMD Phoenix (Family 19h Model 74h) idsJonathan Gray
2023-11-30Overhaul device identification logic in order to make matching onMiod Vallat
2023-11-30Clean up and de-spaghettize by_file_callbackBob Beck
2023-11-30Single file to stdout without "fattr"Klemens Nanni
2023-11-30Fold identical pledge cases, '#ifndef SMALL \n if (!resume)' equals 'else'Klemens Nanni
2023-11-30Make sure we don't process garbage data as keypresses if the device sends aMiod Vallat
2023-11-30Pass inp_seclevel to ip6_output() in TCP syn cache.Alexander Bluhm
2023-11-30drm/amd/display: Change the DMCUB mailbox memory location from FB to inboxJonathan Gray
2023-11-30drm/amd/display: Enable fast plane updates on DCN3.2 and aboveJonathan Gray
2023-11-30drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer()Jonathan Gray
2023-11-30drm/amdgpu: lower CS errors to debug severityJonathan Gray
2023-11-30drm/amdgpu: fix error handling in amdgpu_bo_list_get()Jonathan Gray
2023-11-30drm/amdgpu: don't use ATRM for external devicesJonathan Gray
2023-11-30drm/amdgpu: don't use pci_is_thunderbolt_attached()Jonathan Gray
2023-11-30drm/amdgpu/smu13: drop compute workload workaroundJonathan Gray
2023-11-30drm/amd/pm: Fix error of MACO flag setting codeJonathan Gray
2023-11-30drm/i915: Fix potential spectre vulnerabilityJonathan Gray
2023-11-30drm/i915: Bump GLK CDCLK frequency when driving multiple pipesJonathan Gray
2023-11-30drm/amd/pm: Handle non-terminated overdrive commands.Jonathan Gray
2023-11-30drm/amd/display: enable dsc_clk even if dsc_pg disabledJonathan Gray
2023-11-30i915/perf: Fix NULL deref bugs with drm_dbg() callsJonathan Gray
2023-11-30drm/amdgpu: fix software pci_unplug on some chipsJonathan Gray
2023-11-30drm/amd/display: Avoid NULL dereference of timing generatorJonathan Gray
2023-11-30drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULLJonathan Gray
2023-11-30drm/amdkfd: Fix shift out-of-bounds issueJonathan Gray
2023-11-30drm/radeon: fix a possible null pointer dereferenceJonathan Gray
2023-11-30drm/amdgpu: Fix potential null pointer derefernceJonathan Gray
2023-11-30drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and TongaJonathan Gray
2023-11-30drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7Jonathan Gray
2023-11-30drm/amd/display: use full update for clip size increase of large plane sourceJonathan Gray
2023-11-30drm/amd: Update `update_pcie_parameters` functions to use uint8_t argumentsJonathan Gray
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