]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'microblaze-v5.19' of git://git.monstr.eu/linux-2.6-microblaze
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 May 2022 16:46:23 +0000 (09:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 May 2022 16:46:23 +0000 (09:46 -0700)
commit0852765e282178c79918a71df1bc4dc0e456a253
treee65fabda5856ee83d263147979853cc01fd08ee2
parent8b009e523ddd38aa4bf4072a72acc2441d0f55ef
parentdd8b0899e490cfd2bda130ea4a2644d34fee6a1e
Merge tag 'microblaze-v5.19' of git://git.monstr.eu/linux-2.6-microblaze

Pull microblaze updates from Michal Simek:

 - Fix issues with freestanding

 - Wire memblock_dump_all()

 - Add support for memory reservation from DT

* tag 'microblaze-v5.19' of git://git.monstr.eu/linux-2.6-microblaze:
  microblaze: fix typos in comments
  microblaze: Add support for reserved memory defined by DT
  microblaze: Wire memblock_dump_all()
  microblaze: Use simple memmove/memcpy implementation from lib/string.c
  microblaze: Do loop unrolling for optimized memset implementation
  microblaze: Use simple memset implementation from lib/string.c