index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/xe: circumvent bogus stringop-overflow warning
Arnd Bergmann
2024-02-02
1
-1
/
+1
*
drm/xe: Pick correct userptr VMA to repin on REMAP op failure
Matthew Brost
2024-02-02
1
-5
/
+17
*
drm/xe: Take a reference in xe_exec_queue_last_fence_get()
Matthew Brost
2024-02-02
5
-6
/
+11
*
drm/xe: Drop rebind argument from xe_pt_prepare_bind
Matthew Brost
2024-02-01
1
-3
/
+2
*
drm/xe: Fix loop in vm_bind_ioctl_ops_unwind
Matthew Brost
2024-02-01
1
-1
/
+1
*
drm/xe/gsc: Add status check during gsc header readout
Suraj Kandpal
2024-02-01
1
-0
/
+7
*
drm/xe/vm: Subclass userptr vmas
Thomas Hellström
2024-02-01
5
-93
/
+137
*
drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines
Matthew Brost
2024-01-31
1
-7
/
+7
*
drm/xe: Make all GuC ABI shift values unsigned
Matthew Brost
2024-01-31
5
-21
/
+21
*
drm/xe: Convert job timeouts from assert to warning
Matt Roper
2024-01-31
1
-3
/
+6
*
drm/xe: Don't use __user error pointers
Thomas Hellström
2024-01-31
1
-25
/
+25
*
drm/xe: Annotate mcr_[un]lock()
Thomas Hellström
2024-01-31
1
-2
/
+2
*
drm/xe: drop display/ subdir from include directories
Jani Nikula
2024-01-31
5
-7
/
+6
*
drm/xe: move xe_display.[ch] under display/
Jani Nikula
2024-01-31
3
-9
/
+9
*
drm/xe: Only allow 1 ufence per exec / bind IOCTL
Matthew Brost
2024-01-30
3
-2
/
+23
*
drm/xe: Add batch buffer addresses to devcoredump
José Roberto de Souza
2024-01-30
5
-0
/
+56
*
drm/xe: Add functions to convert regular address to canonical address and back
José Roberto de Souza
2024-01-30
2
-0
/
+13
*
drm/xe: Use function to emit PIPE_CONTROL
José Roberto de Souza
2024-01-30
1
-33
/
+24
*
drm/xe/guc: Reduce a print from warn to debug
Karthik Poosa
2024-01-30
1
-2
/
+2
*
drm/xe/xe2: Enable has_usm
Lucas De Marchi
2024-01-30
1
-1
/
+1
*
drm/hwmon: Fix abi doc warnings
Badal Nilawar
2024-01-29
2
-14
/
+14
*
drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms
Matt Roper
2024-01-29
1
-0
/
+2
*
drm/xe: correct the assertion for number of PTEs
Fei Yang
2024-01-26
1
-1
/
+2
*
drm/xe/guc: Flush G2H handler when turning off CTs
Matthew Brost
2024-01-26
1
-2
/
+10
*
drm/xe: Move TLB invalidation reset before HW reset
Matthew Brost
2024-01-26
1
-2
/
+2
*
drm/xe/guc: Add more GuC CT states
Matthew Brost
2024-01-26
4
-22
/
+88
*
drm/xe: Fix crash in trace_dma_fence_init()
José Roberto de Souza
2024-01-25
1
-3
/
+3
*
drm/xe: don't build debugfs files when CONFIG_DEBUG_FS=n
Jani Nikula
2024-01-24
1
-3
/
+7
*
drm/xe: Remove additional spaces in devcoredump HW Engines section
José Roberto de Souza
2024-01-24
1
-7
/
+7
*
drm/xe: Print registers spread in 2 u32 as u64
José Roberto de Souza
2024-01-24
2
-57
/
+42
*
drm/xe: Print more device information in devcoredump
José Roberto de Souza
2024-01-24
3
-0
/
+24
*
drm/xe: Stash GMD_ID value in xe_gt
Matt Roper
2024-01-24
2
-0
/
+8
*
drm/xe: Nuke xe from xe_devcoredump
José Roberto de Souza
2024-01-24
1
-2
/
+0
*
drm/xe: Change devcoredump functions parameters to xe_sched_job
José Roberto de Souza
2024-01-24
4
-20
/
+42
*
drm/xe: Remove double new lines in devcoredump
José Roberto de Souza
2024-01-24
2
-3
/
+3
*
drm/xe: Remove PVC from xe_wa kunit tests
Lucas De Marchi
2024-01-23
1
-3
/
+0
*
drm/xe: Document nested struct members according to guidelines
Thomas Hellström
2024-01-23
12
-223
/
+232
*
drm/xe/xe2_lpg: Introduce performance guide changes
Shekhar Chauhan
2024-01-23
2
-1
/
+14
*
drm/xe: Fix typo in vram frequency sysfs documentation
Sujaritha Sundaresan
2024-01-23
1
-3
/
+2
*
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
2024-01-22
10680
-257377
/
+480246
|
\
|
*
Linux 6.8-rc1
v6.8-rc1
Linus Torvalds
2024-01-21
1
-2
/
+2
|
*
Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-01-21
78
-1426
/
+1629
|
|
\
|
|
*
bcachefs: Improve inode_to_text()
Kent Overstreet
2024-01-21
1
-7
/
+18
|
|
*
bcachefs: logged_ops_format.h
Kent Overstreet
2024-01-21
2
-27
/
+31
|
|
*
bcachefs: reflink_format.h
Kent Overstreet
2024-01-21
3
-47
/
+48
|
|
*
bcachefs; extents_format.h
Kent Overstreet
2024-01-21
2
-279
/
+284
|
|
*
bcachefs: ec_format.h
Kent Overstreet
2024-01-21
2
-16
/
+20
|
|
*
bcachefs: subvolume_format.h
Kent Overstreet
2024-01-21
2
-32
/
+36
|
|
*
bcachefs: snapshot_format.h
Kent Overstreet
2024-01-21
2
-33
/
+37
|
|
*
bcachefs: alloc_background_format.h
Kent Overstreet
2024-01-21
2
-93
/
+94
[next]