This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 230bda0873a6 Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org [...] new 459b09b5a325 sched/debug: Don't update sched_domain debug directories b [...] new 77eccd0dfae3 wait: use LIST_HEAD_INIT() to initialize wait_queue_head new 18765447c3b7 sched/sysctl: Move extern sysctl declarations to sched.h new 031e3bd8986f sched: Optimize housekeeping_cpumask() in for_each_cpu_and() new 1c6829cfd3d5 sched/numa: Fix is_core_idle() new f912d051619d sched: remove redundant on_rq status change new f95091536f78 sched/deadline: Fix reset_on_fork reporting of DL tasks new 7ad721bf1071 sched: Don't report SCHED_FLAG_SUGOV in sched_getattr() new 89aafd67f28c sched/fair: Use prev instead of new target as recent_used_cpu new 56498cfb045d sched/fair: Avoid a second scan of target in select_idle_cpu new b4da13aa28d4 sched/deadline: Fix missing clock update in migrate_task_rq_dl() new ca4984a7dd86 sched: Fix UCLAMP_FLAG_IDLE setting new f4dddf90d58d sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMS new 746f5ea9c428 sched: Replace deprecated CPU-hotplug functions. new 0083242c9375 sched/topology: Skip updating masks for non-online nodes new 304000390f88 sched: Cgroup SCHED_IDLE support new 9ae606bc74dd sched: Introduce task_cpu_possible_mask() to limit fallbac [...] new d4b96fb92ae7 cpuset: Don't use the cpu_possible_mask as a last resort f [...] new 431c69fac05b cpuset: Honour task_cpu_possible_mask() in guarantee_onlin [...] new 97c0054dbe2c cpuset: Cleanup cpuset_cpus_allowed_fallback() use in sele [...] new 234a503e670b sched: Reject CPU affinity changes based on task_cpu_possi [...] new b90ca8badbd1 sched: Introduce task_struct::user_cpus_ptr to track reque [...] new db3b02ae896e sched: Split the guts of sched_setaffinity() into a helper [...] new 07ec77a1d4e8 sched: Allow task CPU affinity to be restricted on asymmet [...] new 234b8ab6476c sched: Introduce dl_task_check_affinity() to check propose [...] new 366e7ad6ba5f sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAI [...] new b542e383d8c0 eventfd: Make signal recursion protection a task bit new 5d3c0db4598c Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/ [...] new c54c53d9921a perf/x86/intel/uncore: Add Sapphire Rapids server framework new 949b11381f81 perf/x86/intel/uncore: Add Sapphire Rapids server CHA support new 3ba7095beaec perf/x86/intel/uncore: Add Sapphire Rapids server IIO support new e199eb513159 perf/x86/intel/uncore: Add Sapphire Rapids server IRP support new f85ef898f884 perf/x86/intel/uncore: Add Sapphire Rapids server M2PCIe support new 0654dfdc7e1c perf/x86/intel/uncore: Add Sapphire Rapids server PCU support new 85f2e30f987e perf/x86/intel/uncore: Add Sapphire Rapids server IMC support new f57191edaaeb perf/x86/intel/uncore: Add Sapphire Rapids server M2M support new da5a9156cd2a perf/x86/intel/uncore: Add Sapphire Rapids server UPI support new 2a8e51eae7c8 perf/x86/intel/uncore: Add Sapphire Rapids server M3UPI support new 0d771caf7284 perf/x86/intel/uncore: Add Sapphire Rapids server MDF support new 8053f2d752e2 perf/x86/intel/uncore: Add alias PMU name new 1583971b5cb8 perf/x86/intel/uncore: Factor out snr_uncore_mmio_map() new 0378c93a92e2 perf/x86/intel/uncore: Support IIO free-running counters o [...] new c76826a65f50 perf/x86/intel/uncore: Support IMC free-running counters o [...] new 3f2cbe3810a6 perf/x86/intel/uncore: Fix IIO cleanup mapping procedure f [...] new 46466ae3a105 Merge branch 'perf/urgent' into perf/core, to pick up fixes new 4f32da76a140 perf/x86: Remove unused assignment to pointer 'e' new eda8a2c599d1 perf/x86/intel: Replace deprecated CPU-hotplug functions new ffec09f9c7d7 perf/hw_breakpoint: Replace deprecated CPU-hotplug functions new 6cf295b21608 perf/amd/uncore: Simplify code, use free_percpu()'s built- [...] new 0a0b53e0c379 perf/amd/uncore: Clean up header use, use <linux/ include [...] new 9164d9493a79 x86/cpu: Add get_llc_id() helper function new 05485745ad48 perf/amd/uncore: Allow the driver to be built as a module new 6a371bafe613 perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd [...] new 4a2b88eb0265 Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/p [...] new 5eff88dd6b4b efi: cper: fix scnprintf() use in cper_mem_err_location() new b31eea2e04c1 efi: Don't use knowledge about efi_guid_t internals new 1be72c8e0786 efi: cper: check section header more appropriately new 46f4945e2b39 Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pu [...]
The 58 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: .../testing/sysfs-bus-event_source-devices-uncore | 13 + arch/x86/events/Kconfig | 10 + arch/x86/events/amd/Makefile | 5 +- arch/x86/events/amd/ibs.c | 23 +- arch/x86/events/amd/uncore.c | 40 +- arch/x86/events/core.c | 4 +- arch/x86/events/intel/core.c | 8 +- arch/x86/events/intel/pt.c | 4 +- arch/x86/events/intel/uncore.c | 45 +- arch/x86/events/intel/uncore.h | 4 + arch/x86/events/intel/uncore_discovery.c | 42 +- arch/x86/events/intel/uncore_discovery.h | 21 + arch/x86/events/intel/uncore_snbep.c | 583 ++++++++++++++++++++- arch/x86/include/asm/amd-ibs.h | 132 +++++ arch/x86/include/asm/processor.h | 2 + arch/x86/kernel/cpu/amd.c | 2 +- arch/x86/kernel/cpu/common.c | 6 + drivers/firmware/efi/cper.c | 13 +- fs/aio.c | 2 +- fs/eventfd.c | 12 +- include/linux/cpuset.h | 8 +- include/linux/eventfd.h | 11 +- include/linux/mmu_context.h | 14 + include/linux/sched.h | 25 + include/linux/sched/sysctl.h | 18 - include/linux/wait.h | 2 +- init/init_task.c | 1 + kernel/cgroup/cpuset.c | 59 ++- kernel/events/hw_breakpoint.c | 4 +- kernel/fork.c | 2 + kernel/sched/core.c | 440 ++++++++++++---- kernel/sched/deadline.c | 8 +- kernel/sched/debug.c | 10 + kernel/sched/fair.c | 211 ++++++-- kernel/sched/sched.h | 26 + kernel/sched/topology.c | 65 +++ security/integrity/platform_certs/efi_parser.c | 2 +- 37 files changed, 1594 insertions(+), 283 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-bus-event_source-devices-uncore create mode 100644 arch/x86/include/asm/amd-ibs.h