Skip to content

Commit 16477cd

Browse files
committed
Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Pull asm-generic updates from Arnd Bergmann: "The asm-generic tree contains three separate changes for linux-5.19: - The h8300 architecture is retired after it has been effectively unmaintained for a number of years. This is the last architecture we supported that has no MMU implementation, but there are still a few architectures (arm, m68k, riscv, sh and xtensa) that support CPUs with and without an MMU. - A series to add a generic ticket spinlock that can be shared by most architectures with a working cmpxchg or ll/sc type atomic, including the conversion of riscv, csky and openrisc. This series is also a prerequisite for the loongarch64 architecture port that will come as a separate pull request. - A cleanup of some exported uapi header files to ensure they can be included from user space without relying on other kernel headers" * tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: h8300: remove stale bindings and symlink sparc: add asm/stat.h to UAPI compile-test coverage powerpc: add asm/stat.h to UAPI compile-test coverage mips: add asm/stat.h to UAPI compile-test coverage riscv: add linux/bpf_perf_event.h to UAPI compile-test coverage kbuild: prevent exported headers from including <stdlib.h>, <stdbool.h> agpgart.h: do not include <stdlib.h> from exported header csky: Move to generic ticket-spinlock RISC-V: Move to queued RW locks RISC-V: Move to generic spinlocks openrisc: Move to ticket-spinlock asm-generic: qrwlock: Document the spinlock fairness requirements asm-generic: qspinlock: Indicate the use of mixed-size atomics asm-generic: ticket-lock: New generic ticket-based spinlock remove the h8300 architecture
2 parents ecf0aa5 + b2441b3 commit 16477cd

File tree

185 files changed

+192
-7354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+192
-7354
lines changed

Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

Documentation/devicetree/bindings/clock/renesas,h8s2678-pll-clock.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

Documentation/devicetree/bindings/h8300/cpu.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

Documentation/devicetree/bindings/interrupt-controller/renesas,h8300h-intc.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

Documentation/devicetree/bindings/interrupt-controller/renesas,h8s-intc.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

Documentation/devicetree/bindings/memory-controllers/renesas,h8300-bsc.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

Documentation/devicetree/bindings/timer/renesas,16bit-timer.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

Documentation/features/core/cBPF-JIT/arch-support.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
| arm: | TODO |
1212
| arm64: | TODO |
1313
| csky: | TODO |
14-
| h8300: | TODO |
1514
| hexagon: | TODO |
1615
| ia64: | TODO |
1716
| m68k: | TODO |

Documentation/features/core/eBPF-JIT/arch-support.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
| arm: | ok |
1212
| arm64: | ok |
1313
| csky: | TODO |
14-
| h8300: | TODO |
1514
| hexagon: | TODO |
1615
| ia64: | TODO |
1716
| m68k: | TODO |

0 commit comments

Comments
 (0)