This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b6ff10700d1b Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/ [...] new 12879bda3c2a csky: Fixup init_fpu compile warning with __init new bfe47f358ad2 csky: Implement ptrace regs and stack API new 9866d141a097 csky: Add support for restartable sequence new 89a3927a775c csky: Implement ftrace with regs new dd7c983e78a2 csky/ftrace: Fixup ftrace_modify_code deadlock without CPU [...] new 9c0e343d7654 csky: Fixup get wrong psr value from phyical reg new de8636787119 csky: Enable the gcov function new 000591f1ca33 csky: Enable LOCKDEP_SUPPORT new 33e53ae1ce41 csky: Add kprobes supported new 8f6bb793b2be csky: Add uprobes support new aefd9461d34a csky: Fixup cpu speculative execution to IO area new f183d269cc6c Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-s [...] new ddfd9dcf270c ACPI: PM: Add acpi_[un]register_wakeup_handler() new 767191db8220 platform/x86: intel_int0002_vgpio: Use acpi_register_wakeu [...] new 3704a6a44579 PM: hibernate: Propagate the return value of hibernation_r [...] new b5252a6cbbda PM: sleep: core: Drop racy and redundant checks from devic [...] new db96a75946d3 PM: sleep: Add pm_debug_messages kernel command line option new 4506c531f118 Documentation: PM: sleep: Document system-wide suspend code flows new a00ec3874e7d cpufreq: intel_pstate: Select schedutil as the default governor new 8fdcca8e254a cpufreq: Select schedutil when using big.LITTLE new 54032b863b56 Merge branches 'pm-sleep' and 'pm-cpufreq' new ef05db16bbd8 Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/l [...] new 696ac2e3bf26 x86: ACPI: fix CPU hotplug deadlock new 1c040f3a6a63 ACPICA: Fix a typo in a comment field new 1f6239ca16fd ACPICA: Implement IVRS IVHD type 11h parsing new 0dc7e795204c ACPICA: Fix IVRS IVHD type 10h reserved field name new 26b22d7999d9 ACPICA: Change PlatformCommChannel ASL keyword to PCC new f2173c3e7df2 ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_ [...] new bb89a79ac6a6 ACPICA: utilities: fix sprintf() new afb908708b39 ACPICA: WSMT: Fix typo, no functional change new 88055d8f4a71 ACPICA: Add NHLT table signature new 9a1ae80412dc ACPICA: Fixes for acpiExec namespace init file new 6461e59cc2bc ACPICA: Update version 20200326 new fd0360583a4f Merge branch 'acpica' new b17b80645453 ACPI: CPPC: clean up acpi_get_psd_map() new 5fd769c2bf11 ACPI: video: Docs update for "acpi_backlight" kernel param [...] new 1c8fbc1f9bfb ACPI: video: Use native backlight on Acer Aspire 5783z new b62c770fee69 ACPI: Update Tiger Lake ACPI device IDs new d5764dc59746 platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID new 26d8bec1e97b thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDs new 33ae7f715e30 Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-drivers' new 7e63420847ae Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm [...]
The 42 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/kernel-parameters.txt | 11 +- Documentation/admin-guide/pm/suspend-flows.rst | 270 +++++++++++ Documentation/admin-guide/pm/system-wide.rst | 1 + arch/csky/Kconfig | 13 + arch/csky/abiv1/inc/abi/entry.h | 5 +- arch/csky/abiv2/fpu.c | 5 - arch/csky/abiv2/inc/abi/entry.h | 67 ++- arch/csky/abiv2/inc/abi/fpu.h | 3 +- arch/csky/abiv2/mcount.S | 48 ++ arch/csky/include/asm/ftrace.h | 2 + arch/csky/include/asm/kprobes.h | 48 ++ arch/csky/include/asm/probes.h | 24 + arch/csky/include/asm/processor.h | 1 + arch/csky/include/asm/ptrace.h | 43 ++ arch/csky/include/asm/thread_info.h | 2 + arch/csky/include/asm/uprobes.h | 33 ++ arch/csky/kernel/Makefile | 1 + arch/csky/kernel/asm-offsets.c | 1 + arch/csky/kernel/entry.S | 18 +- arch/csky/kernel/ftrace.c | 42 ++ arch/csky/kernel/head.S | 5 + arch/csky/kernel/probes/Makefile | 7 + arch/csky/kernel/probes/decode-insn.c | 49 ++ arch/csky/kernel/probes/decode-insn.h | 20 + arch/csky/kernel/probes/ftrace.c | 66 +++ arch/csky/kernel/probes/kprobes.c | 499 +++++++++++++++++++++ arch/csky/kernel/probes/kprobes_trampoline.S | 19 + arch/csky/kernel/probes/simulate-insn.c | 398 ++++++++++++++++ arch/csky/kernel/probes/simulate-insn.h | 49 ++ arch/csky/kernel/probes/uprobes.c | 150 +++++++ arch/csky/kernel/ptrace.c | 103 +++++ arch/csky/kernel/setup.c | 63 +-- arch/csky/kernel/signal.c | 6 + arch/csky/kernel/smp.c | 6 + arch/csky/kernel/traps.c | 29 +- arch/csky/mm/cachev2.c | 45 +- arch/csky/mm/fault.c | 11 + arch/x86/kernel/acpi/cstate.c | 3 +- drivers/acpi/acpica/acnamesp.h | 2 + drivers/acpi/acpica/dbinput.c | 16 +- drivers/acpi/acpica/dbxface.c | 1 + drivers/acpi/acpica/dswexec.c | 33 ++ drivers/acpi/acpica/dswload.c | 2 - drivers/acpi/acpica/dswload2.c | 35 ++ drivers/acpi/acpica/nsnames.c | 6 +- drivers/acpi/acpica/utdecode.c | 2 +- drivers/acpi/acpica/utdelete.c | 9 +- drivers/acpi/acpica/utprint.c | 7 +- drivers/acpi/cppc_acpi.c | 33 +- drivers/acpi/device_pm.c | 2 +- drivers/acpi/dptf/dptf_power.c | 2 +- drivers/acpi/dptf/int340x_thermal.c | 8 +- drivers/acpi/processor_throttling.c | 7 - drivers/acpi/sleep.c | 4 + drivers/acpi/sleep.h | 1 + drivers/acpi/tables.c | 2 +- drivers/acpi/video_detect.c | 9 + drivers/acpi/wakeup.c | 81 ++++ drivers/base/power/main.c | 7 +- drivers/cpufreq/Kconfig | 4 +- drivers/cpufreq/Kconfig.x86 | 2 + drivers/platform/x86/intel-hid.c | 2 +- drivers/platform/x86/intel_int0002_vgpio.c | 10 + .../intel/int340x_thermal/int3400_thermal.c | 2 +- .../intel/int340x_thermal/int3403_thermal.c | 2 +- include/acpi/acpixf.h | 2 +- include/acpi/actbl2.h | 21 +- include/acpi/actbl3.h | 6 +- include/acpi/acuuid.h | 2 +- include/acpi/processor.h | 8 + include/linux/acpi.h | 5 + kernel/power/hibernate.c | 2 +- kernel/power/main.c | 7 + 73 files changed, 2351 insertions(+), 159 deletions(-) create mode 100644 Documentation/admin-guide/pm/suspend-flows.rst create mode 100644 arch/csky/include/asm/kprobes.h create mode 100644 arch/csky/include/asm/probes.h create mode 100644 arch/csky/include/asm/uprobes.h create mode 100644 arch/csky/kernel/probes/Makefile create mode 100644 arch/csky/kernel/probes/decode-insn.c create mode 100644 arch/csky/kernel/probes/decode-insn.h create mode 100644 arch/csky/kernel/probes/ftrace.c create mode 100644 arch/csky/kernel/probes/kprobes.c create mode 100644 arch/csky/kernel/probes/kprobes_trampoline.S create mode 100644 arch/csky/kernel/probes/simulate-insn.c create mode 100644 arch/csky/kernel/probes/simulate-insn.h create mode 100644 arch/csky/kernel/probes/uprobes.c