summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-1547-479/+503
|\
| * kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)2024-05-141-1/+1
| * powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)2024-05-146-9/+9
| * x86/ftrace: enable dynamic ftrace without CONFIG_MODULESMike Rapoport (IBM)2024-05-142-10/+1
| * arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-1423-435/+453
| * powerpc: extend execmem_params for kprobes allocationsMike Rapoport (IBM)2024-05-142-20/+7
| * arm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)2024-05-143-18/+12
| * riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)2024-05-144-24/+16
| * mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-147-140/+149
| * mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-146-31/+97
| * mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)2024-05-147-18/+19
| * sparc: simplify module_alloc()Mike Rapoport (IBM)2024-05-142-24/+3
| * nios2: define virtual address space for modulesMike Rapoport (IBM)2024-05-142-16/+8
| * mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)2024-05-143-6/+6
| * arm64: module: remove unneeded call to kasan_alloc_module_shadow()Mike Rapoport (IBM)2024-05-141-5/+0
* | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-1523-25/+25
|\ \
| * | printk: Remove redundant CONFIG_BASE_FULLYoann Congal2024-05-0622-22/+22
| * | printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal2024-05-061-3/+3
* | | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-152-1/+3
|\ \ \
| * \ \ Merge v6.9-rc6 into drm-nextDaniel Vetter2024-04-2987-212/+297
| |\ \ \
| * \ \ \ Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-22129-652/+1386
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-04-052-1/+3
| |\ \ \ \ \
| | * | | | | drm/display: Make DisplayPort CEC-over-AUX Kconfig name consistentMaxime Ripard2024-03-281-1/+1
| | * | | | | m68k: pgtable: Add missing #include <asm/page.h>Geert Uytterhoeven2024-03-111-0/+2
* | | | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-1521-71/+5200
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-1413-22/+4776
| |\ \ \ \ \ \ \
| | * | | | | | | riscv, bpf: make some atomic operations fully orderedPuranjay Mohan2024-05-131-10/+10
| | * | | | | | | riscv, bpf: Fix typo in commentXiao Wang2024-05-131-2/+2
| | * | | | | | | s390/bpf: Emit a barrier for BPF_FETCH instructionsIlya Leoshkevich2024-05-131-2/+6
| | * | | | | | | bpf, arm64: inline bpf_get_smp_processor_id() helperPuranjay Mohan2024-05-133-0/+28
| | * | | | | | | arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan2024-05-134-0/+38
| | * | | | | | | riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan2024-05-131-0/+26
| | * | | | | | | riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan2024-05-131-0/+24
| | * | | | | | | ARC: Add eBPF JIT supportShahab Vahedi2024-05-136-0/+4602
| | * | | | | | | bpf, arm64: Add support for lse atomics in bpf_arenaPuranjay Mohan2024-05-081-8/+40
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-0928-128/+148
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-0292-267/+381
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-295-13/+372
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Fix JIT of is_mov_percpu_addr instruction.Alexei Starovoitov2024-04-181-1/+1
| | * | | | | | | | | bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov2024-04-091-0/+72
| | * | | | | | | | | bpf, riscv: Implement bpf_addr_space_cast instructionPuranjay Mohan2024-04-043-0/+16
| | * | | | | | | | | bpf, riscv: Implement PROBE_MEM32 pseudo instructionsPuranjay Mohan2024-04-043-2/+189
| | * | | | | | | | | bpf: Optimize emit_mov_imm64().Alexei Starovoitov2024-04-041-1/+4
| | * | | | | | | | | bpf: handle CONFIG_SMP=n configuration in x86 BPF JITAndrii Nakryiko2024-04-041-4/+3
| | * | | | | | | | | bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko2024-04-031-0/+16
| | * | | | | | | | | bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.Puranjay Mohan2024-04-031-0/+16
| | * | | | | | | | | bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions.Puranjay Mohan2024-04-031-10/+60
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-2530-137/+268
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1829-254/+241
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1165-197/+734
| |\ \ \ \ \ \ \ \ \ \ \