This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 61307b7be41a Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel [...] new ad112b3a759c Merge tag 'v6.9-rc6' into perf/core, to pick up fixes new a5dd673ab7d2 x86/insn: Add Key Locker instructions to the opcode map new 59162e0c11d7 x86/insn: Fix PUSH instruction in x86 instruction decoder [...] new b80002643489 x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSS [...] new 9dd3612895de x86/insn: Add misc new Intel instructions new eada38d575a2 x86/insn: Add support for REX2 prefix to the instruction d [...] new 159039af8c07 x86/insn: x86/insn: Add support for REX2 prefix to the ins [...] new 87bbaf1a4be4 x86/insn: Add support for APX EVEX to the instruction deco [...] new 690ca3a3067f x86/insn: Add support for APX EVEX instructions to the opcode map new 10ed2b118116 Merge branch 'x86/cpu' into perf/core, to pick up dependen [...] new 626c5acf39ba perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' [...] new 9d351132ed70 perf/x86/cstate: Remove unused 'struct perf_cstate_msr' new fe0d43f23110 Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org [...] new e5bc44e47c53 arch/topology: Fix variable naming to avoid shadowing new a1fd0b9d751f sched/fair: Allow disabling sched_balance_newidle with sch [...] new 287372fa39f5 sched/debug: Dump domains' level new 0f1c74befa65 docs: cgroup-v1: Clarify that domain levels are system-specific new 72bffbf57c52 sched/fair: Fix initial util_avg calculation new 7cb7fb5b4939 sched/fair: Remove stale FREQUENCY_UTIL comment new 49217ea147df sched/core: Fix incorrect initialization of the 'burst' pa [...] new 8dde191aabba Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.or [...] new dd0716c2b877 x86/boot: Add a fallthrough annotation new 82110ae235e0 x86/boot: Address clang -Wimplicit-fallthrough in vsprintf() new 9dba9c67e52d x86/alternatives: Use the correct length when optimizing NOPs new 41c14f1ac82c Merge tag 'x86-urgent-2024-05-18' of git://git.kernel.org/ [...] new 5b6d8ef6f056 kdb: Use str_plural() to fix Coccinelle warning new e9730744bf3a kdb: Fix buffer overflow during tab-complete new 09b35989421d kdb: Use format-strings rather than '\0' injection in kdb_read() new db2f9c7dc291 kdb: Fix console handling when editing and tab-completing [...] new 6244917f377b kdb: Merge identical case statements in kdb_read() new c9b51ddb66b1 kdb: Use format-specifiers rather than memset() for paddin [...] new 80bd73c154e3 kdb: Replace double memcpy() with memmove() in kdb_read() new 64d504cfcd51 kdb: Simplify management of tmpbuffer in kdb_read() new b2aba15ad6f9 serial: kgdboc: Fix NMI-safety problems from keyboard reset code new a76056285f5d Merge tag 'kgdb-6.10-rc1' of git://git.kernel.org/pub/scm/ [...] new 231ce08b662a tools/power turbostat: Add "snapshot:" Makefile target new ae3326ac5742 tools/power turbostat: Harden probe_intel_uncore_frequency() new cda203388687 tools/power turbostat: Remember global max_die_id new c8b246ea2ea5 tools/power turbostat: Survive sparse die_id new 196eca020600 tools/power turbostat: Enhance ARL/LNL support new f04fcc7ac8ce tools/power turbostat: Add ARL-H support new d3e6f6253895 tools/power turbostat: Replace _Static_assert with BUILD_BUG_ON new 0e39702fbbcd tools/power turbostat: Enable non-privileged users to read [...] new 78464d7681f7 tools/power turbostat: Add columns for clustered uncore frequency new 3559ea813ad3 tools/power turbostat: Avoid possible memory corruption du [...] new 1f9e46da9cba tools/power turbostat: Read Core-cstates via perf new 0451adf4d46d tools/power turbostat: Read Package-cstates via perf new 4e7ee0230080 tools/power turbostat: Fix order of strings in pkg_cstate_ [...] new 29fea61cd8d4 tools/power turbostat: Ignore pkg_cstate_limit when it is [...] new 256d218ec6ae tools/power turbostat: version 2024.05.10 new a90f1cd105c6 Merge tag 'turbostat-for-Linux-6.10-merge-window' of git:/ [...]
The 51 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/cgroup-v1/cpusets.rst | 7 +- arch/x86/boot/Makefile | 1 + arch/x86/boot/printf.c | 3 + arch/x86/events/intel/cstate.c | 6 - arch/x86/events/rapl.c | 16 +- arch/x86/include/asm/inat.h | 17 +- arch/x86/include/asm/insn.h | 32 +- arch/x86/kernel/alternative.c | 2 +- arch/x86/lib/insn.c | 29 + arch/x86/lib/x86-opcode-map.txt | 315 ++++-- arch/x86/tools/gen-insn-attr-x86.awk | 15 +- drivers/base/arch_topology.c | 8 +- drivers/tty/serial/kgdboc.c | 30 +- kernel/cgroup/cpuset.c | 2 +- kernel/debug/kdb/kdb_io.c | 153 +-- kernel/debug/kdb/kdb_main.c | 2 +- kernel/sched/core.c | 2 +- kernel/sched/debug.c | 1 + kernel/sched/fair.c | 9 +- kernel/sched/topology.c | 2 +- tools/arch/x86/include/asm/inat.h | 17 +- tools/arch/x86/include/asm/insn.h | 32 +- tools/arch/x86/lib/insn.c | 29 + tools/arch/x86/lib/x86-opcode-map.txt | 315 ++++-- tools/arch/x86/tools/gen-insn-attr-x86.awk | 15 +- tools/power/x86/turbostat/Makefile | 27 +- tools/power/x86/turbostat/turbostat.8 | 4 +- tools/power/x86/turbostat/turbostat.c | 1169 +++++++++++++++++------ 28 files changed, 1661 insertions(+), 599 deletions(-)