All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-29 17:01:48 to 2023-09-29 18:03:04 UTC [more...]

[PATCH v4 00/15] Introduce /dev/mshv drivers
 2023-09-29 18:01 UTC  (29+ messages)
` [PATCH v4 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH v4 02/15] mshyperv: Introduce hv_get_hypervisor_version function
` [PATCH v4 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH v4 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v4 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v4 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v4 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH v4 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v4 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v4 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v4 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH v4 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v4 14/15] asm-generic: hyperv: Use new Hyper-V headers conditionally
` [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH v3 00/20] q800: add support for booting MacOS Classic - part 2
 2023-09-29 17:59 UTC  (13+ messages)
` [PATCH v3 01/20] q800-glue.c: convert to Resettable interface
` [PATCH v3 02/20] q800: add djMEMC memory controller
` [PATCH v3 06/20] q800: allow accesses to RAM area even if less memory is available
` [PATCH v3 07/20] audio: add Apple Sound Chip (ASC) emulation
` [PATCH v3 08/20] asc: generate silence if FIFO empty but engine still running
` [PATCH v3 09/20] q800: add Apple Sound Chip (ASC) audio to machine
` [PATCH v3 11/20] swim: add trace events for IWM and ISM registers
` [PATCH v3 12/20] swim: split into separate IWM and ISM register blocks
` [PATCH v3 13/20] swim: update IWM/ISM register block decoding
` [PATCH v3 16/20] mac_via: implement ADB_STATE_IDLE state if shift register in input mode
` [PATCH v3 17/20] mac_via: always clear ADB interrupt when switching to A/UX mode
` [PATCH v3 20/20] mac_via: extend timer calibration hack to work with A/UX

[PATCH v1 0/5] mm: improve performance of accounted kernel memory allocations
 2023-09-29 18:00 UTC  (6+ messages)
` [PATCH v1 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
` [PATCH v1 2/5] mm: kmem: add direct objcg pointer to task_struct
` [PATCH v1 3/5] mm: kmem: make memcg keep a reference to the original objcg
` [PATCH v1 4/5] mm: kmem: scoped objcg protection
` [PATCH v1 5/5] percpu: "

[meta-oe][PATCH] libnfs: dont install libnfs-config.cmake
 2023-09-29 18:00 UTC  (2+ messages)
` [oe] "

[PATCH 00/21] block atomic writes
 2023-09-29 17:59 UTC  (7+ messages)
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 18/21] scsi: sd: Support reading atomic properties from block limits VPD
` [PATCH 19/21] scsi: sd: Add WRITE_ATOMIC_16 support

[PATCH] binfmt_elf_fdpic: clean up debug warnings
 2023-09-29 17:58 UTC  (5+ messages)

SPDX generation fails every second time the image is created
 2023-09-29 17:57 UTC  (3+ messages)
` [yocto] "
  ` AW: "

[Buildroot] [git commit] package/libvpx: Add upstream security patch to fix CVE-2023-5217
 2023-09-29 17:53 UTC 

[Buildroot] [PATCH 1/1] package/libvpx: Add upstream patch to fix CVE-2023-5217
 2023-09-29 17:56 UTC  (2+ messages)

[PATCH] mbuf: always use default headroom (TEST ONLY)
 2023-09-29 17:56 UTC 

[PATCH v3 00/27] iio: resolver: move ad2s1210 out of staging
 2023-09-29 17:53 UTC  (30+ messages)
` [PATCH v3 01/27] dt-bindings: iio: resolver: add devicetree bindings for ad2s1210
` [PATCH v3 02/27] staging: iio: resolver: ad2s1210: fix use before initialization
` [PATCH v3 03/27] staging: iio: resolver: ad2s1210: remove call to spi_setup()
` [PATCH v3 04/27] staging: iio: resolver: ad2s1210: check return of ad2s1210_initial()
` [PATCH v3 05/27] staging: iio: resolver: ad2s1210: remove spi_set_drvdata()
` [PATCH v3 06/27] staging: iio: resolver: ad2s1210: sort imports
` [PATCH v3 07/27] staging: iio: resolver: ad2s1210: always use 16-bit value for raw read
` [PATCH v3 08/27] staging: iio: resolver: ad2s1210: implement IIO_CHAN_INFO_SCALE
` [PATCH v3 09/27] staging: iio: resolver: ad2s1210: use devicetree to get CLKIN rate
` [PATCH v3 10/27] staging: iio: resolver: ad2s1210: use regmap for config registers
` [PATCH v3 11/27] staging: iio: resolver: ad2s1210: add debugfs reg access
` [PATCH v3 12/27] staging: iio: resolver: ad2s1210: remove config attribute
` [PATCH v3 13/27] staging: iio: resolver: ad2s1210: rework gpios
` [PATCH v3 14/27] staging: iio: resolver: ad2s1210: implement hysteresis as channel attr
` [PATCH v3 15/27] staging: iio: resolver: ad2s1210: refactor setting excitation frequency
` [PATCH v3 16/27] staging: iio: resolver: ad2s1210: read excitation frequency from control register
` [PATCH v3 17/27] staging: iio: resolver: ad2s1210: convert fexcit to channel attribute
` [PATCH v3 18/27] staging: iio: resolver: ad2s1210: convert resolution to devicetree property
` [PATCH v3 19/27] staging: iio: resolver: ad2s1210: add phase lock range support
` [PATCH v3 20/27] staging: iio: resolver: ad2s1210: add triggered buffer support
` [PATCH v3 21/27] staging: iio: resolver: ad2s1210: convert LOT threshold attrs to event attrs
` [PATCH v3 22/27] staging: iio: resolver: ad2s1210: convert LOS threshold to event attr
` [PATCH v3 23/27] staging: iio: resolver: ad2s1210: convert DOS overrange "
` [PATCH v3 24/27] staging: iio: resolver: ad2s1210: convert DOS mismatch "
` [PATCH v3 25/27] staging: iio: resolver: ad2s1210: rename DOS reset min/max attrs
` [PATCH v3 26/27] staging: iio: resolver: ad2s1210: implement fault events
` [PATCH v3 27/27] staging: iio: resolver: ad2s1210: add label attribute support

[PATCH bpf-next] net: Add a warning if NAPI cb missed xdp_do_flush()
 2023-09-29 17:52 UTC  (2+ messages)

[PATCH net] ipv6: avoid atomic fragment on GSO packets
 2023-09-29 17:50 UTC 

[PATCH v6 0/9] AMDGPU usermode queues
 2023-09-29 17:50 UTC  (4+ messages)
` [PATCH v6 5/9] drm/amdgpu: create context space for usermode queue

drivers/md/dm-cache-metadata.c:1705:9: warning: 'strncpy' specified bound 16 equals destination size
 2023-09-29 17:49 UTC  (3+ messages)

[PATCH v2 0/2] hugetlb memcg accounting
 2023-09-29 17:48 UTC  (10+ messages)
` [PATCH v2 1/2] hugetlb: memcg: account hugetlb-backed memory in memory controller

[meta-filesystems][PATCH 1/3] overlayfs-tools: Drop unneeded dependency
 2023-09-29 17:48 UTC  (4+ messages)
` [meta-filesystems][PATCH 3/3] overlayfs-tools: Install fsck binary
  ` [oe] "

ath11k_pci: failed to connect to HTT: -110
 2023-09-29 17:38 UTC 

[PATCH net] ibmveth: Remove condition to recompute TCP header checksum
 2023-09-29 17:29 UTC  (2+ messages)

[PATCH] Input: xpad - add PXN V900 support
 2023-09-29 17:45 UTC 

Meeting request
 2023-09-29 17:45 UTC 

Meeting request
 2023-09-29 17:45 UTC 

Meeting request
 2023-09-29 17:45 UTC 

Meeting request
 2023-09-29 17:45 UTC 

[syzbot] [ext4?] WARNING in ext4_iomap_begin (2)
 2023-09-29 17:45 UTC  (4+ messages)

[PATCH] pid: Allow frozen userspace to reboot from non-init pid ns
 2023-09-29 17:44 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: Define and use GuC and CTB TLB invalidation routines
 2023-09-29 17:43 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[oe][meta-networking][kirkstone][PATCH V2 1/3] samba: fix CVE-2023-34966
 2023-09-29 17:43 UTC  (3+ messages)
` [oe][meta-networking][kirkstone][PATCH V2 2/3] samba: fix CVE-2022-2127
` [oe][meta-networking][kirkstone][PATCH V2 3/3] samba:fix CVE-2023-34967

[PATCH v4 1/2] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI
 2023-09-29 17:42 UTC  (5+ messages)

[PATCH v4 0/6] btrfs: simple quotas fstests
 2023-09-29 17:43 UTC  (6+ messages)
` [PATCH v4 6/6] btrfs: skip squota incompatible tests
    ` [PATCH] btrfs: fix rescan helper

[PATCH v2 0/4] AVIC bugfixes and workarounds
 2023-09-29 17:42 UTC  (3+ messages)

section mismatch test doesn't work reliably on arm64
 2023-09-29 17:41 UTC  (3+ messages)

[oe][meta-oe][kirkstone][PATCH 1/3] samba: fix CVE-2023-34966
 2023-09-29 17:41 UTC  (3+ messages)
` [oe][meta-oe][kirkstone][PATCH 2/3] samba: fix CVE-2022-2127
` [oe][meta-oe][kirkstone][PATCH 3/3] samba:fix CVE-2023-34967

[Buildroot] [git commit] package/upx: bump to version 4.1.0
 2023-09-29 17:34 UTC 

[PATCH V9 1/2] serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"
 2023-09-29 17:40 UTC  (2+ messages)
` [PATCH V9 2/2] serial: exar: Add RS-485 support for Sealevel XR17V35X based cards

[Buildroot] [git commit] package/mtd: bump to version 2.1.6
 2023-09-29 17:34 UTC 

[PATCH][next] media: usb: siano: Fix undefined behavior bug in struct smsusb_urb_t
 2023-09-29 17:40 UTC  (3+ messages)

[Buildroot] [git commit] package/putty: fix legal info
 2023-09-29 17:37 UTC 

[Buildroot] [git commit] package/minizip-zlib: bump to version 1.3
 2023-09-29 17:37 UTC 

[Buildroot] [git commit] package/mosquitto: bump to version 2.0.18
 2023-09-29 17:39 UTC 

[Buildroot] [git commit] package/lua-messagepack: bump to version 0.5.3
 2023-09-29 17:38 UTC 

[Buildroot] [PATCH] package/mosquitto: bump to version 2.0.18
 2023-09-29 17:39 UTC  (2+ messages)

[PATCH] power: supply: core: remove opencoded string_lower()
 2023-09-29 17:39 UTC 

+ mm-fix-vm_brk_flags-to-not-bail-out-while-holding-lock.patch added to mm-hotfixes-unstable branch
 2023-09-29 17:39 UTC 

[Buildroot] [PATCH] package/lua-messagepack: bump to version 0.5.3
 2023-09-29 17:38 UTC  (2+ messages)

[PATCH BlueZ 1/1] iso-tester: Add test for bcast AC 13 BIS unset
 2023-09-29 17:28 UTC  (2+ messages)
`  "

[Buildroot] [PATCH 1/1] package/putty: fix legal info
 2023-09-29 17:38 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/minizip-zlib: bump to version 1.3
 2023-09-29 17:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/mtd: bump to version 2.1.6
 2023-09-29 17:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/upx: bump to version 4.1.0
 2023-09-29 17:37 UTC  (2+ messages)

[PATCH] mm: Fix vm_brk_flags() to not bail out while holding lock
 2023-09-29 17:34 UTC  (2+ messages)

[PATCH] PM: hibernate: Fix a bug in copying the zero bitmap to safe pages
 2023-09-29 17:31 UTC 

[PATCH 0/2] kselftest/exec: Convert execveat test to KTAP output
 2023-09-29 17:31 UTC  (5+ messages)
` [PATCH 1/2] kselftest: Add a ksft_perror() helper

[PATCHSET v2 0/1] fstests: fix ro mounting with unknown rocompat features
 2023-09-29 17:28 UTC  (5+ messages)
` [PATCH 1/1] xfs/270: update commit id for _fixed_by tag
  ` [PATCH v2.1 1/1] xfs/{270,557,600}: "

[PATCH v2 0/2] Add Nitro Secure Module support
 2023-09-29 17:28 UTC  (3+ messages)
` [PATCH v2 1/2] misc: Add Nitro Secure Module driver

[PATCH][next] ALSA: 6fire: Fix undefined behavior bug in struct midi_runtime
 2023-09-29 17:27 UTC  (2+ messages)

[PATCH][next] ALSA: 6fire: Fix undefined behavior bug in struct comm_runtime
 2023-09-29 17:26 UTC  (2+ messages)

Inquiry M01wiizjc:Ref
 2023-09-29 17:20 UTC 

[Buildroot] [PATCH] package/iproute2: bump to version 6.5.0
 2023-09-29 17:27 UTC 

Inquiry M01ljunjm:Ref
 2023-09-29 17:20 UTC 

Inquiry M01bppkwp:Ref
 2023-09-29 17:20 UTC 

Inquiry M01nftjmj:Ref
 2023-09-29 17:20 UTC 

[PATCH v4 0/6] configfs-tsm: Attestation Report ABI
 2023-09-29 17:26 UTC  (5+ messages)
` [PATCH v4 6/6] virt: tdx-guest: Add Quote generation support using TSM_REPORTS

Inquiry M01hwkhpx:Ref
 2023-09-29 17:20 UTC 

[PATCH 1/2] powerpc/platforms/pseries: Fix STK_PARAM access in the hcall tracing code
 2023-09-29 17:23 UTC  (4+ messages)
` [PATCH 2/2] powerpc/platforms/pseries: Remove unused r0 "

[PATCH] drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with coherent SMMU
 2023-09-29 17:25 UTC  (5+ messages)

[PATCH V6 0/1] AMD QDMA driver
 2023-09-29 17:24 UTC  (2+ messages)
` [PATCH V6 1/1] dmaengine: amd: qdma: Add "

[PATCH v1 0/7] Clean up XDR encoders for NFSv4 OPEN and LOCK
 2023-09-29 17:23 UTC  (4+ messages)
` [PATCH v1 3/7] NFSD: Add nfsd4_encode_open_read_delegation4()

[PATCH v2 wireless-next 2/9] carl9170: remove unnecessary (void*) conversions
 2023-09-29 17:22 UTC  (8+ messages)

[PATCH 0/3] UIO_MEM_DMA_COHERENT for cnic/bnx2/bnx2x
 2023-09-29 17:19 UTC  (5+ messages)
` [PATCH 2/3] cnic,bnx2,bnx2x: page align uio mmap allocations
` [PATCH 3/3] cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENT

[PATCH 0/2] Report FEAT_SVE_B16B16 to userspace
 2023-09-29 17:18 UTC  (3+ messages)

[PATCH v3] PCI: of: Fix memory leak when of_changeset_create_node() failed
 2023-09-29 17:18 UTC  (2+ messages)

[PATCH 0/4] thermal: Introduce Qualcomm Thermal Mitigation Device support
 2023-09-29 17:17 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: thermal: Add qcom,qmi-cooling yaml bindings

[PATCH v2 0/4] arm64: dts: renesas: Add R-Car S4 Starter Kit support
 2023-09-29 17:15 UTC  (3+ messages)
` [PATCH v2 4/4] "

[PATCH v3] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-29 17:11 UTC  (4+ messages)

[GIT PULL] ACPI fix for v6.6-rc4
 2023-09-29 17:11 UTC 

[PATCH v3] PCI: of_property: Fix uninitialized variable when of_irq_parse_raw() failed
 2023-09-29 17:10 UTC 

[PATCH V6 0/4] Add Anbernic RG-Nano
 2023-09-29 17:09 UTC  (2+ messages)

[PATCH v4 0/6] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-09-29 17:09 UTC  (8+ messages)
` [PATCH v4 4/6] binfmt_elf: Use elf_load() for library

[PATCH] bolt: disable CVE checking for this recipe
 2023-09-29 17:07 UTC 

[PATCH v2 1/2] arm64: Add Cortex-A520 CPU part definition
 2023-09-29 17:06 UTC  (3+ messages)

KVM: x86: Update HWCR virtualization
 2023-09-29 17:06 UTC  (3+ messages)
` [PATCH v3 3/3] KVM: selftests: Test behavior of HWCR

[PATCH] perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7
 2023-09-29 17:06 UTC  (3+ messages)

[PATCH 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-09-29 16:45 UTC  (5+ messages)
` [PATCH 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code

[PATCH v2 00/53] migration/rdma: Error handling fixes
 2023-09-29 17:05 UTC  (3+ messages)
` [PATCH v2 53/53] migration/rdma: Replace flawed device detail dump by tracing

[PATCH v5 0/2] selftests/resctrl: Bug fix and optimization
 2023-09-29 17:04 UTC  (3+ messages)
` [PATCH v5 1/2] selftests/resctrl: Fix schemata write error check

Did you receive my letter ?
 2023-09-29 23:33 UTC 

[Intel-gfx] [PATCH 0/1] [CI] Test MTL DMC v2.17
 2023-09-29 17:02 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Test MTL DMC v2.17 (rev3)


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.