index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-15
Merge tag 'media/v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
235
-3576
/
+5753
2024-03-15
Merge patch series "Support Andes PMU extension"
Palmer Dabbelt
2
-5
/
+46
2024-03-15
drm/sched: fix null-ptr-deref in init entity
Vitaly Prosyak
1
-3
/
+9
2024-03-15
irqchip/riscv-intc: Fix use of AIA interrupts 32-63 on riscv32
Samuel Holland
1
-5
/
+8
2024-03-15
net: ethernet: mtk_eth_soc: fix PPE hanging issue
Daniel Golle
1
-7
/
+11
2024-03-15
net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up
Daniel Golle
1
-4
/
+3
2024-03-15
cxgb4: unnecessary check for 0 in the free_sge_txq_uld() function
Mikhail Lobanov
1
-1
/
+1
2024-03-15
ACPI: PM: Improve kerneldoc comments for suspend and hibernation functions
Yang Li
1
-10
/
+14
2024-03-15
drm/i915: Create the printer only once in intel_pipe_config_compare()
Ville Syrjälä
1
-55
/
+46
2024-03-15
drm/i915: Reuse pipe_config_mismatch() more
Ville Syrjälä
1
-32
/
+10
2024-03-15
drm/i915: Relocate pipe_config_mismatch()
Ville Syrjälä
1
-23
/
+23
2024-03-15
drm/i915: Skip intel_crtc_state_dump() if debugs aren't enabled
Ville Syrjälä
1
-0
/
+3
2024-03-15
drm/i915: Convert the remaining state dump to drm_printer
Ville Syrjälä
1
-77
/
+60
2024-03-15
drm/i915: Use drm_printer more extensively in intel_crtc_state_dump()
Ville Syrjälä
1
-102
/
+91
2024-03-15
drm/i915: Convert intel_dpll_dump_hw_state() to drm_printer
Ville Syrjälä
4
-74
/
+66
2024-03-15
drm/i915: Convert pipe_config_buffer_mismatch() to drm_printer
Ville Syrjälä
1
-18
/
+19
2024-03-15
drm/i915: Convert pipe_config_infoframe_mismatch() to drm_printer
Ville Syrjälä
1
-14
/
+18
2024-03-15
drm/i915: Include CRTC info in VSC SDP mismatch prints
Ville Syrjälä
1
-5
/
+8
2024-03-15
drm/i915: Include CRTC info in infoframe mismatch prints
Ville Syrjälä
1
-5
/
+9
2024-03-15
drm/i915: Indicate which pipe failed the fastset check overall
Ville Syrjälä
1
-2
/
+4
2024-03-15
net: stmmac: dwmac-rk: Remove unused of_gpio.h
Andy Shevchenko
1
-2
/
+0
2024-03-15
Merge tag 'cpufreq-arm-updates-6.9-2' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
3
-2
/
+23
2024-03-15
Merge tag 'nand/for-6.9' into mtd/next
Miquel Raynal
16
-182
/
+403
2024-03-15
drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is enabled
Karolina Stolarek
1
-1
/
+1
2024-03-15
fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2
Aleksandr Burakov
1
-2
/
+2
2024-03-15
fbdev: mb862xxfb: Fix defined but not used error
Michael Ellerman
1
-9
/
+9
2024-03-15
drm/i915: Drop pointless (void*) cast
Ville Syrjälä
1
-1
/
+1
2024-03-15
drm/i915: Use container_of_const() for states
Ville Syrjälä
7
-12
/
+23
2024-03-15
drm/i915: Don't cast away const
Ville Syrjälä
1
-1
/
+1
2024-03-15
drm/i915/dsi: Use enc_to_intel_dsi()
Ville Syrjälä
2
-4
/
+2
2024-03-15
fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
1
-1
/
+1
2024-03-15
cpufreq: scmi: Enable boost support
Sibi Sankar
1
-1
/
+19
2024-03-15
firmware: arm_scmi: Add support for marking certain frequencies as turbo
Sibi Sankar
1
-0
/
+3
2024-03-15
Merge branch 'opp/boost-data' into cpufreq/arm/linux-next
Viresh Kumar
1
-0
/
+1
2024-03-15
cpufreq: dt: always allocate zeroed cpumask
Marek Szyprowski
1
-1
/
+1
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
46
-54
/
+46
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
16
-134
/
+375
2024-03-14
drm/xe: Add helper macro to loop each DSS
Zhanjun Dong
5
-11
/
+57
2024-03-15
mtd: rawnand: Ensure continuous reads are well disabled
Miquel Raynal
1
-0
/
+3
2024-03-15
mtd: rawnand: Constrain even more when continuous reads are enabled
Miquel Raynal
1
-1
/
+11
2024-03-15
mtd: rawnand: brcmnand: Add support for getting ecc setting from strap
William Zhang
1
-6
/
+77
2024-03-15
mtd: rawnand: brcmnand: fix sparse warnings
William Zhang
1
-2
/
+2
2024-03-15
mtd: nand: raw: atmel: Fix comment in timings preparation
Alexander Dahl
1
-1
/
+1
2024-03-15
mtd: rawnand: Ensure all continuous terms are always in sync
Miquel Raynal
1
-9
/
+14
2024-03-15
mtd: rawnand: Add a helper for calculating a page index
Miquel Raynal
1
-5
/
+11
2024-03-15
mtd: rawnand: Fix and simplify again the continuous read derivations
Miquel Raynal
1
-14
/
+20
2024-03-15
mtd: rawnand: hynix: remove @nand_technology kernel-doc description
Randy Dunlap
1
-1
/
+0
2024-03-15
mtd: rawnand: brcmnand: Support write protection setting from dts
William Zhang
1
-0
/
+4
2024-03-15
mtd: rawnand: brcmnand: Add BCMBCA read data bus interface
William Zhang
3
-3
/
+46
2024-03-15
mtd: rawnand: brcmnand: Rename bcm63138 nand driver
William Zhang
3
-100
/
+100
[prev]
[next]