public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2023-02-14 08:06:10 to 2023-02-16 05:40:00 UTC [more...]

[PATCH v3 00/35] Per-VMA locks
 2023-02-16  5:17 UTC  (24+ messages)
` [PATCH v3 01/35] maple_tree: Be more cautious about dead nodes
` [PATCH v3 02/35] maple_tree: Detect dead nodes in mas_start()
` [PATCH v3 03/35] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH v3 04/35] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH v3 05/35] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH v3 06/35] maple_tree: Add smp_rmb() to dead node detection
` [PATCH v3 07/35] maple_tree: Add RCU lock checking to rcu callback functions
` [PATCH v3 08/35] mm: Enable maple tree RCU mode by default
` [PATCH v3 09/35] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH v3 10/35] mm: rcu safe VMA freeing
` [PATCH v3 11/35] mm: move mmap_lock assert function definitions
` [PATCH v3 12/35] mm: add per-VMA lock and helper functions to control it
` [PATCH v3 13/35] mm: mark VMA as being written when changing vm_flags
` [PATCH v3 14/35] mm/mmap: move VMA locking before vma_adjust_trans_huge call
` [PATCH v3 15/35] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v3 16/35] mm/mmap: write-lock VMAs before merging, splitting or expanding them
` [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it
` [PATCH v3 18/35] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v3 19/35] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v3 20/35] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH v3 22/35] kernel/fork: assert no VMA readers during its destruction
` [PATCH v3 23/35] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration

[PATCH 1/2] kcsan: xtensa: Add atomic builtin stubs for 32-bit systems
 2023-02-16  5:09 UTC  (2+ messages)
` [PATCH 2/2] powerpc/{32,book3e}: kcsan: Extend KCSAN Support

linux-next: build warning after merge of the powerpc tree
 2023-02-16  3:40 UTC 

[PATCH v2] usb: fix some spelling mistakes in comment of gadget
 2023-02-16  2:20 UTC  (2+ messages)

6.2-rc7 fails building on Talos II: memory.c:(.text+0x2e14): undefined reference to `hash__tlb_flush'
 2023-02-15 23:55 UTC 

[PATCH v1 1/5] powerpc/64: Set default CPU in Kconfig
 2023-02-15 23:15 UTC  (4+ messages)
` [PATCH v1 5/5] powerpc/epapr: Don't use wrteei on non booke

[PATCH v8 0/7] Support page table check
 2023-02-15 23:11 UTC  (8+ messages)
` [PATCH v8 1/7] powerpc: mm: Separate set_pte, set_pte_at for internal, external use
` [PATCH v8 2/7] powerpc/64s: mm: Introduce __pmdp_collapse_flush with mm_struct argument
` [PATCH v8 3/7] powerpc: mm: Replace p{u,m,4}d_is_leaf with p{u,m,4}_leaf
` [PATCH v8 4/7] powerpc: mm: Implement p{m,u,4}d_leaf on all platforms
` [PATCH v8 5/7] powerpc: mm: Add common pud_pfn stub for "
` [PATCH v8 6/7] powerpc: mm: Add p{te,md,ud}_user_accessible_page helpers
` [PATCH v8 7/7] powerpc: mm: Support page table check

[PATCH v4 00/10] Add the PowerQUICC audio support using the QMC
 2023-02-15 22:44 UTC  (9+ messages)
` [PATCH v4 02/10] soc: fsl: cpm1: Add support for TSA
` [PATCH v4 06/10] soc: fsl: cmp1: Add support for QMC

[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-02-15 22:22 UTC  (33+ messages)
` [PATCH v2 03/24] arm/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
` [PATCH v2 06/24] ia64/cpu: Mark play_dead() __noreturn
` [PATCH v2 08/24] loongarch/cpu: "
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH v2 13/24] sh/cpu: Make sure play_dead() doesn't return
` [PATCH v2 17/24] x86/cpu: "
` [PATCH v2 19/24] xtensa/cpu: Make sure cpu_die() "
` [PATCH v2 20/24] xtensa/cpu: Mark cpu_die() __noreturn

[PATCH v1 1/9] powerpc/machdep: Define 'compatible' property in ppc_md and use it
 2023-02-15 21:58 UTC  (11+ messages)
` [PATCH v1 2/9] powerpc/platforms: Use 'compatible' property for simple cases
` [PATCH v1 3/9] powerpc/47x: Split ppc47x machine in two
` [PATCH v1 4/9] powerpc/gamecube|wii : Use machine_device_initcall()
` [PATCH v1 5/9] powerpc/85xx: Fix function naming for p1023_rdb platform
` [PATCH v1 6/9] powerpc: Make generic_calibrate_decr() the default
` [PATCH v1 7/9] powerpc: Add ppc_md_progress()
` [PATCH v1 8/9] powerpc: Use ppc_md_progress()
` [PATCH v1 9/9] powerpc/85xx: Don't check ppc_md.progress in mpc85xx_cds_setup_arch()

[PATCH v4 00/18] gpiolib cleanups
 2023-02-15 15:59 UTC  (3+ messages)

[PATCH v4 00/15] spi: Add support for stacked/parallel memories
 2023-02-15 14:19 UTC  (3+ messages)
` [PATCH v4 01/15] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

[PATCH] usb: fix some spelling mistakes in comment
 2023-02-15  8:58 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 15/24] powerpc: Don't select ARCH_WANTS_NO_INSTR
 2023-02-15 20:45 UTC 

[PATCH v2 0/8] powerpc/85xx: p2020: Create one unified machine description
 2023-02-15 18:57 UTC  (9+ messages)

[PATCH 0/3] Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+
 2023-02-15 18:41 UTC  (4+ messages)
` [PATCH 1/3] powerpc/boot: Only use '-mabi=elfv2' with CONFIG_PPC64_BOOT_WRAPPER
` [PATCH 2/3] powerpc: Fix use of '-mabi=elfv2' with clang
` [PATCH 3/3] powerpc: Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+

[PATCH v2 00/33] Per-VMA locks
 2023-02-15 17:39 UTC  (7+ messages)
` [External] "

[PATCH] macintosh: windfarm: Use unsigned type for 1-bit bitfields
 2023-02-15 17:12 UTC 

[PATCH v2] tools/perf/tests: Change true workload to sleep workload in all metric test for system wide check
 2023-02-15 16:08 UTC  (2+ messages)

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-02-15 14:36 UTC  (4+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v8 2/3] powerpc: Move script to check relocations at compile time in scripts/
` [PATCH v8 3/3] riscv: Check relocations at compile time

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-02-15 13:04 UTC  (50+ messages)
` [PATCH v3 01/24] alpha: "
` [PATCH v3 02/24] arm64: "
` [PATCH v3 03/24] arm: "
` [PATCH v3 04/24] ia64: "
` [PATCH v3 05/24] m68k: "
` [PATCH v3 06/24] microblaze: "
` [PATCH v3 07/24] mips: "
` [PATCH v3 08/24] parisc: "
` [PATCH v3 09/24] powerpc: "
` [PATCH v3 10/24] sparc: "
` [PATCH v3 11/24] xtensa: "
` [PATCH v3 12/24] asm-generic: "
` [PATCH v3 13/24] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v3 14/24] arc: "
` [PATCH v3 15/24] m68k: "
` [PATCH v3 16/24] arm64: "
` [PATCH v3 17/24] microblaze: "
` [PATCH v3 18/24] sparc: "
` [PATCH v3 19/24] parisc: "
` [PATCH v3 20/24] x86: "
` [PATCH v3 21/24] xtensa: "
` [PATCH v3 22/24] powerpc: "
` [PATCH v3 23/24] mips: "
` [PATCH v3 24/24] s390: "

[PATCH] powerpc/rtas: Drop unused export symbols
 2023-02-15 12:46 UTC  (2+ messages)

[PATCH v3 0/5] powerpc: Add KCSAN support
 2023-02-15 12:41 UTC  (2+ messages)

[PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
 2023-02-15 12:40 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/pci: Enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT by default

[PATCH v2 0/3] powerpc/32: nohz full support
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH] powerpc/64: Don't recurse irq replay
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH 0/4] powerpc: Misc early boot fixes
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH 0/3] powerpc: prepare for pcrel addressing patches
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH 0/3] powerpc/64s/radix: misc tidying
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH v3 00/20] RTAS maintenance
 2023-02-15 12:41 UTC  (2+ messages)

[PATCH v3] powerpc/pci: Add option for using pci_to_OF_bus_map
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH] powerpc/hv-24x7: Fix pvr check when setting interface version
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH] ppc: iommu: fix memory leak with using debugfs_lookup()
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH v2 0/2] PS3 patches
 2023-02-15 12:41 UTC  (2+ messages)

[PATCH v3] powerpc/mce: log the error for all unrecoverable errors
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH v6 00/26] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-02-15 12:41 UTC  (7+ messages)
` [PATCH v6 24/26] powerpc/pseries: Implement secvars for dynamic secure boot

[PATCH] powerpc/powernv/ioda: Skip unallocated resources when mapping to PE
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH v2 1/9] powerpc: Remove __kernel_text_address() in show_instructions()
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH 0/5] Expand selftest utils
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH] powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH] powerpc/kexec_file: fix implicit decl error
 2023-02-15 12:16 UTC  (2+ messages)

[PATCH] powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch
 2023-02-15 12:16 UTC  (2+ messages)

[PATCH] tools/perf/tests: Add system wide check for perf bench workload in all metric test
 2023-02-15  8:23 UTC  (5+ messages)

[PATCH v7 0/7] Support page table check
 2023-02-15  7:56 UTC  (14+ messages)
` [PATCH v7 1/7] powerpc: mm: Separate set_pte, set_pte_at for internal, external use
` [PATCH v7 2/7] powerpc/64s: mm: Introduce __pmdp_collapse_flush with mm_struct argument
` [PATCH v7 3/7] powerpc: mm: Replace p{u,m,4}d_is_leaf with p{u,m,4}_leaf
` [PATCH v7 4/7] powerpc: mm: Implement p{m,u,4}d_leaf on all platforms
` [PATCH v7 5/7] powerpc: mm: Add common pud_pfn stub for "
` [PATCH v7 6/7] powerpc: mm: Add p{te,md,ud}_user_accessible_page helpers
` [PATCH v7 7/7] powerpc: mm: Support page table check

[PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
 2023-02-15  5:22 UTC  (2+ messages)

[PATCH] mm: remove zap_page_range and create zap_vma_pages
 2023-02-15  3:19 UTC  (2+ messages)

[PATCH v6 0/7] Support page table check
 2023-02-15  0:40 UTC  (5+ messages)
` [PATCH v6 2/7] powerpc/64s: mm: Introduce __pmdp_collapse_flush with mm_struct argument

[PATCH RFC] PCI/AER: Enable internal AER errors by default
 2023-02-15  0:08 UTC  (3+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (2+ messages)
` (subset) "

[PATCH 1/1] PCI: layerscape: Set 64-bit DMA mask
 2023-02-14 21:50 UTC  (5+ messages)
  ` [EXT] "

[PATCH] ASoC: imx-pcm-rpmsg: Remove unused variable
 2023-02-14 18:01 UTC 

[PATCH 1/1] PCI: layerscape: Add the workaround for A-010305
 2023-02-14 17:33 UTC  (3+ messages)

[PATCH] powerpc/pseries/cpuhp: respect current SMT when adding new CPU
 2023-02-14 15:32 UTC  (5+ messages)

[PATCH v4 0/7] Generic IPI sending tracepoint
 2023-02-14 14:10 UTC  (2+ messages)

[powerpc:next] BUILD SUCCESS 08273c9f619cb32fb041935724f576e607101f3b
 2023-02-14 11:07 UTC 

API for setting multiple PTEs at once
 2023-02-14  9:55 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox