index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-07
drm/i915: Fix trailing semicolon
Lucas De Marchi
1
-1
/
+1
2022-02-07
drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL
Ville Syrjälä
3
-0
/
+70
2022-02-07
drm/i915: Populate pipe dbuf slices more accurately during readout
Ville Syrjälä
1
-5
/
+8
2022-02-07
drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration
Ville Syrjälä
1
-20
/
+46
2022-02-03
drm/i915: Disable unused power wells left enabled by BIOS
Imre Deak
3
-0
/
+34
2022-02-03
drm/i915: Fix header test for !CONFIG_X86
Lucas De Marchi
1
-0
/
+1
2022-02-03
drm/i915: Do not spam log with missing arch support
Lucas De Marchi
1
-2
/
+1
2022-02-02
drm/i915: Move [more] GT registers to their own header file
Matt Roper
2
-125
/
+11
2022-02-02
drm/i915: Only include i915_reg.h from .c files
Matt Roper
56
-29
/
+49
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
47
-1430
/
+1594
2022-02-02
drm/i915: Parameterize MI_PREDICATE registers
Matt Roper
5
-17
/
+19
2022-02-02
drm/i915: Parameterize R_PWR_CLK_STATE register definition
Matt Roper
5
-19
/
+20
2022-02-02
drm/i915/perf: Express OA register ranges with i915_range
Matt Roper
2
-403
/
+79
2022-02-02
drm/i915/perf: Move OA regs to their own header
Matt Roper
4
-485
/
+499
2022-02-02
drm/i915: remove VGA register definitions
Jani Nikula
1
-41
/
+0
2022-02-02
drm/i915/vga: switch to use VGA definitions from video/vga.h
Jani Nikula
1
-4
/
+5
2022-02-01
drm/i915: s/GRAPHICS_VER/DISPLAY_VER/ where appropriate
Ville Syrjälä
1
-9
/
+9
2022-02-01
drm/i915: Document BDW+ DRRS M/N programming requirements
Ville Syrjälä
1
-0
/
+4
2022-02-01
drm/i915: Always check dp_m2_n2 on pre-bdw
Ville Syrjälä
1
-6
/
+5
2022-02-01
drm/i915: Dump dp_m2_n2 always
Ville Syrjälä
1
-5
/
+5
2022-02-01
drm/i915: Program pch transcoder m2/n2
Ville Syrjälä
3
-9
/
+36
2022-02-01
drm/i915: Clear DP M2/N2 when not doing DRRS
Ville Syrjälä
3
-5
/
+19
2022-02-01
drm/i915: Fix transcoder_has_m2_n2()
Ville Syrjälä
1
-5
/
+1
2022-02-01
drm/i915: Extract can_enable_drrs()
Ville Syrjälä
1
-12
/
+19
2022-02-01
drm/i915: Disable DRRS on IVB/HSW port != A
Ville Syrjälä
1
-0
/
+8
2022-02-01
drm/i915: Extract {i9xx,ilk}_configure_cpu_transcoder()
Ville Syrjälä
1
-33
/
+40
2022-02-01
drm/i915: Move M/N setup to a more logical place on ddi platforms
Ville Syrjälä
3
-17
/
+11
2022-02-01
drm/i915: Move PCH transcoder M/N setup into the PCH code
Ville Syrjälä
5
-48
/
+55
2022-02-01
drm/i915: Pass crtc+cpu_transcoder to intel_cpu_transcoder_set_m_n()
Ville Syrjälä
5
-25
/
+32
2022-02-01
drm/i915: Split intel_cpu_transcoder_get_m_n() into M1/N1 vs. M2/N2 variants
Ville Syrjälä
5
-32
/
+42
2022-02-01
drm/i915: Split intel_cpu_transcoder_set_m_n() into M1/N1 vs. M2/N2 variants
Ville Syrjälä
5
-45
/
+54
2022-02-01
drm/i915: Nuke ilk_get_fdi_m_n_config()
Ville Syrjälä
3
-11
/
+4
2022-02-01
drm/i915: Nuke intel_dp_get_m_n()
Ville Syrjälä
4
-22
/
+32
2022-02-01
drm/i915: Nuke intel_dp_set_m_n()
Ville Syrjälä
6
-62
/
+32
2022-02-01
drm/i915: Enable rpm wakeref tracking whether runtime pm is enabled or not
Ville Syrjälä
1
-3
/
+0
2022-02-01
drm/i915: Fix oops due to missing stack depot
Ville Syrjälä
1
-3
/
+1
2022-01-31
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
11088
-218155
/
+462866
2022-01-30
Linux 5.17-rc2
v5.17-rc2
Linus Torvalds
1
-1
/
+1
2022-01-30
Merge tag 'irq_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
6
-36
/
+121
2022-01-30
Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-4
/
+19
2022-01-30
Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-4
/
+5
2022-01-30
Merge tag 'x86_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-1
/
+2
2022-01-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-70
/
+91
2022-01-30
ocfs2: fix a deadlock when commit trans
Joseph Qi
1
-14
/
+11
2022-01-30
jbd2: export jbd2_journal_[grab|put]_journal_head
Joseph Qi
1
-0
/
+2
2022-01-30
psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
Suren Baghdasaryan
1
-38
/
+41
2022-01-30
psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n
Suren Baghdasaryan
1
-6
/
+5
2022-01-30
mm, kasan: use compare-exchange operation to set KASAN page tag
Peter Collingbourne
1
-5
/
+12
2022-01-30
kasan: test: fix compatibility with FORTIFY_SOURCE
Marco Elver
1
-0
/
+5
2022-01-30
tools/testing/scatterlist: add missing defines
Maor Gottlieb
1
-1
/
+2
[next]