Age | Commit message (Expand) | Author |
2020-08-31 | Backout clear endpoint stall on open(2). It seems to break an illuminated | Patrick Wildt |
2020-08-30 | Don't include "net/netisr.h" header. It's not needed here. | mvs |
2020-08-30 | pppac(4) uses per cpu counters for collect `ifnet' statistics, but in | mvs |
2020-08-30 | Compactify SDEV_/ADEV_ flags & quirks to eliminate the gaps in bit use and thus | Kenneth R Westerback |
2020-08-30 | Reorganize the interrupt handler code to avoid a potential bogus KASSERT, | Mark Kettenis |
2020-08-30 | Lock all kernel PTE entries into the page tables, even "managed" ones | Mark Kettenis |
2020-08-30 | add missing wakeup for the unlikely dying case | anton |
2020-08-30 | use unique wait messages with msleep_nsec() | anton |
2020-08-30 | avoid a invalid pointer deref in hvn_stop() | Jonathan Gray |
2020-08-30 | PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+ | SASANO Takayoshi |
2020-08-29 | More recent MMC specificiations add READ(12)/WRITE(12). So add cd_cmd_rw12() | Kenneth R Westerback |
2020-08-29 | Use ISSET() to check b_flags for B_READ. | Kenneth R Westerback |
2020-08-29 | Missing u_int -> u_int32_t chunks from previous. | Kenneth R Westerback |
2020-08-29 | Use u_int32_t for nsecs, making it crystal clear that the values | Kenneth R Westerback |
2020-08-29 | Only fall back on using the first potential root disk as the boot disk if | Mark Kettenis |
2020-08-29 | Mark certain sections with debug information as "allocated" such that they | Mark Kettenis |
2020-08-29 | Before clearing the kcov descriptor associated with a thread make sure | anton |
2020-08-29 | Prepare to extend the scope of the kcov remote mutex by renaming it to | anton |
2020-08-29 | Have [cd|sd]_cmd_rw[6|10|12|16] return the length of the created command and | Kenneth R Westerback |
2020-08-28 | Shuffle [cd|sd]start code into closer alignment. Move the initialization of the | Kenneth R Westerback |
2020-08-28 | Abstract cd_cmd_rw6() and cd_cmd_rw10() a la sd_cmd_rw6() and sd_cmd_rw10(). | Kenneth R Westerback |
2020-08-28 | Nuke CDF_ANCIENT, SDF_ANCIENT SDEV_ONLYBIG and bogus check of SID_RelAdr in | Kenneth R Westerback |
2020-08-28 | Make fdt root node's model property readable through sysctl hw.product | Visa Hankala |
2020-08-28 | Make sure not to pass NULL to explicit_bzero(). | tobhe |
2020-08-28 | Add missing #if's to fix build without bpf(4). | mvs |
2020-08-28 | free the correct object when a remote subsystem already is present | anton |
2020-08-27 | Use p2p_rtrequest() | kn |
2020-08-27 | Fix a potential panic during free(9) which can be caused by an USB | Marcus Glocker |
2020-08-27 | usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore return | Marcus Glocker |
2020-08-27 | Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bit | Patrick Wildt |
2020-08-27 | Improve write un-protecting of kernel memory. For the Computrace module | Patrick Wildt |
2020-08-27 | Make pipex(4) more common for pppac(4) and pppx(4). Replace | YASUOKA Masahiko |
2020-08-27 | bring back local #undef DEBUG changes lost in drm 5.7 update | Jonathan Gray |
2020-08-27 | Reorder the acpi attach process so we look at Processor() CPU nodes | Jonathan Matthew |
2020-08-26 | Improve detection of the proper boot device by picking the disk that | Mark Kettenis |
2020-08-26 | Reset the Rx block ack session counter when an iwm/iwx interface disassociates | Stefan Sperling |
2020-08-26 | Let aml_copyvalue() handle AML_OBJTYPE_DEVICE. | Mark Kettenis |
2020-08-26 | Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set, | Kenneth R Westerback |
2020-08-26 | Revert "drm/amd/display: Improve DisplayPort monitor interop" | Jonathan Gray |
2020-08-26 | drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_access | Jonathan Gray |
2020-08-26 | drm/amd/display: fix pow() crashing when given base 0 | Jonathan Gray |
2020-08-26 | drm/amd/display: Fix DFPstate hang due to view port changed | Jonathan Gray |
2020-08-26 | drm/amd/display: Blank stream before destroying HDCP session | Jonathan Gray |
2020-08-26 | drm/amd/display: Fix EDID parsing after resume from suspend | Jonathan Gray |
2020-08-26 | drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal | Jonathan Gray |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-26 | Annotate locking of ps_single. | Visa Hankala |
2020-08-26 | Fix a race in single-thread mode switching | Visa Hankala |
2020-08-25 | Clear user SLB upon context switch. | Mark Kettenis |
2020-08-25 | usbd_set_idle() use requires prototype from usbdi_util.h | Theo de Raadt |