index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
padata: Fix possible divide-by-0 panic in padata_mt_helper()
Waiman Long
1
-0
/
+7
2024-08-07
mailmap: update entry for David Heidelberg
David Heidelberg
1
-0
/
+1
2024-08-07
memcg: protect concurrent access to mem_cgroup_idr
Shakeel Butt
1
-2
/
+20
2024-08-07
mm: shmem: fix incorrect aligned index when checking conflicts
Baolin Wang
1
-3
/
+4
2024-08-07
mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
Baolin Wang
1
-6
/
+1
2024-08-07
mm: list_lru: fix UAF for memory cgroup
Muchun Song
1
-6
/
+22
2024-08-07
kcov: properly check for softirq context
Andrey Konovalov
1
-3
/
+12
2024-08-07
MAINTAINERS: Update LTP members and web
Petr Vorel
1
-1
/
+3
2024-08-07
selftests: mm: add s390 to ARCH check
Nico Pache
1
-1
/
+1
2024-08-07
bcachefs: Use bch2_wait_on_allocator() in btree node alloc path
Kent Overstreet
1
-1
/
+1
2024-08-07
bcachefs: Make allocator stuck timeout configurable, ratelimit messages
Kent Overstreet
8
-12
/
+45
2024-08-07
bcachefs: Add missing path_traverse() to btree_iter_next_node()
Kent Overstreet
1
-0
/
+5
2024-08-07
tracefs: Use generic inode RCU for synchronizing freeing
Steven Rostedt
2
-10
/
+5
2024-08-07
ring-buffer: Remove unused function ring_buffer_nr_pages()
Jianhui Zhou
2
-13
/
+0
2024-08-07
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
1
-3
/
+3
2024-08-07
function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()
Petr Pavlu
1
-1
/
+1
2024-08-07
eventfs: Use SRCU for freeing eventfs_inodes
Mathias Krause
1
-1
/
+1
2024-08-07
eventfs: Don't return NULL in eventfs_create_dir()
Mathias Krause
1
-1
/
+1
2024-08-07
tracefs: Fix inode allocation
Mathias Krause
1
-1
/
+1
2024-08-07
spi: spi-fsl-lpspi: Fix scldiv calculation
Stefan Wahren
1
-2
/
+4
2024-08-07
drm/amdgpu: Add DCC GFX12 flag to enable address alignment
Arunpravin Paneer Selvam
1
-1
/
+2
2024-08-07
drm/amdgpu: correct sdma7 max dw
Frank Min
1
-1
/
+1
2024-08-07
drm/amdgpu: Add address alignment support to DCC buffers
Arunpravin Paneer Selvam
3
-2
/
+57
2024-08-07
drm/amd/display: Skip Recompute DSC Params if no Stream on Link
Fangzhi Zuo
1
-0
/
+3
2024-08-07
drm/amdgpu: change non-dcc buffer copy configuration
Frank Min
1
-2
/
+3
2024-08-07
drm/amdgpu: Forward soft recovery errors to userspace
Joshua Ashton
1
-2
/
+1
2024-08-07
drm/amdgpu: add golden setting for gc v12
Likun Gao
1
-0
/
+27
2024-08-07
drm/buddy: Add start address support to trim function
Arunpravin Paneer Selvam
3
-3
/
+26
2024-08-07
drm/amd/display: Add missing program DET segment call to pipe init
Rodrigo Siqueira
1
-0
/
+2
2024-08-07
drm/amd/display: Add missing DCN314 to the DML Makefile
Rodrigo Siqueira
1
-0
/
+2
2024-08-07
drm/amdgpu: force to use legacy inv in mmhub
Likun Gao
1
-1
/
+2
2024-08-07
drm/amd/pm: update powerplay structure on smu v14.0.2/3
Kenneth Feng
1
-6
/
+46
2024-08-07
drm/amd/display: Add missing mcache registers
Rodrigo Siqueira
1
-1
/
+3
2024-08-07
drm/amd/display: Add dcc propagation value
Rodrigo Siqueira
1
-0
/
+1
2024-08-07
drm/amd/display: Add missing DET segments programming
Rodrigo Siqueira
1
-0
/
+2
2024-08-07
drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd
Rodrigo Siqueira
1
-2
/
+1
2024-08-07
tracing: Use refcount for trace_event_file reference counter
Steven Rostedt
2
-5
/
+5
2024-08-07
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
5
-19
/
+49
2024-08-07
io_uring/net: don't pick multiple buffers for non-bundle send
Jens Axboe
1
-2
/
+3
2024-08-07
io_uring/net: ensure expanded bundle send gets marked for cleanup
Jens Axboe
1
-0
/
+1
2024-08-07
io_uring/net: ensure expanded bundle recv gets marked for cleanup
Jens Axboe
1
-0
/
+1
2024-08-07
Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor
Anton Khirnov
1
-0
/
+14
2024-08-07
Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()
Dmitry Antipov
1
-0
/
+1
2024-08-07
Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown
Bartosz Golaszewski
1
-1
/
+1
2024-08-07
Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms
Bartosz Golaszewski
1
-5
/
+8
2024-08-07
Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390
Bartosz Golaszewski
1
-4
/
+0
2024-08-07
x86/paravirt: Fix incorrect virt spinlock setting on bare metal
Chen Yu
2
-9
/
+10
2024-08-07
x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailbox
Zhiquan Li
1
-1
/
+1
2024-08-07
ice: Fix incorrect assigns of FEC counts
Mateusz Polchlopek
1
-4
/
+4
2024-08-07
ice: Skip PTP HW writes during PTP reset procedure
Grzegorz Nitka
1
-0
/
+4
[prev]
[next]