linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 17:39:13 to 2023-07-26 15:04:28 UTC [more...]

[PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
 2023-07-26 15:01 UTC  (2+ messages)
` [PATCH v2 02/28] soc: fsl: cpm1: qmc: Fix __iomem addresses declaration

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

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-26 14:24 UTC  (17+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v6 00/13] Add support for DAX vmemmap optimization for ppc64
 2023-07-26 14:05 UTC  (18+ messages)
` [PATCH v6 01/13] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
  ` [PATCH v6 01/13 -fix] "
` [PATCH v6 02/13] mm: Change pudp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH v6 03/13] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override
` [PATCH v6 04/13] mm/vmemmap: Allow architectures to override how vmemmap optimization works
` [PATCH v6 05/13] mm: Add pud_same similar to __HAVE_ARCH_P4D_SAME
` [PATCH v6 06/13] mm/huge pud: Use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v6 07/13] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
` [PATCH v6 08/13] powerpc/mm/trace: Convert trace event to trace event class
` [PATCH v6 09/13] powerpc/book3s64/mm: Enable transparent pud hugepage
` [PATCH v6 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
` [PATCH v6 11/13] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
  ` [PATCH v6 11/13 -fix] "
` [PATCH v6 12/13] powerpc/book3s64/radix: Remove mmu_vmemmap_psize
` [PATCH v6 13/13] powerpc/book3s64/radix: Add debug message to give more details of vmemmap allocation

Add a new fchmodat4() syscall, v2
 2023-07-26 13:45 UTC  (19+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
  ` [PATCH v4 0/5] Add a new fchmodat2() syscall
    ` [PATCH v4 2/5] fs: Add fchmodat2()
    ` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
  ` Add fchmodat2() - or add a more general syscall?

[PATCH v2] powerpc:platforms:Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
 2023-07-26 12:15 UTC  (2+ messages)

[PATCH v5 0/7] Add support for memmap on memory feature on ppc64
 2023-07-26 10:31 UTC  (17+ messages)
` [PATCH v5 1/7] mm/hotplug: Simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig
` [PATCH v5 2/7] mm/hotplug: Allow memmap on memory hotplug request to fallback
` [PATCH v5 3/7] mm/hotplug: Allow architecture to override memmap on memory support check
` [PATCH v5 4/7] mm/hotplug: Support memmap_on_memory when memmap is not aligned to pageblocks
` [PATCH v5 5/7] powerpc/book3s64/memhotplug: Enable memmap on memory for radix
` [PATCH v5 6/7] mm/hotplug: Embed vmem_altmap details in memory block
` [PATCH v5 7/7] mm/hotplug: Enable runtime update of memmap_on_memory parameter

[PATCH v5 00/25] iommu: Make default_domain's mandatory
 2023-07-26 10:02 UTC  (10+ messages)
` [PATCH v5 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v5 11/25] iommu/tegra-smmu: Implement an IDENTITY domain
` [PATCH v5 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v5 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v5 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v5 23/25] iommu: Add ops->domain_alloc_paging()

[PATCH v5 22/25] iommu: Add __iommu_group_domain_alloc()
 2023-07-26  9:54 UTC  (2+ messages)

[PATCH v5 16/25] iommu: Remove ops->set_platform_dma_ops()
 2023-07-26  9:42 UTC  (2+ messages)

[PATCH v5 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
 2023-07-26  9:33 UTC  (2+ messages)

[PATCH] powerpc/ep8248e: Mark driver as non removable
 2023-07-26  8:14 UTC 

[PATCH v5 01/25] iommu: Add iommu_ops->identity_domain
 2023-07-26  6:11 UTC  (2+ messages)

[PATCH 00/26] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
 2023-07-26  4:14 UTC  (29+ messages)
` [PATCH 01/26] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH 02/26] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH 03/26] dt-bindings: net: Add support for QMC HDLC
` [PATCH 04/26] net: wan: "
` [PATCH 05/26] MAINTAINERS: Add the Freescale QMC HDLC driver entry
` [PATCH 06/26] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH 07/26] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH 08/26] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH 09/26] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH 10/26] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH 11/26] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH 12/26] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH 13/26] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH 14/26] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH 15/26] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH 16/26] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
` [PATCH 17/26] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH 18/26] net: wan: Add framer framework support
` [PATCH 19/26] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
` [PATCH 20/26] mfd: core: Ensure disabled devices are skiped without aborting
` [PATCH 21/26] net: wan: framer: Add support for the Lantiq PEF2256 framer
` [PATCH 22/26] pinctrl: Add support for the Lantic PEF2256 pinmux
` [PATCH 23/26] MAINTAINERS: Add the Lantiq PEF2256 driver entry
` [PATCH 24/26] ASoC: codecs: Add support for the framer codec
` [PATCH 25/26] dt-bindings: net: fsl,qmc-hdlc: Add framer support
` [PATCH 26/26] net: wan: fsl_qmc_hdlc: "

[PATCH v2] net: Explicitly include correct DT includes
 2023-07-25 19:58 UTC  (3+ messages)

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-07-25 13:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Documentation: devices.txt: reconcile serial/ucc_uart minor numers
 2023-07-25 20:51 UTC  (5+ messages)

[PATCH] powerpc: Use shared font data
 2023-07-25 17:08 UTC  (3+ messages)

[PATCH v4 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-25 13:42 UTC  (6+ messages)
` [PATCH v4 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH v4 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
` [PATCH v4 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
` [PATCH v4 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v4 5/5] mmu_notifiers: Rename invalidate_range notifier

[PATCH] powerpc/kexec: fix minor typo
 2023-07-25 13:27 UTC 

[PATCH] docs: move powerpc under arch
 2023-07-25  6:13 UTC 

[PATCH 5.4 084/313] soc/fsl/qe: fix usb.c build errors
 2023-07-25 10:44 UTC  (2+ messages)
` [PATCH 5.4 110/313] crypto: nx - fix build warnings when DEBUG_FS is not enabled

[PATCH 5.10 132/509] soc/fsl/qe: fix usb.c build errors
 2023-07-25 10:42 UTC  (2+ messages)
` [PATCH 5.10 201/509] crypto: nx - fix build warnings when DEBUG_FS is not enabled

[PATCH] tools/perf: Fix addr location init during arch_skip_callchain_idx function
 2023-07-25 11:09 UTC  (3+ messages)

[PATCH v2] tty: Explicitly include correct DT includes
 2023-07-25  6:50 UTC  (2+ messages)

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-07-25  6:12 UTC  (8+ messages)
` [RFC PATCH v2 1/7] ASoC: fsl_asrc: define functions for memory to memory usage
` [RFC PATCH v2 2/7] ASoC: fsl_easrc: "
` [RFC PATCH v2 3/7] ASoC: fsl_asrc: move fsl_asrc_common.h to include/sound
` [RFC PATCH v2 4/7] media: v4l2: Add audio capture and output support
` [RFC PATCH v2 5/7] media: imx: fsl_asrc: Add memory to memory driver
` [RFC PATCH v2 6/7] ASoC: fsl_asrc: register m2m platform device
` [RFC PATCH v2 7/7] ASoC: fsl_easrc: "

[PATCH 1/1] perf tests task_analyzer: Check perf build options for libtraceevent support
 2023-07-25  6:16 UTC 

[PATCH v3 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-07-25  5:53 UTC  (2+ messages)

[PATCH v2 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-25  5:51 UTC  (8+ messages)
` [PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs

[PATCH V2 00/26] tools/perf: Fix shellcheck coding/formatting issues of perf tool shell scripts
 2023-07-25  5:50 UTC  (6+ messages)

[Bug 217702] New: makedumpfile can not open /proc/vmcore
 2023-07-25  4:23 UTC  (2+ messages)
` [Bug 217702] "

[PATCH v2 1/1] ASoC: imx-audmux: fix return value checks of clk_prepare_enable()
 2023-07-25  1:47 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v1 0/4] Improve ptrace selftest usability
 2023-07-25  0:58 UTC  (5+ messages)
` [PATCH v1 1/4] Documentation/powerpc: Fix ptrace request names
` [PATCH v1 2/4] selftests/powerpc/ptrace: Explain why tests are skipped
` [PATCH v1 3/4] selftests/powerpc/ptrace: Fix typo in pid_max search error
` [PATCH v1 4/4] selftests/powerpc/ptrace: Declare test temporary variables as volatile

linux-next: Tree for Jul 24 (arch/powerpc/platforms/embedded6xx/mvme5100.c)
 2023-07-24 23:37 UTC 

[PATCH v5 14/25] iommu/msm: Implement an IDENTITY domain
 2023-07-24 22:22 UTC  (2+ messages)

[PATCH v3] powerpc: Explicitly include correct DT includes
 2023-07-24 21:02 UTC 

[PATCH v2] soc: fsl: Explicitly include correct DT includes
 2023-07-24 20:55 UTC 

[PATCH v5 00/13] Add support for DAX vmemmap optimization for ppc64
 2023-07-24 18:48 UTC  (4+ messages)
` [PATCH v5 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function

[PATCH] powerpc/mm/altmap: Fix altmap boundary check
 2023-07-24 18:22 UTC  (2+ messages)

[PATCH] mm/hotplug: Enable runtime update of memmap_on_memory parameter
 2023-07-24 17:46 UTC  (3+ messages)

[PATCH v4 0/6] Add support for memmap on memory feature on ppc64
 2023-07-24 17:29 UTC  (8+ messages)
` [PATCH v4 4/6] mm/hotplug: Allow pageblock alignment via altmap reservation


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