messages from 2023-09-15 00:34:51 to 2023-09-20 10:59:02 UTC [more...]
[PATCH v2 1/2] powerpc: add `cur_cpu_spec` symbol to vmcoreinfo
2023-09-20 10:57 UTC (2+ messages)
` [PATCH v2 2/2] powerpc: add cpu_spec.cpu_features "
[RFC PATCH v4 00/11] Add audio support in v4l2 framework
2023-09-20 10:31 UTC (14+ messages)
` [RFC PATCH v4 01/11] ASoC: fsl_asrc: define functions for memory to memory usage
` [RFC PATCH v4 02/11] ASoC: fsl_easrc: "
` [RFC PATCH v4 03/11] ASoC: fsl_asrc: move fsl_asrc_common.h to include/sound
` [RFC PATCH v4 04/11] ASoC: fsl_asrc: register m2m platform device
` [RFC PATCH v4 05/11] ASoC: fsl_easrc: "
` [RFC PATCH v4 06/11] media: uapi: Add V4L2_CAP_AUDIO_M2M capability flag
` [RFC PATCH v4 07/11] media: uapi: Add V4L2_AUDIO_FMT_LPCM fourcc format
` [RFC PATCH v4 08/11] media: v4l2: Add audio capture and output support
` [RFC PATCH v4 09/11] media: uapi: Add V4L2_CID_USER_IMX_ASRC_RATIO_MOD control
` [RFC PATCH v4 10/11] media: audm2m: add virtual driver for audio memory to memory
` [RFC PATCH v4 11/11] media: imx-asrc: Add memory to memory driver
[PATCH] ASoC: fsl-asoc-card: use integer type for fll_id and pll_id
2023-09-20 9:43 UTC
[RFC PATCH v3 0/9] Add audio support in v4l2 framework
2023-09-20 10:12 UTC (6+ messages)
` [RFC PATCH v3 6/9] media: v4l2: Add audio capture and output support
[PATCH v4 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer (v4)
2023-09-20 9:34 UTC (3+ messages)
` [PATCH v4 23/28] mfd: core: Ensure disabled devices are skiped without aborting
` (subset) "
[PATCH 0/7] arch/*: config: Remove ReiserFS from defconfig
2023-09-20 9:30 UTC (9+ messages)
` [PATCH 2/7] arch: powerpc: remove "
[PATCH v4 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-09-20 8:09 UTC (6+ messages)
` [PATCH v4 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v4 2/5] fbdev: Replace fb_pgprotect() with pgprot_framebuffer()
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-20 6:07 UTC (24+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
[PATCH 00/59] dma: Convert to platform remove callback returning void
2023-09-19 13:31 UTC (2+ messages)
` [PATCH 15/59] dma: fsldma: "
[PATCH v10 13/15] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
2023-09-19 20:58 UTC (3+ messages)
[PATCH v4] drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close()
2023-09-19 14:25 UTC (2+ messages)
` [PATCH v5] "
[PATCH v8 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
2023-09-19 10:44 UTC (2+ messages)
[PATCH v2] hwmon: (ibmpowernv) refactor deprecated strncpy
2023-09-19 10:35 UTC (2+ messages)
[PATCH] ASoC: fsl_sai: Don't disable bitclock for i.MX8MP
2023-09-19 9:42 UTC
[PATCH] powerpc: add `cur_cpu_spec` symbol to vmcoreinfo
2023-09-19 10:07 UTC (10+ messages)
[PATCH v2 0/2] m68k/powerpc: Kill references to non-existent README.legal
2023-09-19 10:05 UTC (6+ messages)
` [PATCH v2 1/2] m68k: Replace GPL 2.0+ README.legal boilerplate with SPDX
` [PATCH v2 2/2] powerpc: "
[powerpc:next] BUILD SUCCESS ff25ad0aa280012eda5699713a9f0b468a1d6e4e
2023-09-19 3:53 UTC
[powerpc:merge] BUILD SUCCESS 02e81f784e0b24ab2d6ec1b2dbf3e319187db74c
2023-09-19 1:43 UTC
[powerpc:fixes-test] BUILD SUCCESS c3f4309693758b13fbb34b3741c2e2801ad28769
2023-09-19 1:26 UTC
linux-next: added the kvm-ppc tree
2023-09-18 21:19 UTC
[PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO
2023-09-18 19:39 UTC (6+ messages)
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-09-18 16:17 UTC (39+ 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 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM
` [PATCH 09/26] KVM: arm64: "
` [PATCH 10/26] KVM: s390: "
` [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig
` [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 17/26] KVM: PPC: "
` [PATCH 18/26] KVM: s390: "
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work()
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h
` [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h
` [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large
[PATCH v3 0/3] DCP as trusted keys backend
2023-09-18 14:18 UTC (4+ 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
` [PATCH v3 3/3] doc: trusted-encrypted: add DCP as new trust source
[PATCH 1/3] core/device: Add function to return child node using name at substring "@"
2023-09-18 14:12 UTC (4+ messages)
[PATCH tty v1 00/74] serial: wrappers for uart port lock
2023-09-18 8:26 UTC (11+ messages)
` [PATCH tty v1 72/74] serial: ucc_uart: Use port lock wrappers
Questions: Should kernel panic when PCIe fatal error occurs?
2023-09-18 9:39 UTC
[PATCH v5 00/31] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
2023-09-18 8:35 UTC (17+ messages)
` [PATCH v5 08/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC
` [PATCH v5 25/31] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
` [PATCH v5 28/31] pinctrl: Add support for the Lantic PEF2256 pinmux
[PATCH v3 00/13] mm: jit/text allocator
2023-09-18 7:29 UTC (14+ messages)
` [PATCH v3 01/13] nios2: define virtual address space for modules
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 05/13] modules, execmem: drop module_alloc
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
` [PATCH v3 08/13] riscv: "
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v3 11/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v3 12/13] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v3 13/13] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
[powerpc:fixes-test] BUILD SUCCESS 1174ea047a350ba2e1294131aa14046675ab45fd
2023-09-18 1:52 UTC
[powerpc:next-test] BUILD SUCCESS 7258f4986cbcf5f9c5e794f81721c8f46b1d40d1
2023-09-18 1:53 UTC
[powerpc:merge] BUILD SUCCESS f62b34b2c9b793a23afd472ca2fece44e95231d8
2023-09-18 1:53 UTC
[PATCH 5.15 421/511] perf vendor events: Update the JSON/events descriptions for power10 platform
2023-09-17 19:14 UTC (2+ messages)
` [PATCH 5.15 422/511] perf vendor events: Drop some of the JSON/events "
[PATCH 6.1 074/219] perf vendor events: Update the JSON/events descriptions for power10 platform
2023-09-17 19:13 UTC (4+ messages)
` [PATCH 6.1 075/219] perf vendor events: Drop some of the JSON/events "
` [PATCH 6.1 076/219] perf vendor events: Drop STORES_PER_INST metric event "
` [PATCH 6.1 080/219] perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operators
[PATCH 6.5 084/285] perf vendor events: Update the JSON/events descriptions for power10 platform
2023-09-17 19:11 UTC (6+ messages)
` [PATCH 6.5 085/285] perf vendor events: Drop some of the JSON/events "
` [PATCH 6.5 086/285] perf vendor events: Drop STORES_PER_INST metric event "
` [PATCH 6.5 087/285] perf vendor events: Move JSON/events to appropriate files "
` [PATCH 6.5 088/285] perf vendor events: Update metric event names "
` [PATCH 6.5 097/285] perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operators
[PATCH 0/3] powerpc: make fadump resilient with memory add/remove events
2023-09-17 8:02 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] powerpc/fadump: add hotplug_ready sysfs interface
` [PATCH 3/3] Documentation/powerpc: update fadump implementation details
[PATCH][next] net: spider_net: Use size_add() in call to struct_size()
2023-09-16 0:21 UTC (3+ messages)
[PATCH 1/3] PCI: layerscape: add function pointer for exit_from_l2()
2023-09-15 18:43 UTC (3+ messages)
` [PATCH 2/3] PCI: layerscape: add suspend/resume for ls1021a
` [PATCH 3/3] PCI: layerscape: add suspend/resume for ls1043a
[PATCH] ASoC: imx-audmix: Fix return error with devm_clk_get()
2023-09-15 16:13 UTC (3+ messages)
[PATCH v2] crypto: vmx: Improved AES/XTS performance of 6-way unrolling for ppc
2023-09-15 14:28 UTC (5+ messages)
[powerpc:topic/ppc-kvm] BUILD SUCCESS 476652297f94a2e5e5ef29e734b0da37ade94110
2023-09-15 14:27 UTC
[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
2023-09-15 3:23 UTC (2+ messages)
[PATCH] powerpc/82xx: Select FSL_SOC
2023-09-15 7:25 UTC (4+ messages)
[PATCH] hwmon: (ibmpowernv) refactor deprecated strncpy
2023-09-15 6:39 UTC (4+ messages)
[PATCH V3 1/2] tools/perf: Add text_end to "struct dso" to save .text section size
2023-09-15 5:38 UTC (4+ messages)
` [PATCH V3 2/2] tools/perf/tests: Fix object code reading to skip address that falls out of text section
[PATCH V4 1/2] tools/perf: Add text_end to "struct dso" to save .text section size
2023-09-15 5:37 UTC (2+ messages)
` [PATCH V4 2/2] tools/perf/tests: Fix object code reading to skip address that falls out of text section
[V2 1/2] tools/perf: Add text_end to "struct dso" to save .text section size
2023-09-15 5:18 UTC (6+ messages)
` [V2 2/2] tools/perf/tests: Fix object code reading to skip address that falls out of text section
[PATCH v2] powerpc/dexcr: Move HASHCHK trap handler
2023-09-15 3:46 UTC
[PATCH 1/1] powerpc: fix a memory leak
2023-09-15 2:05 UTC (4+ messages)
` [PATCH v2 "
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-09-15 0:33 UTC (5+ 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).