All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-29 05:30:19 to 2024-02-29 06:52:49 UTC [more...]

[PATCH] x86/altcall: always use a temporary parameter stashing variable
 2024-02-29  6:52 UTC  (4+ messages)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-02-29  6:52 UTC  (2+ messages)

[linux-next:master 8933/10830] arch/riscv/boot/dts/sophgo/sg2042.dtsi:9:10: fatal error: dt-bindings/reset/sophgo,sg2042-reset.h: No such file or directory
 2024-02-29  6:50 UTC 

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-02-29  6:37 UTC  (50+ messages)
` [PATCH v5 01/65] linux-headers: Update to Linux v6.8-rc5
` [PATCH v5 02/65] RAMBlock: Add support of KVM private guest memfd
` [PATCH v5 03/65] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v5 04/65] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v5 05/65] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 07/65] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 09/65] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v5 10/65] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PATCH v5 11/65] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v5 12/65] i386: Introduce tdx-guest object
` [PATCH v5 13/65] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v5 14/65] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v5 15/65] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v5 16/65] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v5 18/65] i386/tdx: Make Intel-PT unsupported for TD guest
` [PATCH v5 24/65] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v5 27/65] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v5 28/65] i386/tdx: Disable pmu for "
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 32/65] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v5 33/65] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v5 35/65] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v5 36/65] i386/tdx: load TDVF for TD guest
` [PATCH v5 38/65] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v5 41/65] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v5 42/65] i386/tdx: Track RAM entries for TDX VM
` [PATCH v5 43/65] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v5 44/65] i386/tdx: Setup the TD HOB list
` [PATCH v5 46/65] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v5 48/65] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v5 51/65] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v5 53/65] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v5 54/65] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v5 55/65] i386/tdx: Disable SMM for TDX VMs
` [PATCH v5 56/65] i386/tdx: Disable PIC "
` [PATCH v5 57/65] i386/tdx: Don't allow system reset "
` [PATCH v5 58/65] i386/tdx: LMCE is not supported for TDX
` [PATCH v5 59/65] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v5 60/65] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v5 62/65] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs
` [PATCH v5 63/65] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v5 64/65] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v5 65/65] docs: Add TDX documentation

[PATCH v4] virtio-pci: correctly set virtio pci queue mem multiplier
 2024-02-29  6:43 UTC 

[PATCH] platform/x86: add lenovo generic wmi driver
 2024-02-29  6:46 UTC  (2+ messages)

[PATCH v3] filemap: avoid unnecessary major faults in filemap_fault()
 2024-02-29  6:45 UTC  (4+ messages)

[PATCH v2] PM: suspend: Set mem_sleep_current during kernel command line setup
 2024-02-29  6:44 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] Create shadow types for struct_ops maps in skeletons
 2024-02-29  6:45 UTC  (6+ messages)
` [PATCH bpf-next v6 1/5] libbpf: set btf_value_type_id of struct bpf_map for struct_ops
` [PATCH bpf-next v6 2/5] libbpf: Convert st_ops->data to shadow type
` [PATCH bpf-next v6 3/5] bpftool: generated shadow variables for struct_ops maps
` [PATCH bpf-next v6 4/5] bpftool: Add an example for struct_ops map and shadow type
` [PATCH bpf-next v6 5/5] selftests/bpf: Test if shadow types work correctly

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-29  6:43 UTC  (4+ messages)
` [PATCH 23/30] sched/fair: handle tick expiry under lazy preemption

[RESEND][PATCH v8 0/7] Preparatory changes for Proxy Execution v8
 2024-02-29  6:44 UTC  (8+ messages)

[PATCH V5] systemd: fix a dead link under /var/log
 2024-02-29  6:43 UTC  (7+ messages)
` [OE-core] "

Boot failure with ppc64 port on iMacs G5
 2024-02-29  6:42 UTC  (2+ messages)

[PATCH 2/2] x86/MCE: Add command line option to extend MCE Records pool
 2024-02-29  6:42 UTC  (12+ messages)
                  ` [PATCH] x86/mce: Dynamically size space for machine check records

[PATCH v2 0/9] rtw88: Add support for RTL8723CS/RTL8703B
 2024-02-29  6:40 UTC  (2+ messages)

[PATCH v3] power: supply: bq2415x_charger: report online status
 2024-02-29  6:37 UTC 

[PATCH v2 0/7] tracing/probes: Support function parameter access from return probe
 2024-02-29  6:38 UTC  (4+ messages)

[PATCH v5 0/8] usb: misc: onboard_hub: add support for XMOS XVF3500
 2024-02-29  6:38 UTC  (9+ messages)
` [PATCH v5 6/8] usb: misc: onboard_dev: add support for non-hub devices

linux-next: manual merge of the powerpc tree with the mm-stable tree
 2024-02-29  6:37 UTC  (3+ messages)

[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
 2024-02-29  6:37 UTC  (3+ messages)

[PATCH v3] driver core: Cancel scheduled pm_runtime_idle() on device removal
 2024-02-29  6:38 UTC  (2+ messages)

[PATCH i-g-t v2] tests/intel/xe_compute_preempt: Add compute-preempt-many
 2024-02-29  6:36 UTC  (2+ messages)

[PATCH v3 0/8] Use TAP in some more x86 KVM selftests
 2024-02-29  6:34 UTC  (8+ messages)
` [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API

[PATCH for-8.2 0/4] Assorted replay patches
 2024-02-29  6:32 UTC  (6+ messages)
` [PATCH 4/4] replay: simple auto-snapshot mode for record

[PATCH v2 00/21] migration: Improve error reporting
 2024-02-29  6:32 UTC  (7+ messages)
` [PATCH v2 06/21] migration: Add Error** argument to .save_setup() handler
` [PATCH v2 08/21] memory: Add Error** argument to .log_global*() handlers
` [PATCH v2 11/21] migration: Fix migration termination

[PATCH V1 0/3] drm/xe/arl: Add Arrow Lake H support
 2024-02-29  6:33 UTC  (10+ messages)
` [PATCH V1 1/3] drm/xe/xelpg: Recognize graphics version 12.74 as Xe_LPG
` [PATCH V1 2/3] drm/xe/xelpg: Extend some workarounds to graphics version 12.74
` [PATCH V2 3/3] drm/xe/arl: Add Arrow Lake H support
` ✓ CI.Patch_applied: success for drm/xe/arl: Add Arrow Lake H support (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v3 0/7] Thread memory improvements and fixes
 2024-02-29  6:32 UTC  (8+ messages)
` [PATCH v3 1/7] perf report: Sort child tasks by tid
` [PATCH v3 2/7] perf trace: Ignore thread hashing in summary
` [PATCH v3 3/7] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v3 4/7] perf machine: Move machine's threads into its own abstraction
` [PATCH v3 5/7] perf threads: Move threads to its own files
` [PATCH v3 6/7] perf threads: Switch from rbtree to hashmap
` [PATCH v3 7/7] perf threads: Reduce table size from 256 to 8

[PATCH v2 02/10] exfat: add exfat_get_empty_dentry_set() helper
 2024-02-29  6:18 UTC  (2+ messages)

[PATCH v3] mm, vmscan: do not turn on cache_trim_mode if it doesn't work
 2024-02-29  6:32 UTC  (7+ messages)

[PATCH 0/2] buffered write path without inode lock (for bcachefs)
 2024-02-29  6:30 UTC  (3+ messages)
` [PATCH 1/2] fs: file_remove_privs_flags()
` [PATCH 2/2] bcachefs: Buffered write path now can avoid the inode lock

[paulmck-rcu:rcu/next] BUILD SUCCESS 87c256b5ce367c94d3903db59e0662ab534bfb12
 2024-02-29  6:27 UTC 

alsa cant initialize on raspberry pi 5
 2024-02-29  6:24 UTC 

[PATCH] dt-bindings: display: atmel,lcdc: convert to dtschema
 2024-02-29  6:25 UTC  (8+ messages)

[PATCH v4] ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check Architecture
 2024-02-29  6:22 UTC 

[PATCH] poky-bleeding.bbclass: Remove use of SRCPV
 2024-02-29  6:21 UTC 

[PATCH RFT] mmc: tmio: avoid concurrent runs of mmc_request_done()
 2024-02-29  6:21 UTC  (2+ messages)

[PATCH v1] perf map: Fix map reference count issues
 2024-02-29  6:20 UTC 

[PATCH v2] drm/amgpu: Check return value of amdgpu_device_baco_enter/exit
 2024-02-29  6:19 UTC 

[PATCH] powerpc/mm: Code cleanup for __hash_page_thp
 2024-02-29  6:18 UTC  (6+ messages)

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 28 warnings (v6.8-rc6-226-gcbd0dd66742e1)
 2024-02-29  6:18 UTC 

[PATCH 0/4] platform/x86: x86-android-tablets: 2 regression fixes
 2024-02-29  6:12 UTC  (3+ messages)
` [PATCH 2/4] platform/x86: Add new get_serdev_controller() helper

[PATCH 1/2] ext4: Fixes len calculation in mpage_journal_page_buffers
 2024-02-29  6:10 UTC  (2+ messages)
` [PATCH 2/2] ext4: Remove PAGE_MASK dependency on mpage_submit_folio

[PATCH v5 0/4] UIO_MEM_DMA_COHERENT for cnic/bnx2/bnx2x
 2024-02-29  6:10 UTC  (3+ messages)

[PATCH] commit: Avoid redundant scissor line with --cleanup=scissors -v
 2024-02-29  6:09 UTC  (8+ messages)
    ` [PATCH v2 1/2] "

[PATCH v4 1/6] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-02-29  6:07 UTC  (5+ messages)
` [PATCH v4 2/6] perf: imx_perf: refactor driver for imx93
    ` [EXT] "

[PATCH v5 0/6] Fix double allocation in swiotlb_alloc()
 2024-02-29  6:07 UTC  (7+ messages)
` [PATCH v5 1/6] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v5 5/6] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
` [PATCH v5 6/6] swiotlb: Remove pointless stride adjustment for allocations >= PAGE_SIZE

[PATCH v2 0/3] docs: submit-checklist: structure by category
 2024-02-29  6:06 UTC  (5+ messages)
` [PATCH v2 2/3] docs: submit-checklist: use subheadings
` [PATCH v2 3/3] docs: submit-checklist: change to autonumbered lists

[PATCH 0/4] plugins/execlog: add data address match and address range support
 2024-02-29  6:05 UTC  (2+ messages)

CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
 2024-02-29  6:05 UTC  (10+ messages)

[EXT] Re: [EXT] Re: [EXT] Re: [PATCH v2 2/2] raspi: fixup additional vc created nodes
 2024-02-29  6:03 UTC 

[PATCH V3] Revert "drm/amdgpu: remove vm sanity check from amdgpu_vm_make_compute" for Raven
 2024-02-29  6:04 UTC 

[PATCH V2] migration: export fewer options
 2024-02-29  6:03 UTC  (3+ messages)

[PATCH 0/4] Confidential Guest Support: Introduce kvm_init() and kvm_reset() virtual functions
 2024-02-29  6:00 UTC  (5+ messages)
` [PATCH 1/4] confidential guest support: Add kvm_init() and kvm_reset() in class
` [PATCH 2/4] i386/sev: Switch to use confidential_guest_kvm_init()
` [PATCH 3/4] ppc/pef: switch to use confidential_guest_kvm_init/reset()
` [PATCH 4/4] s390: Switch to use confidential_guest_kvm_init()

[PATCH v3 0/7] Introduce multifd zero page checking
 2024-02-29  6:01 UTC  (13+ messages)
` [PATCH v3 1/7] migration/multifd: Add new migration option zero-page-detection
    ` [External] "
` [PATCH v3 2/7] migration/multifd: Implement zero page transmission on the multifd thread
    ` [External] "
` [PATCH v3 6/7] migration/multifd: Add zero pages and zero bytes counter to migration status interface
    ` [External] "

[PATCH V3] Revert "drm/amdgpu: remove vm sanity check from amdgpu_vm_make_compute" for Raven
 2024-02-29  6:01 UTC  (2+ messages)

[PATCH v3] mtd: ubi: fix NVMEM over UBI volumes on 32-bit systems
 2024-02-29  6:01 UTC  (3+ messages)

[PATCH v17 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
 2024-02-29  5:56 UTC  (5+ messages)
` [PATCH v17 2/6] crash: add a new kexec flag for hotplug support

[bluetooth-next:master] BUILD SUCCESS 57a12da5c1b735d1422edeb0c59f327f8e7f166f
 2024-02-29  5:51 UTC 

[PATCH 0/5] TCG plugins new inline operations
 2024-02-29  5:53 UTC  (6+ messages)
` [PATCH 1/5] plugins: prepare introduction of new inline ops
` [PATCH 2/5] plugins: add new inline op STORE_U64
` [PATCH 3/5] tests/plugin/inline: add test for STORE_U64 inline op
` [PATCH 4/5] plugins: conditional callbacks
` [PATCH 5/5] tests/plugin/inline: add test for condition callback

[PATCH v3 1/4] usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros
 2024-02-29  5:52 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: clock: keystone: remove unstable remark
 2024-02-29  5:48 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: clock: ti: "

[PATCH 1/2] opos6uldev: make the LCD work again
 2024-02-29  5:47 UTC  (6+ messages)

[PATCH v4 00/15] Nested PAPR API (KVM on PowerVM)
 2024-02-29  5:46 UTC  (6+ messages)
` [PATCH v4 05/15] spapr: nested: Document Nested PAPR API

CVE-2023-52484: iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range
 2024-02-29  5:43 UTC 

CVE-2023-52483: mctp: perform route lookups under a RCU read-side lock
 2024-02-29  5:43 UTC 

CVE-2023-52482: x86/srso: Add SRSO mitigation for Hygon processors
 2024-02-29  5:43 UTC 

CVE-2023-52481: arm64: errata: Add Cortex-A520 speculative unprivileged load workaround
 2024-02-29  5:43 UTC 

CVE-2023-52480: ksmbd: fix race condition between session lookup and expire
 2024-02-29  5:43 UTC 

CVE-2023-52479: ksmbd: fix uaf in smb20_oplock_break_ack
 2024-02-29  5:43 UTC 

CVE-2023-52478: HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
 2024-02-29  5:43 UTC 

CVE-2023-52477: usb: hub: Guard against accesses to uninitialized BOS descriptors
 2024-02-29  5:43 UTC 

CVE-2023-52475: Input: powermate - fix use-after-free in powermate_config_complete
 2024-02-29  5:43 UTC 

CVE-2023-52476: perf/x86/lbr: Filter vsyscall addresses
 2024-02-29  5:43 UTC 

[PATCH 0/4] some v2 capability advertisement cleanups
 2024-02-29  5:42 UTC  (3+ messages)
` [PATCH 4/4] upload-pack: only accept packfile-uris if we advertised it

[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-02-29  5:40 UTC  (3+ messages)
` [Outreachy][PATCH v2 "
  ` [Outreachy][PATCH v2 2/2] Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c

[PATCH V4 00/14] allow cpr-reboot for vfio
 2024-02-29  5:40 UTC  (8+ messages)
` [PATCH V4 14/14] migration: options incompatible with cpr

[PATCH v2] kconfig: menuconfig: Make hidden options show with different color
 2024-02-29  5:40 UTC  (2+ messages)

linux-next: Tree for Feb 29
 2024-02-29  5:39 UTC 

[PATCH 0/5] clk: qcom: sm8150: Add camera clock controller support for SM8150
 2024-02-29  5:38 UTC  (6+ messages)
` [PATCH 1/5] clk: qcom: alpha-pll: Fix the pll post div mask
` [PATCH 2/5] clk: qcom: clk-alpha-pll: Add support for Regera PLL ops
` [PATCH 3/5] dt-bindings: clock: qcom: Add SM8150 camera clock controller
` [PATCH 4/5] clk: qcom: Add camera clock controller driver for SM8150
` [PATCH 5/5] arm64: dts: qcom: Add camera clock controller for sm8150

[RFC PATCH] usb: gadget: ncm: Fix handling of zero block length packets
 2024-02-29  5:39 UTC  (4+ messages)

[PATCH] tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe
 2024-02-29  5:28 UTC 

[PATCH v2 0/8] imx8mp: Enable PCIe/NVMe support
 2024-02-29  5:29 UTC  (5+ messages)
` [PATCH v2 6/8] pci: Add DW PCIe controller support for iMX8MP SoC


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.