This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8ee15f324866 Merge tag 'dma-mapping-5.1-1' of git://git.infradead.org/u [...] new a0fe2c6479aa linux/kernel.h: Use parentheses around argument in u64_to_ [...] new 4fa5ecda2bf9 objtool: Add rewind_stack_do_exit() to the noreturn list new 54c63a75581f Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new 95c5c618fa43 irqchip/irq-ls1x: Missing error code in ls1x_intc_of_init() new e8458e7afa85 genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n new 325aa19598e4 genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake [...] new 6a022984c3fe Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new 90c1cba2b3b3 locking/lockdep: Zap lock classes even with lock debugging [...] new 26e2b81977bb Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new 583feb08e7f7 perf/x86/intel: Fix handling of wakeup_events for multi-en [...] new d7262457e35d perf/x86/intel: Initialize TFA MSR new 914123fa3904 x86/perf/amd: Resolve race condition when disabling PMC new 6d3edaae16c6 x86/perf/amd: Resolve NMI latency issues for active PMCs new 3966c3feca3f x86/perf/amd: Remove need to check "running" bit in NMI handler new 1d54ad944074 perf/core: Fix perf_event_disable_inatomic() race new 73fdb2c908c6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 0e9f02450da0 sched/fair: Do not re-read ->h_load_next during hierarchic [...] new 5e6f1fee60a3 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new 07d7e12091f4 alarmtimer: Return correct remaining time new 122c215bfae8 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new faa3604eda32 x86/resctrl: Fix typos in the mba_sc mount option new 5b77e95dd779 x86/asm: Use stricter assembly constraints in bitops new 6d0a598489ca Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 23 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: arch/x86/events/amd/core.c | 140 +++++++++++++++++++++++++++++++-- arch/x86/events/core.c | 13 +-- arch/x86/events/intel/core.c | 8 +- arch/x86/include/asm/bitops.h | 41 +++++----- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 6 +- drivers/irqchip/irq-ls1x.c | 1 + include/linux/kernel.h | 4 +- kernel/events/core.c | 52 +++++++++--- kernel/events/ring_buffer.c | 4 +- kernel/irq/chip.c | 4 + kernel/irq/irqdesc.c | 1 + kernel/locking/lockdep.c | 29 +++---- kernel/sched/fair.c | 6 +- kernel/time/alarmtimer.c | 2 +- tools/objtool/check.c | 1 + 15 files changed, 236 insertions(+), 76 deletions(-)