| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-05-15 | 47 | -479/+503 |
|\ |
|
| * | kprobes: remove dependency on CONFIG_MODULES | Mike Rapoport (IBM) | 2024-05-14 | 1 | -1/+1 |
| * | powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate | Mike Rapoport (IBM) | 2024-05-14 | 6 | -9/+9 |
| * | x86/ftrace: enable dynamic ftrace without CONFIG_MODULES | Mike Rapoport (IBM) | 2024-05-14 | 2 | -10/+1 |
| * | arch: make execmem setup available regardless of CONFIG_MODULES | Mike Rapoport (IBM) | 2024-05-14 | 23 | -435/+453 |
| * | powerpc: extend execmem_params for kprobes allocations | Mike Rapoport (IBM) | 2024-05-14 | 2 | -20/+7 |
| * | arm64: extend execmem_info for generated code allocations | Mike Rapoport (IBM) | 2024-05-14 | 3 | -18/+12 |
| * | riscv: extend execmem_params for generated code allocations | Mike Rapoport (IBM) | 2024-05-14 | 4 | -24/+16 |
| * | mm/execmem, arch: convert remaining overrides of module_alloc to execmem | Mike Rapoport (IBM) | 2024-05-14 | 7 | -140/+149 |
| * | mm/execmem, arch: convert simple overrides of module_alloc to execmem | Mike Rapoport (IBM) | 2024-05-14 | 6 | -31/+97 |
| * | mm: introduce execmem_alloc() and execmem_free() | Mike Rapoport (IBM) | 2024-05-14 | 7 | -18/+19 |
| * | sparc: simplify module_alloc() | Mike Rapoport (IBM) | 2024-05-14 | 2 | -24/+3 |
| * | nios2: define virtual address space for modules | Mike Rapoport (IBM) | 2024-05-14 | 2 | -16/+8 |
| * | mips: module: rename MODULE_START to MODULES_VADDR | Mike Rapoport (IBM) | 2024-05-14 | 3 | -6/+6 |
| * | arm64: module: remove unneeded call to kasan_alloc_module_shadow() | Mike Rapoport (IBM) | 2024-05-14 | 1 | -5/+0 |
* | | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-05-15 | 23 | -25/+25 |
|\ \ |
|
| * | | printk: Remove redundant CONFIG_BASE_FULL | Yoann Congal | 2024-05-06 | 22 | -22/+22 |
| * | | printk: Change type of CONFIG_BASE_SMALL to bool | Yoann Congal | 2024-05-06 | 1 | -3/+3 |
* | | | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 2024-05-15 | 2 | -1/+3 |
|\ \ \ |
|
| * \ \ | Merge v6.9-rc6 into drm-next | Daniel Vetter | 2024-04-29 | 87 | -212/+297 |
| |\ \ \ |
|
| * \ \ \ | Backmerge tag 'v6.9-rc5' into drm-next | Dave Airlie | 2024-04-22 | 129 | -652/+1386 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 2024-04-05 | 2 | -1/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | drm/display: Make DisplayPort CEC-over-AUX Kconfig name consistent | Maxime Ripard | 2024-03-28 | 1 | -1/+1 |
| | * | | | | | m68k: pgtable: Add missing #include <asm/page.h> | Geert Uytterhoeven | 2024-03-11 | 1 | -0/+2 |
* | | | | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2024-05-15 | 21 | -71/+5200 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-05-14 | 13 | -22/+4776 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | riscv, bpf: make some atomic operations fully ordered | Puranjay Mohan | 2024-05-13 | 1 | -10/+10 |
| | * | | | | | | | riscv, bpf: Fix typo in comment | Xiao Wang | 2024-05-13 | 1 | -2/+2 |
| | * | | | | | | | s390/bpf: Emit a barrier for BPF_FETCH instructions | Ilya Leoshkevich | 2024-05-13 | 1 | -2/+6 |
| | * | | | | | | | bpf, arm64: inline bpf_get_smp_processor_id() helper | Puranjay Mohan | 2024-05-13 | 3 | -0/+28 |
| | * | | | | | | | arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan | 2024-05-13 | 4 | -0/+38 |
| | * | | | | | | | riscv, bpf: inline bpf_get_smp_processor_id() | Puranjay Mohan | 2024-05-13 | 1 | -0/+26 |
| | * | | | | | | | riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan | 2024-05-13 | 1 | -0/+24 |
| | * | | | | | | | ARC: Add eBPF JIT support | Shahab Vahedi | 2024-05-13 | 6 | -0/+4602 |
| | * | | | | | | | bpf, arm64: Add support for lse atomics in bpf_arena | Puranjay Mohan | 2024-05-08 | 1 | -8/+40 |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-09 | 28 | -128/+148 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-02 | 92 | -267/+381 |
| |\ \ \ \ \ \ \ \ \
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-04-29 | 5 | -13/+372 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | bpf: Fix JIT of is_mov_percpu_addr instruction. | Alexei Starovoitov | 2024-04-18 | 1 | -1/+1 |
| | * | | | | | | | | | bpf: Add support for certain atomics in bpf_arena to x86 JIT | Alexei Starovoitov | 2024-04-09 | 1 | -0/+72 |
| | * | | | | | | | | | bpf, riscv: Implement bpf_addr_space_cast instruction | Puranjay Mohan | 2024-04-04 | 3 | -0/+16 |
| | * | | | | | | | | | bpf, riscv: Implement PROBE_MEM32 pseudo instructions | Puranjay Mohan | 2024-04-04 | 3 | -2/+189 |
| | * | | | | | | | | | bpf: Optimize emit_mov_imm64(). | Alexei Starovoitov | 2024-04-04 | 1 | -1/+4 |
| | * | | | | | | | | | bpf: handle CONFIG_SMP=n configuration in x86 BPF JIT | Andrii Nakryiko | 2024-04-04 | 1 | -4/+3 |
| | * | | | | | | | | | bpf: add special internal-only MOV instruction to resolve per-CPU addrs | Andrii Nakryiko | 2024-04-03 | 1 | -0/+16 |
| | * | | | | | | | | | bpf: Add arm64 JIT support for bpf_addr_space_cast instruction. | Puranjay Mohan | 2024-04-03 | 1 | -0/+16 |
| | * | | | | | | | | | bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions. | Puranjay Mohan | 2024-04-03 | 1 | -10/+60 |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-04-25 | 30 | -137/+268 |
| |\ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-04-18 | 29 | -254/+241 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-04-11 | 65 | -197/+734 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|