Files
linux/arch/arm64/include/asm
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
..
2023-06-05 09:36:39 +02:00
2023-06-05 09:36:39 +02:00
2024-07-03 19:29:59 -07:00
2023-06-05 09:36:39 +02:00
2024-10-04 12:04:37 +01:00
2023-12-11 13:18:06 +00:00
2021-10-21 10:45:22 +01:00
2024-10-16 14:50:47 +01:00
2024-01-12 12:44:18 +00:00
2023-10-18 10:58:59 +01:00
2023-04-05 19:42:43 -07:00
2024-10-16 14:50:47 +01:00
2024-10-16 00:13:04 +02:00
2022-07-22 17:34:57 -05:00
2023-06-05 09:36:39 +02:00
2024-11-05 13:18:35 +00:00
2024-09-10 18:19:59 +01:00
2024-09-04 12:54:04 +01:00
2022-02-19 11:11:09 +01:00
2024-10-15 18:16:20 +01:00
2024-10-23 10:19:32 +01:00
2024-07-10 14:23:38 +02:00
2022-09-16 12:17:03 +01:00
2024-09-04 12:53:44 +01:00
2024-10-04 12:04:34 +01:00
2024-07-10 14:23:38 +02:00
2024-11-02 12:37:33 +01:00