summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-07print which gmac the dwqe driver is attaching to.David Gwynne
2023-04-07bn_test: rename rc into ret as per usualTheo Buehler
2023-04-07bn_test: pass BN_CTX into all functionsTheo Buehler
2023-04-07bn_test: drop a few braces that are now unnecessaryTheo Buehler
2023-04-07bn_test: move rc initialization to its own lineTheo Buehler
2023-04-07bn_test: keep the error stack cleanTheo Buehler
2023-04-07bn_test: use bn_copy() instead of BN_free/BN_dupTheo Buehler
2023-04-07bn_test: a few early return would leak. goto err insteadTheo Buehler
2023-04-07bn_test: rand_neg() is not only one of the most stupidly named functionsTheo Buehler
2023-04-07bn_test: handle rc consistentlyTheo Buehler
2023-04-07bn_test: inline the only use of lst[]Theo Buehler
2023-04-07Remove kernel locks from the ARP input path. Caller if_netisr()Alexander Bluhm
2023-04-07Improve some test failure reportingTheo Buehler
2023-04-07Oops. Missed files in last commit.Kenneth R Westerback
2023-04-07Ignore ten getter and setter control macros related to proxy BIOs.Ingo Schwarze
2023-04-07Two minor tweaks that are useful for processing bio.h, among other headers:Ingo Schwarze
2023-04-07Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionallyIngo Schwarze
2023-04-07Add helper functions find_mbr_desc() and find_gpt_desc() to allowKenneth R Westerback
2023-04-07Pass a pt_entry pointer to rib_get() and rib_add().Claudio Jeker
2023-04-07Default 'Is the disk partition alrady mounted?' to 'no' on installKlemens Nanni
2023-04-07Fix whitespace on two linesTheo Buehler
2023-04-07Nail the root disk default in the guided disk encryption caseKlemens Nanni
2023-04-07register a mapping of dwqe interfaces to ofw nodes/phandles.David Gwynne
2023-04-07avoid use of uninitialised memoryJonathan Gray
2023-04-07Determine PHY mode and pass the appropriate flags down to the PHY when weMark Kettenis
2023-04-07register a mapping of dwqe interfaces to ofw nodes/phandles.David Gwynne
2023-04-07fixed regulators could have a "gpios" or "gpio" property.David Gwynne
2023-04-07drm/amdkfd: Get prange->offset after svm_range_vram_node_newJonathan Gray
2023-04-07drm/i915: Move CSC load back into .color_commit_arm() when PSR is enabled on ...Jonathan Gray
2023-04-07drm/i915: Disable DC states for all commitsJonathan Gray
2023-04-07drm/i915/dpt: Treat the DPT BO as a framebufferJonathan Gray
2023-04-07drm/i915/gem: Flush lmem contents after constructionJonathan Gray
2023-04-07drm/amd/display: Take FEC Overhead into Timeslot CalculationJonathan Gray
2023-04-07drm/amd/display: Add DSC Support for Synaptics Cascaded MST HubJonathan Gray
2023-04-07drm/amdgpu: allow more APUs to do mode2 reset when go to S4Jonathan Gray
2023-04-07drm/i915/tc: Fix the ICL PHY ownership check in TC-cold stateJonathan Gray
2023-04-07drm/amdkfd: Fixed kfd_process cleanup on module exit.Jonathan Gray
2023-04-07drm/amdkfd: fix potential kgd_mem UAFsJonathan Gray
2023-04-07drm/amdkfd: fix a potential double free in pqm_create_queueJonathan Gray
2023-04-07drm/amdkfd: Fix BO offset for multi-VMA page migrationJonathan Gray
2023-04-07add MLNTheo de Raadt
2023-04-06Add two more RK3568 clocks.Mark Kettenis
2023-04-06Fix two documentation bugs:Ingo Schwarze
2023-04-06Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3),Ingo Schwarze
2023-04-06Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3)Ingo Schwarze
2023-04-06The simplebus_attach() function already prints a newline, so drop it here.Mark Kettenis
2023-04-06Use RCS tag instead of an incorrect path.Theo Buehler
2023-04-06Move a comment to the proper placeTheo Buehler
2023-04-06Markup route flags to get tagsKlemens Nanni
2023-04-06wycheproof: fix copy-paste error in previousTheo Buehler