All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-15 16:13:51 to 2022-08-15 16:57:39 UTC [more...]

[PATCH 00/33] drm/vc4: Misc fixes
 2022-08-15 16:52 UTC  (7+ messages)
` [PATCH 23/33] drm/vc4: hdmi: Move HDMI reset to pm_resume

[PATCH v1 0/3] Bring back driver_deferred_probe_check_state() for now
 2022-08-15 16:57 UTC  (3+ messages)

[Buildroot] [PATCH 1/4] package/qoriq-cadence-dp-firmware: fix license info
 2022-08-15 16:56 UTC 

[PATCH v3] MIPS: Expose prid and globalnumber to sysfs
 2022-08-15 16:56 UTC 

[PATCH v3 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA
 2022-08-15 16:56 UTC  (13+ messages)
` [PATCH v3 2/9] dt-bindings: arm64: bcmbca: Update BCM4908 description
` [PATCH v3 3/9] arm64: dts: bcmbca: update BCM4908 board dts files
` [PATCH v3 4/9] arm64: dts: Move BCM4908 dts to bcmbca folder
` [PATCH v3 5/9] arm64: dts: Add BCM4908 generic board dts
` [PATCH v3 7/9] arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA
` [PATCH v3 8/9] MAINTAINERS: Add BCM4908 maintainer to BCMBCA entry

[PATCH v2 00/28] arm64/sysreg: More system register generation
 2022-08-15 16:26 UTC  (16+ messages)
` [PATCH v2 01/28] arm64/sysreg: Remove stray SMIDR_EL1 defines
` [PATCH v2 02/28] arm64/sysreg: Describe ID_AA64SMFR0_EL1.SMEVer as an enumeration
` [PATCH v2 03/28] arm64: cache: Remove unused CTR_CACHE_MINLINE_MASK
` [PATCH v2 04/28] arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
` [PATCH v2 05/28] arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 "
` [PATCH v2 06/28] arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 "
` [PATCH v2 07/28] arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant names
` [PATCH v2 08/28] arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.BigEnd
` [PATCH v2 09/28] arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBits
` [PATCH v2 10/28] arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fields
` [PATCH v2 11/28] arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.VARange
` [PATCH v2 12/28] arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.CnP
` [PATCH v2 13/28] arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1 constants
` [PATCH v2 14/28] arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1.AdvSIMD constants
` [PATCH v2 15/28] arm64/sysreg: Standardise naming for SSBS feature enumeration

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-08-15 16:56 UTC  (3+ messages)
` [PATCH 05/12] riscv: Add the Allwinner SoC family Kconfig option

[PATCH 0/3] x86: make pat and mtrr independent from each other
 2022-08-15 16:56 UTC  (7+ messages)

[PATCH 1/5] gcc: Resolve relative prefix-map filenames
 2022-08-15 16:56 UTC  (4+ messages)
` [PATCH 4/5] bitbake.conf: Handle S and B separately for debug mapping
  ` [OE-core] "

[lttng-dev] Change to CPU number detection breaks QNX compilation
 2022-08-15 16:56 UTC  (4+ messages)

[Intel-gfx] [Intel-gfx 0/2] Delay disabling scheduling on a context
 2022-08-15 16:55 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Delay disabling scheduling on a context (rev4)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

FAILED: patch "[PATCH] net/9p: Initialize the iounit field during fid creation" failed to apply to 5.10-stable tree
 2022-08-15 16:55 UTC  (3+ messages)

Ryzen 6000 (Mobile)
 2022-08-15 16:54 UTC  (10+ messages)

[PATCH v2] CodeSamples: Support for building on different operating systems
 2022-08-15 16:54 UTC  (3+ messages)

[PATCH] scsi: increase scsi device's iodone_cnt in scsi_timeout()
 2022-08-15 16:53 UTC  (2+ messages)

[PATCH] drm/i915/guc/slpc: Allow SLPC to use efficient frequency
 2022-08-15 16:52 UTC  (3+ messages)
` [Intel-gfx] "

[RFC PATCH 00/13] PowerPC interrupt rework
 2022-08-15 16:20 UTC  (14+ messages)
` [RFC PATCH 01/13] target/ppc: define PPC_INTERRUPT_* values directly
` [RFC PATCH 02/13] target/ppc: always use ppc_set_irq to set env->pending_interrupts
` [RFC PATCH 03/13] target/ppc: move interrupt masking out of ppc_hw_interrupt
` [RFC PATCH 04/13] target/ppc: prepare to split ppc_interrupt_pending by excp_model
` [RFC PATCH 05/13] target/ppc: create an interrupt masking method for POWER9/POWER10
` [RFC PATCH 06/13] target/ppc: remove embedded interrupts from ppc_pending_interrupt_p9
` [RFC PATCH 07/13] target/ppc: create an interrupt masking method for POWER8
` [RFC PATCH 08/13] target/ppc: remove unused interrupts from ppc_pending_interrupt_p8
` [RFC PATCH 09/13] target/ppc: create an interrupt masking method for POWER7
` [RFC PATCH 10/13] target/ppc: remove unused interrupts from ppc_pending_interrupt_p7
` [RFC PATCH 11/13] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
` [RFC PATCH 12/13] target/ppc: introduce ppc_maybe_interrupt
` [RFC PATCH 13/13] target/ppc: unify cpu->has_work based on cs->interrupt_request

[PATCH 0/5] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
 2022-08-15 16:53 UTC  (3+ messages)
` [PATCH 1/5] t3416: set $EDITOR in subshell

[PATCH 0/4] Documentation: KUnit: minor fixes
 2022-08-15 16:51 UTC  (2+ messages)

upstream kernel crashes
 2022-08-15 16:50 UTC  (14+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-15 16:50 UTC 

[PATCH] vfio: Remove vfio_group dev_counter
 2022-08-15 16:50 UTC 

[PATCH 0/4] ASoC: Intel: HSW and BDW updates
 2022-08-15 16:58 UTC  (5+ messages)
` [PATCH 1/4] ASoC: Intel: hsw_rt5640: Rename module
` [PATCH 2/4] ASoC: Intel: bdw_rt286: "
` [PATCH 3/4] ASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependency
` [PATCH 4/4] ASoC: Intel: Drop legacy HSW/BDW board-match information

net-next is OPEN
 2022-08-15 16:49 UTC 

stable-rc/linux-5.18.y baseline: 95 runs, 30 regressions (v5.18.17-1079-gb280aa862bc2b)
 2022-08-15 16:48 UTC 

[Buildroot] [PATCH/next 1/2] package/lshw: add sqlite optional dependency
 2022-08-15 16:48 UTC  (2+ messages)
` [Buildroot] [PATCH/next 2/2] package/lshw: add zlib "

[PATCH 0/7] xen/arm: More clean-ups and improvement
 2022-08-15 16:48 UTC  (16+ messages)
` [PATCH 2/7] xen/arm64: head: Introduce get_table_slot() and use it
` [PATCH 5/7] xen/arm32: head: Move earlyprintk messages to .rodata.str
` [PATCH 7/7] xen/arm32: traps: Dump more information for hypervisor data abort
` [PATCH 8/8] "

[Buildroot] [PATCH 1/1] package/lshw: fix NLS build
 2022-08-15 16:46 UTC  (2+ messages)

trying to open ucm2/conf.d/simple-card/Unknown-UnknownProduct-.conf for PinePhonePro
 2022-08-15 16:45 UTC 

[PATCH v11 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-15 16:45 UTC  (3+ messages)
` [PATCH v11 2/9] btf: Handle dynamic pointer parameter in kfuncs

[Buildroot] [git commit] package/xenomai: rework custom handling
 2022-08-15 16:42 UTC 

[Buildroot] [git commit] utils/genrandconfig: add xenomai custom handling
 2022-08-15 16:45 UTC 

trying to open ucm2/conf.d/simple-card/Unknown-UnknownProduct-.conf for PinePhonePro
 2022-08-15 16:45 UTC 

[igt-dev] [PATCH i-g-t v3 0/4] add kselftest runner documentation
 2022-08-15 16:46 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v3 4/4] lib/igt_kmod: add igt_kselftests documentation
` [igt-dev] [PATCH i-g-t v3 2/4] CONTRIBUTING: Add reference for GTKDoc

[Buildroot] [PATCH v3, 1/2] package/xenomai: rework custom handling
 2022-08-15 16:46 UTC  (2+ messages)

[PATCH nf,v2] netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specified
 2022-08-15 16:46 UTC 

[PATCH v4 0/3] ntb_perf: add new 'latency' test set
 2022-08-15 16:45 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-15 16:40 UTC 

[syzbot] KASAN: use-after-free Read in send_packet
 2022-08-15 16:40 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/1] Skip enforce S3 based on mem_sleep state
 2022-08-15 16:39 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 1/1] lib/igt_aux : Skip SUSPEND_STATE_S3 if mem_sleep deep state is not supported

[ANNOUNCE] v6.0-rc1-rt1
 2022-08-15 16:38 UTC 

trying to open ucm2/conf.d/simple-card/Unknown-UnknownProduct-.conf for PinePhonePro
 2022-08-15 16:37 UTC 

[PATCH v4 0/2] dt-bindings: Intorduce domain-controller
 2022-08-15 16:37 UTC  (2+ messages)

[Buildroot] [PATCH next v5 1/3] package/dracut: new host package
 2022-08-15 16:37 UTC  (6+ messages)
` [Buildroot] [PATCH next v5 2/3] fs/cpio: new option to use dracut tool

[PATCH 5.10.y-cip 0/4] Renesas SDHI/DMA/thermal driver fixes and improvements
 2022-08-15 16:37 UTC  (5+ messages)
` [PATCH 5.10.y-cip 1/4] mmc: renesas_sdhi: Get the reset handle early in the probe
` [PATCH 5.10.y-cip 2/4] mmc: renesas_sdhi: Fix typo's
` [PATCH 5.10.y-cip 3/4] thermal/drivers/rzg2l: Fix comments
` [PATCH 5.10.y-cip 4/4] dmaengine: sh: rz-dmac: Add device_synchronize callback

[PATCH] ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversion
 2022-08-15 16:23 UTC  (4+ messages)

[PATCH] ASoC: sam9g20_wm8731: Simplify some error message
 2022-08-15 16:23 UTC  (4+ messages)

[PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
 2022-08-15 16:33 UTC  (7+ messages)

[PATCH v2 0/7] Devm helpers for regulator get and enable
 2022-08-15 16:33 UTC  (4+ messages)
` (subset) "

[PATCH] block: Submit flush requests to the I/O scheduler
 2022-08-15 16:31 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-15 16:30 UTC 

[PATCH v4 00/16] iommu: retire bus_set_iommu()
 2022-08-15 16:20 UTC  (34+ messages)
` [PATCH v4 01/16] iommu/vt-d: Handle race between registration and device probe
` [PATCH v4 02/16] iommu/amd: "
` [PATCH v4 03/16] iommu/s390: Fail probe for non-PCI devices
` [PATCH v4 04/16] iommu: Always register bus notifiers
` [PATCH v4 05/16] iommu: Move bus setup to IOMMU device registration
` [PATCH v4 06/16] iommu/amd: Clean up bus_set_iommu()
` [PATCH v4 07/16] iommu/arm-smmu: "
` [PATCH v4 08/16] iommu/arm-smmu-v3: "
` [PATCH v4 09/16] iommu/dart: "
` [PATCH v4 10/16] iommu/exynos: "
` [PATCH v4 11/16] iommu/ipmmu-vmsa: "
` [PATCH v4 12/16] iommu/mtk: "
` [PATCH v4 13/16] iommu/omap: "
` [PATCH v4 14/16] iommu/tegra-smmu: "
` [PATCH v4 15/16] iommu/virtio: "
` [PATCH v4 16/16] iommu: "

[PATCH v2] ALSA: hda: cs35l41: Clarify support for CSC3551 without _DSD Properties
 2022-08-15 16:29 UTC  (2+ messages)

[Buildroot] [PATCH] package/linux-tools/linux-tool-perf.mk.in: Fix disabling of documentation
 2022-08-15 16:29 UTC  (2+ messages)

[PATCH v4] ASoC: codecs: dt bind. doc for the new TI SRC4392 codec
 2022-08-15 16:23 UTC  (2+ messages)

[PATCH] ASoC: mt6359: fix tests for platform_get_irq() failure
 2022-08-15 16:23 UTC  (3+ messages)

[PATCH v3] ASoC: codecs: add support for the TI SRC4392 codec
 2022-08-15 16:23 UTC  (2+ messages)

[PATCH 0/4] Remove procfs support
 2022-08-15 16:25 UTC  (8+ messages)

[oe] [meta-oe] [PATCH] smarty: upgrade 4.1.1 -> 4.2.0
 2022-08-15 16:26 UTC  (3+ messages)
` [oe] [meta-oe] [PATCH] toybox: upgrade 0.8.7 -> 0.8.8

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-15 16:24 UTC  (9+ messages)

[PATCH] ASoC: Variable type completion
 2022-08-15 16:23 UTC  (2+ messages)

[PATCH v3 0/3] DT binding for sample format conversion
 2022-08-15 16:23 UTC  (3+ messages)

[PATCH] ASoC: tlv320adcx140: Fix a typo in a comment
 2022-08-15 16:23 UTC  (3+ messages)

[PATCH v2] ASoC: imx-rpmsg: Support configure sysclk for codec dai
 2022-08-15 16:23 UTC  (2+ messages)

[PATCH v2] ASoC: codecs: dt bind. doc for the new TI SRC4392 codec
 2022-08-15 16:23 UTC  (2+ messages)

[PATCH v4] ASoC: dt-bindings: fsl,sai: Convert format to json-schema
 2022-08-15 16:22 UTC  (3+ messages)
  ` [PATCH v4] ASoC: dt-bindings: fsl, sai: "

[PATCH] ASoC: mediatek: mt8186: remove unnecessary NULL check
 2022-08-15 16:22 UTC  (3+ messages)

[PATCH v3] ASoC: Intel: cirrus-common: Use UID to map correct amp to prefix
 2022-08-15 16:22 UTC  (2+ messages)

[PATCH] ASoC: imx-rpmsg: Support configure sysclk for codec dai
 2022-08-15 16:22 UTC  (2+ messages)

[PATCH 0/8] ASoC: Replace sprintf() with sysfs_emit()
 2022-08-15 16:23 UTC  (2+ messages)

[RFC 0/4] Roam based on packet loss event
 2022-08-15 16:25 UTC  (3+ messages)

[PATCH v10 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-15 16:22 UTC  (8+ messages)
` [PATCH v10 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs

[PATCH v3 0/8] Add support for cyclic function execution infrastruture
 2022-08-15 16:24 UTC  (10+ messages)
` [PATCH v3 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET
` [PATCH v3 5/8] cyclic: Add 'cyclic list' command
` [PATCH v3 8/8] cyclic: Add documentation

[PATCH bpf-next v2] bpftool: Clear errno after libcap's checks
 2022-08-15 16:22 UTC 

[PATCH 1/2] smatch_allocations: Record the function that allocates memory
 2022-08-15 16:21 UTC  (2+ messages)
` [PATCH 2/2] check_freeing_devm: Take advantage of the new add_allocation hook

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-15 16:20 UTC  (5+ messages)
` [PATCH v5 1/4] security, lsm: "
` [PATCH v5 2/4] bpf-lsm: Make bpf_lsm_userns_create() sleepable
` [PATCH v5 3/4] selftests/bpf: Add tests verifying bpf lsm userns_create hook
` [PATCH v5 4/4] selinux: Implement "

Bluetooth support in QEMU
 2022-08-15 16:10 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-15 16:20 UTC 

[PATCH v6 0/1] Add Polarfire SoC GPIO support
 2022-08-15 16:18 UTC  (4+ messages)
` [PATCH v6 1/1] gpio: mpfs: add polarfire soc gpio support

[PATCH nf] netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specified
 2022-08-15 16:18 UTC 

b4 submit ready for beta testing
 2022-08-15 16:17 UTC  (5+ messages)

[PATCH] iommu/io-pgtable-arm: Remove iommu_dev==NULL special case
 2022-08-15 16:15 UTC 

[PATCH nf,v4 2/2] netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flags
 2022-08-15 16:17 UTC 

[PATCH v4 1/2] mm/gup.c: Don't pass gup_flags to check_and_migrate_movable_pages()
 2022-08-15 16:15 UTC  (3+ messages)
` [PATCH v4 2/2] mm/gup.c: Refactor check_and_migrate_movable_pages()

[PATCH v2 1/4] bus: hisi_lpc: Don't dereference fwnode handle
 2022-08-15 16:16 UTC  (4+ messages)

[PATCH] Add SGX selftest `augment_via_eaccept_long`
 2022-08-15 16:16 UTC  (12+ messages)

[PATCH] mm: correctly charge compressed memory to its memcg
 2022-08-15 16:16 UTC  (11+ messages)

[RFC] ftrace: Add support to keep some functions out of ftrace
 2022-08-15 16:13 UTC  (15+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.