Files
linux/arch/x86/include/asm
Linus Torvalds 0529ef8c36 Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner:
 "A small set of x86 fixes:

   - Cure IO bitmap inconsistencies

     A failed fork cleans up all resources of the newly created thread
     via exit_thread(). exit_thread() invokes io_bitmap_exit() which
     does the IO bitmap cleanups, which unfortunately assume that the
     cleanup is related to the current task, which is obviously bogus.

     Make it work correctly

   - A lockdep fix in the resctrl code removed the clearing of the
     command buffer in two places, which keeps stale error messages
     around. Bring them back.

   - Remove unused trace events"

* tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_mutex
  x86/iopl: Cure TIF_IO_BITMAP inconsistencies
  x86/fpu: Remove unused trace events
2025-06-08 11:27:20 -07:00
..
2025-05-31 09:40:40 +02:00
2023-11-21 17:23:35 +01:00
2025-02-26 12:24:17 +01:00
2020-05-07 16:06:20 +02:00
2025-01-14 08:35:08 +01:00
2024-11-25 12:11:55 -08:00
2021-10-28 23:25:26 +02:00
2025-03-17 22:06:53 -07:00
2025-01-13 23:07:18 +01:00
2020-11-06 23:14:58 +01:00
2022-04-07 08:27:52 -07:00
2022-11-10 13:12:45 +01:00
2025-03-17 22:06:53 -07:00
2025-04-16 15:36:23 +08:00
2025-02-14 10:32:05 +01:00
2020-03-21 16:03:25 +01:00
2024-10-02 16:53:38 +02:00
2025-02-18 11:08:36 +01:00
2022-01-30 21:17:00 -05:00
2022-01-30 21:17:00 -05:00
2024-06-25 17:15:48 +02:00
2025-04-07 07:36:33 -04:00