All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-20 08:34:11 to 2024-03-20 09:00:45 UTC [more...]

[PATCH v1 1/3] mm: kmsan: implement kmsan_memmove()
 2024-03-20  9:00 UTC  (4+ messages)
` [PATCH v1 2/3] instrumented.h: add instrument_memcpy_before, instrument_memcpy_after

[PATCH v1 00/13] regulator: convert to use maple tree register cache
 2024-03-20  8:57 UTC  (28+ messages)
` [PATCH v1 01/13] regulator: da9121: "
` [PATCH v1 02/13] regulator: da9211: "
` [PATCH v1 03/13] regulator: isl9305: "
` [PATCH v1 04/13] regulator: max8973: "
` [PATCH v1 05/13] regulator: mt6311: "
` [PATCH v1 06/13] regulator: pca9450: "
` [PATCH v1 07/13] regulator: pf8x00: "
` [PATCH v1 08/13] regulator: pfuze100: "
` [PATCH v1 09/13] regulator: rtmv20: "
` [PATCH v1 10/13] regulator: rtq6752: "
` [PATCH v1 11/13] regulator: tps51632: "
` [PATCH v1 12/13] regulator: tps62360: "
` [PATCH v1 13/13] regulator: rpi-panel-attiny: "

[PATCH 00/10] Further reduce overhead of fsnotify permission hooks
 2024-03-20  9:00 UTC  (8+ messages)
` [PATCH 02/10] fsnotify: create helpers to get sb and connp from object
` [PATCH 07/10] fsnotify: lazy attach fsnotify_sb_info state to sb
` [PATCH 08/10] fsnotify: move s_fsnotify_connectors into fsnotify_sb_info

[PATCH v2 0/6] backlight: Remove struct backlight_properties.fb_blank
 2024-03-20  9:00 UTC  (5+ messages)
` [PATCH v2 6/6] backlight: Remove fb_blank from struct backlight_properties
      ` EXTERNAL: "

[XEN PATCH] docs/parse-support-md: Handle BulletList
 2024-03-20  8:59 UTC  (3+ messages)

[PATCH] x86: adjust initial setting of watchdog kind
 2024-03-20  8:59 UTC  (3+ messages)

Git tree to manage Realtek WiFi drivers
 2024-03-20  8:59 UTC  (2+ messages)

[PULL 00/68] virtio,pc,pci: features, cleanups, fixes
 2024-03-20  8:58 UTC  (3+ messages)
` [PULL 32/68] hw/virtio: Add support for VDPA network simulation devices

[Build #27943648] armhf build of rdma-core 51.0~202403200825+gitb51ef55f~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-03-20  8:58 UTC 

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-03-20  8:39 UTC  (50+ messages)
` [PATCH v3 01/49] Revert "linux-headers hack" from sevinit2 base tree
` [PATCH v3 02/49] scripts/update-linux-headers: Add setup_data.h to import list
` [PATCH v3 03/49] scripts/update-linux-headers: Add bits.h to file imports
` [PATCH v3 04/49] [HACK] linux-headers: Update headers for 6.8 + kvm-coco-queue + SNP
` [PATCH v3 05/49] [TEMP] hw/i386: Remove redeclaration of struct setup_data
` [PATCH v3 06/49] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 07/49] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 08/49] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v3 09/49] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 10/49] kvm: Introduce support for memory_attributes
` [PATCH v3 11/49] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v3 12/49] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 13/49] [FIXUP] "kvm: handle KVM_EXIT_MEMORY_FAULT": drop qemu_host_page_size
` [PATCH v3 14/49] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v3 15/49] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PATCH v3 16/49] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v3 17/49] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v3 18/49] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v3 19/49] kvm: Make kvm_convert_memory() obey ram_block_discard_is_enabled()
` [PATCH v3 20/49] trace/kvm: Add trace for KVM_EXIT_MEMORY_FAULT
` [PATCH v3 21/49] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v3 22/49] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v3 23/49] i386/sev: Add a sev_snp_enabled() helper
` [PATCH v3 24/49] target/i386: Add handling for KVM_X86_SNP_VM VM type
` [PATCH v3 25/49] i386/sev: Skip RAMBlock notifiers for SNP
` [PATCH v3 26/49] i386/sev: Skip machine-init-done "
` [PATCH v3 27/49] i386/sev: Set ms->require_guest_memfd "
` [PATCH v3 28/49] i386/sev: Disable SMM "
` [PATCH v3 29/49] i386/sev: Don't disable block discarding "
` [PATCH v3 30/49] i386/cpu: Set SEV-SNP CPUID bit when SNP enabled
` [PATCH v3 31/49] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v3 32/49] i386/sev: Don't return launch measurements for SEV-SNP guests
` [PATCH v3 33/49] kvm: Make kvm_convert_memory() non-static
` [PATCH v3 34/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Page State Changes
` [PATCH v3 35/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Page State Changes (MSR-based)
` [PATCH v3 36/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Extended Guest Requests
` [PATCH v3 37/49] i386/sev: Add the SNP launch start context
` [PATCH v3 38/49] i386/sev: Add handling to encrypt/finalize guest launch data
` [PATCH v3 39/49] i386/sev: Set CPU state to protected once SNP guest payload is finalized
` [PATCH v3 40/49] hw/i386/sev: Add function to get SEV metadata from OVMF header
` [PATCH v3 41/49] i386/sev: Add support for populating OVMF metadata pages
` [PATCH v3 42/49] i386/sev: Add support for SNP CPUID validation
` [PATCH v3 43/49] qapi, i386: Move kernel-hashes to SevCommonProperties
` [PATCH v3 44/49] i386/sev: Extract build_kernel_loader_hashes
` [PATCH v3 45/49] i386/sev: Reorder struct declarations
` [PATCH v3 46/49] i386/sev: Allow measured direct kernel boot on SNP
` [PATCH v3 47/49] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
` [PATCH v3 48/49] hw/i386/sev: Use guest_memfd for legacy ROMs
` [PATCH v3 49/49] hw/i386: Add support for loading BIOS using guest_memfd

[oe-core][PATCH 1/2] glib-2.0: update 2.78.4 -> 2.80.0
 2024-03-20  8:58 UTC  (2+ messages)
` [oe-core][PATCH 2/2] vte: update 0.74.2 -> 0.76.0

RTT-PROBE: lore-subspace-rtt
 2024-03-20  8:58 UTC 

[PATCH v5 0/7] Live Migration With IAA
 2024-03-20  8:56 UTC  (10+ messages)
` [PATCH v5 1/7] docs/migration: add qpl compression feature
` [PATCH v5 2/7] migration/multifd: put IOV initialization into compression method
` [PATCH v5 3/7] configure: add --enable-qpl build option
` [PATCH v5 4/7] migration/multifd: add qpl compression method
` [PATCH v5 5/7] migration/multifd: implement initialization of qpl compression
` [PATCH v5 6/7] migration/multifd: implement qpl compression and decompression
` [PATCH v5 7/7] tests/migration-test: add qpl compression test

[PATCH] xen/rwlock: Don't perpeuatite broken API in new logic
 2024-03-20  8:56 UTC  (3+ messages)

[XEN PATCH 0/2] xen: address violations of MISRA C Rule 17.1
 2024-03-20  8:51 UTC  (3+ messages)
` [XEN PATCH 1/2] automation/eclair: add deviation for MISRA C:2012 "
` [XEN PATCH 2/2] xen: address violations of MISRA C "

[PATCH v2] Documentation: tpm_tis
 2024-03-20  8:56 UTC 

[GIT PULL FOR v6.10] rc fixes
 2024-03-20  8:47 UTC 

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-20  8:55 UTC  (11+ messages)

[LTP] [PATCH 1/2] lib: Add tst_selinux_enforcing()
 2024-03-20  8:54 UTC  (5+ messages)

[PATCH v2 1/1] PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
 2024-03-20  8:53 UTC  (3+ messages)

[PATCH 0/6] x86: Expose consistent topology to guests
 2024-03-20  8:52 UTC  (3+ messages)
` [PATCH 4/6] tools/hvmloader: Use cpu_policy to determine APIC IDs

[Build #27943642] armhf build of rdma-core 51.0~202403200825+gitb51ef55f~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-03-20  8:52 UTC 

[recipe build #3699855] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-03-20  8:47 UTC 

[PATCH 00/13] ASoC: ti: davinci-i2s: Add features to McBSP driver
 2024-03-20  8:52 UTC  (4+ messages)
` [PATCH 13/13] ASoC: ti: davinci-i2s: Opitonally drive DX pin during capture streams

[XEN PATCH v2 0/1] tools: init scripts: Add missing XENCONSOLED_ARGS variable to xencommons
 2024-03-20  8:51 UTC  (5+ messages)

git push error
 2024-03-20  8:51 UTC  (3+ messages)

[PATCH 0/4] media: raspberrypi: Support RPi5's CFE
 2024-03-20  8:50 UTC  (16+ messages)
` [PATCH 2/4] dt-bindings: media: Add bindings for raspberrypi,rp1-cfe

Should NVME_SC_INVALID_NS be translated to BLK_STS_IOERR instead of BLK_STS_NOTSUPP so that multipath(both native and dm) can failover on the failure?
 2024-03-20  8:51 UTC  (13+ messages)

[PATCH v2 0/4] ui/console: Remove console_select()
 2024-03-20  8:50 UTC  (5+ messages)

[PATCH bpf-next] bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool
 2024-03-20  8:51 UTC  (2+ messages)

[PATCH v5 1/2] ACPI: IPMI: Add helper to wait for when SMI is selected
 2024-03-20  8:43 UTC  (2+ messages)
` [PATCH v5 2/2] hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems

[PATCH nf] netfilter: nft_set_pipapo: release elements in clone only from destroy path
 2024-03-20  8:49 UTC 

[PATCH nf] netfilter: flowtable: infer TCP state and timeout before flow teardown
 2024-03-20  8:49 UTC  (4+ messages)

[PATCH 1/2] wifi: rtlwifi: drop WMM stubs from rtl8192cu
 2024-03-20  8:43 UTC  (2+ messages)
` [PATCH 2/2] wifi: rtlwifi: always assume QoS mode in rtl8192cu

[RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
 2024-03-20  8:49 UTC  (3+ messages)
` [PATCH-for-9.1 10/21] qapi: Make CpuModel* definitions target agnostic

[PATCH v4] i2c: muxes: pca954x: Allow sharing reset GPIO
 2024-03-20  8:48 UTC  (2+ messages)

[PATCH v8 00/38] Generic line based metadata support, internal pads
 2024-03-20  8:48 UTC  (9+ messages)
` [PATCH v8 03/38] media: uapi: Add generic serial metadata mbus formats

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-20  8:45 UTC  (4+ messages)
` [PATCH v2] ARM: unwind: improve unwinders for noreturn case

[PATCH 0/6] mm/mm_init.c: refactor free_area_init_core()
 2024-03-20  8:47 UTC  (6+ messages)
` [PATCH 4/6] mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_area_init_core()

RTT-PROBE: lore-subspace-rtt
 2024-03-20  8:48 UTC 

[syzbot] [kernel?] possible deadlock in console_flush_all (2)
 2024-03-20  8:47 UTC  (7+ messages)

[PATCH v2] target/i386: Revert monitor_puts() in do_inject_x86_mce()
 2024-03-20  8:47 UTC  (2+ messages)

[PATCH v3] dt-bindings: i2c: nxp,pnx-i2c: Convert to dtschema
 2024-03-20  8:46 UTC  (2+ messages)

Zapytanie ofertowe
 2024-03-20  8:45 UTC 

[PATCH i-g-t] tests/intel/kms_ccs: add access to control surface on xe2
 2024-03-20  8:46 UTC  (2+ messages)

Zapytanie ofertowe
 2024-03-20  8:45 UTC 

[f2fs-dev] [PATCH v14 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-03-20  8:46 UTC  (20+ messages)
`  "
` [f2fs-dev] [PATCH v14 1/9] ext4: Simplify the handling of cached insensitive names
  `  "
` [f2fs-dev] [PATCH v14 2/9] f2fs: "
  `  "
` [f2fs-dev] [PATCH v14 3/9] libfs: Introduce case-insensitive string comparison helper
  `  "
` [f2fs-dev] [PATCH v14 4/9] ext4: Reuse generic_ci_match for ci comparisons
  `  "
` [f2fs-dev] [PATCH v14 5/9] f2fs: "
  `  "
` [f2fs-dev] [PATCH v14 6/9] ext4: Log error when lookup of encoded dentry fails
  `  "
` [f2fs-dev] [PATCH v14 7/9] f2fs: "
  `  "
` [f2fs-dev] [PATCH v14 8/9] ext4: Move CONFIG_UNICODE defguards into the code flow
  `  "
` [f2fs-dev] [PATCH v14 9/9] f2fs: "
  `  "

[PATCH v3 4/4] rust: add abstraction for `struct page`
 2024-03-20  8:46 UTC  (2+ messages)

[PATCH v2] board: amlogic: fix buffler overflow in seria, mac & usid read
 2024-03-20  8:46 UTC 

[PATCH] drm/amdgpu: Fix format character cut-off issues in amdgpu_vcn_early_init()
 2024-03-20  8:45 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS e144fae3cd882c73e076c882be3150e8abe216f3
 2024-03-20  8:44 UTC 

[PATCH v15,RESEND 22/23] PCI: starfive: Offload the NVMe timeout workaround to host drivers
 2024-03-20  8:42 UTC  (8+ messages)

[Intel-wired-lan] [tnguy-net-queue:200GbE] BUILD SUCCESS 32fa4366cc4da1c97b725a0066adf43c6b298f37
 2024-03-20  8:42 UTC 

[PATCH] graph: fix head move when graph walk in mcore dispatch
 2024-03-20  8:42 UTC  (4+ messages)

[PATCH] pwm: img: fix pwm clock lookup
 2024-03-20  8:36 UTC 

Nowa karta
 2024-03-20  8:40 UTC 

[syzbot] [bpf?] possible deadlock in trie_delete_elem
 2024-03-20  8:42 UTC 

Handling pageflip timeouts
 2024-03-20  8:41 UTC  (2+ messages)

[PATCH for-9.1 v5 00/14] migration: Improve error reporting
 2024-03-20  8:41 UTC  (4+ messages)
` [PATCH for-9.1 v5 08/14] migration: Add Error** argument to .load_setup() handler

[PATCH net-next v3 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-03-20  8:40 UTC  (7+ messages)
` [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY

[PATCH] drm/xe: Use USEC_PER_MSEC rather than the hard coding
 2024-03-20  8:40 UTC  (4+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v4 0/5] arm64: dts: qcom: sc8280xp: PCIe fixes and GICv3 ITS enable
 2024-03-20  8:40 UTC  (7+ messages)
` (subset) "

[PATCH mptcp-net v4] mptcp: don't account accept() of non-MPC client as fallback to TCP
 2024-03-20  8:39 UTC 

[Bug 218578] New: MXC6655 accelerometer not working with MXC4005 driver
 2024-03-20  8:38 UTC  (2+ messages)
` [Bug 218578] "

RTT-PROBE: lore-subspace-rtt
 2024-03-20  8:38 UTC 

[PATCH v4 00/18] Add suspend to ram support for PCIe on J7200
 2024-03-20  8:37 UTC  (6+ messages)
` [PATCH v4 02/18] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq

[PATCH] dma-buf: Fix NULL pointer dereference in sanitycheck()
 2024-03-20  8:37 UTC  (2+ messages)
` [Linaro-mm-sig] "

[GIT PULL] i2c-host changes for v6.9 - part 2
 2024-03-20  8:36 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: renesas: Add more TMU support
 2024-03-20  8:34 UTC  (5+ messages)

[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-03-20  8:34 UTC  (8+ messages)
` [PATCH v9 0/5] Logging unification and timestamp
  ` [PATCH v9 5/5] eal: add option to put timestamp on console output

[PATCH bpf-next] bpf: avoid get_kernel_nofault() to fetch kprobe entry IP
 2024-03-20  8:34 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.