messages from 2023-01-18 15:44:44 to 2023-03-27 15:01:43 UTC [more...]
[PATCH 00/21] dma-mapping: unify support for cache flushes
2023-03-27 15:01 UTC (28+ messages)
` [PATCH 01/21] openrisc: dma-mapping: flush bidirectional mappings
` [PATCH 02/21] xtensa: dma-mapping: use normal cache invalidation rules
` [PATCH 03/21] sparc32: flush caches in dma_sync_*for_device
` [PATCH 04/21] microblaze: dma-mapping: skip extra DMA flushes
` [PATCH 05/21] powerpc: dma-mapping: split out cache operation logic
` [PATCH 06/21] powerpc: dma-mapping: minimize for_cpu flushing
` [PATCH 07/21] powerpc: dma-mapping: always clean cache in _for_device() op
` [PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
` [PATCH 10/21] csky: dma-mapping: skip invalidating before DMA from device
` [PATCH 11/21] mips: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 12/21] mips: dma-mapping: split out cache operation logic
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 14/21] parisc: dma-mapping: use regular flush/invalidate ops
` [PATCH 15/21] ARM: dma-mapping: always invalidate WT caches before DMA
` [PATCH 16/21] ARM: dma-mapping: bring back dmac_{clean,inv}_range
` [PATCH 17/21] ARM: dma-mapping: use arch_sync_dma_for_{device,cpu}() internally
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 19/21] ARM: dma-mapping: use generic form of arch_sync_dma_* helpers
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation
[PATCH v5 0/7] Generic IPI sending tracepoint
2023-03-23 18:31 UTC (21+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 2/7] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v5 3/7] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v5 4/7] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v5 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v5 6/7] smp: reword smp call IPI comment
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI
[PATCH v4 3/4] arch/*/io.h: remove ioremap_uc in some architectures
2023-03-10 21:14 UTC (5+ messages)
[PATCH v3 2/2] arch/*/io.h: remove ioremap_uc in some architectures
2023-03-07 7:17 UTC (7+ messages)
[RFC][PATCHSET] VM_FAULT_RETRY fixes
2023-03-07 0:48 UTC (40+ messages)
` [PATCH 01/10] alpha: fix livelock in uaccess
` [PATCH 02/10] hexagon: "
` [PATCH 03/10] ia64: "
` [PATCH 04/10] m68k: "
` [PATCH 05/10] microblaze: "
` [PATCH 06/10] nios2: "
` [PATCH 07/10] openrisc: "
` [PATCH 08/10] parisc: "
` [PATCH 09/10] riscv: "
` [PATCH 10/10] sparc: "
[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
2023-03-02 12:19 UTC (4+ messages)
[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
2023-03-01 15:41 UTC (8+ messages)
[PATCH v5 02/17] hexagon: mm: Convert to GENERIC_IOREMAP
2023-03-01 3:42 UTC
[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
2023-02-28 21:11 UTC (15+ messages)
` [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
[PATCH mm-unstable v1 19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
2023-02-28 15:56 UTC (3+ messages)
[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
2023-02-27 13:49 UTC (19+ messages)
` [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
` [PATCH v5 2/7] linux/include: add non-atomic version of xchg
` [Intel-gfx] "
` [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
` [Intel-gfx] "
` [PATCH v5 4/7] llist: simplify __llist_del_all
` [PATCH v5 5/7] io_uring: use __xchg if possible
` [Intel-gfx] "
` [PATCH v5 6/7] qed: "
` [Intel-gfx] "
` [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper
` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 0/7] Introduce __xchg, non-atomic xchg
[PATCH v4 01/16] hexagon: mm: Convert to GENERIC_IOREMAP
2023-02-17 12:11 UTC (5+ messages)
[PATCH 12/7] hexagon: Implement the new page table range API
2023-02-15 16:22 UTC (2+ messages)
[PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
2023-02-15 5:22 UTC (2+ messages)
[PATCH v4 0/7] Generic IPI sending tracepoint
2023-02-14 14:10 UTC (10+ messages)
` [PATCH v4 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v4 2/7] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v4 3/7] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v4 4/7] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v4 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v4 6/7] smp: reword smp call IPI comment
` [PATCH v4 7/7] sched, smp: Trace smp callback causing an IPI
[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
2023-02-13 7:54 UTC (22+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
[PATCH -next] hexagon: Fix warning comparing pointer to 0
2023-02-09 5:07 UTC (2+ messages)
[PATCH] trap: Fix warning comparing pointer to 0
2023-01-30 16:43 UTC (2+ messages)
[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
2023-01-28 9:02 UTC (10+ messages)
` [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
2023-01-20 9:56 UTC (3+ messages)
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).