All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-04 23:43:05 to 2023-12-05 00:53:56 UTC [more...]

[PATCH v11 00/17] PCI devices passthrough on Arm, part 3
 2023-12-05  0:53 UTC  (7+ messages)
` [PATCH v11 06/17] vpci/header: rework exit path in init_bars
` [PATCH v11 09/17] rangeset: add rangeset_empty() function

[PATCH v2 00/18] Support Firmware Handoff spec via bloblist
 2023-12-05  0:52 UTC  (12+ messages)
` [PATCH v2 12/18] bloblist: Reduce bloblist header size
` [PATCH v2 15/18] fdt: Allow the devicetree to come from a bloblist
` [PATCH v2 18/18] bloblist: Load the bloblist from the previous loader

[PATCH v2 0/3] supplement of slab allocator removal
 2023-12-05  0:53 UTC  (3+ messages)
` [PATCH v2 3/3] mm/slub: correct the default value of slub_min_objects in doc

EFI memory allocation
 2023-12-05  0:52 UTC  (3+ messages)

[PATCH 00/21] Qualcomm generic board support
 2023-12-05  0:52 UTC  (3+ messages)

[PATCH 00/18] Complete decoupling of bootm logic from commands
 2023-12-05  0:52 UTC  (4+ messages)
` [PATCH 05/18] treewide: bootm: Drop command-line args to boot_os_fn

[PATCH v4 0/4] bootflow: bootmeth_efi: Fix network efi boot
 2023-12-05  0:51 UTC  (3+ messages)

[PATCH v4 0/5] Implement fastboot multiresponce
 2023-12-05  0:51 UTC  (3+ messages)
` [PATCH v4 4/5] lib: membuff: fix readline not returning line in case of overflow

[PATCH] serial: imx: Fix clock imbalance
 2023-12-05  0:50 UTC  (2+ messages)

veth0 weirdness
 2023-12-05  0:50 UTC 

[PATCH v17 000/116] KVM TDX basic feature support
 2023-12-05  0:48 UTC  (3+ messages)
` [PATCH v17 001/116] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-05  0:48 UTC  (11+ messages)
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[Intel-gfx] [PATCH] drm/i915/hwmon: Fix analysis tool reported issues
 2023-12-05  0:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v2 00/19] Update SMMUv3 to the modern iommu API (part 1/3)
 2023-12-05  0:46 UTC  (10+ messages)
` [PATCH v2 01/19] iommu/arm-smmu-v3: Add a type for the STE
` [PATCH v2 02/19] iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()
` [PATCH v2 03/19] iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTED

[master/kirkstone][PATCH] weston-init: provide a custom beaglebone weston.ini file
 2023-12-05  0:47 UTC  (2+ messages)
` [meta-arago] "

[PATCHv4 00/14] x86/tdx: Add kexec support
 2023-12-05  0:45 UTC  (30+ messages)
` [PATCHv4 01/14] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv4 02/14] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv4 03/14] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv4 04/14] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv4 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv4 06/14] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv4 07/14] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv4 08/14] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv4 09/14] x86/tdx: Account shared memory
` [PATCHv4 10/14] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv4 11/14] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv4 12/14] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv4 13/14] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv4 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH bpf V2 1/1] bpf: fix verification of indirect var-off stack access
 2023-12-05  0:43 UTC  (8+ messages)

[PATCH BlueZ v3 1/8] shared/lc3: Add QoS definitions
 2023-12-05  0:43 UTC  (2+ messages)
` [BlueZ,v3,1/8] "

[PATCH v3] cxl: Add cxl_num_decoders_committed() usage to cxl_test
 2023-12-05  0:43 UTC  (3+ messages)

[RFC PATCH 00/11] Support ACPI Control Method Sleep button
 2023-12-05  0:31 UTC  (12+ messages)
` [RFC PATCH 01/11] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
` [RFC PATCH 02/11] acpi: Implement control method sleep button
` [RFC PATCH 03/11] test/acpi: allow DSDT table changes
` [RFC PATCH 04/11] acpi: Support Control Method sleep button for x86
` [RFC PATCH 05/11] tests/acpi/bios-tables-test: update DSDT tables for Control Method Sleep button
` [RFC PATCH 06/11] acpi: Send the GPE event of suspend and wakeup for x86
` [RFC PATCH 07/11] hw/acpi: Add ACPI GED support for the sleep event
` [RFC PATCH 08/11] tests/acpi: allow FACP and DSDT table changes for arm/virt
` [RFC PATCH 09/11] hw/arm: enable sleep support "
` [RFC PATCH 10/11] tests/acpi: Update FACP and DSDT tables for sleep button
` [RFC PATCH 11/11] arm/virt: enable sleep support

[PATCH bpf] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-05  0:42 UTC  (2+ messages)

Lenovo LOQ rtw_8852be
 2023-12-05  0:39 UTC  (7+ messages)

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-12-05  0:35 UTC  (8+ messages)
` [PATCH v8 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v8 2/6] memcontrol: implement mem_cgroup_tryget_online()

[RFC PATCH v3 00/21] mm/zsmalloc: Split zsdesc from struct page
 2023-12-05  0:35 UTC  (7+ messages)
` [RFC PATCH v3 04/21] mm/zsmalloc: add alternatives of frequently used helper functions
` [RFC PATCH v3 14/21] mm/zsmalloc: convert zs_page_{isolate,migrate,putback} to use zsdesc

[PATCH net-next v9 00/15] Introducing P4TC
 2023-12-05  0:32 UTC  (3+ messages)
` [PATCH net-next v9 15/15] p4tc: add P4 classifier

[PATCH] staging: sm750fb: fix coding style camelCase issue
 2023-12-05  0:28 UTC 

[PATCH 0/4] Code simplification and clean-up for hugetlb vmemmap
 2023-12-05  0:15 UTC  (3+ messages)
` [PATCH 4/4] mm: hugetlb_vmemmap: convert page to folio

[RFC 0/8] ARM64 TLB logic revision for more control and enhanced diagnostics
 2023-12-05  0:25 UTC 

[PATCH RFT v4 0/5] fork: Support shadow stacks in clone3()
 2023-12-05  0:26 UTC  (5+ messages)
` [PATCH RFT v4 2/5] fork: Add shadow stack support to clone3()
` [PATCH RFT v4 5/5] kselftest/clone3: Test shadow stack support

[PATCH for-next v5 3/7] RDMA/rxe: Register IP mcast address
 2023-12-05  0:26 UTC  (5+ messages)
` [PATCH for-next v5 4/7] RDMA/rxe: Let rxe_lookup_mcg use rcu_read_lock
` [PATCH for-next v5 5/7] RDMA/rxe: Split multicast lock
` [PATCH for-next v5 6/7] RDMA/rxe: Cleanup mcg lifetime
` [PATCH for-next v5 7/7] RDMA/rxe: Add module parameters for mcast limits

[PATCH] rtw89: avoid stringop-overflow warning
 2023-12-05  0:26 UTC  (2+ messages)

[PATCH net] net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buff
 2023-12-05  0:26 UTC  (2+ messages)

[PATCH 0/2] ALSA: hda/tas2563: Add tas253 HDA driver
 2023-12-05  0:22 UTC  (5+ messages)
` [PATCH 1/2] ASoc: tas2563: DSP Firmware loading support
` [PATCH 2/2] ALSA: hda/tas2563: Add tas2563 HDA driver

[PATCH v4 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-05  0:24 UTC  (10+ messages)
` [PATCH v4 1/4] dt-bindings: soc: sophgo: Add Sophgo system control module
` [PATCH v4 2/4] dt-bindings: clock: sophgo: Add SG2042 bindings
` [PATCH v4 3/4] clk: sophgo: Add SG2042 clock generator driver
` [PATCH v4 4/4] riscv: dts: add clock generator for Sophgo SG2042 SoC

[PATCH for-next v5 0/7] RDMA/rxe: Make multicast work
 2023-12-05  0:23 UTC  (3+ messages)
` [PATCH for-next v5 1/7] RDMA/rxe: Cleanup rxe_ah/av_chk_attr
` [PATCH for-next v5 2/7] RDMA/rxe: Fix sending of mcast packets

[PATCH v2] drm/msm/dpu: improve DSC allocation
 2023-12-05  0:23 UTC  (4+ messages)

[PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
 2023-12-05  0:23 UTC  (3+ messages)
` [PATCH bpf-next v2 1/3] skmsg: Support to get the data length in ingress_msg

[PATCH v3 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-12-05  0:23 UTC  (7+ messages)
` [PATCH v3 bpf-next 03/10] bpf: fix check for attempt to corrupt spilled pointer

[PATCH V2 0/4] Misc changes for siw
 2023-12-05  0:21 UTC  (2+ messages)

[PATCH -tip v3 1/3] x86/percpu: Fix "const_pcpu_hot" version generation failure
 2023-12-05  0:21 UTC  (3+ messages)
` [PATCH -tip v3 3/3] x86/percpu: Avoid sparse warning with cast to named address space

[Intel-gfx] [PATCH 0/3] drm/i915/display: Convert link bitrate to clock
 2023-12-05  0:21 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-12-05  0:20 UTC  (5+ messages)
` [PATCH v5 7/9] slub: Optimize deactivate_slab()

[PATCH] cifs: Fix non-availability of dedup breaking generic/304
 2023-12-05  0:20 UTC  (2+ messages)

[PATCH v2 3/3] fs: use do_splice_direct() for nfsd/ksmbd server-side-copy
 2023-12-05  0:16 UTC  (2+ messages)
` [PATCH] fs: read_write: make default in vfs_copy_file_range() reachable

[PATCH V3] greybus: gb-beagleplay: Ensure le for values in transport
 2023-12-05  0:14 UTC  (4+ messages)

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2023-12-05  0:13 UTC  (2+ messages)

[GIT PULL] clk: renesas: Updates for v6.8
 2023-12-05  0:12 UTC  (2+ messages)

[PATCH for-next v7 0/7] On-Demand Paging on SoftRoCE
 2023-12-05  0:11 UTC  (2+ messages)

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-12-05  0:10 UTC  (4+ messages)
` [PATCH 36/48] perf annotate-data: Introduce struct data_loc_info

[PATCH for-next v4 0/7] RDMA/rxe: Make multicast work
 2023-12-05  0:08 UTC  (5+ messages)

[PATCH v5 00/50] Improvements to memory use
 2023-12-05  0:07 UTC  (13+ messages)
` [PATCH v5 15/50] perf maps: Add maps__for_each_map to call a function on each entry
` [PATCH v5 16/50] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v5 17/50] perf debug: Expose debug file
` [PATCH v5 18/50] perf maps: Refactor maps__fixup_overlappings
` [PATCH v5 19/50] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v5 20/50] perf maps: Rename clone to copy from

[PATCH v3 0/8] Add support for Sonoff iHost RV1126 Smart Home Gateway
 2023-12-05  0:06 UTC  (4+ messages)
` (subset) "

[PATCH] arm64: dts: rockchip: rk3399-gru: Fix PCI node addresses
 2023-12-05  0:06 UTC  (4+ messages)

[PATCH 0/3] Move core bus and gpio aliases to SoC dtsi for RK3128
 2023-12-05  0:05 UTC  (4+ messages)

[PATCH] arm64: dts: rockchip: drop interrupt-names property from rk3588s dfi
 2023-12-05  0:05 UTC  (3+ messages)

[PATCH v3 0/3] Add power-controller and gpu for RK3128
 2023-12-05  0:05 UTC  (4+ messages)

[Nouveau] [PATCH] nouveau/gsp: add three notifier callbacks that we see in normal operation
 2023-12-05  0:06 UTC  (4+ messages)

[PATCH v2] RDMA/irdma: Avoid free the non-cqp_request scratch
 2023-12-05  0:06 UTC  (2+ messages)

[PATCH RESEND v2 0/3] drm: introduce per-encoder debugfs directory
 2023-12-05  0:02 UTC  (5+ messages)
` [PATCH RESEND v2 3/3] drm/msm/dpu: move encoder status to standard encoder debugfs dir

[PATCH] vfio: account iommu allocations
 2023-12-05  0:00 UTC  (2+ messages)

[PATCH v19 0/3] add debugfs to migration driver
 2023-12-05  0:00 UTC  (2+ messages)

[PATCH v2 vfio 0/6] vfio/pds: Clean-ups and multi-region support
 2023-12-05  0:00 UTC  (2+ messages)

[PATCH v3 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-04 23:58 UTC  (3+ messages)

[mm-unstable v4 0/5] mm: memcg: subtree stats flushing and thresholds
 2023-12-04 23:58 UTC  (9+ messages)
` [mm-unstable v4 5/5] mm: memcg: restore subtree stats flushing

M+ & H bugs with Milestone Movements WW48
 2023-12-04 23:58 UTC 

[PATCH 5.15.y v1 0/2] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
 2023-12-04 23:58 UTC  (5+ messages)
` [PATCH 5.15.y v1 1/2] kallsyms: Make kallsyms_on_each_symbol generally available

Enhancements/Bugs closed WW48!
 2023-12-04 23:57 UTC 

FAILED: patch "[PATCH] x86/apic/msi: Fix misconfigured non-maskable MSI quirk" failed to apply to 6.1-stable tree
 2023-12-04 23:57 UTC  (3+ messages)

[Bug 218223] New: Ambient light sensor on Framework 13 AMD laptop stops working in Linux 6.7
 2023-12-04 23:57 UTC  (2+ messages)
` [Bug 218223] "

[PATCH v15 00/23] TDX host kernel support
 2023-12-04 23:56 UTC  (10+ messages)
` [PATCH v15 22/23] x86/mce: Improve error log of kernel space TDX #MC due to erratum

Regression: Inoperative bluetooth, Intel chipset, mainline kernel 6.6.2+
 2023-12-04 23:55 UTC  (8+ messages)
` [PATCH 1/2] Revert "xhci: Enable RPM on controllers that support low-power states"

[PATCH v2 for-rc 0/3] Fixes for 64K page size support
 2023-12-04 23:54 UTC  (2+ messages)

Current high bug count owners for Yocto Project 5.0
 2023-12-04 23:54 UTC 

[PATCH v7 00/10] drm/msm/dpu: simplify DPU sub-blocks info
 2023-12-04 23:53 UTC  (7+ messages)
` [PATCH v7 09/10] drm/msm/dpu: merge DPU_SSPP_SCALER_QSEED3, QSEED3LITE, QSEED4
` [PATCH v7 10/10] drm/msm/gpu: drop duplicating VIG feature masks

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2023-12-04 23:53 UTC 

[PATCH v6 00/13] arm64: qcom: add and enable SHM Bridge support
 2023-12-04 23:50 UTC  (3+ messages)

INFORMAL VOTE REQUIRED - DOCUMENTATION WORDING
 2023-12-04 23:51 UTC  (7+ messages)

[PATCH] staging: sm750fb: fix coding style camelCase issue
 2023-12-04 23:50 UTC  (2+ messages)

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-04 23:49 UTC 

arch/arm64/kvm/hyp/nvhe/stacktrace.c:10:1: sparse: sparse: symbol '__pcpu_scope_overflow_stack' was not declared. Should it be static?
 2023-12-04 23:48 UTC 

net/xfrm/xfrm_state.c:2695:31: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-12-04 23:48 UTC 

drivers/firmware/efi/sysfb_efi.c:331:39: warning: 'efifb_fwnode_ops' defined but not used
 2023-12-04 23:49 UTC 

[RFC PATCH 00/42] Sharing KVM TDP to IOMMU
 2023-12-04 23:49 UTC  (7+ messages)

[PATCH v3 0/4] mm/ksm: Add ksm advisor
 2023-12-04 23:49 UTC  (5+ messages)
` [PATCH v3 1/4] mm/ksm: add "
` [PATCH v3 2/4] mm/ksm: add sysfs knobs for advisor
` [PATCH v3 3/4] mm/ksm: add tracepoint for ksm advisor
` [PATCH v3 4/4] mm/ksm: document ksm advisor and its sysfs knobs

[PATCH] phy: renesas: phy-rcar-gen2: use select for GENERIC_PHY
 2023-12-04 23:49 UTC  (2+ messages)

[PATCH 0/2 v2] Move all file-close work for nfsd into nfsd threads
 2023-12-04 23:48 UTC  (5+ messages)
` [PATCH 2/2] nfsd: Don't leave work of closing files to a work queue

[PATCH v3] locking: Document that some lock types must stay alive during unlock
 2023-12-04 23:47 UTC  (2+ messages)

[PATCH v2] f2fs: Restrict max filesize for 16K f2fs
 2023-12-04 23:46 UTC  (2+ messages)
` [f2fs-dev] "

WORK FROM HOME
 2023-12-04 23:21 UTC 

[PATCH bpf-next 00/13] Enhance BPF global subprogs with argument tags
 2023-12-04 23:39 UTC  (2+ messages)
` [PATCH bpf-next 10/13] bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args


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.