linux-stable/arch/riscv/include/asm
Jakub Kicinski 5f20e6ab1f for-netdev
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE+soXsSLHKoYyzcli6rmadz2vbToFAmXvm7IACgkQ6rmadz2v
 bTqdMA//VMHNHVLb4oROoXyQD9fw2mCmIUEKzP88RXfqcxsfEX7HF+k8B5ZTk0ro
 CHXTAnc79+Qqg0j24bkQKxup/fKBQVw9D+Ia4b3ytlm1I2MtyU/16xNEzVhAPU2D
 iKk6mVBsEdCbt/GjpWORy/VVnZlZpC7BOpZLxsbbxgXOndnCegyjXzSnLGJGxdvi
 zkrQTn2SrFzLi6aNpVLqrv6Nks6HJusfCKsIrtlbkQ85dulasHOtwK9s6GF60nte
 aaho+MPx3L+lWEgapsm8rR779pHaYIB/GbZUgEPxE/xUJ/V8BzDgFNLMzEiIBRMN
 a0zZam11BkBzCfcO9gkvDRByaei/dZz2jdqfU4GlHklFj1WFfz8Q7fRLEPINksvj
 WXLgJADGY5mtGbjG21FScThxzj+Ruqwx0a13ddlyI/W+P3y5yzSWsLwJG5F9p0oU
 6nlkJ4U8yg+9E1ie5ae0TibqvRJzXPjfOERZGwYDSVvfQGzv1z+DGSOPMmgNcWYM
 dIaO+A/+NS3zdbk8+1PP2SBbhHPk6kWyCUByWc7wMzCPTiwriFGY/DD2sN+Fsufo
 zorzfikUQOlTfzzD5jbmT49U8hUQUf6QIWsu7BijSiHaaC7am4S8QB2O6ibJMqdv
 yNiwvuX+ThgVIY3QKrLLqL0KPGeKMR5mtfq6rrwSpfp/b4g27FE=
 =eFgA
 -----END PGP SIGNATURE-----

Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next

Alexei Starovoitov says:

====================
pull-request: bpf-next 2024-03-11

We've added 59 non-merge commits during the last 9 day(s) which contain
a total of 88 files changed, 4181 insertions(+), 590 deletions(-).

The main changes are:

1) Enforce VM_IOREMAP flag and range in ioremap_page_range and introduce
   VM_SPARSE kind and vm_area_[un]map_pages to be used in bpf_arena,
   from Alexei.

2) Introduce bpf_arena which is sparse shared memory region between bpf
   program and user space where structures inside the arena can have
   pointers to other areas of the arena, and pointers work seamlessly for
   both user-space programs and bpf programs, from Alexei and Andrii.

3) Introduce may_goto instruction that is a contract between the verifier
   and the program. The verifier allows the program to loop assuming it's
   behaving well, but reserves the right to terminate it, from Alexei.

4) Use IETF format for field definitions in the BPF standard
   document, from Dave.

5) Extend struct_ops libbpf APIs to allow specify version suffixes for
   stuct_ops map types, share the same BPF program between several map
   definitions, and other improvements, from Eduard.

6) Enable struct_ops support for more than one page in trampolines,
   from Kui-Feng.

7) Support kCFI + BPF on riscv64, from Puranjay.

8) Use bpf_prog_pack for arm64 bpf trampoline, from Puranjay.

9) Fix roundup_pow_of_two undefined behavior on 32-bit archs, from Toke.
====================

Link: https://lore.kernel.org/r/20240312003646.8692-1-alexei.starovoitov@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-03-11 18:06:04 -07:00
..
vdso
Kbuild
acenv.h
acpi.h
alternative-macros.h
alternative.h
arch_hweight.h work around gcc bugs with 'asm goto' with outputs 2024-02-09 15:57:48 -08:00
archrandom.h RISC-V: Implement archrandom when Zkr is available 2024-01-17 18:20:49 -08:00
asm-extable.h
asm-offsets.h
asm-prototypes.h riscv: vector: allow kernel-mode Vector with preemption 2024-01-16 07:14:02 -08:00
asm.h
assembler.h
atomic.h
barrier.h
bitops.h work around gcc bugs with 'asm goto' with outputs 2024-02-09 15:57:48 -08:00
bug.h
cache.h
cacheflush.h
cacheinfo.h
cfi.h bpf, riscv64/cfi: Support kCFI + BPF on riscv64 2024-03-06 15:18:16 -08:00
checksum.h work around gcc bugs with 'asm goto' with outputs 2024-02-09 15:57:48 -08:00
clint.h
clocksource.h
cmpxchg.h
compat.h
cpu.h
cpu_ops.h
cpu_ops_sbi.h
cpufeature.h work around gcc bugs with 'asm goto' with outputs 2024-02-09 15:57:48 -08:00
cpuidle.h
crash_core.h
csr.h riscv: Fix enabling cbo.zero when running in M-mode 2024-02-29 10:20:16 -08:00
current.h
delay.h
dma-noncoherent.h
efi.h
elf.h
entry-common.h riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}() 2024-01-16 07:13:59 -08:00
errata_list.h
extable.h
fence.h
fixmap.h
ftrace.h riscv: add CALLER_ADDRx support 2024-02-22 12:17:47 -08:00
futex.h
gdb_xml.h
gpr-num.h
hugetlb.h riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION 2024-02-22 12:28:25 -08:00
hwcap.h riscv: Add a custom ISA extension for the [ms]envcfg CSR 2024-02-29 10:20:17 -08:00
hwprobe.h
image.h
insn-def.h
insn.h
io.h
irq.h
irq_stack.h
irq_work.h
irqflags.h
jump_label.h work around gcc bugs with 'asm goto' with outputs 2024-02-09 15:57:48 -08:00
kasan.h
kdebug.h
kexec.h
kfence.h
kgdb.h
kprobes.h
kvm_aia.h
kvm_aia_aplic.h
kvm_aia_imsic.h
kvm_host.h
kvm_types.h
kvm_vcpu_fp.h
kvm_vcpu_insn.h
kvm_vcpu_pmu.h
kvm_vcpu_sbi.h
kvm_vcpu_timer.h
kvm_vcpu_vector.h
linkage.h
mmio.h
mmiowb.h
mmu.h
mmu_context.h
mmzone.h
module.h
module.lds.h
numa.h
page.h
paravirt.h
paravirt_api_clock.h
patch.h
pci.h
perf_event.h
pgalloc.h riscv: tlb: fix __p*d_free_tlb() 2024-01-24 15:55:53 -08:00
pgtable-32.h
pgtable-64.h riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly 2024-02-22 12:21:27 -08:00
pgtable-bits.h
pgtable.h riscv: Sparse-Memory/vmemmap out-of-bounds fix 2024-02-29 12:24:31 -08:00
probes.h
processor.h Merge patch series "riscv: support kernel-mode Vector" 2024-01-16 07:14:04 -08:00
ptdump.h
ptrace.h
sbi.h RISC-V Patches for the 6.8 Merge Window, Part 4 2024-01-20 11:06:04 -08:00
scs.h
seccomp.h
sections.h
semihost.h
set_memory.h
signal.h
signal32.h
simd.h riscv: vector: allow kernel-mode Vector with preemption 2024-01-16 07:14:02 -08:00
smp.h
soc.h
sparsemem.h
stackprotector.h
stacktrace.h riscv: declare overflow_stack as exported from traps.c 2024-02-07 09:55:27 -08:00
string.h
suspend.h riscv: Save/restore envcfg CSR during CPU suspend 2024-02-29 10:20:18 -08:00
switch_to.h riscv: fpu: drop SR_SD bit checking 2024-01-16 07:13:58 -08:00
syscall.h
syscall_wrapper.h
thread_info.h Merge patch series "riscv: support kernel-mode Vector" 2024-01-16 07:14:04 -08:00
timex.h
tlb.h riscv: Flush the tlb when a page directory is freed 2024-02-06 16:57:16 -08:00
tlbbatch.h
tlbflush.h riscv: mm: execute local TLB flush after populating vmemmap 2024-01-31 12:37:26 -08:00
topology.h
uaccess.h
unistd.h
uprobes.h
vdso.h
vector.h riscv: vector: allow kernel-mode Vector with preemption 2024-01-16 07:14:02 -08:00
vendorid_list.h
vermagic.h
vmalloc.h Revert "riscv: mm: support Svnapot in huge vmap" 2024-02-29 10:21:22 -08:00
word-at-a-time.h
xip_fixup.h
xor.h riscv: Add vector extension XOR implementation 2024-01-16 07:13:55 -08:00