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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
usb-storage: Constify struct usb_device_id and us_unusual_dev
Christophe JAILLET
13
-25
/
+25
2024-09-03
usb: chipidea: udc: enable suspend interrupt after usb reset
Xu Yang
1
-1
/
+7
2024-09-03
arm64: mm: keep low RAM dma zone
Baruch Siach
1
-2
/
+8
2024-09-03
drm/i915/display: Increase Fast Wake Sync length as a quirk
Jouni Högander
5
-8
/
+32
2024-09-03
Merge tag 'soc_fsl-6.12-2' of https://github.com/chleroy/linux into soc/drivers
Arnd Bergmann
12
-328
/
+1552
2024-09-03
drm/i915/display: Add mechanism to use sink model when applying quirk
Jouni Högander
4
-0
/
+64
2024-09-03
dt-bindings: arm: fsl: drop usage of VAR-SOM-MX8MM SoM compatible alone
Krzysztof Kozlowski
1
-1
/
+0
2024-09-03
Merge branch 'support-for-quicc-engine-tsa-and-qmc'
Christophe Leroy
10
-324
/
+1549
2024-09-03
soc: fsl: qbman: Remove redundant warnings
Xiaolei Wang
1
-2
/
+0
2024-09-03
soc: fsl: qbman: Use iommu_paging_domain_alloc()
Lu Baolu
1
-2
/
+3
2024-09-03
MAINTAINERS: Add QE files related to the Freescale QMC controller
Herve Codina
1
-0
/
+1
2024-09-03
soc: fsl: cpm1: qmc: Handle QUICC Engine (QE) soft-qmc firmware
Herve Codina
1
-0
/
+67
2024-09-03
soc: fsl: cpm1: qmc: Add support for QUICC Engine (QE) implementation
Herve Codina
2
-14
/
+204
2024-09-03
soc: fsl: qe: Add missing PUSHSCHED command
Herve Codina
1
-0
/
+1
2024-09-03
soc: fsl: qe: Add resource-managed muram allocators
Herve Codina
2
-1
/
+101
2024-09-03
soc: fsl: cpm1: qmc: Introduce qmc_version
Herve Codina
1
-0
/
+6
2024-09-03
soc: fsl: cpm1: qmc: Rename SCC_GSMRL_MODE_QMC
Herve Codina
1
-2
/
+2
2024-09-03
soc: fsl: cpm1: qmc: Handle RPACK initialization
Herve Codina
1
-0
/
+7
2024-09-03
soc: fsl: cpm1: qmc: Rename qmc_chan_command()
Herve Codina
1
-3
/
+3
2024-09-03
soc: fsl: cpm1: qmc: Introduce qmc_{init,exit}_xcc() and their CPM1 version
Herve Codina
1
-21
/
+45
2024-09-03
soc: fsl: cpm1: qmc: Introduce qmc_init_resource() and its CPM1 version
Herve Codina
1
-16
/
+31
2024-09-03
soc: fsl: cpm1: qmc: Re-order probe() operations
Herve Codina
1
-28
/
+26
2024-09-03
soc: fsl: cpm1: qmc: Introduce qmc_data structure
Herve Codina
1
-23
/
+46
2024-09-03
dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) QMC controller
Herve Codina
1
-0
/
+197
2024-09-03
soc: fsl: cpm1: qmc: Add missing spinlock comment
Herve Codina
1
-2
/
+2
2024-09-03
soc: fsl: cpm1: qmc: Fix 'transmiter' typo
Herve Codina
1
-2
/
+2
2024-09-03
soc: fsl: cpm1: qmc: Remove unneeded parenthesis
Herve Codina
1
-4
/
+4
2024-09-03
soc: fsl: cpm1: qmc: Fix blank line and spaces
Herve Codina
1
-6
/
+4
2024-09-03
soc: fsl: cpm1: qmc: Use BIT(), GENMASK() and FIELD_PREP() macros
Herve Codina
1
-60
/
+72
2024-09-03
soc: fsl: cpm1: qmc: Rename QMC_TSA_MASK
Herve Codina
1
-4
/
+4
2024-09-03
soc: fsl: cpm1: tsa: Introduce tsa_serial_get_num()
Herve Codina
2
-20
/
+39
2024-09-03
MAINTAINERS: Add QE files related to the Freescale TSA controller
Herve Codina
1
-0
/
+2
2024-09-03
soc: fsl: cpm1: tsa: Add support for QUICC Engine (QE) implementation
Herve Codina
2
-19
/
+319
2024-09-03
soc: fsl: cpm1: tsa: Introduce tsa_version
Herve Codina
1
-1
/
+15
2024-09-03
soc: fsl: cpm1: tsa: Isolate specific CPM1 part from tsa_serial_{dis}connect()
Herve Codina
1
-60
/
+43
2024-09-03
soc: fsl: cpm1: tsa: Introduce tsa_setup() and its CPM1 compatible version
Herve Codina
1
-39
/
+54
2024-09-03
soc: fsl: cpm1: tsa: Make SIRAM entries specific to CPM1
Herve Codina
1
-29
/
+46
2024-09-03
soc: fsl: cpm1: tsa: Use ARRAY_SIZE() instead of hardcoded integer values
Herve Codina
1
-4
/
+4
2024-09-03
soc: fsl: cpm1: tsa: Remove unused registers offset definition
Herve Codina
1
-9
/
+0
2024-09-03
dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) TSA controller
Herve Codina
2
-0
/
+223
2024-09-03
soc: fsl: cpm1: tsa: Add missing spinlock comment
Herve Codina
1
-1
/
+1
2024-09-03
soc: fsl: cpm1: tsa: Fix blank line and spaces
Herve Codina
1
-4
/
+3
2024-09-03
soc: fsl: cpm1: tsa: Use BIT(), GENMASK() and FIELD_PREP() macros
Herve Codina
1
-59
/
+68
2024-09-03
soc: fsl: cpm1: tsa: Fix tsa_write8()
Herve Codina
1
-1
/
+1
2024-09-03
soc: fsl: cpm1: qmc: Enable TRNSYNC only when needed
Herve Codina
1
-1
/
+11
2024-09-03
soc: fsl: cpm1: qmc: Update TRNSYNC only in transparent mode
Herve Codina
1
-10
/
+14
2024-09-03
Merge 6.11-rc6 into usb-next
Greg Kroah-Hartman
500
-2627
/
+6009
2024-09-03
mm, slub: avoid zeroing kmalloc redzone
Peng Fan
1
-47
/
+53
2024-09-03
drm/i915/display: Increase Fast Wake Sync length as a quirk
Jouni Högander
5
-7
/
+31
2024-09-03
drm/i915/display: Add mechanism to use sink model when applying quirk
Jouni Högander
4
-0
/
+64
[prev]
[next]