public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-18 21:03:12 to 2026-02-19 00:26:35 UTC [more...]

[RFC PATCH 0/5] KVM: nSVM: Fix RIP usage in the control area after restore
 2026-02-19  0:26 UTC  (7+ messages)
` [RFC PATCH 1/5] KVM: nSVM: Do not use L2's RIP for vmcb02's NextRIP after first L2 VMRUN
` [RFC PATCH 4/5] KVM: SVM: Recalculate nested RIPs after restoring REGS/SREGS

[PATCH v2 0/2] xen/xenbus: better handle backend crash
 2026-02-19  0:26 UTC  (3+ messages)
` [PATCH v2 1/2] xenbus: add xenbus_device parameter to xenbus_read_driver_state()

[PATCH] xfs: Fix error pointer dereference
 2026-02-19  0:25 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Don't create SPTEs for addresses that aren't mappable
 2026-02-19  0:23 UTC  (2+ messages)

[PATCH] MAINTAINERS: update usnic maintainer list
 2026-02-19  0:23 UTC  (2+ messages)

[PATCH v9 3/9] PCI: Avoid saving config space state in reset path
 2026-02-19  0:20 UTC  (3+ messages)

[GIT PULL] AppArmor updates for 7.0-rc1
 2026-02-19  0:19 UTC 

[PATCH v2][next] wifi: ath6kl: wmi: Avoid -Wflex-array-member-not-at-end warning
 2026-02-19  0:18 UTC  (2+ messages)

[RFC PATCH v1 0/2] Starter task: Querying errors from
 2026-02-19  0:15 UTC  (7+ messages)
` [RFC PATCH v1 1/2] drm/syncobj: Add DRM_IOCTL_SYNCOBJ_QUERY_ERROR to query fence error status

[PATCH] MAINTAINERS: drop enic maintainer entry for benve
 2026-02-19  0:12 UTC  (3+ messages)

[PATCH] crypto: Add SPDX ids to some files
 2026-02-19  0:09 UTC 

[PATCH] KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
 2026-02-19  0:06 UTC  (3+ messages)

[PATCH] x86/boot/compressed: Fix signedness of rdfs8()
 2026-02-19  0:02 UTC  (6+ messages)

[PATCH v2 0/4] Clean up access to trace_event_file from a file struct
 2026-02-19  0:01 UTC  (4+ messages)
` [PATCH v2 1/4] tracing: Fix checking of freed trace_event_file for hist files

[GIT PULL] RISC-V updates for v7.0
 2026-02-19  0:01 UTC  (8+ messages)

[PATCH v10 0/8] Preparatory patches for nova-core memory management
 2026-02-18 23:59 UTC  (4+ messages)

[PATCH v2 1/1] gpiolib: of: add gpio-line node support
 2026-02-18 23:56 UTC  (9+ messages)

[PATCH] crypto: atmel-sha204a - Fix OOM ->tfm_count leak
 2026-02-18 23:54 UTC 

[PATCH v3 00/16] x86/msr: Inline rdmsr/wrmsr instructions
 2026-02-18 23:36 UTC  (5+ messages)
` [PATCH v3 09/16] x86/msr: Use the alternatives mechanism for WRMSR

[PATCH net V2 0/6] mlx5 misc fixes 2026-02-18
 2026-02-18 23:49 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for 7.0 #1
 2026-02-18 23:48 UTC  (3+ messages)

[PATCH 1/1] Drivers: hv: vmbus: Simplify allocation of vmbus_evt
 2026-02-18 23:47 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH 6.12 00/42] 6.12.74-rc1 review
 2026-02-18 23:43 UTC  (2+ messages)

[PATCH 6.18 00/43] 6.18.13-rc1 review
 2026-02-18 23:42 UTC  (2+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-18 23:40 UTC  (4+ messages)

[PATCH v2 0/3] Use killable vma write locking in most places
 2026-02-18 23:40 UTC  (6+ messages)
` [PATCH v2 2/3] mm: replace vma_start_write() with vma_start_write_killable()

[PATCH] iio: adc: ti-ads7950: normalize return value of gpio_get
 2026-02-18 23:40 UTC  (2+ messages)

[PATCH] mshv: expose hv_call_scrub_partition
 2026-02-18 23:35 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: dt-bindings: fix the ak4458 and ak5558 binding doc
 2026-02-18 23:34 UTC  (2+ messages)

[PATCH 0/3] Bitmask logic fix and firmware-name support for AW88261 amplifier driver
 2026-02-18 23:34 UTC  (2+ messages)

[PATCH 0/2] ASoC: amd: add ACPI mach entries and quirk
 2026-02-18 23:34 UTC  (2+ messages)

[PATCH V7 00/19] famfs: port into fuse
 2026-02-18 23:33 UTC  (7+ messages)
  ` [PATCH V7 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V7 04/19] dax: Save the kva from memremap

[PATCH v5] mshv: Add support for integrated scheduler
 2026-02-18 23:28 UTC  (2+ messages)

[PATCH] mshv: Use try_cmpxchg() instead of cmpxchg()
 2026-02-18 23:27 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH v3] gpu: nova-core: fix stack overflow in GSP memory allocation
 2026-02-18 23:23 UTC  (2+ messages)

[PATCH v2 0/8] KVM: SVM: A fix and cleanups for VMCB intercepts
 2026-02-18 23:23 UTC  (14+ messages)
` [PATCH v2 1/8] KVM: SVM: Explicitly mark vmcb01 dirty after modifying "
` [PATCH v2 2/8] KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested parts
` [PATCH v2 3/8] KVM: nSVM: WARN and abort vmcb02 intercepts recalc if vmcb02 isn't active
` [PATCH v2 4/8] KVM: nSVM: Directly (re)calc vmcb02 intercepts from nested_vmcb02_prepare_control()
` [PATCH v2 5/8] KVM: nSVM: Use intuitive local variables in nested_vmcb02_recalc_intercepts()
` [PATCH v2 6/8] KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()
` [PATCH v2 7/8] KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_state
` [PATCH v2 8/8] KVM: nSVM: Capture svm->nested.ctl as vmcb12_ctrl when preparing vmcb02

[PATCH] x86/hyperv: Fix error pointer dereference
 2026-02-18 23:22 UTC  (3+ messages)

[PATCH v3 00/21] Cache Aware Scheduling
 2026-02-18 23:21 UTC  (14+ messages)
` [PATCH v3 04/21] sched/cache: Make LLC id continuous
` [PATCH v3 15/21] sched/cache: Disable cache aware scheduling for processes with high thread counts

[PATCH bpf v2] selftests/bpf: Remove hexdump dependency
 2026-02-18 23:20 UTC  (2+ messages)

[PATCH bpf v1 0/2] libbpf: Remove extern declaration of bpf_stream_vprintk()
 2026-02-18 23:20 UTC  (4+ messages)
` [PATCH bpf v1 1/2] selftests/bpf: Use vmlinux.h in test_xdp_meta
` [PATCH bpf v1 2/2] libbpf: Remove extern declaration of bpf_stream_vprintk()

[PATCH RFC v2 00/17] RISC-V: QoS: add CBQRI resctrl interface
 2026-02-18 23:18 UTC  (5+ messages)
` [PATCH RFC v2 08/17] RISC-V: QoS: add resctrl interface for CBQRI controllers

[PATCH v2 0/5] KVM: nSVM: Fix save/restore of NextRIP & interrupt shadow
 2026-02-18 23:12 UTC  (3+ messages)
` [PATCH v2 3/5] KVM: nSVM: Move sync'ing to vmcb12 cache after completing interrupts

[PATCH] net: phy: qcom: qca807x: normalize return value of gpio_get
 2026-02-18 23:11 UTC  (4+ messages)

[RFC 0/1] Shrinking rwsem
 2026-02-18 23:06 UTC  (10+ messages)
` [RFC 1/1] rwsem: Shrink rwsem by one pointer

[PATCH v2 0/4] Fix USB controller support for RK3368
 2026-02-18 22:52 UTC  (4+ messages)
` [PATCH v2 2/4] arm64: dts: rockchip: Add USB2.0 PHY "

[PATCH v2 next 00/11] tools/nolibc: Enhance printf()
 2026-02-18 22:57 UTC  (6+ messages)
` [PATCH v2 next 06/11] tools/nolibc/printf: Use bit-masks to hold requested flag, length and conversion chars

[PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-02-18 22:56 UTC  (11+ messages)

[PATCH v3 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-18 22:55 UTC  (11+ messages)
` [PATCH v3 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
` [PATCH v3 3/3] selftests: memcg: Add tests IN_DELETE_SELF and IN_IGNORED on memory.events

[PATCH 0/6] Add RMPOPT support
 2026-02-18 22:56 UTC  (11+ messages)
` [PATCH 2/6] x86/sev: add support for enabling RMPOPT

[GIT PULL] More power management updates for v7.0-rc1
 2026-02-18 22:55 UTC  (2+ messages)

[GIT PULL] Additional thermal control update for v7.0-rc1
 2026-02-18 22:55 UTC  (2+ messages)

[GIT PULL] More ACPI support updates for v7.0-rc1
 2026-02-18 22:55 UTC  (2+ messages)

Fw: xAPIC deprecation plan - concerns from a bootloader/OS developer
 2026-02-18 22:52 UTC  (3+ messages)

[PATCH] selftests/nolibc: Fix build with host headers and libc
 2026-02-18 22:51 UTC  (5+ messages)

[PATCH v1 0/2] Add ASoC machine driver for Lenovo YB1 tablets
 2026-02-18 22:45 UTC  (7+ messages)
` [PATCH v1 1/2] ASoC: Intel: cht_yogabook: Add driver for Lenovo Yoga Book tablets
` [PATCH v1 2/2] ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Book entries

ld.lld: error: undefined symbol: gpiochip_get_data
 2026-02-18 22:39 UTC 

[PATCH 1/1] PCI: Account fully optional bridge windows correctly
 2026-02-18 22:34 UTC 

[PATCH next] accel: ethosu: Fix shift overflow in cmd_to_addr()
 2026-02-18 22:30 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: hwmon: ti,ina2xx: Add INA234 device
 2026-02-18 22:28 UTC  (3+ messages)
` [PATCH 2/2] hwmon: (ina2xx) Add support for INA234

[PATCH v3] mm: move pgscan, pgsteal, pgrefill to node stats
 2026-02-18 22:26 UTC 

[RFC] drivers: base: component: these can be part of more than one aggregate
 2026-02-18 22:03 UTC 

[PATCH 0/3] accel: ethosu: Runtime PM refcounting and cmd stream validation fixes
 2026-02-18 22:21 UTC  (4+ messages)
` [PATCH 1/3] accel: ethosu: Fix job submit error clean-up refcount underflows
` [PATCH 2/3] accel: ethosu: Fix NPU_OP_ELEMENTWISE validation with scalar
` [PATCH 3/3] accel: ethosu: Handle possible underflow in IFM size calculations

[PATCH] arm64: remove HAVE_CMPXCHG_LOCAL
 2026-02-18 22:07 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in __page_table_check_zero (3)
 2026-02-18 21:59 UTC 

[PATCH v7 0/6] Introduce MAX77759 charger driver
 2026-02-18 21:59 UTC  (7+ messages)
` [PATCH v7 1/6] dt-bindings: mfd: maxim,max77759: reference power-supply schema and add regulator property
` [PATCH v7 2/6] dt-bindings: usb: maxim,max33359: Add supply property for vbus
` [PATCH v7 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger
` [PATCH v7 4/6] lib/linear_ranges: Add linear_range_get_selector_high_array
` [PATCH v7 5/6] power: supply: max77759: add charger driver
` [PATCH v7 6/6] usb: typec: tcpm/tcpci_maxim: deprecate WAR for setting charger mode

[PATCH] x86/boot/compressed: make error() take const char *
 2026-02-18 21:58 UTC  (2+ messages)

Writing more than 4096 bytes with O_SYNC flag does not persist all previously written data if system crashes
 2026-02-18 21:55 UTC  (2+ messages)

[ndctl PATCH v4 RESEND] cxl/cli: enforce HPA-descending teardown
 2026-02-18 21:54 UTC  (2+ messages)

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-02-18 21:54 UTC  (9+ messages)

[PATCH] gfs2: Fix error pointer dereference
 2026-02-18 21:53 UTC  (3+ messages)

[PATCH v1 0/4] platform/x86: oxpec: Add more devices
 2026-02-18 21:49 UTC  (5+ messages)
` [PATCH v1 1/4] platform/x86: oxpec: Add support for OneXPlayer APEX
` [PATCH v1 2/4] platform/x86: oxpec: Add support for OneXPlayer X1z
` [PATCH v1 3/4] platform/x86: oxpec: Add support for OneXPlayer X1 Air
` [PATCH v1 4/4] platform/x86: oxpec: Add support for Aokzoe A2 Pro

[PATCH 13/13] lib/fonts: Remove internal symbols and macros from public header file
 2026-02-18 21:47 UTC  (2+ messages)

[PATCH] usb: typec: Fix error pointer dereference
 2026-02-18 21:46 UTC 

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-18 21:45 UTC  (13+ messages)
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops

[PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
 2026-02-18 21:32 UTC 

[PATCH 00/15] AES-CMAC library
 2026-02-18 21:42 UTC  (17+ messages)
` [PATCH 01/15] lib/crypto: aes: Add support for CBC-based MACs
` [PATCH 02/15] crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library
` [PATCH 03/15] crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bit
` [PATCH 04/15] lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
` [PATCH 05/15] lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
` [PATCH 06/15] lib/crypto: tests: Add KUnit tests for CBC-based MACs
` [PATCH 07/15] lib/crypto: aes: Add FIPS self-test for CMAC
` [PATCH 08/15] smb: client: Use AES-CMAC library for SMB3 signature calculation
` [PATCH 09/15] smb: client: Remove obsolete cmac(aes) allocation
` [PATCH 10/15] smb: client: Make generate_key() return void
` [PATCH 11/15] smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()
` [PATCH 12/15] ksmbd: Use AES-CMAC library for SMB3 signature calculation
` [PATCH 13/15] Bluetooth: SMP: Use AES-CMAC library API
` [PATCH 14/15] wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac()
` [PATCH 15/15] wifi: mac80211: Use AES-CMAC library in aes_s2v()

[PATCH] lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUs
 2026-02-18 21:40 UTC  (2+ messages)

[PATCH] thunderbolt: Fix PCIe device enumeration with delayed rescan
 2026-02-18 21:35 UTC  (12+ messages)

[PATCH RFC] block: enable RWF_DONTCACHE for block devices
 2026-02-18 21:13 UTC 

[LSF/MM/BPF TOPIC][RESEND] Status of Rust in the block subsystem
 2026-02-18 21:31 UTC 

[next-20260216]NULL pointer dereference in drain_obj_stock() (RCU free path)
 2026-02-18 21:25 UTC  (4+ messages)

[PATCH] USB: typec: tcpci: Make tcpci_pm_ops variable static
 2026-02-18 21:24 UTC  (7+ messages)

[PATCH v7 00/23] nova-core: Add memory management support
 2026-02-18 21:20 UTC  (24+ messages)
` [PATCH v7 01/23] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v7 02/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v7 03/23] nova-core: Add BAR1 aperture type and size constant
` [PATCH v7 04/23] nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v7 05/23] nova-core: mm: Add common memory management types
` [PATCH v7 06/23] nova-core: mm: Add common types for all page table formats
` [PATCH v7 07/23] nova-core: mm: Add MMU v2 page table types
` [PATCH v7 08/23] nova-core: mm: Add MMU v3 "
` [PATCH v7 09/23] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v7 10/23] nova-core: mm: Add TLB flush support
` [PATCH v7 11/23] nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v7 12/23] nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v7 13/23] nova-core: mm: Add Virtual Memory Manager
` [PATCH v7 14/23] nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v7 15/23] nova-core: mm: Add multi-page mapping API "
` [PATCH v7 16/23] nova-core: mm: Add BAR1 user interface
` [PATCH v7 17/23] nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v7 18/23] nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v7 19/23] nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v7 20/23] nova-core: gsp: Extract usable FB region from GSP
` [PATCH v7 21/23] nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v7 22/23] nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v7 23/23] nova-core: mm: Add BarUser to struct Gpu and create at boot

[QUESTION] is vector_lock needed in apic_retrigger_irq() ?
 2026-02-18 21:14 UTC  (3+ messages)

[PATCH iwl-net] ice: fix missing dpll notification for SW pins
 2026-02-18 21:14 UTC 

[RFC PATCH 0/3] PCI: Add PCIe Gen 7 (128 GT/s) speed support
 2026-02-18 21:08 UTC  (5+ messages)
` [RFC PATCH 2/3] PCI: Add PCIe Gen 7 (128 GT/s) speed detection and reporting
` [RFC PATCH 3/3] PCI: Update bandwidth control and thermal cooling for Gen 7 (128 GT/s)

[PATCH] ASoC: rockchip: i2s-tdm: Use param rate if not provided by set_sysclk
 2026-02-18 21:02 UTC  (2+ messages)


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