summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-04-06wycheproof: use EVP_MD instead of importing "hash"Theo Buehler
2023-04-06Check and assign on one lineTheo Buehler
2023-04-06Zap extra empty lineTheo Buehler
2023-04-06simplify sshsig_find_principals() similar to what happened toDamien Miller
2023-04-06remove redundant ssh!=NULL check; we'd already dereferenced itDamien Miller
2023-04-06match_user() shouldn't be called with user==NULL unlessDamien Miller
2023-04-06don't care about glob() return value here.Damien Miller
2023-04-06better handle "phy-mode" properties, in particular around clk delays.David Gwynne
2023-04-05Push kernel lock into nd6_resolve()Klemens Nanni
2023-04-05ARP has a sysctl to show the number of packets waiting for an arpAlexander Bluhm
2023-04-05ARP has a queue of packets that should be sent after name resolution.Alexander Bluhm