linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-25 18:38:05 to 2023-09-28 20:11:19 UTC [more...]

[PATCH v4 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-09-28 20:09 UTC  (9+ messages)
` [PATCH v4 1/5] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v4 3/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
` [PATCH v4 4/5] powerpc/code-patching: introduce patch_instructions()

[PATCH v5 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-09-28 19:48 UTC  (6+ messages)
` [PATCH v5 1/5] powerpc/code-patching: introduce patch_instructions()
` [PATCH v5 2/5] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v5 3/5] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v5 4/5] powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data
` [PATCH v5 5/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]

[PATCH 00/15] sysctl: Remove sentinel elements from drivers
 2023-09-28 16:31 UTC  (20+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
` [PATCH 10/15] vrf: "
` [PATCH 11/15] sgi-xp: "
` [PATCH 12/15] fw loader: "
` [PATCH 13/15] raid: Remove "
` [PATCH 14/15] hyper-v/azure: "
` [PATCH 15/15] intel drm: "

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-09-28 12:01 UTC  (5+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (3+ messages)
  ` [PATCH 03/87] arch/powerpc/platforms/cell/spufs: convert to new inode {a,m}time accessors
` [PATCH 01/87] fs: new accessor methods for atime and mtime

[PATCH 00/59] dma: Convert to platform remove callback returning void
 2023-09-28  7:49 UTC  (3+ messages)

[RFC PATCH v5 00/11] Add audio support in v4l2 framework
 2023-09-28  9:00 UTC  (12+ messages)
` [RFC PATCH v5 01/11] ASoC: fsl_asrc: define functions for memory to memory usage
` [RFC PATCH v5 02/11] ASoC: fsl_easrc: "
` [RFC PATCH v5 03/11] ASoC: fsl_asrc: move fsl_asrc_common.h to include/sound
` [RFC PATCH v5 04/11] ASoC: fsl_asrc: register m2m platform device
` [RFC PATCH v5 05/11] ASoC: fsl_easrc: "
` [RFC PATCH v5 06/11] media: uapi: Add V4L2_CAP_AUDIO_M2M capability flag
` [RFC PATCH v5 07/11] media: v4l2: Add audio capture and output support
` [RFC PATCH v5 08/11] media: uapi: Add audio rate controls support
` [RFC PATCH v5 09/11] media: uapi: define audio sample format fourcc type
` [RFC PATCH v5 10/11] media: imx-asrc: Add memory to memory driver
` [RFC PATCH v5 11/11] media: audm2m: add virtual driver for audio memory to memory

[PATCH V5 1/3] tools/perf: Add text_end to "struct dso" to save .text section size
 2023-09-28  7:52 UTC  (3+ messages)
` [PATCH V5 2/3] tools/perf: Add "is_kmod" to struct dso to check if it is kernel module
` [PATCH V5 3/3] tools/perf/tests: Fix object code reading to skip address that falls out of text section

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

[PATCH 00/40] soc: Convert to platform remove callback returning void
 2023-09-28  6:14 UTC  (9+ messages)
` [PATCH 06/40] soc/fsl: cpm: qmc: "
` [PATCH 07/40] soc/fsl: cpm: tsa: "

[PATCH 0/3] Fix for shellcheck issues with version "0.6"
 2023-09-28  3:54 UTC  (4+ messages)

Fwd: [PATCH] powerpc/ptrace: Fix buffer overflow when handling PTRACE_PEEKUSER and PTRACE_POKEUSER
 2023-09-28  0:53 UTC  (6+ messages)

[PATCH v2 0/9] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-09-27 23:47 UTC  (10+ messages)
` [PATCH v2 1/9] iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain
` [PATCH v2 2/9] iommu/vt-d: Update the definition of the blocking domain
` [PATCH v2 3/9] iommu/vt-d: Use ops->blocked_domain
` [PATCH v2 4/9] iommufd: Convert to alloc_domain_paging()
` [PATCH v2 5/9] iommu/dart: Use static global identity domains
` [PATCH v2 6/9] iommu/dart: Move the blocked domain support to a global static
` [PATCH v2 7/9] iommu/dart: Convert to domain_alloc_paging()
` [PATCH v2 8/9] iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()
` [PATCH v2 9/9] iommu/dart: Remove the force_bypass variable

[PATCH v7 0/3 RESEND] generic and PowerPC SED Opal keystore
 2023-09-27 20:30 UTC  (10+ messages)
` [PATCH v7 1/3 RESEND] block:sed-opal: "
` [PATCH v7 3/3 RESEND] powerpc/pseries: PLPKS SED Opal keystore support

[PATCH V3] perf test: Fix parse-events tests to skip parametrized events
 2023-09-27 18:17 UTC 

[PATCH] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2023-09-27 16:03 UTC  (2+ messages)

[PATCH v11 12/20] PCI/AER: Refactor cper_print_aer() for use by CXL driver module
 2023-09-27 15:43 UTC  (3+ messages)
` [PATCH v11 17/20] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
` [PATCH v11 18/20] PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling

[PATCH V4 1/2] tools/perf: Add text_end to "struct dso" to save .text section size
 2023-09-27 14:55 UTC  (4+ messages)
` [PATCH V4 2/2] tools/perf/tests: Fix object code reading to skip address that falls out of text section

[PATCH v3 1/1] PCI: layerscape-ep: set 64-bit DMA mask
 2023-09-27 13:25 UTC  (4+ messages)

[PATCH 0/8] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-09-27 12:59 UTC  (10+ messages)
` [PATCH 6/8] iommu/dart: Move the blocked domain support to a global static
` [PATCH 7/8] iommu/dart: Convert to domain_alloc_paging()
` [PATCH 8/8] iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()

[PATCH v2 1/2] ASoC: dt-bindings: fsl_rpmsg: List DAPM endpoints ignoring system suspend
 2023-09-27  9:29 UTC  (4+ messages)
  `  "

[PATCH v2] cpufreq: pmac32: Use of_property_read_reg() to parse "reg"
 2023-09-27  9:03 UTC  (2+ messages)

[PATCH v6 00/30] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-09-27  7:24 UTC  (10+ messages)
` [PATCH v6 08/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC

[PATCH v3 0/3] DCP as trusted keys backend
 2023-09-27  6:33 UTC  (7+ messages)
` [PATCH v3 1/3] crypto: mxs-dcp: Add support for hardware provided keys
` [PATCH v3 2/3] KEYS: trusted: Introduce support for NXP DCP-based trusted keys

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-27  5:19 UTC  (5+ messages)
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

linux-next: Tree for Sep 26 (arch/powerpc/platforms/86xx/pic.o)
 2023-09-27  4:55 UTC 

[PATCH V2] perf test: Fix parse-events tests to skip parametrized events
 2023-09-27  4:29 UTC  (7+ messages)

[PATCH 1/2] tools/perf: Add new CONFIG_SHELLCHECK for detecting shellcheck binary
 2023-09-27  4:25 UTC  (6+ messages)
` [PATCH 2/2] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf

Questions: Should kernel panic when PCIe fatal error occurs?
 2023-09-27  4:03 UTC  (4+ messages)

[PATCH] powerpc/pseries/vas: Migration suspend waits for no in-progress open windows
 2023-09-27  3:02 UTC 

[PATCH] powerpc/pseries/vas: Migration suspend waits for no in-progress open windows
 2023-09-27  3:15 UTC 

[PATCH v10 13/15] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-09-26 23:58 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 4ae73bba62a367f2314f6ce69e3085a941983d8b
 2023-09-26 23:03 UTC 

[Bisected] PowerMac G4 getting "BUG: Unable to handle kernel data access on write at 0x00001ff0" at boot with CONFIG_VMAP_STACK=y on kernels 6.5.x (regression over 6.4.x)
 2023-09-26 15:16 UTC  (4+ messages)

[PATCH] ASoC: dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
 2023-09-26 15:07 UTC  (4+ messages)

[PATCH v2 1/1] PCI: layerscape-ep: set 64-bit DMA mask
 2023-09-26 14:00 UTC  (3+ messages)

[PATCH] ASoC: fsl-asoc-card: use integer type for fll_id and pll_id
 2023-09-26 12:59 UTC  (2+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-26  8:32 UTC  (9+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES

[PATCH] ASoC: fsl_sai: Don't disable bitclock for i.MX8MP
 2023-09-26  8:08 UTC  (2+ messages)

[PATCH 3/8] iommu/vt-d: Use ops->blocked_domain
 2023-09-26  3:28 UTC  (4+ messages)

[PATCH] selftests/powerpc: Fix emit_tests to work with run_kselftest.sh
 2023-09-25 22:03 UTC  (2+ messages)

[PATCH] powerpc/stacktrace: Fix arch_stack_walk_reliable()
 2023-09-25 19:02 UTC  (2+ messages)

[PATCH v2 00/37] Implement execute-only protection on powerpc
 2023-09-25 18:31 UTC  (27+ messages)
` [PATCH v2 03/37] powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro
` [PATCH v2 04/37] powerpc: Remove pte_ERROR()
` [PATCH v2 06/37] powerpc: Refactor update_mmu_cache_range()
` [PATCH v2 07/37] powerpc: Untangle fixmap.h and pgtable.h and mmu.h
` [PATCH v2 08/37] powerpc/nohash: Remove {pte/pmd}_protnone()
` [PATCH v2 09/37] powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()
` [PATCH v2 10/37] powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.h
` [PATCH v2 19/37] powerpc/nohash: Refactor __ptep_set_access_flags()
` [PATCH v2 20/37] powerpc/e500: Simplify pte_mkexec()
` [PATCH v2 21/37] powerpc: Implement and use pgprot_nx()
` [PATCH v2 22/37] powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is set
` [PATCH v2 23/37] powerpc: Remove pte_mkuser() and pte_mkpriviledged()
` [PATCH v2 24/37] powerpc: Rely on address instead of pte_user()
` [PATCH v2 25/37] powerpc: Refactor permission masks used for __P/__S table and kernel memory flags
` [PATCH v2 26/37] powerpc/8xx: Use generic permission masks
` [PATCH v2 27/37] powerpc/64s: "
` [PATCH v2 28/37] powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RW
` [PATCH v2 29/37] powerpc/nohash: Replace pte_user() by pte_read()
` [PATCH v2 30/37] powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USER
` [PATCH v2 31/37] powerpc/44x: "
` [PATCH v2 32/37] powerpc/40x: "
` [PATCH v2 33/37] powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RW
` [PATCH v2 34/37] powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USER
` [PATCH v2 35/37] powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITE
` [PATCH v2 36/37] powerpc: Finally remove _PAGE_USER
` [PATCH v2 37/37] powerpc: Support execute-only on all powerpc


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