summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10Add OSW in Orsk (Аеропорт Орсрк), wher...Klemens Nanni
2022-06-10Ignore OSC if the first argument is not properly terminated.Nicholas Marriott
2022-06-10Unify error messages on d2i failure for econtentTheo Buehler
2022-06-10Dedup econtent version checksTheo Buehler
2022-06-10Add _?ENTRY_NB() macro for doing an ASM function entry withoutPhilip Guenther
2022-06-10drm/i915/dsi: fix VBT send packet port selection for ICL+Jonathan Gray
2022-06-10drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Jonathan Gray
2022-06-10drm/i915: Fix CFI violation with show_dynamic_id()Jonathan Gray
2022-06-10drm/edid: fix invalid EDID extension block filteringJonathan Gray
2022-06-10drm: fix EDID struct for old ARM OABI formatJonathan Gray
2022-06-10drm/amd/pm: update smartshift powerboost calc for smu13Jonathan Gray
2022-06-10drm/amd/pm: update smartshift powerboost calc for smu12Jonathan Gray
2022-06-10drm/amdgpu/ucode: Remove firmware load type check in amdgpu_ucode_free_boJonathan Gray
2022-06-10drm/amdgpu/psp: move PSP memory alloc from hw_init to sw_initJonathan Gray
2022-06-10drm/amd/pm: fix the compile warningJonathan Gray
2022-06-10drm/plane: Move range check for format_count earlierJonathan Gray
2022-06-10drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbellsJonathan Gray
2022-06-10drm/amd/pm: fix double free in si_parse_power_table()Jonathan Gray
2022-06-10drm/amd/display: Disabling Z10 on DCN31Jonathan Gray
2022-06-10add struct kobj_attributeJonathan Gray
2022-06-09Reorganize the handling of tap inputs.Ulf Brosziewski
2022-06-09Properly error out if a variable does not exist. Need to pass backClaudio Jeker
2022-06-09Change argument of ktable_get from ifd->ifi_rdomain to kif->k.rdomain.Claudio Jeker
2022-06-09Remove the rdomain / rtableid passed to some kroute functions.Claudio Jeker
2022-06-09Handle "broken-cd" as "non-removable" like we do in dwmmc(4). Needed onMark Kettenis
2022-06-09point developers to the other place where the remaining flags values areMarc Espie
2022-06-09Readd ETHERTYPE_NHRPA case.mbuhl
2022-06-09Add gpiorestart(4).Mark Kettenis
2022-06-09Add gpiorestart(4), a driver that resets a SoC/board/machine using a GPIOMark Kettenis
2022-06-09se more specific discrimination to know if extra data is still there afterMarc Espie
2022-06-09If an application gives the first parameter to OSC 52, validate and passNicholas Marriott
2022-06-08Add Lublin airport (LUZ), which I visited today during a day trip to Lublin.Frederic Cambus
2022-06-08do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy)Damien Miller
2022-06-08KNF, mostly whitespace - no binary change on amd64Theo Buehler
2022-06-08When looking for the next block to tag, we aren't interested in childrenIngo Schwarze
2022-06-08recognize @extraglob for laterMarc Espie
2022-06-08Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze
2022-06-08syncStuart Henderson
2022-06-08stfpinctrl(4)Mark Kettenis
2022-06-08Add a new option which allows to set an alternative base-directory toMarcus Glocker
2022-06-08Add stfpinctrl(4).Mark Kettenis
2022-06-08Add stfpinctrl(4), a driver for the pinctrl/gpio block found on theMark Kettenis
2022-06-08syncStuart Henderson
2022-06-07fixes potential memory leak. if_vinput() should always consume packetAlexandr Nedvedicky
2022-06-07fixes NULL pointer dereference panic triggered by relayd.Alexandr Nedvedicky
2022-06-07Enable stfclock(4) and make xhci(4) attach to fdt.Mark Kettenis
2022-06-07Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch toTheo Buehler
2022-06-07Change the loop index from an unsigned int to size_t now that allTheo Buehler
2022-06-07Simplify another CBS_write_bytes() call in d2i_SSL_SESSION()Theo Buehler
2022-06-07Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_tTheo Buehler