summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-next-6.6-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-2829-290/+328
|\
| * selftests: cachestat: use proper syscall number macroAndre Przywara2023-08-161-4/+3
| * selftests: cachestat: properly link in librtAndre Przywara2023-08-161-1/+1
| * selftests/futex: Order calls to futex_lock_piNysal Jan K.A2023-08-161-0/+7
| * selftests: Hook more tests into the build infrastructureMark Brown2023-08-161-0/+3
| * selftests/user_events: Reenable buildMark Brown2023-08-162-8/+1
| * selftests/filesystems: Add six consecutive 'x' characters to mktempHui Min Mina Chou2023-08-161-1/+1
| * selftests/rseq: Use rseq_unqual_scalar_typeof in macrosMathieu Desnoyers2023-08-086-13/+13
| * selftests/rseq: Fix arm64 buggy load-acquire/store-release macrosMathieu Desnoyers2023-08-081-28/+30
| * selftests/rseq: Implement rseq_unqual_scalar_typeofMathieu Desnoyers2023-08-081-0/+26
| * selftests/rseq: Fix CID_ID typo in MakefileMathieu Desnoyers2023-08-081-1/+1
| * selftests:prctl: add set-process-name to .gitignoreShuah Khan2023-07-251-0/+1
| * selftests:prctl: Fix make clean override warningShuah Khan2023-07-251-2/+0
| * selftests/resctrl: Remove test type checks from cat_val()Ilpo Järvinen2023-07-251-27/+20
| * selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen2023-07-253-3/+3
| * selftests/resctrl: Move CAT/CMT test global vars to function they are used inIlpo Järvinen2023-07-252-14/+8
| * selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen2023-07-257-33/+7
| * selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen2023-07-255-26/+24
| * selftests/resctrl: Improve parameter consistency in fill_bufIlpo Järvinen2023-07-251-25/+24
| * selftests/resctrl: Remove unnecessary startptr global from fill_bufIlpo Järvinen2023-07-251-4/+1
| * selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen2023-07-255-43/+19
| * selftests/resctrl: Remove duplicated preparation for span argIlpo Järvinen2023-07-251-5/+2
| * selftests/resctrl: Express span internally in bytesIlpo Järvinen2023-07-253-9/+4
| * selftests/resctrl: Convert span to size_tIlpo Järvinen2023-07-257-22/+23
| * selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen2023-07-255-6/+0
| * selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen2023-07-253-21/+12
| * selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen2023-07-255-23/+46
| * selftests/resctrl: Unmount resctrl FS before starting the first testIlpo Järvinen2023-07-252-2/+11
| * selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen2023-07-251-7/+11
| * selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen2023-07-251-0/+1
| * selftests/resctrl: Don't leak buffer in fill_cache()Ilpo Järvinen2023-07-251-1/+2
| * selftests/resctrl: Add resctrl.h into build depsIlpo Järvinen2023-07-251-1/+1
| * selftests: prctl: Add new prctl test for PR_SET_NAMEOsama Muhammad2023-07-242-1/+63
* | Merge tag 'thermal-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-2829-205/+123
|\ \
| * \ Merge updates of thermal drivers for Intel platforms for 6.6-rc1.Rafael J. Wysocki2023-08-242-17/+4
| |\ \
| | * | thermal: intel: intel_soc_dts_iosf: Remove redundant checkZhang Rui2023-08-221-5/+3
| | * | thermal: intel: int340x: simplify the code with module_platform_driver()Yang Yingliang2023-08-221-12/+1
| * | | thermal/of: Fix potential uninitialized value accessPeng Fan2023-08-221-4/+4
| |/ /
| * | Merge ACPI thermal driver changes for 6.6-rc1.Rafael J. Wysocki2023-08-2213-304/+385
| |\ \
| * \ \ Merge Intel DTS IOSF thermal driver changes for 6.6-rc1.Rafael J. Wysocki2023-08-214-136/+78
| |\ \ \
| | * | | thermal: intel: intel_soc_dts_iosf: Use struct thermal_tripRafael J. Wysocki2023-08-112-45/+8
| | * | | thermal: intel: intel_soc_dts_iosf: Rework critical trip setupRafael J. Wysocki2023-08-114-51/+27
| | * | | thermal: intel: intel_soc_dts_iosf: Add helper for resetting trip pointsRafael J. Wysocki2023-08-111-6/+9
| | * | | thermal: intel: intel_soc_dts_iosf: Change initialization orderingRafael J. Wysocki2023-08-111-9/+16
| | * | | thermal: intel: intel_soc_dts_iosf: Pass sensors to update_trip_temp()Rafael J. Wysocki2023-08-111-4/+3
| | * | | thermal: intel: intel_soc_dts_iosf: Untangle update_trip_temp()Rafael J. Wysocki2023-08-111-13/+24
| | * | | thermal: intel: intel_soc_dts_iosf: Always assume notification supportRafael J. Wysocki2023-08-111-13/+8
| | * | | thermal: intel: intel_soc_dts_iosf: Drop redundant symbol definitionRafael J. Wysocki2023-08-101-3/+0
| | * | | thermal: intel: intel_soc_dts_iosf: Always use 2 tripsRafael J. Wysocki2023-08-104-24/+15
| * | | | thermal: Explicitly include correct DT includesRob Herring2023-07-3123-26/+15