summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportkettenis1-14/+7
2020-10-26Improve I/O functions to match Linux:kettenis1-9/+100
2020-10-26remove unused alpha memory barrier definesjsg1-5/+1
2020-10-26use __membar() where possiblejsg1-9/+9
2020-10-26use lwsync and eieio for smp barriers on powerpcjsg1-4/+11
2020-10-25Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportkettenis1-9/+6
2020-10-25Add firmload attribute to drivers that load firmware.kettenis1-4/+4
2020-10-25syncphessler2-4/+9
2020-10-25add my new graphics tablet, not yet workingphessler1-1/+2
2020-10-25Unbreak brightness setting on MacBooks introduced by abl(4).mglocker1-1/+7
2020-10-25enable snooping on more Intel devicesjsg1-4/+14
2020-10-25regenjsg2-7/+27
2020-10-25add more Intel azalia idsjsg1-3/+7
2020-10-25enable snooping on more AMD devicesjsg1-1/+5
2020-10-25use pci macros when testing subvendor id for idt codecsjsg1-10/+6
2020-10-25recognise some more realtek codecs found in submitted dmesgsjsg1-1/+69
2020-10-24add entry for realtek alc3204/236;jmc1-1/+9
2020-10-231. Work around a firmware bug of some Elantech-v1 touchpads.bru1-7/+20
2020-10-23Subtract threshold from absolute position to allow absolute pointertobhe1-3/+3
2020-10-23Add support for the Micro Crystal RV4162. This variant holds thepatrick2-4/+7
2020-10-23Don't panic on curlen == 0. This DIAGNOSTIC code should have been removedmglocker1-5/+1
2020-10-22add support for AMD 17h/3xh HD Audio and the ALC887 codecrobert4-2/+12
2020-10-22Switch away from splsoftnet() and change the code to splnet().claudio1-7/+7
2020-10-22Do not write unneeded data into the iwx(4) MAC context removal command.stsp1-1/+9
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsjsg3-9/+10
2020-10-21Constify and use C99 initializer for "struct uvm_pagerops".mpi2-7/+6
2020-10-21change drm_vma function arguments to take struct drm_file *jsg7-17/+19
2020-10-20use drm_mm from linux 5.7.yjsg7-492/+496
2020-10-18Fix several bugs in the TTM page fault handler and porperly integrate all thekettenis1-89/+193
2020-10-17regenmglocker2-4/+9
2020-10-17Add Logitech Webcam Pro 9000.mglocker1-1/+2
2020-10-17Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()semarie1-1/+3
2020-10-16remove uneeded pool.h includejsg1-1/+0
2020-10-16implement linux interval tree functionsjsg3-37/+68
2020-10-15Ensure resid is correctly set in the INQUIRY case.krw1-0/+1
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callkrw6-15/+17
2020-10-15Nuke commented out variable declaration.krw1-2/+1
2020-10-15consistently use dev_info() for sos fw version messagesjsg2-2/+2
2020-10-15don't print pci ids when radeondrm attachesjsg1-1/+2
2020-10-15don't print pci ids when amdgpu attachesjsg1-1/+22
2020-10-15drm/amdgpu: move gpu_info parsing after common early initjsg1-4/+4
2020-10-15drm/amdgpu: move discovery gfx config fetchingjsg1-4/+3
2020-10-15Replace sr_copy_internal_data() with scsi_copy_internal_data().krw1-20/+4
2020-10-15Replace local *_copy_internal_data() with scsi_copy_internal_data().krw5-108/+20
2020-10-14regenjsg2-21/+16
2020-10-14don't match on 17ef:3083 in ure(4)jsg2-12/+10
2020-10-14remove unused locally added drm_driver struct membersjsg2-7/+0
2020-10-14don't multiply ticks by hz when result is compared to jiffiesjsg1-1/+1
2020-10-14Add an interrupt barrier in bnxt_down() and check if the interface isjmatthew1-2/+10
2020-10-13move ifdef to make it clear we don't use __create_shmem()jsg1-6/+2