This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dcbb4a153971 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new 6bbfe4e60269 perf bench numa: Fix cpu0 binding new 85127775a65f perf annotate: Fix printing of unaugmented disassembled in [...] new 3de7ae0b2a1d perf db-export: Fix thread__exec_comm() new cf30ae726c01 perf ftrace: Fix failure to set cpumask when only one cpu [...] new 5f5e25f1c793 perf cpumap: Fix writing to illegal memory in handling cpu [...] new 89b66500f739 perf tools: Fix a typo in a variable name in the Documenta [...] new fa37bab6d715 perf tools: Fix include paths in ui directory new 12a6d2940b5f perf record: Fix module size on s390 new b9c0a64901d5 perf annotate: Fix s390 gap between kernel end and module start new 8e6e5bea2e34 perf pmu-events: Fix missing "cpu_clk_unhalted.core" event new d7731b8133ad Merge tag 'perf-urgent-for-mingo-5.3-20190808' of git://gi [...] new d2359a5153eb Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 4ab9ab656a6c x86/ptrace: Mark expected switch fall-through new 7468a4eae541 x86: mtrr: cyrix: Mark expected switch fall-through new 4ce97317f41d x86/purgatory: Do not use __builtin_memcpy and __builtin_memset new b059f801a937 x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS new 04f5bda84b07 x86/lib/cpu: Address missing prototypes warning new 6d8f809cb55a Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] new 713203e303ca RISC-V: Remove per cpu clocksource new 94ed3fde38c7 dt-bindings: Update the riscv,isa string description new 66cc016ab7c7 riscv: delay: use do_div() instead of __udivdi3() new 81a48ee41738 RISC-V: Remove udivdi3 new 8e5e72e33140 dt-bindings: riscv: remove obsolete cpus.txt new b390e0bfd299 dt-bindings: riscv: fix the schema compatible string for t [...] new 296d05cb0d3c Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub [...]
The 25 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/devicetree/bindings/riscv/cpus.txt | 162 --------------------- Documentation/devicetree/bindings/riscv/cpus.yaml | 16 ++ .../devicetree/bindings/riscv/sifive.yaml | 2 +- arch/riscv/lib/Makefile | 2 - arch/riscv/lib/delay.c | 6 +- arch/riscv/lib/udivdi3.S | 32 ---- arch/x86/boot/string.c | 8 + arch/x86/kernel/cpu/mtrr/cyrix.c | 1 + arch/x86/kernel/ptrace.c | 1 + arch/x86/lib/cpu.c | 1 + arch/x86/purgatory/Makefile | 36 ++++- arch/x86/purgatory/purgatory.c | 6 + arch/x86/purgatory/string.c | 23 --- drivers/clocksource/timer-riscv.c | 6 +- tools/perf/Documentation/Makefile | 2 +- tools/perf/arch/s390/util/machine.c | 31 +++- tools/perf/bench/numa.c | 6 +- tools/perf/builtin-ftrace.c | 2 +- tools/perf/pmu-events/jevents.c | 1 + tools/perf/ui/browser.c | 9 +- tools/perf/ui/tui/progress.c | 2 +- tools/perf/util/annotate.c | 2 +- tools/perf/util/cpumap.c | 5 +- tools/perf/util/machine.c | 3 +- tools/perf/util/machine.h | 2 +- tools/perf/util/symbol.c | 7 +- tools/perf/util/symbol.h | 1 + tools/perf/util/thread.c | 12 +- 28 files changed, 141 insertions(+), 246 deletions(-) delete mode 100644 Documentation/devicetree/bindings/riscv/cpus.txt delete mode 100644 arch/riscv/lib/udivdi3.S delete mode 100644 arch/x86/purgatory/string.c