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
/
drm_linux.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename our kunmap() to kunmap_va()
jsg
2020-06-14
1
-2
/
+2
*
update drm to linux 5.7
jsg
2020-06-08
1
-8
/
+274
*
kthread_park() and kthread_stop() don't need PCATCH the linux API does
claudio
2020-03-15
1
-4
/
+4
*
Release mutex before calling sleep_setup_signal() since this may stop
kettenis
2020-03-06
1
-2
/
+3
*
Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.
mpi
2020-01-16
1
-14
/
+2
*
Constify instances of struct fileops.
visa
2020-01-05
1
-2
/
+2
*
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
2019-12-30
1
-5
/
+6
*
implement unregister_shrinker()
jsg
2019-12-26
1
-1
/
+7
*
Hook up the shrinker for inteldrm(4). This is a "light" version that only
kettenis
2019-12-25
1
-1
/
+26
*
Move kernel locking inside the sleep machinery. This enables calling
visa
2019-11-30
1
-2
/
+2
*
Use baseboard specific vendor, product and serial strings for DMI_BOARD_*
jsg
2019-10-23
1
-4
/
+32
*
Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionally
kettenis
2019-08-27
1
-3
/
+12
*
Implement a few Linux compat ACPI interfaces and enable the ACPI support
kettenis
2019-08-18
1
-1
/
+128
*
Allow concurrent reads of the f_offset field of struct file by
anton
2019-08-05
1
-2
/
+5
*
put smbios date access under NBIOS > 0 instead of CONFIG_DMI
jsg
2019-07-15
1
-3
/
+7
*
Add dmi functions used by drm_panel_orientation_quirks.c and enable
jsg
2019-07-15
1
-1
/
+29
*
Revert anton@ changes about read/write unlocking
solene
2019-07-12
1
-4
/
+2
*
Make read/write of the f_offset field belonging to struct file MP-safe;
anton
2019-07-10
1
-2
/
+4
*
Implement Linux kthread interfaces.
kettenis
2019-07-10
1
-1
/
+122
*
Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb()
jsg
2019-07-09
1
-2
/
+2
*
add dma_fence_wait_any_timeout() required for parts of amdgpu
jsg
2019-07-09
1
-8
/
+89
*
Use multi-threaded task queues to prevent deadlocks in the case where a
kettenis
2019-07-05
1
-4
/
+4
*
Let drm(4) allocate memory without constraints if the hardware supports
kettenis
2019-06-09
1
-3
/
+6
*
Move a function used as a callback out of a header so there will only be
jsg
2019-06-04
1
-1
/
+61
*
implement dma_fence_array
jsg
2019-05-11
1
-1
/
+106
*
Fix idr_get_next() such that idr_for_each_entry() actually works.
kettenis
2019-05-10
1
-10
/
+9
*
Linux code expects to find struct file in fs.h so include sys/file.h
jsg
2019-04-23
1
-2
/
+1
*
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
jsg
2019-04-14
1
-46
/
+367
*
Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crash
kettenis
2018-09-11
1
-1
/
+4
*
Use __HAVE_ACPI to decide whether ACPI support should be considered.
kettenis
2018-08-25
1
-2
/
+2
*
Reorder checks in the read/write(2) family of syscalls to prepare making
mpi
2018-08-20
1
-3
/
+3
*
Make fnew() return a new file with only one reference. This makes
visa
2018-08-20
1
-2
/
+1
*
Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This prevents
visa
2018-08-15
1
-1
/
+3
*
Drop reference to dmabuf "file" as fnew() returns one that has two
kettenis
2018-08-12
1
-1
/
+2
*
Add a new so_seek member to "struct file" such that we can have seekable
kettenis
2018-07-03
1
-2
/
+27
*
Use fnew() to allocate a struct file. Simplifies the code.
kettenis
2018-07-01
1
-11
/
+4
*
Implement DRI3/prime support. This allows graphics buffers to be passed
kettenis
2018-06-25
1
-1
/
+154
*
update ttm and radeondrm(4) to Linux 4.4.129
jsg
2018-04-25
1
-2
/
+14
*
oops, snapshot tests not ready yet
deraadt
2018-04-20
1
-14
/
+2
*
sync
deraadt
2018-04-20
1
-2
/
+14
*
add dmi_match() and change dmi_found() to use it
jsg
2018-01-31
1
-20
/
+34
*
add i2c_bit_add_bus()
jsg
2018-01-30
1
-1
/
+10
*
Switch the inteldrm(4) i2c code over to the Linux code base. This gives us
kettenis
2018-01-15
1
-7
/
+38
*
add kqueue support to drm(4) by making the drm_sysfs_hotplug_event()
robert
2018-01-13
1
-1
/
+8
*
Constrain alloc_pages() to the dma_constraint range. Avoids a
jsg
2018-01-12
1
-3
/
+3
*
Add a "Backlight" property to connectors with an associated backlight
kettenis
2017-07-12
1
-1
/
+15
*
Fix native/raw backlight support in inteldrm(4).
kettenis
2017-07-05
1
-1
/
+21
*
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
kettenis
2017-07-01
1
-1
/
+248
*
all pools have their ipl set via pool_setipl, so fold it into pool_init.
dlg
2016-09-15
1
-3
/
+2
*
Return -ENOSPC if idr_alloc() fails to allocate an unused id instead of
kettenis
2016-04-07
1
-2
/
+7
[next]