index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-08
drm/i915: remove i915_report_error()
Jani Nikula
2
-7
/
+4
2024-08-08
drm/i915: remove a few __i915_printk() uses
Jani Nikula
1
-5
/
+5
2024-08-08
drm/i915: Replace double blank with single blank after comma
Andi Shyti
8
-11
/
+11
2024-08-06
drm/i915: Remove DSC register dump
Imre Deak
1
-22
/
+2
2024-08-06
drm/i915: Dump DSC state to dmesg and debugfs/i915_display_info
Imre Deak
4
-0
/
+31
2024-08-06
drm/i915: Replace BPP_X16_FMT()/ARGS() with FXP_Q4_FMT()/ARGS()
Imre Deak
5
-17
/
+15
2024-08-06
drm/i915: Replace to_bpp_frac() with fxp_q4_to_frac()
Imre Deak
3
-9
/
+4
2024-08-06
drm/i915: Replace to_bpp_int_roundup() with fxp_q4_to_int_roundup()
Imre Deak
4
-10
/
+8
2024-08-06
drm/i915: Replace to_bpp_int() with fxp_q4_to_int()
Imre Deak
7
-21
/
+19
2024-08-06
drm/i915: Replace to_bpp_x16() with fxp_q4_from_int()
Imre Deak
6
-24
/
+25
2024-08-05
drm/i915/display: correct dual pps handling for MTL_PCH+
Dnyaneshwar Bhadane
2
-0
/
+6
2024-08-01
drm/i915: Use backlight power constants
Thomas Zimmermann
1
-6
/
+6
2024-08-01
Merge drm/drm-next into drm-intel-next
Jani Nikula
12252
-190372
/
+563513
2024-08-01
drm/i915: remove unused HAS_BROKEN_CS_TLB()
Jani Nikula
1
-3
/
+0
2024-08-01
drm/i915/dpkgc: Add VRR condition for DPKGC Enablement
Suraj Kandpal
1
-11
/
+13
2024-07-31
drm/i915/dp_mst: Enable LT fallback between UHBR/non-UHBR link rates
Imre Deak
1
-5
/
+0
2024-07-31
drm/i915/dp_mst: Ensure link parameters are up-to-date for a disabled link
Imre Deak
3
-0
/
+35
2024-07-31
drm/i915/dp_mst: Reprobe the MST topology after a link parameter change
Imre Deak
3
-1
/
+41
2024-07-31
drm/i915/dp_mst: Queue modeset-retry after a failed payload BW allocation
Imre Deak
1
-4
/
+7
2024-07-31
drm/i915/dp_mst: Configure MST after the link parameters are reset
Imre Deak
1
-2
/
+2
2024-07-31
drm/i915/dp_mst: Reduce the link parameters in BW order after LT failures
Imre Deak
4
-2
/
+159
2024-07-31
drm/i915/dp: Add helpers to set link training mode, BW parameters
Imre Deak
2
-11
/
+29
2024-07-31
drm/i915/dp: Add a separate function to reduce the link parameters
Imre Deak
1
-8
/
+31
2024-07-31
drm/i915/dp: Send only a single modeset-retry uevent for a commit
Imre Deak
2
-0
/
+7
2024-07-31
drm/i915/dp: Initialize the link parameters during HW readout
Imre Deak
1
-1
/
+4
2024-07-31
drm/i915/ddi: For an active output call the DP encoder sync_state() only for DP
Imre Deak
1
-1
/
+2
2024-07-31
drm/dp_mst: Simplify the condition when to enumerate path resources
Imre Deak
1
-11
/
+8
2024-07-31
drm/dp_mst: Add a helper to queue a topology probe
Imre Deak
2
-0
/
+29
2024-07-31
drm/dp_mst: Factor out function to queue a topology probe work
Imre Deak
1
-2
/
+7
2024-07-31
drm/i915/bios: remove stale and useless comments
Jani Nikula
1
-8
/
+0
2024-07-30
drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
Nikita Zhandarovich
1
-3
/
+3
2024-07-30
drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro
Suraj Kandpal
1
-1
/
+1
2024-07-30
drm/i915/display/dp: Compute AS SDP when vrr is also enabled
Mitul Golani
1
-1
/
+1
2024-07-29
drm/xe: Fix opregion leak
Lucas De Marchi
1
-1
/
+4
2024-07-28
Linux 6.11-rc1
v6.11-rc1
Linus Torvalds
1
-2
/
+2
2024-07-28
Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-4
/
+4
2024-07-28
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
1
-8
/
+11
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
7
-10
/
+10
2024-07-28
Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
21
-214
/
+135
2024-07-29
kbuild: Fix '-S -c' in x86 stack protector scripts
Nathan Chancellor
2
-2
/
+2
2024-07-28
ubi: Fix ubi_init() ubiblock_exit() section mismatch
Richard Weinberger
1
-1
/
+1
2024-07-28
Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...
Linus Torvalds
5
-495
/
+2274
2024-07-28
Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
19
-208
/
+438
2024-07-28
Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-2
/
+5
2024-07-28
kbuild: rpm-pkg: ghost modules.weakdep file
Jose Ignacio Tornos Martinez
1
-1
/
+1
2024-07-27
Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
5
-7
/
+203
2024-07-27
Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
8
-10
/
+39
2024-07-27
Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
8
-49
/
+51
2024-07-27
Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-10
/
+66
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
25
-236
/
+1058
[next]