LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-23 05:32:34 to 2023-06-28 22:58:57 UTC [more...]

[PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-28 13:30 UTC  (18+ messages)
` [PATCH v3 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v3 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v3 03/13] arm/kexec: "
` [PATCH v3 04/13] ia64/kexec: "
` [PATCH v3 05/13] arm64/kexec: "
` [PATCH v3 06/13] loongarch/kexec: "
` [PATCH v3 07/13] m68k/kexec: "
` [PATCH v3 08/13] mips/kexec: "
` [PATCH v3 09/13] parisc/kexec: "
` [PATCH v3 10/13] powerpc/kexec: "
` [PATCH v3 11/13] riscv/kexec: "
` [PATCH v3 12/13] s390/kexec: "
` [PATCH v3 13/13] sh/kexec: "

[PATCH] usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc
 2023-06-28 21:10 UTC  (4+ messages)

[PATCH v2 00/12] mm: free retracted page table by RCU
 2023-06-28 19:16 UTC  (10+ messages)
` [PATCH v2 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH v2 07/12] s390: "

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

[PATCH v2 0/4] KVM: selftests: add powerpc support
 2023-06-28 18:30 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [PATCH v2 2/4] KVM: selftests: Add aligned guest physical page allocator

[PATCH] KVM: PPC: Update MAINTAINERS
 2023-06-28 17:56 UTC  (2+ messages)

[PATCH v2 0/9] Introduce SMT level and add PowerPC support
 2023-06-28 15:33 UTC  (11+ messages)
` [PATCH v2 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
` [PATCH v2 2/9] cpu/SMT: Move smt/control simple exit cases earlier
` [PATCH v2 3/9] cpu/SMT: Store the current/max number of threads
` [PATCH v2 4/9] cpu/SMT: Remove topology_smt_supported()
` [PATCH v2 5/9] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH v2 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH v2 7/9] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH v2 8/9] powerpc: Add HOTPLUG_SMT support
` [PATCH v2 9/9] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs

[PATCH net-next 00/10] Remove unnecessary (void*) conversions
 2023-06-28 14:39 UTC  (5+ messages)

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-06-28 10:26 UTC  (3+ messages)
` [PATCH v3 06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers

[PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
 2023-06-28 10:01 UTC  (6+ messages)
` [v3,17/19] "

[PATCH 00/17] powerpc/ftrace: refactor and add support for -fpatchable-function-entry
 2023-06-28  7:43 UTC  (18+ messages)
` [PATCH 07/17] powerpc/ftrace: Consolidate ftrace support into fewer files
` [PATCH 12/17] powerpc/ftrace: Simplify ftrace_make_call()
` [PATCH 13/17] powerpc/ftrace: Simplify ftrace_modify_call()
` [PATCH 14/17] powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branch_inst()
` [PATCH 15/17] powerpc/ftrace: Implement ftrace_replace_code()
` [PATCH 16/17] powerpc/ftrace: Add support for -fpatchable-function-entry
` [PATCH 17/17] powerpc/ftrace: Create a dummy stackframe to fix stack unwind

[PATCH v2 14/16] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
 2023-06-28  3:37 UTC  (3+ messages)

[PATCH v2 13/16] powerpc/book3s64/mm: Enable transparent pud hugepage
 2023-06-28  3:32 UTC  (3+ messages)

[PATCH net-next 10/10] net: wan: Remove unnecessary (void*) conversions
 2023-06-28  2:45 UTC 

[powerpc:next] BUILD SUCCESS 54a11654de163994e32b24e3aa90ef81f4a3184d
 2023-06-28  3:20 UTC 

[PATCH v2 12/16] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
 2023-06-28  3:01 UTC  (3+ messages)

[powerpc:merge] BUILD SUCCESS 034451183057cb1f6d0089f86214a8f8171bcaca
 2023-06-28  1:07 UTC 

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-27 21:57 UTC  (14+ messages)
` [PATCH v5 24/33] m68k: Convert various functions to use ptdescs
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() "

[PATCH 3/3] mm/lru_gen: Don't build multi-gen LRU page table walk code on architecture not supported
 2023-06-27 19:10 UTC 

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-06-27 16:52 UTC  (5+ messages)
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH] powerpc: remove checks for binutils older than 2.25
 2023-06-27 11:58 UTC  (8+ messages)

objtool: Seeking help for improving switch table processing
 2023-06-27  8:53 UTC  (2+ messages)

[PATCH 00/22] tools/perf: Fix shellcheck coding/formatting issues of perf tool shell scripts
 2023-06-27  7:52 UTC  (5+ messages)
` [PATCH 13/22] tools/perf/tests: Fix shellcheck warning for coresight.sh shell script

[powerpc:next] BUILD SUCCESS bfd8d989210cb6bb1c8e87b7c525831dceb91418
 2023-06-27  1:22 UTC 

[kvm-unit-tests PATCH 0/2] Rework LDFLAGS and link with noexecstack
 2023-06-26 22:34 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] Rework the common LDFLAGS to become more useful again
` [kvm-unit-tests PATCH 2/2] Link with "-z noexecstack" to avoid warning from newer versions of ld

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-26 17:48 UTC  (15+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

[PATCH v2 0/2] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-06-26 15:23 UTC  (7+ messages)
` [PATCH v2 2/2] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs

[PATCH] powerpc/iommu: TCEs are incorrectly manipulated with DLPAR add/remove of memory
 2023-06-26 13:12 UTC  (5+ messages)

linux-next: build failure after merge of the crypto tree
 2023-06-26 10:20 UTC  (2+ messages)

[RFC PATCH 0/5] Add support for memmap on memory feature on ppc64
 2023-06-26 10:22 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/hotplug: Embed vmem_altmap details in memory block
` [RFC PATCH 2/5] mm/hotplug: Allow architecture override for memmap on memory feature
` [RFC PATCH 3/5] mm/hotplug: Simplify the handling of MHP_MEMMAP_ON_MEMORY flag
` [RFC PATCH 4/5] mm/hotplug: Simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig
` [RFC PATCH 5/5] powerpc/book3s64/memhotplug: Enable memmap on memory for radix

[PATCH] powernv/opal-prd: Silence memcpy() run-time false positive warnings
 2023-06-26  7:04 UTC 

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-06-26  6:56 UTC  (2+ messages)

[PATCH] objtool: Make 'sec-address' always on
 2023-06-26  3:20 UTC  (6+ messages)

[PATCH v2 RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM
 2023-06-25 13:45 UTC  (2+ messages)

[PATCH] ASoC: imx-pcm-rpmsg: Set PCM hardware parameters separately
 2023-06-25  6:54 UTC 

[PATCH v2 00/16] Add support for DAX vmemmap optimization for ppc64
 2023-06-24 17:22 UTC  (3+ messages)

[PATCH 00/17] tool/perf/test: Fix shellcheck coding/formatting issues of test shell scripts
 2023-06-23 23:11 UTC  (13+ messages)
` [PATCH 15/17] perf tests task_analyzer: fix bad substitution ${$1}

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-23 12:41 UTC  (4+ messages)

[PATCH v3 00/15] powerpc/objtool: uaccess validation for PPC32 (v3)
 2023-06-23 17:05 UTC  (16+ messages)
` [PATCH v3 01/15] powerpc/kuap: Avoid unnecessary reads of MD_AP
` [PATCH v3 02/15] powerpc/kuap: Avoid useless jump_label on empty function
` [PATCH v3 03/15] powerpc/kuap: Refactor static branch for disabling kuap
` [PATCH v3 04/15] powerpc/kuap: Make disabling KUAP at boottime impossible except on book3s/64
` [PATCH v3 05/15] powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
` [PATCH v3 06/15] Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto"
` [PATCH v3 07/15] objtool: Allow an architecture to disable objtool on ASM files
` [PATCH v3 08/15] objtool: Fix JUMP_ENTRY_SIZE for bi-arch like powerpc
` [PATCH v3 09/15] objtool: Add INSN_RETURN_CONDITIONAL
` [PATCH v3 10/15] objtool: Add support for relative switch tables
` [PATCH v3 11/15] objtool: Remove too strict constraint in jump table search
` [PATCH v3 12/15] objtool: Add support for more complex UACCESS control
` [PATCH v3 13/15] objtool: Prepare noreturns.h for more architectures
` [PATCH v3 14/15] powerpc/bug: Annotate reachable after warning trap
` [PATCH v3 15/15] powerpc: Implement UACCESS validation on PPC32

[PATCH v2 00/14] powerpc/objtool: uaccess validation for PPC32 (v2)
 2023-06-23 16:03 UTC  (7+ messages)
` [PATCH v2 10/14] objtool: Add support for relative switch tables
` [PATCH v2 14/14] powerpc: Implement UACCESS validation on PPC32

[PATCH net] ibmvnic: Do not reset dql stats on NON_FATAL err
 2023-06-23 12:41 UTC 

[PATCH v2] powerpc: Move arch_trigger_cpumask_backtrace from nmi.h to irq.h
 2023-06-23 12:06 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).