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
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-20
remove warning about amdgpu userptr ioctl being unimplemented
jsg
1
-1
/
+0
2020-11-19
The conversion of the IO BAR access did not completely mirror the
patrick
1
-6
/
+22
2020-10-28
Switch from bus_space_read/write to linux io.h interfaces for all
jsg
6
-71
/
+30
2020-10-26
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
kettenis
1
-14
/
+7
2020-10-21
handle capable(CAP_SYS_NICE) for allowing high priority contexts
jsg
1
-2
/
+0
2020-10-21
change drm_vma function arguments to take struct drm_file *
jsg
1
-1
/
+2
2020-10-15
consistently use dev_info() for sos fw version messages
jsg
2
-2
/
+2
2020-10-15
don't print pci ids when amdgpu attaches
jsg
1
-1
/
+22
2020-10-15
drm/amdgpu: move gpu_info parsing after common early init
jsg
1
-4
/
+4
2020-10-15
drm/amdgpu: move discovery gfx config fetching
jsg
1
-4
/
+3
2020-10-11
Align pool items on CACHELINESIZE when replacing linux kmem_cache with
jsg
2
-2
/
+2
2020-09-04
drm/amdgpu: Fix buffer overflow in INFO ioctl
jsg
1
-0
/
+4
2020-08-27
bring back local #undef DEBUG changes lost in drm 5.7 update
jsg
1
-0
/
+4
2020-08-22
drm/amdgpu: fix ordering of psp suspend
jsg
1
-4
/
+4
2020-08-22
drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idle
jsg
1
-1
/
+1
2020-08-22
drm/amdgpu: use the unlocked drm_gem_object_put
jsg
1
-1
/
+1
2020-08-22
drm/amdgpu: avoid dereferencing a NULL pointer
jsg
1
-7
/
+12
2020-08-05
drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
jsg
1
-1
/
+2
2020-08-05
Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
jsg
1
-3
/
+6
2020-07-29
drm/amdgpu: Fix NULL dereference in dpm sysfs handlers
jsg
1
-6
/
+3
2020-07-29
drm/amdgpu: fix preemption unit test
jsg
1
-5
/
+15
2020-07-29
drm/amdgpu/gfx10: fix race condition for kiq
jsg
1
-1
/
+8
2020-07-23
drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()
jsg
1
-18
/
+8
2020-07-16
drm/amdgpu: asd function needs to be unloaded in suspend phase
jsg
1
-0
/
+6
2020-07-16
drm/amdgpu: add TMR destory function for psp
jsg
1
-4
/
+53
2020-07-16
drm/amdgpu: don't do soft recovery if gpu_recovery=0
jsg
1
-1
/
+2
2020-07-13
change some drm locks from IPL_TTY to IPL_NONE
jsg
6
-7
/
+7
2020-07-09
drm/amdgpu/atomfirmware: fix vram_info fetching for renoir
jsg
1
-0
/
+1
2020-07-09
drm/amdgpu: use %u rather than %d for sclk/mclk
jsg
1
-2
/
+2
2020-07-09
drm/amdgpu: fix kernel page fault issue by ras recovery on sGPU
jsg
1
-2
/
+3
2020-07-09
drm/amdgpu: fix non-pointer dereference for non-RAS supported
jsg
1
-2
/
+2
2020-07-09
drm/amdgpu: disable ras query and iject during gpu reset
jsg
3
-3
/
+28
2020-07-02
drm/amdgpu: add fw release for sdma v5_0
jsg
1
-1
/
+5
2020-06-29
remove now unused var
jsg
1
-1
/
+0
2020-06-28
set fb_set_par and have register_framebuffer() do initial modeset
jsg
2
-6
/
+4
2020-06-22
drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode
jsg
1
-2
/
+9
2020-06-22
drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and raven
jsg
1
-0
/
+9
2020-06-22
drm/amdgpu: Init data to avoid oops while reading pp_num_states.
jsg
1
-1
/
+4
2020-06-22
drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4
jsg
1
-18
/
+25
2020-06-12
Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs is
kettenis
1
-24
/
+2
2020-06-12
Make amdgpu_irq_add_domain silent; this functionality is only needed to
kettenis
1
-4
/
+2
2020-06-08
update drm to linux 5.7
jsg
269
-23319
/
+68534
2020-05-25
change wsdisplay attribute type from long to uint32_t
jsg
1
-3
/
+3
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
jsg
1
-1
/
+1
2020-05-15
drm/amdgpu: Change VCE booting with firmware loaded by PSP
jsg
1
-4
/
+9
2020-05-15
drm/amdgpu:change VEGA booting with firmware loaded by PSP
jsg
1
-4
/
+5
2020-05-11
drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event
jsg
1
-1
/
+2
2020-04-15
drm/amdgpu: fix typo for vcn1 idle check
jsg
1
-1
/
+1
2020-03-26
drm/amd/amdgpu: Fix GPR read from debugfs (v2)
jsg
1
-3
/
+3
2020-03-21
drm/amd/display: remove duplicated assignment to grph_obj_type
jsg
1
-2
/
+1
[next]