linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v7 00/16] mm: jit/text allocator
 2024-05-03  0:23 UTC  (22+ messages)
` [PATCH v7 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v7 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v7 03/16] nios2: define virtual address space for modules
` [PATCH v7 04/16] sparc: simplify module_alloc()
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v7 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v7 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v7 08/16] mm/execmem, arch: convert remaining "
` [PATCH v7 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v7 10/16] arm64: extend execmem_info "
` [PATCH v7 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v7 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v7 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v7 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v7 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v7 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH 00/15] i2c: use 'time_left' with wait_for_*
 2024-05-02 11:29 UTC  (6+ messages)
` [PATCH 11/15] i2c: jz4780: use 'time_left' variable with wait_for_completion_timeout()

[PATCH v3 0/9] MIPS: Unify low-level debugging functionalities
 2024-05-02  9:59 UTC  (10+ messages)
` [PATCH v3 1/9] MIPS: asm: Move strings to .rodata.str section
` [PATCH v3 2/9] MIPS: debug: Implement low-level debugging functions
` [PATCH v3 3/9] MIPS: debug: Hook up DEBUG_LL with early printk
` [PATCH v3 4/9] MIPS: debug: Provide an early exception vector for low-level debugging
` [PATCH v3 5/9] MIPS: debug_ll: Add Kconfig symbols for some 8250 uarts
` [PATCH v3 6/9] MIPS: debug_ll: Implement support for Alchemy uarts
` [PATCH v3 7/9] MIPS: debug_ll: Implement support for AR933X uarts
` [PATCH v3 8/9] MIPS: zboot: Convert to use debug_ll facilities
` [PATCH v3 9/9] MIPS: CPS: "

[PATCH 0/4] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
 2024-05-01 18:01 UTC  (8+ messages)
` [PATCH 1/4] KVM: Plumb in a @sched_in flag to kvm_arch_vcpu_load()
` [PATCH 2/4] KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
` [PATCH 3/4] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
` [PATCH 4/4] KVM: Delete the now unused kvm_arch_sched_in()

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-01 13:58 UTC  (16+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v8 07/14] page_pool: devmem support

[linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5
 2024-04-30 20:14 UTC 

[PATCH v2] MIPS: Take in account load hazards for HI/LO restoring
 2024-04-30 15:45 UTC 

[PATCH v7 0/3] Add support for Loongson-1 NAND
 2024-04-30 11:11 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: mtd: Add Loongson-1 NAND Controller
` [PATCH v7 2/3] mtd: rawnand: Enable monolithic read when reading subpages
` [PATCH v7 3/3] mtd: rawnand: Add Loongson-1 NAND Controller driver

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-30 10:09 UTC  (3+ messages)

request for quote from sweden
 2024-04-29 19:49 UTC 

[PATCH v4 0/6] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-04-29 15:37 UTC  (8+ messages)
` [PATCH v4 1/6] spi: cadence-qspi: allow FIFO depth detection
` [PATCH v4 2/6] spi: cadence-qspi: add no-IRQ mode to indirect reads
` [PATCH v4 3/6] spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()
` [PATCH v4 4/6] spi: cadence-qspi: add mobileye,eyeq5-ospi compatible
` [PATCH v4 5/6] MIPS: mobileye: eyeq5: Add SPI-NOR controller node
` [PATCH v4 6/6] MIPS: mobileye: eyeq5: add octal flash node to eval board DTS
` (subset) [PATCH v4 0/6] spi: cadence-qspi: add Mobileye EyeQ5 support

[PATCH v1 0/5] Add update_mmu_tlb_range() to simplify code
 2024-04-29 11:23 UTC  (7+ messages)
` [PATCH v1 1/5] LoongArch: Add update_mmu_tlb_range()
` [PATCH v1 2/5] mips: "
` [PATCH v1 3/5] riscv: "
` [PATCH v1 4/5] xtensa: "
` [PATCH v1 5/5] mm: "

[PATCH] MIPS: Take in account load hazards for HI/LO restoring
 2024-04-29  8:30 UTC  (4+ messages)

[PATCH v6 00/16] mm: jit/text allocator
 2024-04-28  6:55 UTC  (23+ messages)
` [PATCH v6 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v6 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v6 03/16] nios2: define virtual address space for modules
` [PATCH v6 04/16] sparc: simplify module_alloc()
` [PATCH v6 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v6 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v6 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v6 08/16] mm/execmem, arch: convert remaining "
` [PATCH v6 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v6 10/16] arm64: extend execmem_info "
` [PATCH v6 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v6 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v6 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v6 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v6 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v6 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-27  6:58 UTC  (10+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2024-04-26  7:33 UTC  (7+ messages)
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2

[PATCH v3 0/9] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-04-25  0:19 UTC  (11+ messages)
` (subset) "

[PATCH v2] irqchip/irq-brcmstb-l2: Avoid saving mask on shutdown
 2024-04-24 17:57 UTC 

[PATCH] irqchip/irq-brcmstb-l2: Avoid saving mask on shutdown
 2024-04-24 17:19 UTC  (6+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-24 16:48 UTC  (4+ messages)
` [PATCH 8/9] drivers/media/*: Convert from tasklet to BH workqueue

[linux-next:master] BUILD REGRESSION a59668a9397e7245b26e9be85d23f242ff757ae8
 2024-04-23 19:20 UTC 

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-23 18:44 UTC  (20+ messages)
` [PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations
` [PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH AUTOSEL 5.4 7/9] MIPS: scall: Save thread_info.syscall unconditionally on entry
 2024-04-22 23:20 UTC 

[PATCH AUTOSEL 5.10 8/9] MIPS: scall: Save thread_info.syscall unconditionally on entry
 2024-04-22 23:19 UTC 

[PATCH AUTOSEL 5.15 08/10] MIPS: scall: Save thread_info.syscall unconditionally on entry
 2024-04-22 23:19 UTC 

[PATCH AUTOSEL 6.1 12/19] MIPS: scall: Save thread_info.syscall unconditionally on entry
 2024-04-22 23:18 UTC 

[PATCH AUTOSEL 6.6 15/29] MIPS: scall: Save thread_info.syscall unconditionally on entry
 2024-04-22 23:16 UTC 

[PATCH AUTOSEL 6.8 22/43] MIPS: scall: Save thread_info.syscall unconditionally on entry
 2024-04-22 23:14 UTC 

[PATCH 0/2] MIPS: SGI-IP27: micro-optimize arch_init_irq()
 2024-04-22 23:04 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-22 18:32 UTC  (26+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH V4] irqchip/loongson-pch-pic: Update interrupt registration policy
 2024-04-22  9:38 UTC 

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (6+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[PATCH 0/7] drm/display: Fix display helpers depends on fallouts
 2024-04-22  3:53 UTC  (3+ messages)
` [PATCH 3/7] ARM: configs: imx_v6_v7: Enable DRM_DW_HDMI

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-19 13:58 UTC  (11+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).