[GIT PULL] asm-generic: cleanups for 6.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-6.3

for you to fetch changes up to a13408c205260716e925a734ef399899d69182ba:

  char/agp: introduce asm-generic/agp.h (2023-02-13 22:13:29 +0100)

----------------------------------------------------------------
asm-generic: cleanups for 6.3

Only three minor changes: a cross-platform series from Mike Rapoport to
consolidate asm/agp.h between architectures, and a correctness change
for __generic_cmpxchg_local() from Matt Evans.

----------------------------------------------------------------
Matt Evans (1):
      locking/atomic: cmpxchg: Make __generic_cmpxchg_local compare against zero-extended 'old' value

Mike Rapoport (2):
      char/agp: consolidate {alloc,free}_gatt_pages()
      char/agp: introduce asm-generic/agp.h

 arch/alpha/include/asm/Kbuild       |  1 +
 arch/alpha/include/asm/agp.h        | 19 -------------------
 arch/ia64/include/asm/Kbuild        |  1 +
 arch/ia64/include/asm/agp.h         | 27 ---------------------------
 arch/parisc/include/asm/Kbuild      |  1 +
 arch/parisc/include/asm/agp.h       | 21 ---------------------
 arch/powerpc/include/asm/Kbuild     |  1 +
 arch/powerpc/include/asm/agp.h      | 19 -------------------
 arch/sparc/include/asm/Kbuild       |  1 +
 arch/sparc/include/asm/agp.h        | 17 -----------------
 arch/x86/include/asm/agp.h          |  6 ------
 drivers/char/agp/agp.h              |  6 ++++++
 include/asm-generic/agp.h           | 11 +++++++++++
 include/asm-generic/cmpxchg-local.h |  6 +++---
 14 files changed, 25 insertions(+), 112 deletions(-)
 delete mode 100644 arch/alpha/include/asm/agp.h
 delete mode 100644 arch/ia64/include/asm/agp.h
 delete mode 100644 arch/parisc/include/asm/agp.h
 delete mode 100644 arch/powerpc/include/asm/agp.h
 delete mode 100644 arch/sparc/include/asm/agp.h
 create mode 100644 include/asm-generic/agp.h



[Index of Archives]     [Linux Kernel]     [Kernel Newbies]     [x86 Platform Driver]     [Netdev]     [Linux Wireless]     [Netfilter]     [Bugtraq]     [Linux Filesystems]     [Yosemite Discussion]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]

  Powered by Linux