messages from 2024-11-27 20:25:44 to 2024-11-28 01:35:10 UTC [more...]
[PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching
2024-11-28 1:33 UTC (23+ messages)
` [PATCH v3 01/57] KVM: x86: Use feature_bit() to clear CONSTANT_TSC when emulating CPUID
` [PATCH v3 02/57] KVM: x86: Limit use of F() and SF() to kvm_cpu_cap_{mask,init_kvm_defined}()
` [PATCH v3 03/57] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v3 04/57] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
` [PATCH v3 05/57] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
` [PATCH v3 06/57] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
` [PATCH v3 07/57] KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entries
` [PATCH v3 08/57] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
` [PATCH v3 09/57] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
` [PATCH v3 10/57] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
` [PATCH v3 11/57] KVM: x86/pmu: Drop now-redundant refresh() during init()
` [PATCH v3 12/57] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
` [PATCH v3 13/57] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after "
` [PATCH v3 14/57] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed
` [PATCH v3 15/57] KVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITS
` [PATCH v3 16/57] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
` [PATCH v3 17/57] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
` [PATCH v3 18/57] KVM: x86: Zero out PV features cache when the CPUID leaf is not present
` [PATCH v3 19/57] KVM: x86: Don't update PV features caches when enabling enforcement capability
` [PATCH v3 20/57] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
` [PATCH v3 21/57] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
` [PATCH v3 22/57] KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of code
[PATCH v2 0/3] objtool: noinstr validation for static branches/calls
2024-11-28 1:35 UTC (2+ messages)
[net-next v6 0/9] Add support for per-NAPI config via netlink
2024-11-28 1:34 UTC (9+ messages)
` [net-next v6 5/9] net: napi: Add napi_config
[PATCH] gpio: gpio-pca953x: do not enable regmap cache when there is no regulator
2024-11-28 1:31 UTC (3+ messages)
[PATCH v5 0/1] riscv: dts: starfive: jh7110-milkv-mars: enable usb0 host function
2024-11-28 1:31 UTC (5+ messages)
[PATCH v5] sched/psi: fix memory barrier without comment warnings
2024-11-28 1:25 UTC (4+ messages)
[PATCH] stackdepot: fix stack_depot_save_flags() in NMI context
2024-11-28 1:25 UTC (2+ messages)
[GIT PULL] arm64 updates for 6.13-rc1
2024-11-28 1:21 UTC (6+ messages)
[PATCH] nfsd: set acl_access/acl_default after getting successful
2024-11-28 1:17 UTC (2+ messages)
[PATCH] sparc/pci: Make pci_poke_lock a raw_spinlock_t
2024-11-28 1:17 UTC (16+ messages)
[GIT PULL] exfat update for 6.13-rc1
2024-11-28 1:15 UTC
[PATCH v4 0/6] KVM: x86: Prep KVM hypercall handling for TDX
2024-11-28 1:06 UTC (8+ messages)
` [PATCH v4 1/6] KVM: x86: Play nice with protected guests in complete_hypercall_exit()
` [PATCH v4 2/6] KVM: x86: Add a helper to check for user interception of KVM hypercalls
` [PATCH v4 3/6] KVM: x86: Move "emulate hypercall" function declarations to x86.h
` [PATCH v4 4/6] KVM: x86: Bump hypercall stat prior to fully completing hypercall
` [PATCH v4 5/6] KVM: x86: Always complete hypercall via function callback
` [PATCH v4 6/6] KVM: x86: Refactor __kvm_emulate_hypercall() into a macro
[PATCH v2] perf tools: Avoid unaligned pointer operations
2024-11-28 1:03 UTC
[PATCH v2] riscv: module: use a plain variable for list_head instead of a pointer
2024-11-28 1:01 UTC (2+ messages)
[PATCH v4 00/10] Add jump table support for objtool on LoongArch
2024-11-28 1:00 UTC (8+ messages)
` [PATCH v4 06/10] objtool: Handle unsorted table offset of rodata
[PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
2024-11-28 0:58 UTC (2+ messages)
[PATCH v2 0/5] Add jump table support for objtool on LoongArch
2024-11-28 0:56 UTC (10+ messages)
` [PATCH v2 5/5] LoongArch: Enable jump table with GCC for objtool
` annotating jump tables (Re: [PATCH v2 5/5] LoongArch: Enable jump table with GCC for objtool)
[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
2024-11-28 0:55 UTC (17+ messages)
` [PATCH v4 01/16] KVM: Move KVM_REG_SIZE() definition to common uAPI header
` [PATCH v4 02/16] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
` [PATCH v4 03/16] KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
` [PATCH v4 04/16] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
` [PATCH v4 05/16] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
` [PATCH v4 06/16] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
` [PATCH v4 07/16] KVM: selftests: Compute number of extra pages needed "
` [PATCH v4 08/16] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
` [PATCH v4 09/16] KVM: selftests: Enable mmu_stress_test on arm64
` [PATCH v4 10/16] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
` [PATCH v4 11/16] KVM: selftests: Precisely limit the number of guest loops "
` [PATCH v4 12/16] KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
` [PATCH v4 13/16] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
` [PATCH v4 14/16] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH v4 15/16] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH v4 16/16] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR
[GIT PULL] execve updates for v6.13-rc1 (take 2)
2024-11-28 0:53 UTC (5+ messages)
[PATCH] perf tools: Avoid unaligned pointer operations
2024-11-28 0:51 UTC (2+ messages)
[PATCH] mm: vmscan: ensure kswapd is woken up if the wait queue is active
2024-11-28 0:49 UTC (2+ messages)
[PATCH v6.1] drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
2024-11-28 0:19 UTC (3+ messages)
[PATCH v8 0/2] x86/cacheinfo: Set the number of leaves per CPU
2024-11-28 0:22 UTC (3+ messages)
` [PATCH v8 1/2] cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU
` [PATCH v8 2/2] x86/cacheinfo: Delete global num_cache_leaves
[RFC PATCH 00/16] sched/fair/schedutil: Better manage system response time
2024-11-28 0:12 UTC (3+ messages)
` [RFC PATCH 11/16] sched/qos: Add rampup multiplier QoS
[PATCH] locking/lockdep: Enforce PROVE_RAW_LOCK_NESTING only if ARCH_SUPPORTS_RT
2024-11-28 0:00 UTC (3+ messages)
[PATCH v2 0/2] KVM: nVMX: Fix an SVI update bug with passthrough APIC
2024-11-28 0:00 UTC (3+ messages)
` [PATCH v2 1/2] KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
` [PATCH v2 2/2] KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
[GIT PULL] Modules changes for v6.13-rc1
2024-11-27 23:56 UTC (5+ messages)
[PATCH] KVM: selftests: Use data load to trigger LLC references/misses in Intel PMU
2024-11-27 23:56 UTC
[PATCH] x86/aesni: fix uninit value for skcipher_walk
2024-11-27 23:55 UTC (2+ messages)
[PATCH v2] selinux: add generated av_permissions.h to targets
2024-11-27 23:53 UTC (2+ messages)
[PATCH] KVM: SVM: Remove redundant TLB flush on guest CR4.PGE change
2024-11-27 23:53 UTC
[PATCH 0/1] amdgpu fix for gfx1103 queue evict/restore crash v2
2024-11-27 23:50 UTC (4+ messages)
` [PATCH 1/1] amdgpu fix for gfx1103 queue evict/restore crash
[PATCH] KVM: SVM: Macrofy SEV=n versions of sev_xxx_guest()
2024-11-27 23:46 UTC
[PATCH v4 0/9] mm: workingset reporting
2024-11-27 23:38 UTC (6+ messages)
` [PATCH v4 9/9] virtio-balloon: add "
[PATCH] x86/nmi: Use trylock in __register_nmi_handler() when in_nmi()
2024-11-27 23:34 UTC
[PATCH v6 0/5] media: qcom: camss: Add sc7280 support
2024-11-27 23:31 UTC (4+ messages)
` [PATCH v6 1/5] media: dt-bindings: Add qcom,sc7280-camss
[PATCH-next] modpost: Remove logically dead condition
2024-11-27 23:30 UTC (4+ messages)
[PATCH v3 0/7] streamline_config.pl: fix: process configs set to "y"
2024-11-27 23:26 UTC (3+ messages)
[PATCH v2 00/11] kbuild: support building external modules in a separate build directory
2024-11-27 23:15 UTC (6+ messages)
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=
[PATCH] Bluetooth: btmtk: Remove resetting mt7921 before downloading the fw
2024-11-27 23:14 UTC (2+ messages)
` [REGRESSION] bluetooth: mt7921: Crash on Resume From Suspend And Hibernate
[GIT PULL] power-supply changes for 6.13
2024-11-27 23:05 UTC
[RFC PATCH 0/6] SEAMCALL Wrappers
2024-11-27 23:04 UTC (8+ messages)
` [RFC PATCH 1/6] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
[BUG] possible deadlock in __schedule (with reproducer available)
2024-11-27 23:03 UTC (2+ messages)
[patch 0/2] timekeeping: Fall cleaning
2024-11-27 23:02 UTC (5+ messages)
` [patch 2/2] timekeeping: Always check for negative motion
[PATCH v2] ARM: dts: ti/omap: gta04: fix pm issues caused by spi module
2024-11-27 23:00 UTC (2+ messages)
[PATCH] ARM: dts: ti/omap: gta04: fix pm issues caused by spi module
2024-11-27 22:58 UTC (9+ messages)
[GIT PULL] More ACPI updates for v6.13-rc1
2024-11-27 22:59 UTC (2+ messages)
[GIT PULL] Additional power management updates for v6.13-rc1
2024-11-27 22:59 UTC (2+ messages)
[GIT PULL] Additional thermal control updates for v6.13-rc1
2024-11-27 22:59 UTC (2+ messages)
[PATCH net v3 0/2] bnxt: Fix failure to report RSS context in ntuple rule
2024-11-27 22:58 UTC (3+ messages)
` [PATCH net v3 1/2] bnxt_en: ethtool: Supply ntuple rss context action
` [PATCH net v3 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rule
[PATCH v3 0/7] Add SEV-SNP restricted injection hypervisor support
2024-11-27 22:55 UTC (8+ messages)
` [PATCH v3 1/7] x86/sev: Define the #HV doorbell page structure
` [PATCH v3 2/7] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH v3 3/7] KVM: SVM: Inject #HV when restricted injection is active
` [PATCH v3 4/7] KVM: SVM: Inject NMIs "
` [PATCH v3 5/7] KVM: SVM: Inject MCEs "
` [PATCH v3 6/7] KVM: SVM: Add support for the SEV-SNP #HV IPI NAE event
` [PATCH v3 7/7] KVM: SVM: Enable restricted injection for an SEV-SNP guest
[GIT PULL] Please pull IOMMUFD subsystem changes #2
2024-11-27 22:58 UTC (2+ messages)
[PATCH v1 0/2] Vectorize and simplify zswap_store_page()
2024-11-27 22:53 UTC (3+ messages)
` [PATCH v1 1/2] mm: zswap: Modified zswap_store_page() to process multiple pages in a folio
` [PATCH v1 2/2] mm: zswap: zswap_store_pages() simplifications for batching
[PATCH v2] bpf, verifier: Improve precision of BPF_MUL
2024-11-27 22:53 UTC (2+ messages)
[PATCH v3 0/7] streamline_config.pl: fix: process configs set to "y"
2024-11-27 22:50 UTC (5+ messages)
` [PATCH v2 7/7] streamline_config.pl: check prompt for bool options
[PATCH] counter: add COUNTER_FUNCTION_DISABLE for energy saving
2024-11-27 22:49 UTC (3+ messages)
` [PATCH] Add COUNTER_FUNCTION_DISABLE to the counter API
[PATCH v2] scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error
2024-11-27 22:37 UTC (2+ messages)
[PATCH 2/2] pwm: correct pwm->state.enabled handling to allow fops control
2024-11-27 22:26 UTC (2+ messages)
` [PATCH v2] pwm: improve state handling in ehrpwm driver
arch/arm/mach-mv78xx0/pcie.c:46:5: sparse: sparse: symbol 'pcie_port_size' was not declared. Should it be static?
2024-11-27 22:23 UTC
[PATCH] spi: apple: Set use_gpio_descriptors to true
2024-11-27 22:18 UTC
[PATCH 0/2] Add support for Avago/Broadcom APDS9160
2024-11-27 22:11 UTC (4+ messages)
` [PATCH 2/2] iio: light: Add APDS9160 ALS & Proximity sensor driver
[QUESTION] What memcg lifetime is required by list_lru_add?
2024-11-27 22:05 UTC (2+ messages)
[PATCH 0/5] thermal: multi-sensor aggregation support
2024-11-27 22:05 UTC (2+ messages)
Regression: mmap rejects shared, read-only mappings of write-sealed memfds
2024-11-27 21:59 UTC (2+ messages)
bcachefs: suspicious mm pointer in struct dio_write
2024-11-27 21:59 UTC (16+ messages)
[syzbot] [net?] KASAN: global-out-of-bounds Read in __hw_addr_add_ex (2)
2024-11-27 21:55 UTC
drivers/spi/spi-pci1xxxx.c:373:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
2024-11-27 21:52 UTC
[PATCH] counter: add COUNTER_FUNCTION_DISABLE for energy saving
2024-11-27 21:48 UTC (4+ messages)
` [PATCH] Add COUNTER_FUNCTION_DISABLE to the counter API
[PATCH v2] of: WARN on deprecated #address-cells/#size-cells handling
2024-11-27 21:42 UTC (4+ messages)
[GIT PULL]: Soundwire subsystem updates for v6.13
2024-11-27 21:41 UTC (2+ messages)
[GIT PULL]: Generic phy subsystem updates for v6.13
2024-11-27 21:41 UTC (2+ messages)
[GIT PULL]: dmaengine subsystem updates for v6.13
2024-11-27 21:41 UTC (2+ messages)
[GIT PULL] gpio fixes for v6.13-rc1
2024-11-27 21:41 UTC (2+ messages)
[GIT PULL] VFIO updates for v6.13-rc1
2024-11-27 21:41 UTC (2+ messages)
[GIT PULL] virtio: features, fixes, cleanups
2024-11-27 21:40 UTC (2+ messages)
[RFC PATCH 01/20] powerpc/cell: Remove support for IBM Cell Blades
2024-11-27 21:27 UTC (2+ messages)
[PATCH v3 0/7] riscv: ftrace: atmoic patching and preempt improvements
2024-11-27 21:25 UTC (2+ messages)
[PATCH] clk: amlogic: axg-audio: select RESET_MESON_AUX
2024-11-27 21:23 UTC (4+ messages)
[PATCH v2] regmap: detach regmap from dev on regmap_exit
2024-11-27 21:22 UTC
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_read_iter
2024-11-27 21:22 UTC
[syzbot] [kernel?] BUG: sleeping function called from invalid context in static_key_slow_dec
2024-11-27 21:22 UTC
[PATCH v3] fs/ceph/file: fix buffer overflow in __ceph_sync_read()
2024-11-27 21:21 UTC
[WIP RFC v2 01/35] WIP: rust/drm: Add fourcc bindings
2024-11-27 21:21 UTC (8+ messages)
` [WIP RFC v2 02/35] WIP: rust: drm: Add traits for registering KMS devices
` [WIP RFC v2 20/35] WIP: rust: drm/kms: Add drm_atomic_state bindings
[PATCH] fs/ceph/file: fix memory leaks in __ceph_sync_read()
2024-11-27 21:20 UTC
[RFC PATCH 0/4] Promotion of Unmapped Page Cache Folios
2024-11-27 21:18 UTC (2+ messages)
[PATCH v2] fs/ceph/file: fix buffer overflow in __ceph_sync_read()
2024-11-27 21:06 UTC (5+ messages)
[GIT PULL] AppArmor updates for 6.13
2024-11-27 20:59 UTC
[PATCH RFC 0/3] Introduce orphan tee_shm and default tee_context
2024-11-27 21:02 UTC (17+ messages)
` [PATCH RFC 3/3] tee: introduce orphan tee_shm and default context
[PATCH] ima: instantiate the bprm_creds_for_exec() hook
2024-11-27 21:02 UTC
[RFC PATCH] mm/damon: introduce DAMOS filter type UNMAPPED
2024-11-27 20:56 UTC
[PATCH] kdb: utilize more readable control characters macro in kdb io
2024-11-27 20:55 UTC (2+ messages)
[PATCH can-next] dt-bindings: can: tcan4x5x: add missing required clock-names
2024-11-27 20:53 UTC (8+ messages)
[PATCH v3 0/15] Enable CXL PCIe port protocol error handling and logging
2024-11-27 20:53 UTC (9+ messages)
` [PATCH v3 05/15] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
` [PATCH v3 06/15] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe port devices
[PATCH v4 0/3] rust: Add pr_*_once macros
2024-11-27 20:39 UTC (4+ messages)
` [PATCH v4 3/3] rust: error: Replace pr_warn by pr_warn_once
[PATCH] fujitsu-laptop: replace strcpy -> strscpy
2024-11-27 20:37 UTC
[PATCH] drm:panel-orientation-quirks Added DeckHD support to panel orientation quirks for Steam Deck This commit introduces a new quirk to handle specific orientation issues for DeckHD panels on the Steam Deck. The quirk ensures the correct display orientation for these panels, enhancing the user experience on Steam Deck devices. Tested on my Steam Deck to ensure reliability. Feedback and further testing are welcome
2024-11-27 20:35 UTC
[PATCH v3 0/7] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2024-11-27 20:35 UTC (4+ messages)
` [PATCH v3 7/7] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox