linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-29 19:10:55 to 2023-06-04 00:34:06 UTC [more...]

[GIT PULL] Please pull powerpc/linux.git powerpc-6.4-4 tag
 2023-06-04  0:33 UTC 

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

[PATCH 00/13] mm: jit/text allocator
 2023-06-03 21:11 UTC  (32+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
` [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc()
` [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc
` [PATCH 04/13] mm/jitalloc, arch: convert remaining "
` [PATCH 05/13] module, jitalloc: drop module_alloc
` [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc()
` [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES
` [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES
` [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX
` [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
` [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX

[PATCH] powerpc: fix debugfs_create_dir error checking
 2023-06-03 14:33 UTC  (4+ messages)

[PATCH] powerpc: use appropriate error codes
 2023-06-03 15:00 UTC 

[powerpc:topic/cpu-smt] BUILD SUCCESS 940e915fcbf3494e794335eaab2ce793b75a3c1d
 2023-06-03  4:25 UTC 

[PATCH] ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted
 2023-06-02 17:09 UTC  (3+ messages)

[PATCH 00/12] mm: free retracted page table by RCU
 2023-06-02 15:26 UTC  (28+ messages)
` [PATCH 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
` [PATCH 02/12] mm/pgtable: add PAE safety to __pte_offset_map()
` [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH 08/12] mm/pgtable: add pte_free_defer() for pgtable as page
` [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock
` [PATCH 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()

[tty:tty-testing 19/19] legacy_serial.c:undefined reference to `fsl8250_handle_irq'
 2023-06-02  7:42 UTC 

[powerpc:fixes] BUILD SUCCESS 719dfd5925e186e09a2a6f23016936ac436f3d78
 2023-06-02  6:36 UTC 

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-06-01 21:46 UTC  (5+ messages)

[PATCH v4 RESEND 0/3] sed-opal: keyrings, discovery, revert, key store
 2023-06-01 22:37 UTC  (4+ messages)
` [PATCH v4 RESEND 1/3] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v4 RESEND 2/3] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v4 RESEND 3/3] block: sed-opal: keyring support for SED keys

[PATCH v6 0/4] generic and PowerPC SED Opal keystore
 2023-06-01 22:36 UTC  (4+ messages)
` [PATCH v6 1/3] block:sed-opal: "
` [PATCH v6 2/3] block/sed-opal: keystore access for SED Opal keys
` [PATCH v6 3/3] powerpc/pseries: PLPKS SED Opal keystore support

[PATCH v2 23/25] iommu: Add ops->domain_alloc_paging()
 2023-06-01 20:47 UTC  (3+ messages)

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

[PATCH v2 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
 2023-06-01 20:37 UTC  (3+ messages)

[PATCH v2 09/25] iommu/fsl_pamu: Implement an IDENTITY domain
 2023-06-01 20:17 UTC  (5+ messages)

[PATCH v2 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
 2023-06-01 19:58 UTC  (3+ messages)

[PATCH v2 08/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
 2023-06-01 18:57 UTC  (2+ messages)

[PATCH v2 00/25] iommu: Make default_domain's mandatory
 2023-06-01 16:51 UTC  (3+ messages)
` [PATCH v2 05/25] iommu/tegra-gart: Remove tegra-gart

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-06-01 16:27 UTC  (6+ messages)

[PATCH 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
 2023-06-01 16:19 UTC  (4+ messages)
` [PATCH 8/9] powerpc: Add HOTPLUG_SMT support

[PATCH v5 0/4] generic and PowerPC SED Opal keystore
 2023-06-01 14:29 UTC  (7+ messages)
` [PATCH 1/4] block:sed-opal: "
` [PATCH 4/4] powerpc/pseries: update SED for PLPKS api changes

[PATCH v4 22/23] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-06-01 14:06 UTC  (2+ messages)

[PATCH 00/10] watchdog: Cleanup / fixes after buddy series v5 reviews
 2023-06-01 13:03 UTC  (21+ messages)
` [PATCH 01/10] watchdog/hardlockup: Keep kernel.nmi_watchdog sysctl as 0444 if probe fails
` [PATCH 02/10] watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_probe()
` [PATCH 03/10] watchdog/hardlockup: Don't use raw_cpu_ptr() in watchdog_hardlockup_kick()
` [PATCH 04/10] watchdog/hardlockup: In watchdog_hardlockup_check() use cpumask_copy()
` [PATCH 05/10] watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()
` [PATCH 06/10] watchdog/buddy: Cleanup how watchdog_buddy_check_hardlockup() is called
` [PATCH 07/10] watchdog/buddy: Don't copy the cpumask in watchdog_next_cpu()
` [PATCH 08/10] watchdog/buddy: Simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDY
` [PATCH 09/10] watchdog/hardlockup: Move SMP barriers from common code to buddy code
` [PATCH 10/10] watchdog/hardlockup: Rename HAVE_HARDLOCKUP_DETECTOR_NON_ARCH to ..._PERF_OR_BUDDY

[PATCH 1/2] hexagon/traps.c: use KSYM_NAME_LEN in array size
 2023-06-01 12:54 UTC  (10+ messages)
    ` [PATCH 2/2] powerpc/xmon: "

[PATCH 00/89] i2c: Convert to platform remove callback returning void
 2023-06-01  7:43 UTC  (3+ messages)

WARN at kernel/sched/core.c:5358 (kthread_end_lazy_tlb_mm)
 2023-06-01 10:46 UTC 

[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl
 2023-06-01  9:48 UTC  (7+ messages)

[PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
 2023-06-01  7:30 UTC  (5+ messages)

[PATCH] macintosh: Switch i2c drivers back to use .probe()
 2023-06-01  6:30 UTC  (2+ messages)

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-31 23:41 UTC  (11+ messages)
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe
` [PATCH mm-unstable v2 05/10] kvm/arm64: add kvm_arch_test_clear_young()

[powerpc:topic/cpu-smt] BUILD REGRESSION 7bb712baeffc4640f5511feec68add6f1767413f
 2023-05-31 21:12 UTC 

[PATCH v2 RESEND] soc/fsl/qe: fix usb.c build errors
 2023-05-31 15:58 UTC  (3+ messages)

[powerpc:topic/cpu-smt 6/9] kernel/cpu.c:2583:36: error: 'cpu_smt_max_threads' undeclared; did you mean 'cpu_smt_num_threads'?
 2023-05-31 15:32 UTC 

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-05-31  0:01 UTC  (8+ messages)

[PATCH v2 RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM
 2023-05-30 23:38 UTC  (2+ messages)

[PATCH 1/1] arch:hexagon/powerpc: use KSYM_NAME_LEN in array size
 2023-05-30 23:14 UTC  (7+ messages)

[PATCH] soc: fsl: qe: Replace all non-returning strlcpy with strscpy
 2023-05-30 16:08 UTC  (2+ messages)

[PATCH] powerpc/tools: Pass -mabi=elfv2 to gcc-check-mprofile-kernel.sh
 2023-05-30  9:38 UTC 

[PATCH] powerpc/kcsan: Properly instrument arch_spin_unlock()
 2023-05-30  7:40 UTC  (2+ messages)

[PATCH] powerpc: Fail build if using recordmcount with binutils v2.37
 2023-05-30  6:18 UTC  (3+ messages)

[PATCH v2] powerpc: Fail build if using recordmcount with binutils v2.37
 2023-05-30  6:14 UTC 

WARNING at fs/btrfs/disk-io.c:275 during xfstests run(4k block)
 2023-05-30  5:47 UTC  (2+ messages)

[PATCH] powerpc/crypto: Fix aes-gcm-p10 link errors
 2023-05-30  5:07 UTC  (3+ messages)

Kernel crash with ftrace tests
 2023-05-30  4:50 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).