summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-01-27drm/dp: Don't read back backlight mode in drm_edp_backlight_enable()Jonathan Gray
2022-01-27drm: fix null-ptr-deref in drm_dev_init_release()Jonathan Gray
2022-01-27drm/ttm: Put BO in its memory manager's lru listJonathan Gray
2022-01-27Cast to unsigned integer before overflow can happen.Alexander Bluhm
2022-01-27cad(4): Disable unused priority queuesVisa Hankala
2022-01-27drop some local changes in an unused functionJonathan Gray
2022-01-27raise sched_engine lock mtx ipl to IPL_TTYJonathan Gray
2022-01-27raise mm obj_lock mtx ipl to IPL_TTYJonathan Gray
2022-01-27use process name for both thread and process nameJonathan Gray
2022-01-26An ACPI device needs to be both present and enabled for it to function.Mark Kettenis
2022-01-26shrink uca.ibufsize from UCHCOMIBUFSIZE to wMaxPacketSize of bulk-in pipeSASANO Takayoshi
2022-01-26Make vmm(4/amd64) tracepoints amd64-onlyKlemens Nanni
2022-01-26Rework initialization of sensors on device connect.Anton Lindqvist
2022-01-26implement might_alloc() using assertwaitok()Jonathan Gray
2022-01-26reduce diff to linux ggtt_probe_common()Jonathan Gray
2022-01-25reduce diff to linux shmem_create_from_object()Jonathan Gray
2022-01-25reduce diff to linux vm_fault_cpu()Jonathan Gray
2022-01-25Use unguarded loads in stack trace savingVisa Hankala
2022-01-25Preserve pcb_onfault in kdbpeek() and kdbpoke()Visa Hankala
2022-01-25Capture a repeated pattern into sysctl_securelevel_int functionGreg Steuck
2022-01-24An af-to pf rule must have an address family naf to use afterAlexander Bluhm
2022-01-24sync dma-resv with linux-5.15.yJonathan Gray
2022-01-23move uao_reference() call before uvm_map()Jonathan Gray
2022-01-23Define all TCP TF_ flags as unsigned numbers. They are stored inAlexander Bluhm
2022-01-21release mtx before pool_get() in __xa_alloc()/__xa_store() whenJonathan Gray
2022-01-21Limit unwinder symbol search to FUNC symbolsVisa Hankala
2022-01-21Fix and re-enable active scans on iwm(4) and iwx(4).Stefan Sperling
2022-01-21Enable dt(4)Klemens Nanni
2022-01-21Fix NULL dereference which allows user programs to read partsTobias Heider
2022-01-21sync kfd_ioctl.h with linux 5.15Jonathan Gray
2022-01-21move media-bus-format.h to match comment in drm_connector.cJonathan Gray
2022-01-20pfkey import_flow() must do the NULL check before doing pointerAlexander Bluhm
2022-01-20snprintf(9) allows NULL string if size is 0. But doing NULL pointerAlexander Bluhm
2022-01-20Don't return uninitialized stack memory on copyin() error.Tobias Heider
2022-01-20regenJonathan Gray
2022-01-20add Tiger Lake H idsJonathan Gray
2022-01-20Shifting signed integers left by 31 is undefined behavior in C.Alexander Bluhm
2022-01-20drm/amd/display: explicitly set is_dsc_supported to false before useJonathan Gray
2022-01-20dt: Add frame skip parameters for octeonVisa Hankala
2022-01-20xa_pool is protected by xa_lock mtx so drop pool ipl to IPL_NONEJonathan Gray
2022-01-20initial support for drm sync files, fences associated with fileJonathan Gray
2022-01-19Only invoke the underlying cpuid instruction if the real CPU might supportPhilip Guenther
2022-01-19On SDHC version 3.0 controllers the divisor doesn't have to be a powerPatrick Wildt
2022-01-19Grab the kernel lock in uvm_wxcheck() when aborting the processKlemens Nanni
2022-01-19Remove temporary verbose logging.Anton Lindqvist
2022-01-19go back to rev 1.5 of irq_work.h with tasks on system_wqJonathan Gray
2022-01-19no longer need to disable -Wtautological-compare andJonathan Gray
2022-01-19move some unused functions under ifdefJonathan Gray
2022-01-19Comment out an incorrect lock assertion.Martin Pieuchot
2022-01-19__always_inline needs the inline keyword as well as the attributeJonathan Gray