created | 2020-02-22T19:55:26Z |
---|---|
begin | 2020-02-20T00:00:00Z |
end | 2020-02-21T00:00:00Z |
path | src/sys |
commits | 16 |
date | 2020-02-20T02:05:18Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/arch/sparc64/dev/fd.c | log | diff | annotate |
message |
fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9) Copy a change from dev/isa/fd.c to sparc64's floppy driver. |
date | 2020-02-20T06:12:14Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/include/smbiosvar.h | log | diff | annotate |
src/sys/arch/arm64/include/smbiosvar.h | log | diff | annotate | |
src/sys/arch/i386/include/smbiosvar.h | log | diff | annotate | |
src/sys/arch/luna88k/luna88k/autoconf.c | log | diff | annotate | |
message | controler -> controller |
date | 2020-02-20T08:20:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/sched/signal.h | log | diff | annotate |
message |
In signal_pending_state() only test for pending signal when TASK_INTERRUPTIBLE (PCATCH) is set in the state argument. Spotted by and original diff from claudio@. ok claudio@ |
date | 2020-02-20T09:32:49Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/pci/if_em.c | log | diff | annotate |
src/sys/dev/pci/if_em.h | log | diff | annotate | |
message |
Introduce the concept of queue to prepare supporting multiple of them. Move the tx/rx descriptors to dedicated structures similar to what already exist in ix(4). Only one queue is currently used, no real architectural change introduced in this diff. Extracted from a big diff from haesbaert@ via patrick@. Tested by Hrvoje Popovski and jmatthew@, ok jmatthew@ |
date | 2020-02-20T15:32:17Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/ic/pgt.c | log | diff | annotate |
message | pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ |
date | 2020-02-20T15:33:41Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/ic/dwiic.c | log | diff | annotate |
message | dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ |
date | 2020-02-20T16:26:01Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/sdmmc/sdmmc_scsi.c | log | diff | annotate |
src/sys/kern/kern_physio.c | log | diff | annotate | |
src/sys/scsi/cd.c | log | diff | annotate | |
message |
Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the throat of physio(). Allows individual devices to eventually be modified to support larger physio() (a.k.a. 'raw') i/o's if they prove capable of them. No immediate functional change. Tested for many weeks by and ok robert@. |
date | 2020-02-20T16:26:02Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/sd.c | log | diff | annotate |
src/sys/scsi/st.c | log | diff | annotate | |
message |
Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the throat of physio(). Allows individual devices to eventually be modified to support larger physio() (a.k.a. 'raw') i/o's if they prove capable of them. No immediate functional change. Tested for many weeks by and ok robert@. |
date | 2020-02-20T16:56:51Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/arm64/dev/apm.c | log | diff | annotate |
src/sys/arch/i386/i386/apm.c | log | diff | annotate | |
src/sys/arch/loongson/dev/apm.c | log | diff | annotate | |
src/sys/arch/macppc/dev/apm.c | log | diff | annotate | |
message |
Replace field f_isfd with field f_flags in struct filterops to allow adding more filter properties without cluttering the struct. OK mpi@, anton@ |
date | 2020-02-20T16:56:52Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/dev/hotplug.c | log | diff | annotate |
src/sys/dev/midi.c | log | diff | annotate | |
src/sys/dev/rnd.c | log | diff | annotate | |
src/sys/dev/vscsi.c | log | diff | annotate | |
src/sys/dev/acpi/acpi.c | log | diff | annotate | |
src/sys/dev/pci/drm/drm_drv.c | log | diff | annotate | |
src/sys/dev/usb/ugen.c | log | diff | annotate | |
src/sys/dev/usb/uhid.c | log | diff | annotate | |
src/sys/dev/wscons/wsevent.c | log | diff | annotate | |
src/sys/isofs/cd9660/cd9660_vnops.c | log | diff | annotate | |
src/sys/kern/kern_event.c | log | diff | annotate | |
src/sys/kern/kern_sig.c | log | diff | annotate | |
src/sys/kern/subr_log.c | log | diff | annotate | |
src/sys/kern/sys_pipe.c | log | diff | annotate | |
src/sys/kern/tty.c | log | diff | annotate | |
src/sys/kern/tty_pty.c | log | diff | annotate | |
src/sys/kern/uipc_socket.c | log | diff | annotate | |
src/sys/kern/vfs_default.c | log | diff | annotate | |
src/sys/miscfs/fifofs/fifo_vnops.c | log | diff | annotate | |
src/sys/miscfs/fuse/fuse_device.c | log | diff | annotate | |
src/sys/miscfs/fuse/fuse_vnops.c | log | diff | annotate | |
src/sys/msdosfs/msdosfs_vnops.c | log | diff | annotate | |
src/sys/net/bpf.c | log | diff | annotate | |
src/sys/net/if_pppx.c | log | diff | annotate | |
src/sys/net/if_tun.c | log | diff | annotate | |
src/sys/net/switchctl.c | log | diff | annotate | |
src/sys/nfs/nfs_kq.c | log | diff | annotate | |
src/sys/sys/event.h | log | diff | annotate | |
src/sys/tmpfs/tmpfs_vnops.c | log | diff | annotate | |
message |
Replace field f_isfd with field f_flags in struct filterops to allow adding more filter properties without cluttering the struct. OK mpi@, anton@ |
date | 2020-02-20T16:56:53Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/ufs/ufs/ufs_vnops.c | log | diff | annotate |
message |
Replace field f_isfd with field f_flags in struct filterops to allow adding more filter properties without cluttering the struct. OK mpi@, anton@ |
date | 2020-02-20T19:49:15Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.h | log | diff | annotate | |
message |
drm/amd: Add ucode DMCU support From David Francis 01fcfc83fe07ae42af707c3217f533fb350d4c19 in mainline linux |
date | 2020-02-20T19:52:00Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/drm/amd/amdgpu/psp_v10_0.c | log | diff | annotate |
message |
drm/amd: Add PSP DMCU support From David Francis 6b7eab2ce60d2363b0e4bfea6667439b926bcf54 in mainline linux |
date | 2020-02-20T19:55:47Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/drm/include/linux/firmware.h | log | diff | annotate |
message | Implement request_firmware_direct(). |
date | 2020-02-20T19:57:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h | log | diff | annotate | |
message |
drm/amd: Add DM DMCU support From David Francis a94d5569b23209306220fabb2a8d42d0f966d318 in mainline linux |
date | 2020-02-20T23:50:01Z | |||
---|---|---|---|---|
author | kurt | |||
files | src/sys/dev/fdt/rkpcie.c | log | diff | annotate |
message |
Add a delay after link training to work-around a panic when first accessing PCI config space on some cards. okay kettenis@ |