]> Git Repo - linux.git/commit
Merge tag 'cmpxchg.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Mon, 15 Jul 2024 22:19:36 +0000 (15:19 -0700)
committerLinus Torvalds <[email protected]>
Mon, 15 Jul 2024 22:19:36 +0000 (15:19 -0700)
commitc4b729b0fac2d1b336df6d3e8c3fdb67ee9fff82
treee9ea0fbddf7540fd775503272c1d3d6487159f95
parent4fd9435641bb80c04863c9a35afafe4c3f953bbf
parentf1b5644862c5b594f48ad01d7880a96b95d83a2f
Merge tag 'cmpxchg.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu

Pull arm byte cmpxchg from Paul McKenney:
 "ARM: Provide one-byte cmpxchg emulation

  This provides emulated one-byte cmpxchg() support for ARM using the
  cmpxchg_emu_u8() function that uses a four-byte cmpxchg() to emulate
  the one-byte variant.

  Similar patches for emulation of one-byte cmpxchg() for arc, sh, and
  xtensa have not yet received maintainer acks, so they are slated for
  the v6.12 merge window"

* tag 'cmpxchg.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu:
  ARM: Emulate one-byte cmpxchg
This page took 0.044465 seconds and 4 git commands to generate.