linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-14 02:09:09 to 2023-06-16 16:55:04 UTC [more...]

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-16 16:48 UTC  (17+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH v2 0/6] watchdog/hardlockup: Cleanup configuration of hardlockup detectors
 2023-06-16 16:48 UTC  (11+ messages)
` [PATCH v2 1/6] watchdog/hardlockup: Sort hardlockup detector related config values a logical way
` [PATCH v2 2/6] watchdog/hardlockup: Make the config checks more straightforward
` [PATCH v2 3/6] watchdog/hardlockup: Declare arch_touch_nmi_watchdog() only in linux/nmi.h
` [PATCH v2 4/6] watchdog/hardlockup: Make HAVE_NMI_WATCHDOG sparc64-specific
` [PATCH v2 5/6] watchdog/sparc64: Define HARDLOCKUP_DETECTOR_SPARC64
` [PATCH v2 6/6] watchdog/hardlockup: Define HARDLOCKUP_DETECTOR_ARCH

[RFC PATCH v1 0/3] powerpc/objtool: First step towards uaccess validation (v1)
 2023-06-16 14:43 UTC  (5+ messages)
` [RFC PATCH v1 1/3] Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto"
` [RFC PATCH v1 2/3] powerpc: Mark all .S files invalid for objtool
` [RFC PATCH v1 3/3] powerpc: WIP draft support to objtool check

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-16 12:38 UTC  (75+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v9 00/14] pci: Work around ASMedia ASM2824 PCIe link training failures
 2023-06-16 12:27 UTC  (5+ messages)

ppc64le vmlinuz is huge when building with BTF
 2023-06-16 12:00 UTC  (2+ messages)

[PATCH v2 00/16] Add support for DAX vmemmap optimization for ppc64
 2023-06-16 11:08 UTC  (17+ messages)
` [PATCH v2 01/16] powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting
` [PATCH v2 02/16] powerpc/book3s64/mm: mmu_vmemmap_psize is used by radix
` [PATCH v2 03/16] powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo
` [PATCH v2 04/16] powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencoding
` [PATCH v2 05/16] powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary
` [PATCH v2 06/16] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
` [PATCH v2 07/16] mm: Change pudp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH v2 08/16] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override
` [PATCH v2 09/16] mm/vmemmap: Allow architectures to override how vmemmap optimization works
` [PATCH v2 10/16] mm: Add __HAVE_ARCH_PUD_SAME similar to __HAVE_ARCH_P4D_SAME
` [PATCH v2 11/16] mm/huge pud: Use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v2 12/16] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
` [PATCH v2 13/16] powerpc/book3s64/mm: Enable transparent pud hugepage
` [PATCH v2 14/16] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
` [PATCH v2 15/16] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
` [PATCH v2 16/16] powerpc/book3s64/radix: Remove mmu_vmemmap_psize

[PATCH AUTOSEL 6.1 15/26] ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted
 2023-06-16 10:26 UTC 

[PATCH AUTOSEL 6.3 16/30] ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted
 2023-06-16 10:25 UTC 

[PATCH net-next] eth: fs_enet: fix print format for resource size
 2023-06-16  6:00 UTC  (4+ messages)

[PATCH v3 00/11] Add static DEXCR support
 2023-06-16  3:48 UTC  (12+ messages)
` [PATCH v3 01/11] powerpc/book3s: Add missing <linux/sched.h> include
` [PATCH v3 02/11] powerpc/ptrace: Add missing <linux/regset.h> include
` [PATCH v3 03/11] powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) support
` [PATCH v3 04/11] powerpc/dexcr: Handle hashchk exception
` [PATCH v3 05/11] powerpc/dexcr: Support userspace ROP protection
` [PATCH v3 06/11] powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptrace
` [PATCH v3 07/11] powerpc/ptrace: Expose HASHKEYR register "
` [PATCH v3 08/11] Documentation: Document PowerPC kernel DEXCR interface
` [PATCH v3 09/11] selftests/powerpc: Add more utility macros
` [PATCH v3 10/11] selftests/powerpc/dexcr: Add hashst/hashchk test
` [PATCH v3 11/11] selftests/powerpc/dexcr: Add DEXCR status utility lsdexcr

[powerpc:next] BUILD SUCCESS 4adc95a3edc152ffc3b0c88117767a31c9c01a1e
 2023-06-16  3:18 UTC 

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-15 23:02 UTC  (9+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
            ` [PATCH v2 07/23 replacement] mips: add pte_unmap() to balance pte_offset_map()

linux-next: Tree for Jun 2 (arch/powerpc/kernel/iommu.c)
 2023-06-15 22:46 UTC  (8+ messages)

[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-15 16:19 UTC  (20+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 05/21] arm64/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v1 07/21] m68k/kexec: "
` [PATCH v1 10/21] powerpc/kexec: "

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-15 18:26 UTC  (7+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()

[PATCH 1/2] PCI: layerscape: Add support for Link down notification
 2023-06-15 16:41 UTC  (2+ messages)
` [PATCH 2/2] PCI: layerscape: Add the workaround for lost link capablities during reset

file removal issue in tools/testing/selftests/powerpc/mm/tlbie_test.c
 2023-06-15 16:02 UTC 

[PATCH 00/10] Introduce SMT level and add PowerPC support
 2023-06-15 15:46 UTC  (11+ messages)
` [PATCH 01/10] cpu/SMT: Move SMT prototypes into cpu_smt.h
` [PATCH 02/10] cpu/SMT: Move smt/control simple exit cases earlier
` [PATCH 03/10] cpu/SMT: Store the current/max number of threads
` [PATCH 04/10] cpu/SMT: Remove topology_smt_supported()
` [PATCH 05/10] cpu/SMT: Create topology_smt_threads_supported()
` [PATCH 06/10] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH 07/10] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH 08/10] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH 09/10] powerpc: Add HOTPLUG_SMT support
` [PATCH 10/10] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs

[RFC PATCH] powerpc/ftrace: Create a dummy stackframe to fix stack unwind
 2023-06-15 13:51 UTC 

[PATCH] powerpc/ftrace: Fix dropping weak symbols with older toolchains
 2023-06-15 13:18 UTC 

[PATCH v2 1/2] powerpc/tpm: Create linux,sml-base/size as big endian
 2023-06-15 12:37 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/tpm: Reserve SML log when kexec'ing with kexec_file_load()

[6.4-rc6] Crash during a kexec operation (tpm_amd_is_rng_defective)
 2023-06-15 12:04 UTC  (4+ messages)

[RFC PATCH v2 1/1] powerpc: update ppc_save_regs to save current r1 in pt_regs
 2023-06-15 12:10 UTC  (2+ messages)

[PATCH v4 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-06-15  8:23 UTC  (5+ messages)

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-06-15  8:11 UTC  (4+ messages)

[PATCH 1/2] tools/perf/tests: perf all metrics test fails when perf_event access is restricted
 2023-06-15  7:38 UTC  (2+ messages)
` [PATCH 2/2] tools/perf/tests: perf all metricgroups "

[PATCH] selftests/powerpc: Remove unneeded variable
 2023-06-15  3:51 UTC  (2+ messages)

[PATCH 1/4] powerpc: Make mmiowb a wmb
 2023-06-15  3:09 UTC  (9+ messages)
` [PATCH 2/4] powerpc/64s: Add POWER10 store sync mnemonics
` [PATCH 4/4] powerpc/64s: Use POWER10 stsync barrier for wmb()

[PATCH 00/16] Add support for DAX vmemmap optimization for ppc64
 2023-06-15  2:23 UTC  (5+ messages)
` [PATCH 14/16] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function

[powerpc:next] BUILD SUCCESS 48f2444eb4dc0f3de9146f7278e859fa6b5e568b
 2023-06-15  0:58 UTC 

[PATCH] powerpc: 52xx: Make immr_id DT match tables static
 2023-06-14 17:17 UTC 

[PATCH 0/7] watchdog/hardlockup: Cleanup configuration of hardlockup detectors
 2023-06-14 13:47 UTC  (7+ messages)
` [PATCH 2/7] watchdog/hardlockup: Make the config checks more straightforward

[PATCH 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
 2023-06-14 12:27 UTC  (6+ messages)
` [PATCH 3/9] cpu/SMT: Store the current/max number of threads

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-06-14 12:23 UTC  (2+ messages)

[PATCH] ASoC: imx-audmix: check return value of devm_kasprintf()
 2023-06-14 12:15 UTC 

[PATCH 00/17] tool/perf/test: Fix shellcheck coding/formatting issues of test shell scripts
 2023-06-14  9:31 UTC  (10+ messages)
` [PATCH 01/17] perf: get rid of unused import
` [PATCH 06/17] tools/perf/tests: Fix shellcheck warnings for trace+probe_vfs_getname.sh

[PATCH] powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API
 2023-06-14  8:59 UTC 

[PATCH] powerpc/xmon: Fix comparing pointer
 2023-06-14  8:25 UTC  (4+ messages)

[PATCH] selftests/powerpc: remove unneeded variable
 2023-06-14  6:51 UTC 

[PATCH] KVM: PPC: remove unneeded variable
 2023-06-14  5:58 UTC 

[PATCH] KVM: PPC: remove unneeded variable
 2023-06-14  4:10 UTC  (2+ messages)

[powerpc:fixes] BUILD SUCCESS dfaed3e1fa7099de8de4e89cbe7eb9c1bca27dfe
 2023-06-14  2:06 UTC 


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).