]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'x86-apic-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Nov 2021 21:01:35 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Nov 2021 21:01:35 +0000 (14:01 -0700)
commit37b665cc32564c2e8fcd11b3c492454f34daf313
tree09bb46974762cf48a9c30017016cbcfc46939c16
parent1aa699cdfd02f4cdba9aa27573945db0efc8cfb9
parent47f5da9e7e5d58145ab56c15b60a5e19549e66b0
Merge tag 'x86-apic-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86/apic update from Thomas Gleixner:
 "A single commit which reduces cache misses in __x2apic_send_IPI_mask()
  significantly by converting x86_cpu_to_logical_apicid() to an array
  instead of using per CPU storage.

  This reduces the cost for a full broadcast on a dual socket system
  with 256 CPUs from 33 down to 11 microseconds"

* tag 'x86-apic-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/apic: Reduce cache line misses in __x2apic_send_IPI_mask()