This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 479174d402bc Merge tag 'platform-drivers-x86-v6.1-5' of git://git.kerne [...] new fbf8321238ba memcg: Fix possible use-after-free in memcg_write_event_control() new d95d140e8363 ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointer new 57fb3f66a3aa Merge tag 'ata-6.1-rc8' of git://git.kernel.org/pub/scm/li [...] new ec851b23084b gpiolib: fix memory leak in gpiochip_setup_dev() new 45fecdb9f658 gpio: amd8111: Fix PCI device reference count leak new 63ff545af73f gpio/rockchip: fix refcount leak in rockchip_gpiolib_register() new 306ba2402de5 Merge tag 'gpio-fixes-for-v6.1' of git://git.kernel.org/pu [...] new 7dfa764e0223 xen/netback: fix build warning new a4c3a07e5b9f Merge tag 'for-linus-xsa-6.1-rc9b-tag' of git://git.kernel [...] new 143d64bdbdb8 LoongArch: Export symbol for function smp_send_reschedule() new b681604edab6 LoongArch: mm: Fix huge page entry update for virtual machine new 38eb496d85b8 docs/LoongArch: Add booting description new 1385313d8bc1 docs/zh_CN: Add LoongArch booting description's translation new 7f043b7662b6 Merge tag 'loongarch-fixes-6.1-3' of git://git.kernel.org/ [...] new 6a3fc8c330d1 ARM: at91: fix build for SAMA5D3 w/o L2 cache new da0cbf9307a2 Merge tag 'at91-fixes-6.1-3' of https://git.kernel.org/pub [...] new f3e8416619ce Merge tag 'soc-fixes-6.1-5' of git://git.kernel.org/pub/sc [...]
The 17 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/loongarch/booting.rst | 42 +++++++++++++++++++ Documentation/loongarch/index.rst | 1 + .../translations/zh_CN/loongarch/booting.rst | 48 ++++++++++++++++++++++ .../translations/zh_CN/loongarch/index.rst | 1 + arch/arm/mach-at91/sama5.c | 2 +- arch/loongarch/include/asm/smp.h | 10 ----- arch/loongarch/kernel/smp.c | 11 +++++ arch/loongarch/mm/tlbex.S | 30 +++++++------- drivers/ata/libahci_platform.c | 2 +- drivers/gpio/gpio-amd8111.c | 4 ++ drivers/gpio/gpio-rockchip.c | 1 + drivers/gpio/gpiolib.c | 42 +++++++++++-------- drivers/net/xen-netback/netback.c | 2 +- include/linux/cgroup.h | 1 + kernel/cgroup/cgroup-internal.h | 1 - mm/memcontrol.c | 15 ++++++- 16 files changed, 167 insertions(+), 46 deletions(-) create mode 100644 Documentation/loongarch/booting.rst create mode 100644 Documentation/translations/zh_CN/loongarch/booting.rst