]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Nov 2024 23:14:39 +0000 (15:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Nov 2024 23:14:39 +0000 (15:14 -0800)
commitb84eeed05a8823074866924f4c072bdf2d533f5d
tree8572f0bb0033bce95c15f2c3d5f2a911d44389bd
parente06bc45bef9aca52c6bdcb56aa6d392d99516ac3
parentca29cfcc4a21083d671522ad384532e28a43f033
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux

Pull ARM fixes from Russell King:

 - Fix kernel mapping for XIP kernels

 - Fix SMP support for XIP kernels

 - Fix complication corner case with CFI

 - Fix a typo in nommu code

 - Fix cacheflush syscall when PAN is enabled on LPAE platforms

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:
  ARM: fix cacheflush with PAN
  ARM: 9435/1: ARM/nommu: Fix typo "absence"
  ARM: 9434/1: cfi: Fix compilation corner case
  ARM: 9420/1: smp: Fix SMP for xip kernels
  ARM: 9419/1: mm: Fix kernel memory mapping for xip kernels