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
2022-12-14
dt-bindings: thermal: k3-j72xx: conditionally require efuse reg range
Bryan Brattlof
1
-0
/
+16
2022-12-14
dt-bindings: thermal: k3-j72xx: elaborate on binding description
Bryan Brattlof
1
-1
/
+18
2022-12-14
thermal/drivers/k3_j72xx_bandgap: Map fuse_base only for erratum workaround
Bryan Brattlof
1
-12
/
+22
2022-12-14
thermal/drivers/k3_j72xx_bandgap: Remove fuse_base from structure
Bryan Brattlof
1
-12
/
+12
2022-12-14
thermal/drivers/k3_j72xx_bandgap: Use bool for i2128 erratum flag
Bryan Brattlof
1
-4
/
+4
2022-12-14
thermal/drivers/k3_j72xx_bandgap: Simplify k3_thermal_get_temp() function
Bryan Brattlof
1
-8
/
+1
2022-12-14
thermal/drivers/qcom: Demote error log of thermal zone register to debug
Manivannan Sadhasivam
1
-1
/
+1
2022-12-14
thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2
Luca Weiss
1
-1
/
+2
2022-12-14
dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and ...
Krzysztof Kozlowski
1
-0
/
+3
2022-12-14
thermal/core/power allocator: Remove a useless include
Christophe JAILLET
1
-1
/
+0
2022-12-14
thermal/drivers/imx8mm: Add hwmon support
Alexander Stein
1
-0
/
+4
2022-12-14
thermal: qcom-spmi-adc-tm5: suppress probe-deferral error message
Johan Hovold
1
-4
/
+2
2022-12-14
dt-bindings: thermal: mediatek: add compatible string for MT7986 and MT7981 SoC
Daniel Golle
1
-0
/
+2
2022-12-14
thermal: ti-soc-thermal: Drop comma after SoC match table sentinel
Geert Uytterhoeven
1
-1
/
+1
2022-12-14
thermal/drivers/imx: Add support for loading calibration data from OCOTP
Marek Vasut
1
-0
/
+164
2022-12-14
dt-bindings: thermal: imx8mm-thermal: Document optional nvmem-cells
Marek Vasut
1
-0
/
+7
2022-12-14
thermal/drivers/qcom/tsens: Rework debugfs file structure
Christian Marangi
1
-10
/
+3
2022-12-14
thermal/drivers/qcom/tsens: Fix wrong version id dbg_version_show
Christian Marangi
1
-1
/
+1
2022-12-14
thermal/drivers/qcom/tsens: Init debugfs only with successful probe
Christian Marangi
1
-3
/
+5
2022-12-14
thermal/drivers/tsens: Add IPQ8074 support
Robert Marko
3
-1
/
+21
2022-12-14
thermal/drivers/tsens: Allow configuring min and max trips
Robert Marko
6
-2
/
+14
2022-12-14
thermal/drivers/tsens: Add support for combined interrupt
Robert Marko
6
-6
/
+38
2022-12-14
dt-bindings: thermal: tsens: Add ipq8074 compatible
Robert Marko
1
-11
/
+65
2022-12-14
thermal/of: Fix memory leak on thermal_of_zone_register() failure
Ido Schimmel
1
-2
/
+6
2022-12-14
thermal/drivers/k3_j72xx_bandgap: Fix the debug print message
Keerthy
1
-1
/
+1
2022-12-14
dt-bindings: thermal: Convert generic-adc-thermal to DT schema
Rob Herring
2
-95
/
+84
2022-12-14
thermal/drivers/imx8mm_thermal: Validate temperature range
Marcus Folkesson
1
-1
/
+7
2022-12-14
thermal/drivers/imx8mm_thermal: Use GENMASK() when appropriate
Marcus Folkesson
1
-2
/
+2
2022-12-14
dt-bindings: thermal: tsens: Add sm8450 compatible
Luca Weiss
1
-0
/
+1
2022-12-14
spi: fsl_spi: Don't change speed while chipselect is active
Christophe Leroy
1
-3
/
+16
2022-12-14
perf build: Fix python/perf.so library's name
Ian Rogers
2
-2
/
+4
2022-12-14
perf test arm64: Add attr tests for new VG register
James Clark
3
-0
/
+33
2022-12-14
perf test: Add mechanism for skipping attr tests on kernel versions
James Clark
1
-1
/
+27
2022-12-14
perf test: Add mechanism for skipping attr tests on auxiliary vector values
James Clark
1
-2
/
+31
2022-12-14
perf test: Add ability to test exit code for attr tests
James Clark
1
-2
/
+8
2022-12-14
perf test: add new task-analyzer tests
Petar Gligoric
1
-0
/
+151
2022-12-14
perf script: task-analyzer add csv support
Petar Gligoric
1
-89
/
+185
2022-12-14
perf script: Introduce task analyzer python script
Hagen Paul Pfeifer
3
-0
/
+843
2022-12-14
perf cs-etm: Print auxtrace info even if OpenCSD isn't linked
James Clark
4
-166
/
+191
2022-12-14
perf cs-etm: Cleanup cs_etm__process_auxtrace_info()
James Clark
1
-17
/
+9
2022-12-14
perf cs-etm: Tidy up auxtrace info header printing
James Clark
1
-18
/
+10
2022-12-14
perf cs-etm: Remove unused stub methods
James Clark
1
-32
/
+2
2022-12-14
perf cs-etm: Print unknown header version as an error
James Clark
1
-10
/
+2
2022-12-14
perf test: Update perf lock contention test
Namhyung Kim
1
-0
/
+48
2022-12-14
perf lock contention: Add -l/--lock-addr option
Namhyung Kim
5
-28
/
+102
2022-12-14
perf lock contention: Implement -t/--threads option for BPF
Namhyung Kim
4
-17
/
+78
2022-12-14
perf lock contention: Add lock_data.h for common data
Namhyung Kim
3
-29
/
+39
2022-12-14
perf python: Account for multiple words in CC
Khem Raj
1
-1
/
+1
2022-12-14
perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...
Namhyung Kim
1
-1
/
+1
2022-12-14
perf test: Update event group check for support of uncore event
Athira Rajeev
1
-1
/
+13
[prev]
[next]