Linus Torvalds
79caa6c88a
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
...
Pull asm-generic updates from Arnd Bergmann:
"These are a number of unrelated cleanups, generally simplifying the
architecture specific header files:
- A series from Al Viro simplifies asm/vga.h, after it turns out that
most of it can be generalized.
- A series from Julian Vetter adds a common version of
memcpy_{to,from}io() and memset_io() and changes most architectures
to use that instead of their own implementation
- A series from Niklas Schnelle concludes his work to make PC style
inb()/outb() optional
- Nicolas Pitre contributes improvements for the generic do_div()
helper
- Christoph Hellwig adds a generic version of page_to_phys() and
phys_to_page(), replacing the slightly different architecture
specific definitions.
- Uwe Kleine-Koenig has a minor cleanup for ioctl definitions"
* tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: (24 commits)
empty include/asm-generic/vga.h
sparc: get rid of asm/vga.h
asm/vga.h: don't bother with scr_mem{cpy,move}v() unless we need to
vt_buffer.h: get rid of dead code in default scr_...() instances
tty: serial: export serial_8250_warn_need_ioport
lib/iomem_copy: fix kerneldoc format style
hexagon: simplify asm/io.h for !HAS_IOPORT
loongarch: Use new fallback IO memcpy/memset
csky: Use new fallback IO memcpy/memset
arm64: Use new fallback IO memcpy/memset
New implementation for IO memcpy and IO memset
watchdog: Add HAS_IOPORT dependency for SBC8360 and SBC7240
__arch_xprod64(): make __always_inline when optimizing for performance
ARM: div64: improve __arch_xprod_64()
asm-generic/div64: optimize/simplify __div64_const32()
lib/math/test_div64: add some edge cases relevant to __div64_const32()
asm-generic: add an optional pfn_valid check to page_to_phys
asm-generic: provide generic page_to_phys and phys_to_page implementations
asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n
tty: serial: handle HAS_IOPORT dependencies
...
2024-11-20 15:13:02 -08:00
..
2024-04-29 11:15:31 +02:00
2024-09-17 15:03:01 +02:00
2023-12-08 09:12:18 -08:00
2021-10-20 22:35:04 +02:00
2024-08-14 12:49:35 +02:00
2024-11-02 12:37:35 +01:00
2024-07-25 13:11:08 +02:00
2022-04-07 08:27:54 -07:00
2024-09-12 08:25:07 +02:00
2022-08-04 11:11:59 +02:00
2023-02-13 22:13:12 +01:00
2024-07-01 12:41:11 +02:00
2022-03-02 11:42:36 +01:00
2024-10-29 18:16:05 +01:00
2022-09-29 12:20:54 +02:00
2024-08-13 12:00:09 +02:00
2023-11-21 17:23:35 +01:00
2022-07-25 13:26:14 +02:00
2024-11-08 13:16:00 +01:00
2024-04-04 17:01:40 +02:00
2024-11-05 12:55:34 +01:00
2024-04-10 15:04:55 +02:00
2024-04-10 15:04:55 +02:00
2023-08-30 10:11:16 +02:00
2024-05-22 14:12:11 -07:00
2024-05-22 14:12:11 -07:00
2024-05-13 18:05:08 -07:00
2023-03-30 12:58:51 -06:00
2024-08-06 13:42:40 +02:00
2023-06-16 10:15:59 +02:00
2020-10-25 14:51:49 -07:00
2023-10-10 14:38:18 +02:00
2024-06-19 12:41:08 -07:00
2020-08-20 15:45:18 -04:00
2023-01-27 11:19:46 +00:00
2022-10-03 14:03:24 -07:00
2024-07-31 21:46:35 +02:00
2024-11-05 12:55:34 +01:00
2024-04-14 22:40:54 +02:00
2023-10-09 18:14:25 +02:00
2024-04-24 08:11:43 -07:00
2022-05-31 14:10:54 -07:00
2024-09-04 18:05:49 +02:00
2022-12-15 10:37:26 -08:00
2024-11-19 14:34:02 -08:00
2024-05-14 08:51:37 -07:00
2024-11-19 12:27:19 -08:00
2024-09-28 09:20:14 -07:00
2023-05-15 13:44:52 +02:00
2024-03-26 11:14:12 -07:00
2021-06-07 12:14:45 +02:00
2024-02-14 10:49:37 +01:00
2024-03-04 12:01:39 +01:00
2023-12-20 10:57:51 +01:00
2024-03-12 09:55:57 +01:00
2020-06-30 11:59:48 +02:00
2024-03-25 11:16:54 +01:00
2023-08-03 12:08:35 +02:00
2023-02-15 12:35:20 +01:00
2022-07-22 17:24:47 -05:00
2023-05-18 11:56:18 -07:00
2024-07-08 10:17:44 +02:00
2024-02-27 00:23:55 +01:00
2021-01-06 08:40:56 -05:00
2020-11-18 18:02:50 +01:00
2024-08-25 19:23:00 +02:00
2024-04-04 17:01:40 +02:00
2024-08-25 16:07:51 +02:00
2021-02-09 15:28:37 +01:00
2021-04-20 08:59:03 -06:00
2024-05-19 14:36:19 -07:00
2020-09-18 09:59:40 +02:00
2024-08-25 19:23:00 +02:00
2024-03-04 12:01:39 +01:00
2024-11-20 11:34:10 -08:00
2021-12-11 09:09:47 +01:00
2022-04-18 07:21:10 +02:00
2021-10-28 23:25:26 +02:00
2023-01-13 10:07:27 +01:00
2024-08-08 17:36:35 +02:00
2022-04-13 12:15:50 -07:00
2020-10-28 20:26:25 +01:00
2022-08-30 10:56:22 +02:00
2024-02-23 10:18:44 +01:00
2022-11-17 13:58:32 +01:00
2024-03-04 06:59:18 +00:00
2023-10-27 20:36:49 +02:00
2024-04-02 15:01:40 +02:00
2023-07-10 09:52:23 +02:00
2024-08-08 17:36:35 +02:00
2024-05-02 13:13:45 +02:00
2024-06-17 17:46:22 +02:00
2023-01-03 18:46:06 +01:00
2024-05-02 13:13:45 +02:00
2020-11-26 12:58:56 +01:00
2024-07-04 16:00:36 +02:00
2022-02-15 17:47:11 +01:00
2024-09-11 14:26:03 +02:00
2024-10-31 12:02:21 -07:00
2023-03-22 11:08:40 -07:00
2024-02-15 22:07:39 +01:00
2020-07-18 12:31:49 +02:00
2024-10-28 21:44:28 +00:00
2020-11-06 23:14:58 +01:00
2024-01-29 17:19:28 +01:00
2024-01-03 11:46:22 +01:00
2024-04-30 00:54:43 +02:00
2024-03-19 13:15:35 +01:00
2024-08-13 12:00:09 +02:00
2023-11-23 11:32:29 +01:00
2024-02-08 08:45:35 -05:00
2022-11-17 15:15:22 +01:00
2024-06-11 07:22:46 +02:00
2024-02-09 15:57:48 -08:00
2022-12-15 10:37:26 -08:00
2024-09-03 21:15:28 -07:00
2020-07-22 23:56:53 +02:00
2024-04-23 14:59:01 +10:00
2021-07-30 17:09:01 +02:00
2024-01-25 23:52:21 -08:00
2023-11-10 19:59:05 +09:00
2024-09-17 12:41:23 -04:00
2023-08-31 14:08:19 -04:00
2022-04-07 08:27:52 -07:00
2020-07-09 13:29:42 -04:00
2024-09-17 11:38:23 -04:00
2024-07-16 12:14:11 -04:00
2024-02-07 17:05:21 +01:00
2024-01-10 10:52:29 +01:00
2024-03-01 12:54:25 +01:00
2022-08-14 11:24:29 +02:00
2024-10-31 10:53:04 +01:00
2024-03-04 18:12:33 +01:00
2022-11-10 13:12:45 +01:00
2023-10-24 15:05:55 +02:00
2023-09-06 23:50:46 +02:00
2024-09-21 07:29:05 -07:00
2024-02-22 10:24:41 -08:00
2024-05-06 17:39:09 +02:00
2024-09-05 07:21:37 +00:00
2022-12-05 22:22:34 +01:00
2024-09-28 09:20:14 -07:00
2024-08-25 19:23:00 +02:00
2024-08-25 14:29:38 +02:00
2023-11-29 15:44:01 +01:00
2024-03-06 10:13:33 +01:00
2023-05-31 10:21:21 +02:00
2024-10-09 09:42:30 +02:00
2024-09-03 21:15:31 -07:00
2023-06-16 17:17:42 +02:00
2023-03-23 23:18:58 +01:00
2020-10-29 21:54:35 +01:00
2023-02-09 16:51:41 -08:00
2023-03-30 12:58:51 -06:00
2024-08-20 13:44:57 +02:00
2024-10-16 00:13:04 +02:00
2023-11-23 11:13:21 +01:00
2022-02-23 10:58:28 +01:00
2024-01-10 16:43:55 -08:00
2024-01-10 16:43:55 -08:00
2021-08-10 23:31:43 +02:00
2022-06-17 14:24:14 -05:00
2024-01-30 15:17:12 +01:00
2024-05-20 10:56:25 +02:00
2024-02-15 22:07:45 +01:00
2024-11-14 10:40:01 +01:00
2024-01-10 10:52:28 +01:00
2022-11-08 17:37:18 -08:00
2024-08-20 13:44:57 +02:00
2024-09-27 09:55:30 -07:00
2022-12-15 10:37:26 -08:00
2024-08-14 12:51:07 +02:00
2023-02-02 22:33:10 -08:00
2022-12-15 10:37:27 -08:00
2024-01-10 10:52:28 +01:00
2024-09-17 01:06:59 -07:00
2022-04-04 15:58:24 -07:00
2021-12-19 22:44:34 +01:00
2021-02-15 20:09:46 +01:00
2024-04-30 00:54:43 +02:00
2024-02-14 10:45:07 +01:00
2021-08-10 23:31:43 +02:00
2024-01-10 10:52:28 +01:00
2024-10-25 20:44:26 +02:00
2024-04-03 08:49:56 +02:00
2023-12-07 09:51:29 -08:00
2024-01-10 10:52:28 +01:00
2024-01-31 22:01:20 +01:00
2024-09-13 17:28:35 +02:00
2024-04-24 11:48:08 +02:00
2024-08-07 20:04:38 +02:00
2023-05-15 13:45:03 +02:00
2024-10-06 03:59:22 -04:00
2024-03-25 11:16:54 +01:00
2024-08-28 11:13:08 +02:00
2024-02-09 15:57:48 -08:00
2024-10-25 09:53:03 -07:00
2024-03-22 09:37:09 +01:00
2023-08-21 13:46:24 -07:00
2023-08-08 09:31:43 +02:00
2024-06-17 17:46:05 +02:00
2024-01-30 15:17:12 +01:00
2024-05-27 18:54:45 +02:00
2024-10-15 19:54:42 +02:00
2024-10-28 18:06:54 +01:00
2022-11-04 15:33:30 -07:00
2024-06-12 08:44:28 +09:00
2023-06-16 10:16:00 +02:00
2022-10-19 09:58:49 +02:00
2022-10-19 09:58:48 +02:00
2022-04-04 10:16:57 +02:00
2024-06-17 17:46:20 +02:00
2021-02-10 23:34:17 +01:00
2024-09-03 21:15:32 -07:00
2024-03-04 12:09:13 +01:00
2024-03-20 12:04:38 +01:00
2022-11-18 02:18:10 +01:00
2021-09-21 13:57:43 +02:00
2024-01-10 10:52:29 +01:00
2021-12-11 09:09:45 +01:00
2024-03-22 11:47:34 +01:00
2024-03-22 11:01:31 +01:00
2022-04-27 13:55:19 +02:00
2024-08-29 19:06:12 -07:00
2024-08-25 19:23:00 +02:00
2020-12-09 09:37:42 +01:00
2024-01-24 11:49:19 +01:00
2024-08-23 11:46:51 -07:00
2023-12-12 08:46:46 -08:00
2024-04-09 18:08:11 +02:00
2021-05-31 22:32:26 +02:00
2024-11-11 11:49:45 +01:00
2023-06-09 17:44:16 -07:00
2024-10-02 16:53:38 +02:00
2022-05-13 23:59:23 +02:00
2022-07-21 10:50:13 -07:00
2024-07-02 11:32:16 -07:00
2024-11-19 12:27:19 -08:00
2024-01-29 17:26:56 +01:00
2024-01-25 19:10:29 +01:00
2023-11-23 11:32:31 +01:00
2024-06-03 11:18:51 +02:00
2023-05-03 10:37:22 -07:00
2024-10-25 09:53:03 -07:00
2024-06-11 16:08:43 -07:00
2023-06-06 18:31:37 +02:00
2024-07-10 14:23:38 +02:00
2023-06-07 10:03:12 -07:00
2022-03-28 19:38:51 -07:00
2022-01-30 21:17:00 -05:00
2022-01-30 21:17:00 -05:00
2023-01-25 12:33:40 +01:00
2024-07-03 21:27:04 +02:00
2024-05-03 17:07:50 +02:00
2024-03-29 14:24:50 +01:00
2021-04-30 11:20:40 -07:00
2024-06-25 17:15:48 +02:00
2024-08-22 11:25:54 -07:00
2024-07-15 20:25:16 -07:00
2024-02-15 19:21:39 -08:00
2024-06-19 12:35:18 -07:00
2024-06-17 17:46:02 +02:00
2022-02-11 20:39:39 +11:00
2022-02-11 20:39:39 +11:00
2022-02-11 20:39:39 +11:00