summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-291-3/+2
|\
| * sparc: openpromio: Address -Warray-bounds warningGustavo A. R. Silva2023-07-121-3/+2
* | Merge tag 'csky-for-linus-6.6' of https://github.com/c-sky/csky-linuxLinus Torvalds2023-08-298-8/+43
|\ \
| * | csky: Fixup -Wmissing-prototypes warningGuo Ren2023-08-104-0/+30
| * | csky: Make pfn accessors static inlinesLinus Walleij2023-08-101-3/+10
| * | csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij2023-08-101-1/+1
| * | csky: pgtable: Invalidate stale I-cache lines in update_mmu_cacheGuo Ren2023-08-101-3/+1
| * | csky: fix old style declaration in module.cArnd Bergmann2023-07-291-1/+1
| |/
* | Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-2923-238/+3572
|\ \
| * | parisc: ccio-dma: Create private runway procfs root entryHelge Deller2023-08-281-3/+0
| * | parisc: chassis: Do not overwrite string on LCD displayHelge Deller2023-08-281-0/+6
| * | parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller2023-08-282-11/+3
| * | parisc: led: Fix LAN receive and transmit LEDsHelge Deller2023-08-271-2/+2
| * | parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller2023-08-272-6/+0
| * | parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller2023-08-272-4/+0
| * | parisc: led: Move register_led_regions() to late_initcall()Helge Deller2023-08-272-8/+0
| * | parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller2023-08-272-4/+0
| * | parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller2023-08-272-5/+0
| * | parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller2023-08-272-11/+0
| * | parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller2023-08-272-4/+0
| * | parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller2023-08-272-5/+0
| * | parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller2023-08-272-5/+0
| * | parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller2023-08-221-1/+1
| * | parisc: unaligned: Simplify 32-bit assembly in emulate_std()Helge Deller2023-08-221-13/+12
| * | parisc: Wire up eBPF JIT compilerHelge Deller2023-08-222-1/+3
| * | parisc: Fix comment on Elf64 function descriptorHelge Deller2023-08-221-2/+1
| * | parisc: Add eBPF JIT compiler glue code and MakefileHelge Deller2023-08-223-0/+689
| * | parisc: Add 64-bit eBPF JIT compilerHelge Deller2023-08-221-0/+1209
| * | parisc: Add 32-bit eBPF JIT compilerHelge Deller2023-08-221-0/+1615
| * | parisc: Use generic mmap top-down layout and brk randomizationHelge Deller2023-08-223-67/+18
| * | parisc: Fix /proc/cpuinfo output for lscpuHelge Deller2023-08-221-3/+10
| * | parisc: Use page table locks only if DEBUG_KERNEL is enabledHelge Deller2023-08-201-1/+1
| * | parisc: traps: Drop cpu_lpmc function pointerHelge Deller2023-08-201-4/+1
| * | parisc: Drop the pa7300lc LPMC handlerHelge Deller2023-08-204-72/+1
| * | parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller2023-08-201-6/+0
* | | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-2911-182/+609
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-256-38/+207
| |\ \ \
| | * | | riscv, bpf: Support unconditional bswap insnPu Lehui2023-08-241-0/+1
| | * | | riscv, bpf: Support signed div/mod insnsPu Lehui2023-08-242-6/+40
| | * | | riscv, bpf: Support 32-bit offset jmp insnPu Lehui2023-08-241-1/+5
| | * | | riscv, bpf: Support sign-extension mov insnsPu Lehui2023-08-241-1/+13
| | * | | riscv, bpf: Support sign-extension load insnsPu Lehui2023-08-242-8/+48
| | * | | riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui2023-08-241-6/+3
| | * | | bpf, arm64: Support signed div/mod instructionsXu Kuohai2023-08-182-4/+17
| | * | | bpf, arm64: Support 32-bit offset jmp instructionXu Kuohai2023-08-181-1/+5
| | * | | bpf, arm64: Support unconditional bswapXu Kuohai2023-08-181-2/+3
| | * | | bpf, arm64: Support sign-extension mov instructionsXu Kuohai2023-08-182-1/+19
| | * | | bpf, arm64: Support sign-extension load instructionsXu Kuohai2023-08-182-8/+43
| | * | | arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai2023-08-182-0/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-2468-260/+390
| |\ \ \ \ | | | |/ / | | |/| |