index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
radeon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add barriers in the IO helper functions just like what was done for amdgpu(4).
kettenis
2020-11-21
1
-6
/
+22
*
Silence "using MMIO for ATOM IIO" error message, since that is normal on
kettenis
2020-10-29
1
-0
/
+2
*
Use the function from <linux/io.h> for all "Memory Space" IO. This reduces
kettenis
2020-10-28
5
-24
/
+21
*
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
kettenis
2020-10-25
1
-9
/
+6
*
change drm_vma function arguments to take struct drm_file *
jsg
2020-10-21
1
-1
/
+2
*
don't print pci ids when radeondrm attaches
jsg
2020-10-15
1
-1
/
+2
*
Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlled
mglocker
2020-09-15
1
-0
/
+9
*
bring back local #undef DEBUG changes lost in drm 5.7 update
jsg
2020-08-27
1
-0
/
+4
*
drm/radeon: fix array out-of-bounds read and write issues
jsg
2020-08-22
1
-1
/
+1
*
drm/radeon: disable AGP by default
jsg
2020-08-22
1
-5
/
+0
*
drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync
jsg
2020-08-22
3
-3
/
+9
*
skip trying to read disabled bios on RV610
jsg
2020-08-12
1
-0
/
+10
*
drm/radeon: fix double free
jsg
2020-07-16
1
-4
/
+3
*
drm/radeon: fix fb_div check in ni_init_smc_spll_table()
jsg
2020-07-02
1
-1
/
+1
*
remove now unused var
jsg
2020-06-29
1
-1
/
+0
*
set fb_set_par and have register_framebuffer() do initial modeset
jsg
2020-06-28
2
-4
/
+5
*
update drm to linux 5.7
jsg
2020-06-08
123
-2771
/
+1374
*
change wsdisplay attribute type from long to uint32_t
jsg
2020-05-25
1
-3
/
+3
*
rename wsdisplay alloc_attr() to pack_attr()
jsg
2020-05-25
1
-1
/
+1
*
Fix loop condition in sparc64-specific radeondrm_setcolor()
jca
2020-04-14
1
-2
/
+2
*
radeon: insert 10ms sleep in dce5_crtc_load_lut
jsg
2020-02-27
1
-0
/
+2
*
drm/radeon: fix bad DMA from INTERRUPT_CNTL2
jsg
2020-01-28
3
-6
/
+6
*
WSDISPLAYIO_GTYPE is u_int not int
jsg
2019-12-25
1
-1
/
+1
*
drm/radeon: fix r1xx/r2xx register checker for POT textures
jsg
2019-12-22
2
-4
/
+4
*
drm/radeon: fix si_enable_smc_cac() failed issue
jsg
2019-11-13
1
-0
/
+1
*
Revert "drm/radeon: Fix EEH during kexec"
jsg
2019-10-30
1
-8
/
+0
*
drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed
jsg
2019-10-13
2
-25
/
+31
*
gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector_set_property()
jsg
2019-10-08
1
-1
/
+1
*
drm/radeon: Fix EEH during kexec
jsg
2019-10-08
1
-0
/
+8
*
define CONFIG_X86* in autoconf.h as needed and reduce diff to linux
jsg
2019-08-19
2
-3
/
+3
*
Implement a few Linux compat ACPI interfaces and enable the ACPI support
kettenis
2019-08-18
1
-8
/
+0
*
drm/radeon: prefer lower reference dividers
jsg
2019-06-11
1
-2
/
+2
*
remove duplicate page table
jsg
2019-05-31
1
-18
/
+0
*
Silence "Uunable to acquire AGP" message since we don't support AGP on all
kettenis
2019-05-04
1
-0
/
+2
*
Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)
kettenis
2019-05-04
2
-11
/
+19
*
Adapt radeondrm_detach_kms() to struct drm_device being split from
jsg
2019-04-20
1
-1
/
+1
*
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
jsg
2019-04-14
130
-8425
/
+5021
*
Correct access to doorbell. In radeondrm this is only present and used
jsg
2019-04-03
1
-2
/
+2
*
Use efifb_stolen() to prevent radeondrm from using aperture memory
jsg
2019-01-10
1
-1
/
+16
*
Add back part of the changes to takeover the firmware framebuffer on
jsg
2018-11-14
1
-0
/
+23
*
Setup radeondrm burner task. Missed when updating to linux 4.4.
jsg
2018-11-14
1
-0
/
+5
*
Add SPDX-License-Identifier tags from linux git master to drm files
jsg
2018-11-01
6
-0
/
+6
*
drm/drivers: add support for using the arch wc mapping API.
jsg
2018-09-13
1
-0
/
+7
*
Add an interface that allows drivers to claim a framebuffer and check
kettenis
2018-08-27
1
-0
/
+5
*
Use __HAVE_ACPI to decide whether ACPI support should be considered.
kettenis
2018-08-25
1
-1
/
+4
*
Allocate framebuffer PCI BAR if left uninitialized by firmware.
kettenis
2018-08-24
1
-0
/
+20
*
drm/radeon: fix mode_valid's return type
jsg
2018-08-20
1
-5
/
+5
*
Implement DRI3/prime support. This allows graphics buffers to be passed
kettenis
2018-06-25
2
-1
/
+7
*
Add back a local change to prevent interrupt handlers claiming an
jsg
2018-05-23
4
-0
/
+8
*
use rasops scrollback with radeondrm as well
jsg
2018-05-03
1
-0
/
+1
[next]