Commit 16477cd
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 architecture185 files changed
Lines changed: 192 additions & 7354 deletions
File tree
- Documentation
- devicetree/bindings
- clock
- h8300
- interrupt-controller
- memory-controllers
- timer
- features
- core
- cBPF-JIT
- eBPF-JIT
- generic-idle-thread
- jump-labels
- thread-info-in-task
- tracehook
- debug
- KASAN
- debug-vm-pgtable
- gcov-profile-all
- kcov
- kgdb
- kmemleak
- kprobes-on-ftrace
- kprobes
- kretprobes
- optprobes
- stackprotector
- uprobes
- user-ret-profiler
- io/dma-contiguous
- locking
- cmpxchg-local
- lockdep
- queued-rwlocks
- queued-spinlocks
- perf
- kprobes-event
- perf-regs
- perf-stackdump
- sched
- membarrier-sync-core
- numa-balancing
- seccomp/seccomp-filter
- time
- arch-tick-broadcast
- clockevents
- context-tracking
- irq-time-acct
- virt-cpuacct
- vm
- ELF-ASLR
- PG_uncached
- THP
- TLB
- huge-vmap
- ioremap_prot
- pte_special
- arch
- csky/include/asm
- h8300
- boot
- compressed
- dts
- configs
- include
- asm
- uapi/asm
- kernel
- lib
- mm
- mips/include/uapi/asm
- openrisc
- include/asm
- powerpc/include/uapi/asm
- riscv
- include/asm
- sparc/include/uapi/asm
- drivers
- clk
- h8300
- clocksource
- irqchip
- net/ethernet/smsc
- tty/serial
- include
- asm-generic
- uapi/linux
- init
- scripts/dtc/include-prefixes
- tools/arch/h8300/include
- asm
- uapi/asm
- usr
- dummy-include
- include
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 0 additions & 23 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments