# SPDX-License-Identifier: GPL-2.0 OBJECT_FILES_NON_STANDARD := y hostprogs-y := modpost mk_elfconfig always := $(hostprogs-y) empty.o modpost-objs := modpost.o file2alias.o sumversion.o devicetable-offsets-file := devicetable-offsets.h $(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE $(call filechk,offsets,__DEVICETABLE_OFFSETS_H__) targets += $(devicetable-offsets-file) devicetable-offsets.s # dependencies on generated files need to be listed explicitly $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h $(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file) quiet_cmd_elfconfig = MKELF $@ cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@ $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE $(call if_changed,elfconfig) targets += elfconfig.h 'h' onchange='this.form.submit();'> Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/itmt.c
AgeCommit message (Expand)Author
2025-07-07x86/itmt: Add debugfs file to show core prioritiesMario Limonciello
2025-01-13x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfsK Prateek Nayak
2025-01-13x86/itmt: Use guard() for itmt_update_mutexK Prateek Nayak
2025-01-13x86/itmt: Convert "sysctl_sched_itmt_enabled" to booleanK Prateek Nayak
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2023-10-10arch/x86: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados
2023-05-08x86/sched/itmt: Give all SMT siblings of a core the same priorityRicardo Neri
2023-03-22x86: Simplify one-level sysctl registration for itmt_kern_tableLuis Chamberlain