linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-25 09:44:53 to 2023-07-28 10:24:54 UTC [more...]

[PATCH v6 00/13] Add support for DAX vmemmap optimization for ppc64
 2023-07-28 10:23 UTC  (14+ 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 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
  ` [PATCH v6 10/13 -fix] "
  ` [PATCH v6 10/13 -fix2] "
` [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 12/13 -fix] "

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-28 10:05 UTC  (6+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-28  9:25 UTC  (30+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [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 1/1] Remove CONFIG_NET_CLS_TCINDEX
 2023-07-28  8:16 UTC 

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-07-28  7:59 UTC  (3+ messages)
` [RFC PATCH v2 4/7] media: v4l2: Add audio capture and output support

[PATCH v4 00/10] Introduce SMT level and add PowerPC support
 2023-07-28  7:58 UTC  (4+ messages)

[PATCH net-next v3] net: Explicitly include correct DT includes
 2023-07-28  3:40 UTC  (3+ messages)

[PATCH] powerpc: Use shared font data
 2023-07-28  3:44 UTC  (4+ messages)

[PATCH] docs: move powerpc under arch
 2023-07-28  3:41 UTC  (2+ messages)

Login broken with old userspace (was Re: [PATCH v2] selinux: introduce an initial SID for early boot processes)
 2023-07-28  2:11 UTC 

[PATCH] ASoC: fsl_micfil: refactor deprecated strncpy
 2023-07-27 22:26 UTC 

[PATCH 2/4] vgacon: rework screen_info #ifdef checks
 2023-07-27 18:20 UTC  (3+ messages)
    ` Algorithmic P-4000i, looking for the board manual

Add a new fchmodat4() syscall, v2
 2023-07-27 17:42 UTC  (32+ 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] powerpc: address missing-prototypes warnings
 2023-07-27 12:26 UTC 

[PATCH] dma-mapping: move arch_dma_set_mask() declaration to header
 2023-07-27 12:25 UTC 

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

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

[PATCH 0/3] Update the register list of MICFIL
 2023-07-27  3:14 UTC  (4+ messages)
` [PATCH 1/3] ASoC: fsl_micfil: Add new registers and new bit definition
` [PATCH 2/3] ASoC: fsl_micfil: Add fsl_micfil_check_version function
` [PATCH 3/3] ASoC: fsl_micfil: Use SET_SYSTEM_SLEEP_PM_OPS to simplify PM

[PATCH] I2C: Explicitly include correct DT includes
 2023-07-27  0:39 UTC  (2+ messages)

[PATCH] arch/powerpc: Remove unnecessary endian conversion code in XICS
 2023-07-26  9:12 UTC  (4+ messages)

[PATCH v2] char: Explicitly include correct DT includes
 2023-07-26 23:32 UTC 

[PATCH] soc: fsl: qe: Replace all non-returning strlcpy with strscpy
 2023-07-26 21:53 UTC  (2+ messages)

[PATCH 1/1] ASoC: fsl: fsl_qmc_audio: Fix snd_pcm_format_t values handling
 2023-07-26 20:24 UTC  (2+ messages)

[PATCH v5 0/7] Add support for memmap on memory feature on ppc64
 2023-07-26 16:43 UTC  (19+ 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 mm-unstable v7 00/31] Split ptdesc from struct page
 2023-07-26 14:34 UTC  (3+ messages)

[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 23/25] iommu: Add ops->domain_alloc_paging()
 2023-07-26 10:02 UTC  (2+ messages)

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

[PATCH v5 21/25] iommu: Require a default_domain for all iommu drivers
 2023-07-26  9:50 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 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
 2023-07-26  6:24 UTC  (2+ messages)

[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  (13+ messages)
` [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 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 mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
 2023-07-25 23:33 UTC  (2+ messages)

[PATCH] Documentation: devices.txt: reconcile serial/ucc_uart minor numers
 2023-07-25 20:51 UTC  (5+ 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 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)


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