OpenBSD cvs log

created 2018-11-29T14:03:39Z
begin 2018-04-20T00:00:00Z
end 2018-04-21T00:00:00Z
path src/sys
commits 16

date 2018-04-20T04:34:11Z
author dlg
files src/sys/dev/pci/pcidevs log diff annotate
message add and update amd cryptographic co-processor devices

date 2018-04-20T04:34:34Z
author dlg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2018-04-20T04:37:21Z
author dlg
files src/sys/conf/files log diff annotate
src/sys/dev/fdt/ccp_fdt.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/ic/ccp.c log diff annotate
src/sys/dev/ic/ccpvar.h log diff annotate
src/sys/dev/pci/ccp_pci.c log diff annotate
src/sys/dev/pci/files.pci log diff annotate
message add a small driver for AMDs cryptographic co processor.

the hardware provides crypto offload, zlib offload, and an rng.
this code only supports the rng at the moment.

this device is present on their amd seatlle platforms, and very
present on their epyc stuff.

ok kettenis@ jmatthew@

date 2018-04-20T04:38:47Z
author dlg
files src/sys/arch/arm64/conf/GENERIC log diff annotate
message enable ccp(4) as found on amd seattle platforms, eg, overdrive 1000s

ok kettenis@ jmatthew@

date 2018-04-20T04:39:37Z
author dlg
files src/sys/arch/amd64/conf/GENERIC log diff annotate
message enable ccp(4) as found on recent amd chips

date 2018-04-20T07:27:54Z
author mlarkin
files src/sys/arch/alpha/alpha/pmap.c log diff annotate
src/sys/arch/amd64/amd64/cpu.c log diff annotate
src/sys/arch/amd64/amd64/lapic.c log diff annotate
src/sys/arch/amd64/include/pmap.h log diff annotate
src/sys/arch/i386/i386/cpu.c log diff annotate
src/sys/arch/i386/i386/lapic.c log diff annotate
src/sys/arch/i386/i386/pmap.c log diff annotate
src/sys/arch/i386/i386/pmapae.c log diff annotate
message grammar fixes PTE's -> PTEs

ok guenther, jmc, tom, millert, deraadt

date 2018-04-20T09:40:36Z
author jmatthew
files src/sys/net80211/ieee80211.c log diff annotate
message remove the background scan timeout on detach, so we don't crash shortly
afterwards.

crash reported by Piotr Isajew
ok stsp@

date 2018-04-20T14:08:12Z
author visa
files src/sys/arch/loongson/loongson/autoconf.c log diff annotate
src/sys/arch/loongson/loongson/machdep.c log diff annotate
src/sys/arch/loongson/stand/boot/conf.c log diff annotate
src/sys/arch/loongson/stand/boot/dev.c log diff annotate
message Make loongson bootblocks use disklabel duid instead of PMON device name
when indicating the boot device to the kernel. This should reduce
ambiguity in root device selection.

date 2018-04-20T14:36:42Z
author visa
files src/sys/arch/loongson/loongson/pmon32.S log diff annotate
src/sys/arch/loongson/stand/boot/start.S log diff annotate
message Add a workaround that lets loongson bootblocks work with PMON that
uses the O32 calling convention. Such firmware comes at least on some
Loongson 3A development boards. This differs from the LS2F-based
machines made by Lemote whose PMON uses the GCC O64 calling convention.

date 2018-04-20T16:06:04Z
author deraadt
files src/sys/arch/amd64/amd64/efifb.c log diff annotate
src/sys/arch/amd64/amd64/mainbus.c log diff annotate
src/sys/arch/amd64/include/efifbvar.h log diff annotate
message sync

date 2018-04-20T16:06:05Z
author deraadt
files src/sys/dev/pci/drm/drm_cache.c log diff annotate
src/sys/dev/pci/drm/drm_cache.h log diff annotate
src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/dev/pci/drm/drm_linux.h log diff annotate
src/sys/dev/pci/drm/drm_linux_rbtree.h log diff annotate
src/sys/dev/pci/drm/drm_pciids.h log diff annotate
src/sys/dev/pci/drm/files.drm log diff annotate
src/sys/dev/pci/drm/radeon_drm.h log diff annotate
src/sys/dev/pci/drm/i915/i915_drv.c log diff annotate
src/sys/dev/pci/drm/i915/intel_i2c.c log diff annotate
src/sys/dev/pci/drm/i915/intel_sprite.c log diff annotate
src/sys/dev/pci/drm/radeon/ObjectID.h log diff annotate
src/sys/dev/pci/drm/radeon/atom-bits.h log diff annotate
src/sys/dev/pci/drm/radeon/atom-names.h log diff annotate
src/sys/dev/pci/drm/radeon/atom-types.h log diff annotate
src/sys/dev/pci/drm/radeon/atom.c log diff annotate
src/sys/dev/pci/drm/radeon/atom.h log diff annotate
src/sys/dev/pci/drm/radeon/atombios.h log diff annotate
src/sys/dev/pci/drm/radeon/atombios_crtc.c log diff annotate
src/sys/dev/pci/drm/radeon/atombios_dp.c log diff annotate
src/sys/dev/pci/drm/radeon/atombios_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/atombios_i2c.c log diff annotate
src/sys/dev/pci/drm/radeon/avivod.h log diff annotate
src/sys/dev/pci/drm/radeon/cayman_blit_shaders.c log diff annotate
src/sys/dev/pci/drm/radeon/cayman_blit_shaders.h log diff annotate
message sync

date 2018-04-20T16:06:06Z
author deraadt
files src/sys/dev/pci/drm/radeon/evergreen.c log diff annotate
src/sys/dev/pci/drm/radeon/Attic/evergreen_blit_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_blit_shaders.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_blit_shaders.h log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_hdmi.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/evergreend.h log diff annotate
src/sys/dev/pci/drm/radeon/mkregtable.c log diff annotate
src/sys/dev/pci/drm/radeon/ni.c log diff annotate
src/sys/dev/pci/drm/radeon/ni_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/nid.h log diff annotate
src/sys/dev/pci/drm/radeon/r100.c log diff annotate
src/sys/dev/pci/drm/radeon/r100_track.h log diff annotate
src/sys/dev/pci/drm/radeon/r100d.h log diff annotate
src/sys/dev/pci/drm/radeon/r200.c log diff annotate
src/sys/dev/pci/drm/radeon/r300.c log diff annotate
src/sys/dev/pci/drm/radeon/r300_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/r300d.h log diff annotate
src/sys/dev/pci/drm/radeon/r420.c log diff annotate
src/sys/dev/pci/drm/radeon/r420d.h log diff annotate
src/sys/dev/pci/drm/radeon/r500_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/r520.c log diff annotate
src/sys/dev/pci/drm/radeon/r520d.h log diff annotate
src/sys/dev/pci/drm/radeon/r600.c log diff annotate
src/sys/dev/pci/drm/radeon/Attic/r600_audio.c log diff annotate
src/sys/dev/pci/drm/radeon/Attic/r600_blit_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_blit_shaders.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_blit_shaders.h log diff annotate
src/sys/dev/pci/drm/radeon/r600_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_hdmi.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/r600d.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_acpi.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_acpi.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_agp.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_asic.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_asic.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_atombios.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_benchmark.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_bios.c log diff annotate
src/sys/dev/pci/drm/radeon/Attic/radeon_blit_common.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_clocks.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_combios.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_connectors.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_cursor.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_device.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_devlist.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_display.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_family.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_fb.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_fence.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_gart.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_gem.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_i2c.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_irq_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_legacy_crtc.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_legacy_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_legacy_tv.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_mode.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_object.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_object.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_pm.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_prime.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_ring.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_sa.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_semaphore.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_test.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_trace.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_trace_points.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_ttm.c log diff annotate
src/sys/dev/pci/drm/radeon/rs100d.h log diff annotate
src/sys/dev/pci/drm/radeon/rs400.c log diff annotate
src/sys/dev/pci/drm/radeon/rs400d.h log diff annotate
src/sys/dev/pci/drm/radeon/rs600.c log diff annotate
src/sys/dev/pci/drm/radeon/rs600d.h log diff annotate
src/sys/dev/pci/drm/radeon/rs690.c log diff annotate
src/sys/dev/pci/drm/radeon/rs690d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv200d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv250d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv350d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv515.c log diff annotate
src/sys/dev/pci/drm/radeon/rv515d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv770.c log diff annotate
src/sys/dev/pci/drm/radeon/rv770d.h log diff annotate
src/sys/dev/pci/drm/radeon/si.c log diff annotate
message sync

date 2018-04-20T16:06:07Z
author deraadt
files src/sys/dev/pci/drm/radeon/si_blit_shaders.c log diff annotate
src/sys/dev/pci/drm/radeon/si_blit_shaders.h log diff annotate
src/sys/dev/pci/drm/radeon/si_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/sid.h log diff annotate
src/sys/dev/pci/drm/radeon/reg_srcs/cayman log diff annotate
src/sys/dev/pci/drm/radeon/reg_srcs/evergreen log diff annotate
src/sys/dev/pci/drm/ttm/ttm_agp_backend.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_api.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_driver.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_manager.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_util.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_vm.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_execbuf_util.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_execbuf_util.h log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_lock.c log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_lock.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_memory.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_memory.h log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_module.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_module.h log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_object.c log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_object.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_page_alloc.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_page_alloc.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_placement.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_tt.c log diff annotate
src/sys/dev/rasops/rasops.c log diff annotate
src/sys/dev/rasops/rasops.h log diff annotate
message sync

date 2018-04-20T16:09:36Z
author deraadt
files src/sys/arch/amd64/amd64/efifb.c log diff annotate
src/sys/arch/amd64/amd64/mainbus.c log diff annotate
src/sys/arch/amd64/include/efifbvar.h log diff annotate
src/sys/dev/pci/drm/drm_cache.c log diff annotate
src/sys/dev/pci/drm/drm_cache.h log diff annotate
src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/dev/pci/drm/drm_linux.h log diff annotate
src/sys/dev/pci/drm/drm_linux_rbtree.h log diff annotate
src/sys/dev/pci/drm/drm_pciids.h log diff annotate
src/sys/dev/pci/drm/files.drm log diff annotate
src/sys/dev/pci/drm/radeon_drm.h log diff annotate
src/sys/dev/pci/drm/i915/i915_drv.c log diff annotate
src/sys/dev/pci/drm/i915/intel_i2c.c log diff annotate
src/sys/dev/pci/drm/i915/intel_sprite.c log diff annotate
src/sys/dev/pci/drm/radeon/ObjectID.h log diff annotate
src/sys/dev/pci/drm/radeon/atom-bits.h log diff annotate
src/sys/dev/pci/drm/radeon/atom-names.h log diff annotate
src/sys/dev/pci/drm/radeon/atom-types.h log diff annotate
src/sys/dev/pci/drm/radeon/atom.c log diff annotate
src/sys/dev/pci/drm/radeon/atom.h log diff annotate
src/sys/dev/pci/drm/radeon/atombios.h log diff annotate
src/sys/dev/pci/drm/radeon/atombios_crtc.c log diff annotate
src/sys/dev/pci/drm/radeon/atombios_dp.c log diff annotate
src/sys/dev/pci/drm/radeon/atombios_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/atombios_i2c.c log diff annotate
src/sys/dev/pci/drm/radeon/avivod.h log diff annotate
src/sys/dev/pci/drm/radeon/cayman_blit_shaders.c log diff annotate
src/sys/dev/pci/drm/radeon/cayman_blit_shaders.h log diff annotate
src/sys/dev/pci/drm/radeon/evergreen.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_blit_shaders.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_blit_shaders.h log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_hdmi.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/evergreend.h log diff annotate
src/sys/dev/pci/drm/radeon/mkregtable.c log diff annotate
src/sys/dev/pci/drm/radeon/ni.c log diff annotate
src/sys/dev/pci/drm/radeon/ni_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/nid.h log diff annotate
src/sys/dev/pci/drm/radeon/r100.c log diff annotate
src/sys/dev/pci/drm/radeon/r100_track.h log diff annotate
src/sys/dev/pci/drm/radeon/r100d.h log diff annotate
src/sys/dev/pci/drm/radeon/r200.c log diff annotate
src/sys/dev/pci/drm/radeon/r300.c log diff annotate
src/sys/dev/pci/drm/radeon/r300_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/r300d.h log diff annotate
src/sys/dev/pci/drm/radeon/r420.c log diff annotate
src/sys/dev/pci/drm/radeon/r420d.h log diff annotate
src/sys/dev/pci/drm/radeon/r500_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/r520.c log diff annotate
src/sys/dev/pci/drm/radeon/r520d.h log diff annotate
src/sys/dev/pci/drm/radeon/r600.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_blit_shaders.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_blit_shaders.h log diff annotate
message oops, snapshot tests not ready yet

date 2018-04-20T16:09:37Z
author deraadt
files src/sys/dev/pci/drm/radeon/r600_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_hdmi.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/r600d.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_acpi.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_acpi.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_agp.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_asic.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_asic.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_atombios.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_benchmark.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_bios.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_clocks.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_combios.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_connectors.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_cursor.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_device.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_devlist.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_display.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_family.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_fb.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_fence.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_gart.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_gem.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_i2c.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_irq_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_legacy_crtc.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_legacy_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_legacy_tv.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_mode.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_object.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_object.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_pm.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_prime.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_ring.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_sa.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_semaphore.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_test.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_trace.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_trace_points.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_ttm.c log diff annotate
src/sys/dev/pci/drm/radeon/rs100d.h log diff annotate
src/sys/dev/pci/drm/radeon/rs400.c log diff annotate
src/sys/dev/pci/drm/radeon/rs400d.h log diff annotate
src/sys/dev/pci/drm/radeon/rs600.c log diff annotate
src/sys/dev/pci/drm/radeon/rs600d.h log diff annotate
src/sys/dev/pci/drm/radeon/rs690.c log diff annotate
src/sys/dev/pci/drm/radeon/rs690d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv200d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv250d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv350d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv515.c log diff annotate
src/sys/dev/pci/drm/radeon/rv515d.h log diff annotate
src/sys/dev/pci/drm/radeon/rv770.c log diff annotate
src/sys/dev/pci/drm/radeon/rv770d.h log diff annotate
src/sys/dev/pci/drm/radeon/si.c log diff annotate
src/sys/dev/pci/drm/radeon/si_blit_shaders.c log diff annotate
src/sys/dev/pci/drm/radeon/si_blit_shaders.h log diff annotate
src/sys/dev/pci/drm/radeon/si_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/sid.h log diff annotate
src/sys/dev/pci/drm/radeon/reg_srcs/cayman log diff annotate
src/sys/dev/pci/drm/radeon/reg_srcs/evergreen log diff annotate
src/sys/dev/pci/drm/ttm/ttm_agp_backend.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_api.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_driver.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_manager.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_util.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_vm.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_execbuf_util.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_execbuf_util.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_memory.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_memory.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_module.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_page_alloc.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_page_alloc.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_placement.h log diff annotate
src/sys/dev/pci/drm/ttm/ttm_tt.c log diff annotate
src/sys/dev/rasops/rasops.c log diff annotate
src/sys/dev/rasops/rasops.h log diff annotate
message oops, snapshot tests not ready yet

date 2018-04-20T21:12:50Z
author naddy
files src/sys/dev/pci/drm/radeon/Attic/evergreen_blit_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/Attic/r600_audio.c log diff annotate
src/sys/dev/pci/drm/radeon/Attic/r600_blit_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/Attic/radeon_blit_common.h log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_lock.c log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_lock.h log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_module.c log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_object.c log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_object.h log diff annotate
message revert to 2018/04/20 10:00:00, before oops