created | 2023-02-12T09:16:55Z |
---|---|
begin | 2023-02-10T00:00:00Z |
end | 2023-02-11T00:00:00Z |
path | src/sys |
commits | 16 |
date | 2023-02-10T07:00:12Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/kern/subr_disk.c | log | diff | annotate |
message |
Remove explicit rejection of zero duid in disk_map() added in 1.262. Spoofed labels have zero duid and there is no reason not to allow them to work with duid notation. ok kn@ |
date | 2023-02-10T11:25:31Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/stand/boot/Attic/bcd.c | log | diff | annotate |
message | Delete no-longer-used file. |
date | 2023-02-10T14:27:01Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c | log | diff | annotate |
message |
drm/i915/guc: Fix locking when searching for a hung request From John Harrison de997938a7a5da3cb3bd3b914456656963ca1d1c in linux-6.1.y/6.1.11 87b04e53daf806945c415e94de9f90943d434aed in mainline linux |
date | 2023-02-10T14:29:34Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_gpu_error.c | log | diff | annotate |
message |
drm/i915: Fix request ref counting during error capture & debugfs dump From John Harrison 9467397f417dd7b5d0db91452f0474e79716a527 in linux-6.1.y/6.1.11 86d8ddc74124c3fdfc139f246ba6da15e45e86e3 in mainline linux |
date | 2023-02-10T14:29:35Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/intel_context.c | log | diff | annotate |
src/sys/dev/pci/drm/i915/gt/intel_context.h | log | diff | annotate | |
src/sys/dev/pci/drm/i915/gt/intel_engine_cs.c | log | diff | annotate | |
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c | log | diff | annotate | |
message |
drm/i915: Fix request ref counting during error capture & debugfs dump From John Harrison 9467397f417dd7b5d0db91452f0474e79716a527 in linux-6.1.y/6.1.11 86d8ddc74124c3fdfc139f246ba6da15e45e86e3 in mainline linux |
date | 2023-02-10T14:32:03Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_gpu_error.c | log | diff | annotate |
src/sys/dev/pci/drm/i915/gt/intel_engine.h | log | diff | annotate | |
src/sys/dev/pci/drm/i915/gt/intel_engine_cs.c | log | diff | annotate | |
src/sys/dev/pci/drm/i915/gt/intel_execlists_submission.c | log | diff | annotate | |
src/sys/dev/pci/drm/i915/gt/intel_execlists_submission.h | log | diff | annotate | |
message |
drm/i915: Fix up locking around dumping requests lists From John Harrison 04dcff26490cc8dedbfcf44cfb3e3e7a08622fd0 in linux-6.1.y/6.1.11 5bc4b43d5c6c9692ddc7b96116650cdf9406f3da in mainline linux |
date | 2023-02-10T14:33:29Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/display/intel_cdclk.c | log | diff | annotate |
message |
drm/i915/adlp: Fix typo for reference clock From Chaitanya Kumar Borah 7a435fe0b6bbf4ab5ede23e25658f3735caa2a65 in linux-6.1.y/6.1.11 47a2bd9d985bfdb55900f313603619fc9234f317 in mainline linux |
date | 2023-02-10T14:34:16Z | |||
---|---|---|---|---|
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/dev/audio.c | log | diff | annotate | |
src/sys/dev/acpi/acpi.c | log | diff | annotate | |
src/sys/dev/pci/drm/drm_connector.c | log | diff | annotate | |
src/sys/dev/pci/drm/drm_linux.c | log | diff | annotate | |
message |
Adjust knote(9) API Make knote(9) lock the knote list internally, and add knote_locked(9) for the typical situation where the list is already locked. Remove the KNOTE(9) macro to simplify the API. Manual page OK jmc@ OK mpi@ mvs@ |
date | 2023-02-10T14:34:17Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/dev/pci/drm/drm_mode_object.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c | log | diff | annotate | |
src/sys/dev/pci/drm/i915/i915_driver.c | log | diff | annotate | |
src/sys/kern/kern_event.c | log | diff | annotate | |
src/sys/kern/kern_exec.c | log | diff | annotate | |
src/sys/kern/kern_fork.c | log | diff | annotate | |
src/sys/kern/kern_sig.c | log | diff | annotate | |
src/sys/kern/sys_generic.c | log | diff | annotate | |
src/sys/kern/sys_pipe.c | log | diff | annotate | |
src/sys/kern/uipc_socket.c | log | diff | annotate | |
src/sys/kern/uipc_socket2.c | log | diff | annotate | |
src/sys/kern/uipc_syscalls.c | log | diff | annotate | |
src/sys/net/bpf.c | log | diff | annotate | |
src/sys/net/if_pppx.c | log | diff | annotate | |
src/sys/sys/event.h | log | diff | annotate | |
src/sys/sys/vnode.h | log | diff | annotate | |
message |
Adjust knote(9) API Make knote(9) lock the knote list internally, and add knote_locked(9) for the typical situation where the list is already locked. Remove the KNOTE(9) macro to simplify the API. Manual page OK jmc@ OK mpi@ mvs@ |
date | 2023-02-10T14:35:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amd/display: Fix timing not changning when freesync video is enabled From Aurabindo Pillai f3056978934cf809c0ae70a22ac3af2a857e1a93 in linux-6.1.y/6.1.11 4b069553246f993c4221e382d0d0ae34f5ba730e in mainline linux |
date | 2023-02-10T14:37:16Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gem/i915_gem_context.c | log | diff | annotate |
message |
drm/i915: Avoid potential vm use-after-free From Rob Clark 764accc2c1b8fd1507be2e7f436c94cdce887a00 in linux-6.1.y/6.1.11 41d419382ec7e257e54b7b6ff0d3623aafb1316d in mainline linux |
date | 2023-02-10T14:39:13Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gem/i915_gem_tiling.c | log | diff | annotate |
message |
drm/i915: Fix potential bit_17 double-free From Rob Clark 0769f997a7b6d5cb8336db0b4ec3d2d311b8097c in linux-6.1.y/6.1.11 7057a8f126f14f14b040faecfa220fd27c6c2f85 in mainline linux |
date | 2023-02-10T14:39:18Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/net/if_tun.c | log | diff | annotate |
message |
Make tun(4) and tap(4) event filters MP-safe. OK mvs@ |
date | 2023-02-10T14:40:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/nbio_v4_3.c | log | diff | annotate |
message |
drm/amd: Fix initialization for nbio 4.3.0 From Mario Limonciello 814d83a710e8309d989fafc163656a68f2acaef4 in linux-6.1.y/6.1.11 5048fa1ebf89d03cf0ceca13fab8f800399e9ee3 in mainline linux |
date | 2023-02-10T14:43:15Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c | log | diff | annotate |
message |
drm/amd/pm: drop unneeded dpm features disablement for SMU 13.0.4/11 From Tim Huang 91ef43f6b65b5aea03e71d70bb510efc61637ff6 in linux-6.1.y/6.1.11 1538709c9f1c207d30afd95ea41b3aeb973f67e7 in mainline linux |
date | 2023-02-10T14:46:26Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c | log | diff | annotate |
message |
drm/amdgpu: update wave data type to 3 for gfx11 From Graham Sider 86dbbc8f6ba705b82c0e6daf5c2fed993665dc1a in linux-6.1.y/6.1.11 ed8e793c65e4c6633e8577e40d574da8a56d2e0f in mainline linux |