messages from 2023-09-27 04:24:47 to 2023-10-01 13:31:35 UTC [more...]
[powerpc:merge] BUILD SUCCESS eddc90ea2af5933249ea1a78119f2c8ef8d07156
2023-10-01 13:29 UTC
[PATCH v4] powerpc: Use shared font data
2023-10-01 12:08 UTC (3+ messages)
[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
2023-10-01 5:01 UTC (24+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [OT] "
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode
[powerpc:fixes-test] BUILD SUCCESS dfb5f8cbd5992d5769edfd3e059fad9e0b8bdafb
2023-10-01 3:02 UTC
[PATCH] soc: fsl: fix kernel-doc warnings and typos
2023-10-01 0:01 UTC (2+ messages)
` [PATCH] soc: fsl: dpio: fix kernel-doc typos
[GIT PULL] Please pull powerpc/linux.git powerpc-6.6-3 tag
2023-09-30 17:02 UTC (2+ messages)
[PATCH 00/15] sysctl: Remove sentinel elements from drivers
2023-09-30 16:52 UTC (26+ 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 0/3] Fix for shellcheck issues with version "0.6"
2023-09-30 6:02 UTC (5+ messages)
[PATCH V3] perf test: Fix parse-events tests to skip parametrized events
2023-09-30 6:01 UTC (3+ messages)
[PATCH v6 4/9] mm: thp: Introduce anon_orders and anon_always_mask sysfs files
2023-09-29 22:55 UTC
[PATCH v2 0/2] Fix set_huge_pte_at() panic on arm64
2023-09-29 22:48 UTC (4+ messages)
` [PATCH v2 1/2] mm: hugetlb: Add huge page size param to set_huge_pte_at()
[PATCH v2] hwmon: (ibmpowernv) refactor deprecated strncpy
2023-09-29 18:55 UTC (2+ messages)
[PATCH 1/2] powerpc/platforms/pseries: Fix STK_PARAM access in the hcall tracing code
2023-09-29 17:23 UTC (2+ messages)
` [PATCH 2/2] powerpc/platforms/pseries: Remove unused r0 "
Kernel Panic 6.5.0-1 PPC
2023-09-29 13:21 UTC (3+ messages)
[Bisected] PowerMac G5 fails booting kernel 6.6-rc3 (BUG: Unable to handle kernel data access at 0xfeffbb62ffec65fe)
2023-09-29 12:34 UTC (2+ messages)
[PATCH v7 00/30] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
2023-09-29 12:04 UTC (32+ 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
[6.6-rc3] WARNING at arch/powerpc/mm/book3s64/radix_tlb.c:1221
2023-09-29 10:50 UTC
[PATCH v5 0/5] powerpc/bpf: use BPF prog pack allocator
2023-09-29 8:39 UTC (12+ 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 V2] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
2023-09-29 6:49 UTC
[PATCHv7 0/4] enable nr_cpus for powerpc
2023-09-29 6:43 UTC (5+ messages)
` [PATCHv7 2/4] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt
[PATCH V4 1/2] tools/perf: Add text_end to "struct dso" to save .text section size
2023-09-29 4:21 UTC (5+ messages)
` [PATCH V4 2/2] tools/perf/tests: Fix object code reading to skip address that falls out of text section
[PATCH 1/2] tools/perf: Add new CONFIG_SHELLCHECK for detecting shellcheck binary
2023-09-29 4:18 UTC (7+ messages)
` [PATCH 2/2] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
[PATCH 0/3] Fix for shellcheck issues with latest scripts in tests/shell
2023-09-29 4:11 UTC (4+ messages)
` [PATCH 1/3] perf tests test_arm_coresight: Fix the shellcheck warning in latest test_arm_coresight.sh
` [PATCH 2/3] tools/perf/tests Ignore the shellcheck SC2046 warning in lock_contentio
` [PATCH 3/3] tools/perf/tests: Fix shellcheck warning in record_sideband.sh test
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-09-28 22:21 UTC (13+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
[PATCH v4 0/5] powerpc/bpf: use BPF prog pack allocator
2023-09-28 20:09 UTC (5+ messages)
` [PATCH v4 4/5] powerpc/code-patching: introduce patch_instructions()
[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 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: "
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] 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 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 (4+ messages)
` [PATCH 6/8] iommu/dart: Move the blocked domain support to a global static
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).