All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-31 07:54:47 to 2023-08-31 08:38:02 UTC [more...]

[RESEND PATCH] firmware: qemu_fw_cfg: Do not hard depend on CONFIG_HAS_IOPORT_MAP
 2023-08-31  8:35 UTC 

[PATCH v4 00/13] selftests/sgx: Fix compilation errors
 2023-08-31  8:31 UTC  (10+ messages)
` [PATCH v4 05/13] selftests/sgx: Include memory clobber for inline asm in test enclave
` [PATCH v4 10/13] selftests/sgx: Fix uninitialized pointer dereferences
` [PATCH v4 12/13] selftests/sgx: Remove redundant enclave base address save/restore

[igt-dev] [PATCH] tests/amdgpu: add sync object tests
 2023-08-31  8:37 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/amdgpu: add sync object tests (rev6)

[igt-dev] [i-g-t 0/4] Add XE support for Async flip tests
 2023-08-31  8:37 UTC  (3+ messages)
` [igt-dev] [i-g-t 2/4] tests/i915/kms_big_fb: Fix testplan documentation

[Intel-xe] [PATCH 00/12] Frontbuffer tracking refactoring
 2023-08-31  8:37 UTC  (3+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Frontbuffer tracking refactoring (rev4)
` [Intel-xe] ✗ CI.checkpatch: warning "

[PATCH 0/4] ppc/xive: Rework Inter chip communication
 2023-08-31  8:36 UTC  (11+ messages)
` [PATCH 1/4] ppc/xive: Use address_space routines to access the machine RAM
` [PATCH 2/4] ppc/xive: Introduce a new XiveRouter end_notify() handler
` [PATCH 3/4] ppc/xive: Handle END triggers between chips with MMIOs
` [PATCH 4/4] ppc/xive: Add support for the PC MMIOs

[PATCH V10 00/23] Add support UHS-II for GL9755
 2023-08-31  8:34 UTC  (7+ messages)
` [PATCH V10 11/23] mmc: sdhci-uhs2: add set_power() to support vdd2
` [PATCH V10 18/23] mmc: sdhci-uhs2: add request() and others
` [PATCH V10 20/23] mmc: sdhci-uhs2: add add_host() and others to set up the driver

irq storm on sd/mmc card detect gpio interrupt alloced from pinctrl device
 2023-08-31  8:35 UTC  (9+ messages)

[PATCH] ipv6/addrconf: clamp preferred_lft to the minimum instead of erroring
 2023-08-31  8:33 UTC  (6+ messages)
` [PATCH v2 0/5] net: ipv6/addrconf: ensure that temporary addresses' preferred lifetimes are in the valid range
  ` [PATCH v2 2/5] net: ipv6/addrconf: clamp preferred_lft to the maximum allowed
  ` [PATCH v2 5/5] Documentation: networking: explain what happens if temp_prefered_lft is too small or too large

[PATCH v6 1/3] PCI/DOE: Expose the DOE features via sysfs
 2023-08-31  8:31 UTC  (7+ messages)
` [PATCH v6 2/3] sysfs: Add a attr_is_visible function to attribute_group

[PATCH v3 0/8] misc AHCI cleanups
 2023-08-31  8:32 UTC  (7+ messages)

[PATCH 0/5 v3] fuse direct write consolidation and parallel IO
 2023-08-31  8:30 UTC  (3+ messages)
` [PATCH 3/6] fuse: Allow parallel direct writes for O_DIRECT

[PATCH v6 0/2] *** Add Facebook Minerva (AST2600) BMC ***
 2023-08-31  8:28 UTC  (9+ messages)
` [PATCH v7 1/2] ARM: dts: aspeed: Minerva: Add Facebook Minerva (AST2600) BMC
` [PATCH v7 2/2] dt-bindings: arm: aspeed: add Meta Minerva board

[Intel-xe] [PATCH 1/4] drm/doc/rfc: No STAGING out of drivers/staging
 2023-08-31  8:31 UTC  (3+ messages)
`  "

[PATCH] init: fix -Wmissing-variable-declarations clang warning
 2023-08-31  8:30 UTC 

[freescale-fslc:pr/639 474/24603] drivers/media/platform/mxc/capture/mxc_vadc.c:800:12: warning: 'vadc_resume' defined but not used
 2023-08-31  8:30 UTC 

[PATCH v20 00/30] Add KVM LoongArch support
 2023-08-31  8:30 UTC  (31+ messages)
` [PATCH v20 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v20 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v20 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v20 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v20 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v20 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v20 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v20 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v20 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v20 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v20 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v20 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v20 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v20 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v20 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v20 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v20 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v20 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v20 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v20 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v20 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v20 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v20 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v20 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v20 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v20 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v20 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v20 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v20 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[virtio-dev] [PATCH 0/4] virtio-iommu: Minor specification fixes
 2023-08-31  8:30 UTC  (9+ messages)
` [virtio-dev] [PATCH 4/4] virtio-iommu: Clarify hot-unplug behavior
  ` [virtio-dev] "
    ` [virtio-comment] "

[Intel-wired-lan] [PATCH net-next] ethernet/intel: Use list_for_each_entry() helper
 2023-08-31  8:30 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/intel-ci: add basic audio test to ffb
 2023-08-31  8:29 UTC  (2+ messages)

[PATCH v2 1/4] ASoC: cs35l45: Checks index of cs35l45_irqs[]
 2023-08-30 19:55 UTC  (4+ messages)
` [PATCH v2 2/4] ASoC: cs35l45: Analog PCM Volume and Amplifier Mode controls
` [PATCH v2 3/4] ASoC: cs35l45: Connect DSP to the monitoring signals
` [PATCH v2 4/4] ASoC: cs35l45: Add AMP Enable Switch control

DPDK Release Status Meeting 2023-08-17
 2023-08-31  8:28 UTC  (2+ messages)

[PATCH 1/7] ASoC: cs35l45: Add support for Chip ID 0x35A460
 2023-08-30 15:55 UTC  (4+ messages)
` [PATCH 4/7] ASoC: cs35l45: Analog PCM Volume and Amplifier Mode controls

[PATCH v4 00/11] sound: Use -EPROBE_DEFER instead of i915 module loading
 2023-08-30 15:36 UTC  (12+ messages)
` [PATCH v4 01/11] ASoC: SOF: core: add 'no_wq' probe and remove callbacks
` [PATCH v4 02/11] ASoC: SOF: Intel: hda: start splitting the probe
` [PATCH v4 03/11] ALSA: hda/intel: Fix error handling in azx_probe()
` [PATCH v4 04/11] ALSA: hda/i915: Allow override of gpu binding
` [PATCH v4 05/11] ALSA: hda/i915: Add an allow_modprobe argument to snd_hdac_i915_init
` [PATCH v4 06/11] ALSA: hda/i915: Allow xe as match for i915_component_master_match
` [PATCH v4 07/11] ASoC: Intel: avs: Move snd_hdac_i915_init to before probe_work
` [PATCH v4 08/11] ASoC: Intel: Skylake: "
` [PATCH v4 09/11] ALSA: hda/intel: "
` [PATCH v4 10/11] ASoC: SOF: Intel: Move binding to display driver outside of deferred probe
` [PATCH v4 11/11] ALSA: hda/i915: Remove extra argument from snd_hdac_i915_init

firmware: qemu_fw_cfg: Do not hard depend on CONFIG_HAS_IOPORT_MAP
 2023-08-31  8:27 UTC 

[PATCH 00/10] configure cleanups for QEMU 8.2
 2023-08-31  8:26 UTC  (9+ messages)
` [PATCH 02/10] meson: update unsupported host/CPU messages
` [PATCH 04/10] configure: create native file with contents of $host_cc
` [PATCH 10/10] configure: move --enable-debug-tcg to meson

[PATCH] util/iov: Avoid dynamic stack allocation
 2023-08-31  8:26 UTC  (2+ messages)

[RFC PATCH net-next 0/2] Add support for ICSSG on AM64x EVM
 2023-08-31  8:26 UTC  (4+ messages)
` [RFC PATCH net-next 1/2] dt-bindings: net: Add compatible for AM64x in ICSSG

[PATCH v1 0/4] J721E DTS Sync with Kernel v6.5-rc1
 2023-08-31  8:26 UTC  (8+ messages)
` [PATCH v1 2/4] arm: dts: k3-j721e: Sync with v6.5-rc1

[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
 2023-08-31  8:25 UTC  (5+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible

[OE-core][dunfell][PATCH] go: Backport fix for CVE-2023-29409
 2023-08-31  8:25 UTC 

[PATCH for-8.1] hw/usb/hcd-xhci-pci: Fail if user requested MSIX but it can't be used
 2023-08-31  8:24 UTC  (4+ messages)
  ` [PATCH] "

[Intel-xe] [RFC 0/5] PAT and cache coherency support
 2023-08-31  8:24 UTC  (7+ messages)
` [Intel-xe] [RFC 5/5] drm/xe/uapi: support pat_index selection with vm_bind

[Buildroot] [PATCH] package/linux-firmware: Add new option for Marvell prestera firmware
 2023-08-31  8:15 UTC 

[ANN] bpf development stats for 6.6
 2023-08-31  8:24 UTC  (3+ messages)

[PATCH v2 0/8] drm: fb-helper/ssd130x: Add support for DRM_FORMAT_R1
 2023-08-31  8:24 UTC  (17+ messages)
` [PATCH v2 1/8] drm/dumb-buffers: Fix drm_mode_create_dumb() for bpp < 8
` [PATCH v2 4/8] drm/ssd130x: Add support for DRM_FORMAT_R1
` [PATCH v2 5/8] drm/client: Convert drm_client_buffer_addfb() to drm_mode_addfb2()
` [PATCH v2 6/8] drm/fb-helper: Pass buffer format via drm_fb_helper_surface_size

[PATCH V6 0/5] Add camera clock controller support for SM8550
 2023-08-31  8:24 UTC  (3+ messages)

[PATCH v2 0/2] Disable setting ICACHE and DCACHE off for ARM64 platforms
 2023-08-31  8:24 UTC  (4+ messages)
` [PATCH v2 2/2] armv8: Disable SYS_DCACHE_OFF & SYS_ICACHE_OFF for ARM64

[PATCH 00/31] Fix and improve Rockchip RK3128 support
 2023-08-29 18:36 UTC  (4+ messages)
` [PATCH 05/31] clk: rockchip: rk3128: Fix aclk_peri_src parent

[RFC/PATCH bpf-next] bpf: Fix d_path test after last fs update
 2023-08-31  8:23 UTC  (5+ messages)

[PATCH v2] accel: Remove HAX accelerator
 2023-08-31  8:20 UTC 

[xen-unstable test] 182571: tolerable FAIL - PUSHED
 2023-08-31  8:20 UTC 

[RFC PATCH 0/3] Add converter framework
 2023-08-31  8:20 UTC  (3+ messages)

[freescale-fslc:5.15-2.2.x-imx 3829/24604] drivers/soc/fsl/dpio/dpio-driver.c:32:41: error: implicit declaration of function '__ioremap'; did you mean 'do_ioremap'?
 2023-08-31  8:18 UTC 

[PATCH] init: fix -Wmissing-variable-declarations clang warning
 2023-08-31  8:18 UTC 

[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-08-31  8:18 UTC  (6+ messages)

[PATCH v2] ceph: make num_fwd and num_retry to __u32
 2023-08-31  8:17 UTC  (2+ messages)

[PATCH] skbuff: skb_segment, Update nfrags after calling zero copy functions
 2023-08-31  8:17 UTC  (2+ messages)
` [PATCH v3] skbuff: skb_segment, Call zero copy functions before using skbuff frags

[PATCH net-next] ipv6: do not merge differe type and protocol routes
 2023-08-31  8:17 UTC  (4+ messages)

[PATCH V3] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-08-31  8:15 UTC  (3+ messages)

Proszę o kontakt
 2023-08-31  8:05 UTC 

[PATCH v2 00/12] Introduce new vmapple machine type
 2023-08-31  8:13 UTC  (5+ messages)
` [PATCH v2 01/12] build: Only define OS_OBJECT_USE_OBJC with gcc
` [PATCH v2 04/12] hvf: arm: Ignore writes to CNTP_CTL_EL0

[PATCH 0/3] Support RawFile in check_whence and update WHENCE
 2023-08-31  8:13 UTC  (4+ messages)
` [PATCH 1/3] check_whence: Recognize RawFile keyword
` [PATCH 2/3] WHENCE: amd-ucode: Use new "
` [PATCH 3/3] WHENCE: Don't compress qcom json files

[PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64
 2023-08-31  8:10 UTC  (3+ messages)

[PATCH] test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True
 2023-08-31  8:11 UTC  (2+ messages)

[PATCH] Introduce callchains for guests
 2023-08-31  8:09 UTC 

[PATCH] lib: error-inject: fix error check for debugfs_create_file()
 2023-08-31  8:10 UTC  (2+ messages)

[PATCH] pci: SLT must be RO
 2023-08-31  8:10 UTC  (4+ messages)

[PATCH] media: i2c: max9286: Remove an incorrect fwnode_handle_put() call
 2023-08-31  8:10 UTC  (2+ messages)

[PATCH v5 00/12] GenieZone hypervisor drivers
 2023-08-31  8:09 UTC  (5+ messages)

[PATCH v6 0/4] Drop ID table and conditionals around of_node pointers
 2023-08-31  8:09 UTC  (10+ messages)
` [PATCH v6 1/4] drm/bridge/analogix/anx78xx: Drop ID table
` [PATCH v6 2/4] drm/bridge: Drop conditionals around of_node pointers
` [PATCH v6 3/4] drm/bridge: Drop CONFIG_OF "
` [PATCH v6 4/4] drm/bridge: panel: Drop CONFIG_OF conditional around *_of_get_bridge()

[Intel-wired-lan] [PATCH net] igb: clean up in all error paths when enabling SR-IOV
 2023-08-31  8:10 UTC  (4+ messages)

[PATCH v5 0/5] variable-order, large folios for anonymous memory
 2023-08-31  8:09 UTC  (11+ messages)
` [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance

[PATCH 0/8] i2c: sprd: Modification of UNIOC Platform IIC Driver
 2023-08-31  8:09 UTC  (3+ messages)
` [PATCH 5/8] i2c: sprd: Configure the enable bit of the IIC controller before each transmission initiation

[Intel-wired-lan] [PATCH] igb: disable virtualization features on 82580
 2023-08-31  8:09 UTC  (2+ messages)
`  "

[PATCH][master-next] qemu: fix segfault in MMU emulation
 2023-08-31  8:09 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 0/2] selftests/resctrl: Bug fix and optimizations
 2023-08-31  8:06 UTC  (4+ messages)
` [PATCH v2 1/2] selftests/resctrl: Fix schemata write error check

[PATCH v4 0/4] Fix mediatek-drm coverity issues
 2023-08-31  8:06 UTC  (5+ messages)
` [PATCH v4 3/4] drm/mediatek: Fix unintentional integer overflow in multiplying different types

[PATCH] drm/tegra: Remove existing framebuffer only if we support display
 2023-08-31  8:04 UTC  (5+ messages)

[PATCH net v5 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
 2023-08-31  8:03 UTC  (8+ messages)
` [PATCH net v5 1/3] ipv4: ignore dst hint for multipath routes
` [PATCH net v5 2/3] ipv6: "
` [PATCH net v5 3/3] selftests: fib_tests: Add multipath list receive tests

[PATCH blktests v4 0/3] Introduce nvmet target setup/cleanup helpers
 2023-08-31  8:03 UTC  (3+ messages)

[PATCH] block: don't add or resize partition on the disk with GENHD_FL_NO_PART
 2023-08-31  7:59 UTC 

[git pull] drm CI integration
 2023-08-31  8:01 UTC  (3+ messages)

Sporadic segfault upon start of Linux app while Xenomai app is running
 2023-08-31  8:01 UTC  (4+ messages)

[ANNOUNCEMENT] CFP: Real-time and Scheduling MC at LPC
 2023-08-31  7:59 UTC  (3+ messages)

Prerequisites for Large Anon Folios
 2023-08-31  7:59 UTC  (5+ messages)

[PATCH] NFS: switch back to using kill_anon_super
 2023-08-31  7:59 UTC  (2+ messages)

[PATCH v5 00/20] linux-user: Implement VDSOs
 2023-08-31  7:57 UTC  (4+ messages)

[PATCH net] net/handshake: fix null-ptr-deref in handshake_nl_done_doit()
 2023-08-31  7:58 UTC  (3+ messages)

[f2fs-dev] [PATCH v2] f2fs: replace blk_finish_plug() with blk_flush_plug()
 2023-08-31  7:43 UTC  (2+ messages)

Stability guarantees on uevent variables?
 2023-08-31  7:58 UTC  (2+ messages)

[freescale-fslc:5.15-2.2.x-imx 125/24604] sound/soc/fsl/fsl_asrc_m2m.c:350:5: warning: no previous prototype for function 'fsl_asrc_process_buffer_pre'
 2023-08-31  7:57 UTC 

Prezentacja
 2023-08-31  7:55 UTC 

[PATCH v5 00/10] Add DELETE_BUF ioctl
 2023-08-31  7:54 UTC  (8+ messages)
` [PATCH v5 02/10] media: videobuf2: Access vb2_queue bufs array through helper functions

[PATCH v2 0/1] meson: Demonstration of using binman to produce the image
 2023-08-31  7:54 UTC  (3+ 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.