index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_pagefault.c
Age
Commit message (
Expand
)
Author
8 days
drm/xe: Reject page faults from non-fault-mode scratch VMs
Arvind Yadav
2026-08-14
drm/xe/gt: Report 'Queue full' pagefault error using SIGID
Michal Wajdeczko
2026-08-14
drm/xe/gt: Report 'Fault response' pagefault error using SIGID
Michal Wajdeczko
2026-08-12
drm/xe: Remove redundant full pagefault queue check
Michal Wajdeczko
2026-08-12
drm/xe: Use guard(spinlock_irqsave) in pagefault handler
Michal Wajdeczko
2026-08-07
drm/xe: Track parallel page fault activity in GT stats
Matthew Brost
2026-08-07
drm/xe: batch CT pagefault acks with periodic flush
Matthew Brost
2026-08-07
drm/xe: Add debugfs pagefault_info
Matthew Brost
2026-08-07
drm/xe: Add pagefault chaining stats
Matthew Brost
2026-08-07
drm/xe: Chain page faults via queue-resident cache to avoid fault storms
Matthew Brost
2026-08-07
drm/xe: Track pagefault worker runtime
Matthew Brost
2026-08-07
drm/xe: Engine class and instance into a u8
Matthew Brost
2026-08-07
drm/xe: Add num_pf_work modparam
Matthew Brost
2026-08-07
drm/xe: Use a single page-fault queue with multiple workers
Matthew Brost
2026-08-07
drm/xe: Thread prefetch of SVM ranges
Matthew Brost
2026-08-07
drm/xe: Fine grained page fault locking
Matthew Brost
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-04-14
Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linux
Linus Torvalds
2026-04-09
drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()
Yury Norov
2026-03-30
drm/xe/xe_pagefault: Disallow writes to read-only VMAs
Jonathan Cavitt
2026-03-26
drm/xe/madvise: Implement purgeable buffer object support
Arvind Yadav
2026-03-25
drm/xe/xe_vm: Add per VM fault info
Jonathan Cavitt
2026-03-25
drm/xe/xe_pagefault: Disallow writes to read-only VMAs
Jonathan Cavitt
2026-02-23
drm/xe: Add prefetch fault support for Xe3p
Varun Gupta
2026-02-13
drm/xe: Pack fault type and level into a u8
Matthew Brost
2025-12-19
drm/xe: Increase log level for unhandled page faults
Matthew Brost
2025-11-21
drm/xe: Fix memory leak when handling pagefault vma
Mika Kuoppala
2025-11-04
drm/xe: Implement xe_pagefault_queue_work
Matthew Brost
2025-11-04
drm/xe: Implement xe_pagefault_handler
Matthew Brost
2025-11-04
drm/xe: Implement xe_pagefault_reset
Matthew Brost
2025-11-04
drm/xe: Implement xe_pagefault_init
Matthew Brost
2025-11-04
drm/xe: Stub out new pagefault layer
Matthew Brost