summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-1215-207/+880
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-1112-25/+374
| |\
| | * bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov2024-03-111-1/+41
| | * bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov2024-03-111-1/+190
| | * mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-114-8/+8
| | * arm64, bpf: Use bpf_prog_pack for arm64 bpf trampolinePuranjay Mohan2024-03-091-9/+46
| | * bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan2024-03-066-7/+90
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-0738-298/+437
| |\ \ | | |/ | |/|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-026-182/+496
| |\ \
| | * | bpf, arm64: use bpf_prog_pack for memory managementPuranjay Mohan2024-02-281-24/+115
| | * | arm64: patching: implement text_poke APIPuranjay Mohan2024-02-282-0/+77
| | * | bpf, arm64: support exceptionsPuranjay Mohan2024-02-271-19/+68
| | * | arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JITPuranjay Mohan2024-02-271-0/+26
| | * | riscv, bpf: Enable inline bpf_kptr_xchg() for RV64Pu Lehui2024-02-011-0/+5
| | * | riscv, bpf: Optimize bswap insns with Zbb supportPu Lehui2024-01-292-48/+71
| | * | riscv, bpf: Optimize sign-extention mov insns with Zbb supportPu Lehui2024-01-292-2/+25
| | * | riscv, bpf: Add necessary Zbb instructionsPu Lehui2024-01-291-0/+32
| | * | riscv, bpf: Simplify sext and zext logics in branch instructionsPu Lehui2024-01-291-48/+31
| | * | riscv, bpf: Unify 32-bit zero-extension to emit_zextwPu Lehui2024-01-292-43/+43
| | * | riscv, bpf: Unify 32-bit sign-extension to emit_sextwPu Lehui2024-01-292-5/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-29104-332/+452
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-2246-105/+194
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-1547-116/+219
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-0822-57/+198
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-0181-393/+365
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-262-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, arm64: Enable the inline of bpf_kptr_xchg()Hou Tao2024-01-231-0/+5
| | * | | | | | | bpf: Support inlining bpf_kptr_xchg() helperHou Tao2024-01-231-0/+5
* | | | | | | | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1229-28/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sh: Fix build with CONFIG_UBSAN=yKees Cook2024-03-011-0/+1
| * | | | | | | | | x86, relocs: Ignore relocations in .notes sectionKees Cook2024-02-291-0/+8
| * | | | | | | | | sparc: vdso: Disable UBSAN instrumentationKees Cook2024-02-291-0/+1
| * | | | | | | | | fortify: Improve buffer overflow reportingKees Cook2024-02-293-3/+3
| * | | | | | | | | fortify: Split reporting and avoid passing string pointerKees Cook2024-02-293-3/+3
| * | | | | | | | | um: Convert strscpy() usage to 2-argument styleKees Cook2024-02-207-10/+10
| * | | | | | | | | string: Allow 2-argument strscpy()Kees Cook2024-02-201-1/+2
| * | | | | | | | | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-068-8/+8
| * | | | | | | | | kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan2024-02-018-7/+15
* | | | | | | | | | Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64: defconfig: Enable PSTORE_RAMNĂ­colas F. R. A. Prado2024-02-221-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1245-252/+185
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-0628-19/+32
| * | | | | | | | | | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-068-56/+30
| * | | | | | | | | | arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann2024-03-069-161/+123
| * | | | | | | | | | mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao2024-03-053-16/+0
* | | | | | | | | | | Merge tag 'soc-defconfig-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-126-7/+58
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arm64: defconfig: Enable support for cbmem entries in the coreboot tableNĂ­colas F. R. A. Prado2024-03-041-0/+3
| * | | | | | | | | | | Merge tag 'v6.9-rockchip-config64-1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2024-03-041-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | arm64: defconfig: Enable Rockchip HDMI/eDP Combo PHYCristian Ciocaltea2024-02-271-0/+1
| * | | | | | | | | | | | Merge tag 'ti-k3-config-for-v6.9' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2024-03-041-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \