The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-05-17 15:32:17 to 2024-05-17 18:10:24 UTC [more...]

[PATCH 0/5] mtd: nand: gpmi-nand: add imx8qxp gpmi nand support
 2024-05-17 18:09 UTC 

[RFC PATCH v2 0/2] mm: convert mm's rss stats to use atomic mode
 2024-05-17 18:08 UTC  (8+ messages)
` [RFC PATCH v2 2/2] "

[PATCH] KVM: x86: Force KVM_WERROR if the global WERROR is enabled
 2024-05-17 18:03 UTC 

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-17 18:02 UTC  (12+ messages)
` [PATCH 1/3] capabilities: "

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-17 18:00 UTC  (5+ messages)

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-17 17:59 UTC  (5+ messages)
` [PATCH v3 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH v3 3/3] xfs: correct the zeroing truncate range

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-05-17 17:54 UTC  (51+ messages)
` [PATCH v2 01/49] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v2 02/49] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
` [PATCH v2 03/49] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
` [PATCH v2 04/49] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
` [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL
` [PATCH v2 06/49] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
` [PATCH v2 07/49] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
` [PATCH v2 08/49] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
` [PATCH v2 09/49] KVM: x86/pmu: Drop now-redundant refresh() during init()
` [PATCH v2 10/49] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
` [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after "
` [PATCH v2 12/49] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed
` [PATCH v2 13/49] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
` [PATCH v2 14/49] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
` [PATCH v2 15/49] KVM: x86: Zero out PV features cache when the CPUID leaf is not present
` [PATCH v2 16/49] KVM: x86: Don't update PV features caches when enabling enforcement capability
` [PATCH v2 17/49] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
` [PATCH v2 18/49] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
` [PATCH v2 19/49] KVM: x86: Add a macro to init CPUID features that ignore host kernel support
` [PATCH v2 20/49] KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
` [PATCH v2 21/49] KVM: x86: Add a macro to init CPUID features that are 64-bit only
` [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
` [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
` [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
` [PATCH v2 25/49] KVM: x86: Harden CPU capabilities processing against out-of-scope features
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 27/49] KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
` [PATCH v2 28/49] KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
` [PATCH v2 29/49] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
` [PATCH v2 30/49] KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
` [PATCH v2 31/49] KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
` [PATCH v2 32/49] KVM: x86: Remove all direct usage of cpuid_entry2_find()
` [PATCH v2 33/49] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
` [PATCH v2 34/49] KVM: x86: Advertise HYPERVISOR "
` [PATCH v2 35/49] KVM: x86: Add a macro to handle features that are fully VMM controlled
` [PATCH v2 36/49] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
` [PATCH v2 37/49] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
` [PATCH v2 38/49] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH v2 39/49] KVM: x86: Extract code for generating per-entry emulated CPUID information
` [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support
` [PATCH v2 41/49] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
` [PATCH v2 42/49] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
` [PATCH v2 43/49] KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support
` [PATCH v2 44/49] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
` [PATCH v2 45/49] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
` [PATCH v2 46/49] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
` [PATCH v2 47/49] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps
` [PATCH v2 48/49] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data
` [PATCH v2 49/49] *** DO NOT APPLY *** KVM: x86: Verify KVM initializes all consumed guest caps

[PATCH v3] x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
 2024-05-17 17:53 UTC  (7+ messages)

[PATCH stable] block/mq-deadline: fix different priority request on the same zone
 2024-05-17 17:53 UTC  (3+ messages)

[PATCH] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
 2024-05-17 17:51 UTC  (3+ messages)

[PATCH] line6: add midibuf init failure handling in line6_init_midi()
 2024-05-17 17:51 UTC  (5+ messages)

[PATCH] thermal: adding check if the thermal firmware is running
 2024-05-17 17:43 UTC  (7+ messages)

CVE-2024-27406: lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
 2024-05-17 17:42 UTC 

[regression] suspend stress test stalls within 30 minutes
 2024-05-17 17:41 UTC  (20+ messages)

[PATCH v8 00/10] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-05-17 17:40 UTC  (11+ messages)
` [PATCH v8 01/10] media: dt-bindings: Add Imagination "
` [PATCH v8 02/10] media: imagination: Add E5010 JPEG Encoder driver
` [PATCH v8 03/10] media: v4l2-jpeg: Export reference quantization and huffman tables
` [PATCH v8 04/10] media: imagination: Use exported tables from v4l2-jpeg core
` [PATCH v8 05/10] media: verisilcon : Use exported tables from v4l2-jpeg for hantro codec
` [PATCH v8 06/10] math.h: Add macros for rounding to closest value
` [PATCH v8 07/10] lib: add basic KUnit test for lib/math
` [PATCH v8 08/10] lib: math_kunit: Add tests for new rounding related macros
` [PATCH v8 09/10] media: imagination: Round to closest multiple for cropping region
` [PATCH v8 10/10] gpu: ipu-v3: Use generic macro for rounding closest to specified value

[PATCH v2 0/2] hwmon: (adt7475) duty cycle configuration
 2024-05-17 17:39 UTC  (12+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Document adt7475 PWM initial duty cycle

[PATCH v1] dt-bindings: pwm: describe the cells in #pwm-cells in pwm.yaml
 2024-05-17 17:38 UTC 

[PATCH v3 1/2] doc: swiotlb: iommu/dma: Clarify swiotlb=force option applies only to dma-direct
 2024-05-17 17:38 UTC  (2+ messages)
` [PATCH v3 2/2] doc: swiotlb: Document SWIOTLB areas parameter

[PATCH 00/20] x86/tdx: Rewrite TDCALL wrappers
 2024-05-17 17:37 UTC  (14+ messages)
` [PATCH 01/20] x86/tdx: Introduce tdvmcall_trampoline()
` [PATCH 02/20] x86/tdx: Add macros to generate TDVMCALL wrappers
` [PATCH 03/20] x86/tdx: Convert port I/O handling to use new TDVMCALL macros
` [PATCH 14/20] x86/tdx: Add macros to generate TDCALL wrappers
` [PATCH 16/20] x86/tdx: Convert VP_INFO tdcall to use new TDCALL_5() macro
` [PATCH 17/20] x86/tdx: Convert VM_RD/VM_WR tdcalls to use new TDCALL macros

[PATCH v2] x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
 2024-05-17 17:35 UTC  (3+ messages)

[PATCH] arm64: mm: force write fault for atomic RMW instructions
 2024-05-17 17:35 UTC  (10+ messages)

[PATCH 0/6] rds: rdma: Add ability to force GFP_NOIO
 2024-05-17 17:30 UTC  (4+ messages)

[PATCH] drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
 2024-05-17 17:26 UTC  (4+ messages)

[PATCH 0/7] Add support for hwspinlock bust
 2024-05-17 17:25 UTC  (6+ messages)
` [PATCH 6/7] remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stop

[PATCH v1 1/1] spi: pxa2xx: Move PXA SSP bindings to the correct folder
 2024-05-17 17:24 UTC  (2+ messages)

[PATCH v3 1/2] tty: rfcomm: prefer struct_size over open coded arithmetic
 2024-05-17 17:21 UTC  (2+ messages)
` [PATCH v3 2/2] tty: rfcomm: prefer array indexing over pointer arithmetic

[PATCH v3 0/2] tty: rfcomm: refactor rfcomm_get_dev_list() function
 2024-05-17 17:21 UTC 

[PATCH v7 0/3] arm64: qcom: sa8775p: add cache coherency support for SA8775P
 2024-05-17 17:20 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Don't disable next-page prefetcher on devices it works on
 2024-05-17 17:19 UTC  (3+ messages)

[PATCH v5 0/5] PCI: dwc: Add support for integrating HDMA with DWC EP driver
 2024-05-17 17:19 UTC  (2+ messages)

[PATCH v11 0/3] arm64: qcom: sa8775p: add support for EP PCIe
 2024-05-17 17:15 UTC  (2+ messages)

[PATCH v2 0/6] arm64/hyperv: Support Virtual Trust Level Boot
 2024-05-17 17:14 UTC  (3+ messages)
` [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

[PATCH v2] iwlwifi: mvm: adding check if the thermal firmware is running
 2024-05-17 17:13 UTC 

[PATCH] PCI: qcom: Switch to devm_clk_bulk_get_all() API to get the clocks from Devicetree
 2024-05-17 17:14 UTC  (2+ messages)

[PATCH] PCI: dwc: keystone: Fix potential NULL dereference
 2024-05-17 17:13 UTC  (3+ messages)
` [PATCH v4] PCI: dwc: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs()

[PATCH v3 0/6] clk: imx: clk-audiomix: Improvement for audiomix
 2024-05-17 17:13 UTC  (12+ messages)
` [PATCH v3 3/6] dt-bindings: clock: imx8mp: Add reset-controller sub-node

[PATCH v2] clocksource: Add node counter timer driver for MIPS/Loongson64
 2024-05-17 17:13 UTC 

[PATCH v8 0/5] PCI: dwc: Add common pme_turn_off message by using outbound iATU
 2024-05-17 17:12 UTC  (2+ messages)

[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-17 17:11 UTC  (19+ messages)
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
` [PATCH 5/5] iommufd: "

[PATCH 0/7] KVM: MMU changes for TDX VE support
 2024-05-17 17:09 UTC  (9+ messages)
` [PATCH 7/7] KVM: VMX: Introduce test mode related to EPT violation VE

[PATCH v4 1/1] PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
 2024-05-17 17:06 UTC  (2+ messages)

[PATCH] docs: rust: introduce the new kernel.org LLVM+Rust toolchains
 2024-05-17 17:06 UTC 

[PATCH v2] PCI: dwc: Use the correct sleep function in wait_for_link
 2024-05-17 17:06 UTC  (2+ messages)

[PATCH v12 0/8] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-05-17 17:04 UTC  (2+ messages)

[PATCH] x86/kvm/tdx: Save %rbp in TDX_MODULE_CALL
 2024-05-17 17:01 UTC  (15+ messages)

[PATCH] rpmsg: char: fix rpmsg_eptdev structure documentation
 2024-05-17 16:56 UTC 

[PATCH] f2fs: fix to check return value of f2fs_allocate_new_section
 2024-05-17 16:55 UTC  (2+ messages)

[PATCH] regmap: kunit: Fix array overflow in stride() test
 2024-05-17 16:54 UTC  (2+ messages)

[PATCH RFC v2 0/8] spi: axi-spi-engine: add offload support
 2024-05-17 16:51 UTC  (8+ messages)
` [PATCH RFC v2 1/8] spi: dt-bindings: spi-peripheral-props: add spi-offloads property

[net] ipv6: sr: fix missing sk_buff release in seg6_input_core
 2024-05-17 16:45 UTC 

[PATCH v5 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-05-17 16:44 UTC  (3+ messages)
` [PATCH v5 07/16] riscv: add ISA extensions validation callback

[GIT PULL] Please pull powerpc/linux.git powerpc-6.10-1 tag
 2024-05-17 16:36 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2)
 2024-05-17 16:29 UTC  (2+ messages)

[PATCH v5 0/7] Linux RISC-V IOMMU Support
 2024-05-17 16:28 UTC  (5+ messages)
` [PATCH v5 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver

[PATCH 0/6] rcu: Remove several redundant memory barriers
 2024-05-17 16:27 UTC  (8+ messages)
` [PATCH 2/6] rcu: Remove superfluous full memory barrier upon first EQS snapshot

[PATCH v19 000/130] KVM TDX basic feature support
 2024-05-17 16:25 UTC  (7+ messages)
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters

[PATCH v5 01/10] ext4: factor out a common helper to query extent map
 2024-05-17 16:19 UTC  (2+ messages)

[PATCH] perf/arm-dmc620: Fix lockdep assert in ->event_init()
 2024-05-17 16:17 UTC  (2+ messages)

[PATCH 00/12] [LSF/MM/BPF RFC] shmem/tmpfs: add large folios support
 2024-05-17 16:17 UTC  (3+ messages)
  ` [PATCH 11/12] shmem: add file length arg in shmem_get_folio() path

[PATCH v1 0/3] Add the core reset for UARTs of StarFive JH7110
 2024-05-17 16:16 UTC  (3+ messages)
` [PATCH v1 1/3] dt-bindings: serial: snps-dw-apb-uart: Add one more reset signal for StarFive JH7110 SoC

[PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-05-17 16:15 UTC  (11+ messages)
        ` [PATCH net-next 14/15 v2] "

[PATCH v2 0/3] Add I2C support on TH1520
 2024-05-17 16:14 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: dw: Document compatible thead,th1520-i2c

[PATCH 1/2] net: add option to ignore 'local-mac-address' property
 2024-05-17 16:13 UTC  (3+ messages)

[PATCH] fs/fuse: use correct name fuse_conn_list in docstring
 2024-05-17 16:10 UTC 

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[GIT PULL] hsi changes for hsi-6.10
 2024-05-17 16:05 UTC 

[GIT PULL] power-supply changes for 6.10
 2024-05-17 16:05 UTC 

[PATCH v6 0/7] Adds support for ConfigFS to VKMS!
 2024-05-17 16:00 UTC  (8+ messages)

6.10/regression/bisected - commit a68c7eaa7a8f cause *ERROR* Trying to clear memory with ring turned off in amdgpu_fill_buffer
 2024-05-17 15:59 UTC  (3+ messages)

[PATCH v4 00/15] Provide SEV-SNP support for running under an SVSM
 2024-05-17 15:58 UTC  (5+ messages)
` [PATCH v4 04/15] x86/sev: Check for the presence of an SVSM in the SNP Secrets page

[PATCH net-next v12 00/13] net: Make timestamping selectable
 2024-05-17 15:58 UTC  (4+ messages)
` [PATCH net-next v12 13/13] netlink: specs: tsinfo: Enhance netlink attributes and add a set command

[PATCH] media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg
 2024-05-17 15:58 UTC 

tpm_tis_spi takes minutes to probe
 2024-05-17 15:57 UTC  (3+ messages)

[PATCH 00/11] regmap: kunit: Add some test cases and a few small improvements
 2024-05-17 15:57 UTC  (5+ messages)
` [PATCH 04/11] regmap: kunit: Run sparse cache tests at non-zero register addresses

[PATCH v4 0/7] iommu, dma-mapping: Simplify arch_setup_dma_ops()
 2024-05-17 15:54 UTC  (7+ messages)
` [PATCH v4 5/7] iommu/dma: Make limit checks self-contained

[PATCH -mm] nilfs2: Use __field_struct() for a bitwise field
 2024-05-17 15:52 UTC  (4+ messages)

[PATCH v3 37/40] fsi: core: Add different types of CFAM
 2024-05-17 15:49 UTC  (2+ messages)

[syzbot] [overlayfs?] WARNING in ovl_workdir_create (3)
 2024-05-17 15:43 UTC  (3+ messages)

[PATCH] net: Fix the gso BUG_ON that treat the skb which head_frag is true as non head_frag
 2024-05-17 15:40 UTC  (2+ messages)
` [PATCH] test_bpf: Add an skb_segment test for a non linear frag_list whose head_frag=1 and gso_size was mangled

[PATCH v1 1/1] spi: Remove unneded check for orig_nents
 2024-05-17 15:40 UTC  (8+ messages)

[PATCH v6] can: mcp251xfd: fix infinite loop when xmit fails
 2024-05-17 15:32 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox