summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_taggedAndrey Konovalov2022-03-241-0/+6
* kasan, arm64: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-1/+4
* kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov2022-03-243-3/+3
* mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual2022-03-241-1/+0
* mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-241-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-243-17/+8
|\
| * arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-231-6/+3
| * x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-231-7/+3
| * riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-231-4/+2
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-2421-91/+375
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-222-4/+11
| |\ \
| | * | Revert "rethook: x86: Add rethook x86 implementation"Alexei Starovoitov2022-03-225-129/+1
| | * | Revert "arm64: rethook: Add arm64 rethook implementation"Alexei Starovoitov2022-03-226-121/+2
| | * | Revert "powerpc: Add rethook support"Alexei Starovoitov2022-03-223-74/+0
| | * | Revert "ARM: rethook: Add rethook arm implementation"Alexei Starovoitov2022-03-225-113/+2
| | * | bpf, arm: Fix various typos in commentsJulia Lawall2022-03-211-2/+2
| | * | ARM: rethook: Add rethook arm implementationMasami Hiramatsu2022-03-175-2/+113
| | * | powerpc: Add rethook supportMasami Hiramatsu2022-03-173-0/+74
| | * | arm64: rethook: Add arm64 rethook implementationMasami Hiramatsu2022-03-176-2/+121
| | * | rethook: x86: Add rethook x86 implementationMasami Hiramatsu2022-03-175-1/+129
| | * | bpf, x86: Fall back to interpreter mode when extra pass failsHou Tao2022-03-161-2/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-1714-73/+282
| |\ \ \
| * | | | arm64: dts: mt2712: update ethernet device nodeBiao Huang2022-03-162-5/+10
| * | | | arch: arm64: dts: lx2160a: describe the SerDes block #1Ioana Ciornei2022-03-142-0/+10
| * | | | powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy2022-03-111-0/+7
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-1076-257/+1660
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-048-85/+500
| |\ \ \ \
| | * | | | bpf, x86: Set header->size properly before freeing itSong Liu2022-03-021-1/+4
| | * | | | x86: Disable HAVE_ARCH_HUGE_VMALLOC on 32-bit x86Song Liu2022-03-021-1/+1
| | * | | | bpf, arm64: Support more atomic operationsHou Tao2022-02-282-45/+217
| | * | | | Merge branch 'for-next/insn' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Daniel Borkmann2022-02-285-36/+268
| | |\ \ \ \
| | * | | | | bpf, arm64: Feed byte-offset into bpf line infoHou Tao2022-02-281-0/+5
| | * | | | | bpf, arm64: Call build_prologue() first in first JIT passHou Tao2022-02-281-5/+8
| * | | | | | dts: sparx5: Enable ptp interruptHoratiu Vultur2022-03-041-2/+3
| * | | | | | net: xtensa: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-0341-143/+291
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-248-51/+66
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1761-355/+478
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1027-181/+256
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-097-30/+85
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu2022-02-082-2/+2
| | * | | | | | | | | bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_finalize failuresSong Liu2022-02-081-2/+6
| | * | | | | | | | | bpf, x86_64: Use bpf_jit_binary_pack_allocSong Liu2022-02-071-27/+31
| | * | | | | | | | | bpf: Introduce bpf_arch_text_copySong Liu2022-02-071-0/+7
| | * | | | | | | | | x86/alternative: Introduce text_poke_copySong Liu2022-02-072-0/+35
| | * | | | | | | | | x86/Kconfig: Select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAPSong Liu2022-02-071-0/+1
| | * | | | | | | | | bpf, arm64: Enable kfunc callHou Tao2022-02-041-0/+5
| | * | | | | | | | | bpf, x86: Remove unnecessary handling of BPF_SUB atomic opHou Tao2022-01-271-1/+0
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-0382-470/+1003
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2022-01-314-0/+8