mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] Add short author date to Fixes tag
 2026-02-25  0:56 UTC 

[Patch v6 00/22] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-02-25  0:55 UTC  (11+ messages)
` [Patch v6 08/22] x86/fpu: Ensure TIF_NEED_FPU_LOAD is set after saving FPU state
` [Patch v6 10/22] perf/x86: Enable XMM Register Sampling for Non-PEBS Events

[PATCH net-next v2 0/3] net: dsa: yt921x: Use u64_stats_t for MIB stats
 2026-02-25  0:41 UTC  (3+ messages)
` [PATCH net-next v2 3/3] "

[PATCH mm-unstable v1 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-02-25  0:35 UTC  (4+ messages)
` [PATCH mm-unstable v1 3/5] mm/khugepaged: define COLLAPSE_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1

[PATCH] Revert "ptdesc: remove references to folios from __pagetable_ctor() and pagetable_dtor()"
 2026-02-25  0:24 UTC 

[PATCH 0/5] support batched checking of the young flag for MGLRU
 2026-02-25  0:23 UTC  (7+ messages)
` [PATCH 3/5] mm: add a batched helper to clear the young flag for large folios
` [PATCH 4/5] mm: support batched checking of the young flag for MGLRU
` [PATCH 5/5] arm64: mm: implement the architecture-specific test_and_clear_young_ptes()

[PATCH v3 0/4] pid_namespace: make init creation more flexible
 2026-02-25  0:23 UTC  (3+ messages)
` [PATCH v3 2/4] pid: check init is created first after idr alloc

[PATCH net-next v4] net: atlantic: fix reading SFP module info on some AQC100 cards
 2026-02-25  0:20 UTC 

[PATCH] KVM: TDX: Set SIGNIFCANT_INDEX flag for supported CPUIDs
 2026-02-25  0:18 UTC  (5+ messages)

[PATCH] cpufreq: intel_pstate: Fix crash during turbo disable
 2026-02-25  0:17 UTC 

[syzbot] [media?] KASAN: slab-use-after-free Write in number
 2026-02-25  0:11 UTC  (5+ messages)
` Forwarded: "

[PATCH] usb: dwc3: qcom: simplify error check in dwc3_qcom_find_num_ports()
 2026-02-25  0:10 UTC  (3+ messages)

[PATCH v3 00/20] Virtual Swap Space
 2026-02-25  0:09 UTC  (2+ messages)

[RFC PATCH v1 00/11] riscv: hwprobe: Introduce rva23u64 base behavior
 2026-02-25  0:08 UTC  (16+ messages)
` [RFC PATCH v1 04/11] riscv: Add B to hwcap
` [RFC PATCH v1 06/11] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to hwprobe
` [RFC PATCH v1 07/11] riscv: Export have_user_pmlen* booleans
` [RFC PATCH v1 08/11] riscv: hwprobe: Introduce rva23u64 base behavior
` [RFC PATCH v1 10/11] riscv: /proc/cpuinfo: Add rva23 bases to output

[PATCH v1 0/4] KVM: nSVM: Fix RIP usage in the control area after restore
 2026-02-25  0:07 UTC  (3+ messages)
` [PATCH v1 2/4] KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run

[PATCH] usb: dwc3: qcom: simplify error check in dwc3_qcom_find_num_ports()
 2026-02-25  0:06 UTC  (2+ messages)

[PATCH 0/5] mm: arch/shstk: Common shadow stack mapping helper and VM_NOHUGEPAGE
 2026-02-25  0:06 UTC  (2+ messages)

[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
 2026-02-25  0:05 UTC  (2+ messages)

[PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
 2026-02-25  0:03 UTC  (11+ messages)

[PATCH net-next] docs: net: document neigh gc_interval and gc_stale_time sysctls
 2026-02-25  0:01 UTC  (5+ messages)

[PATCH v3] ext4: simplify mballoc preallocation size rounding for small files
 2026-02-25  0:00 UTC  (2+ messages)

[PATCH RESEND 0/3] ice: use better bitmap API
 2026-02-25  0:00 UTC  (4+ messages)
` [PATCH RESEND 1/3] bitmap: introduce bitmap_weighted_xor()
` [PATCH RESEND 2/3] ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()
` [PATCH RESEND 3/3] ice: use bitmap_empty() in ice_vf_has_no_qs_ena

[PATCH 00/31] Nested SVM fixes, cleanups, and hardening
 2026-02-24 23:58 UTC  (34+ messages)
` [PATCH v6 01/31] KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
` [PATCH v6 02/31] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v6 03/31] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v6 04/31] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v6 05/31] KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
` [PATCH v6 06/31] KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
` [PATCH v6 07/31] KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as "
` [PATCH v6 08/31] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v6 09/31] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v6 10/31] KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
` [PATCH v6 11/31] KVM: nSVM: Call enter_guest_mode() before switching to VMCB02
` [PATCH v6 12/31] KVM: nSVM: Make nested_svm_merge_msrpm() return an errno
` [PATCH v6 13/31] KVM: nSVM: Call nested_svm_merge_msrpm() from enter_svm_guest_mode()
` [PATCH v6 14/31] KVM: nSVM: Call nested_svm_init_mmu_context() before switching to VMCB02
` [PATCH v6 15/31] KVM: nSVM: Refactor minimal #VMEXIT handling out of nested_svm_vmexit()
` [PATCH v6 16/31] KVM: nSVM: Unify handling of VMRUN failures with proper cleanup
` [PATCH v6 17/31] KVM: nSVM: Clear EVENTINJ field in VMCB12 on nested #VMEXIT
` [PATCH v6 18/31] KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
` [PATCH v6 19/31] KVM: nSVM: Add missing consistency check for nCR3 validity
` [PATCH v6 20/31] KVM: nSVM: Add missing consistency check for hCR0.PG and NP_ENABLE
` [PATCH v6 21/31] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v6 22/31] KVM: nSVM: Add missing consistency check for EVENTINJ
` [PATCH v6 23/31] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v6 24/31] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v6 25/31] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v6 26/31] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v6 27/31] KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12
` [PATCH v6 28/31] KVM: nSVM: Sanitize TLB_CONTROL field when copying "
` [PATCH v6 29/31] KVM: nSVM: Sanitize INT/EVENTINJ fields "
` [PATCH v6 30/31] KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctl
` [PATCH v6 31/31] KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12

[PATCH net 0/3] Fix Unbalanced IRQ Enable for CPSW and ICSSG
 2026-02-24 23:54 UTC  (9+ messages)
` [PATCH net 1/3] net: ethernet: ti: am65-cpsw-nuss: set irq_disabled after disabling RX IRQ
` [PATCH net 2/3] net: ethernet: ti: icssg_common: set irq_disabled after disabling TX IRQ

[PATCH v6 0/5] asdf
 2026-02-24 23:45 UTC  (4+ messages)
` [PATCH v6 4/5] slab: Introduce kmalloc_flex() and family

[PATCH 1/2] selftests/harness: fix XFAIL_ADD matching when test metadata is not initialized
 2026-02-24 23:44 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors

[RFC net-next] net: page_pool: cap alloc cache size and refill by pool ring size
 2026-02-24 23:39 UTC  (2+ messages)

[PATCH v2] HID: playstation: Center initial joystick axes to prevent spurious events
 2026-02-24 23:34 UTC  (4+ messages)

[PATCH v2] arm64: dts: exynos: gs101-pixel-common: add supply and regulator properties
 2026-02-24 23:30 UTC 

[PATCH] kcsan: test: Adjust "expect" allocation type for kmalloc_obj
 2026-02-24 23:28 UTC  (7+ messages)

[PATCH] overflow: Make sure size helpers are always inlined
 2026-02-24 23:24 UTC  (2+ messages)

[PATCH v2] kcsan: test: Adjust "expect" allocation type for kmalloc_obj
 2026-02-24 23:24 UTC 

[PATCH] lib/Kconfig.debug: Require a release version of LLVM 22 for context analysis
 2026-02-24 23:16 UTC 

[PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to prevent out-of-bounds access
 2026-02-24 23:14 UTC 

[PATCH 0/6] mailbox: pcc: Refactor and improve initialisation and interrupt handling
 2026-02-24 23:13 UTC  (6+ messages)

[PATCH RFC v5 0/2] pmdomain: core: add support for domain hierarchies in DT
 2026-02-24 23:11 UTC  (6+ messages)
` [PATCH RFC v5 1/2] pmdomain: core: support domain hierarchy via power-domain-map

[net-next v31 0/2] MCTP Over PCC Transport
 2026-02-24 23:10 UTC  (3+ messages)
` [net-next v31 1/2] mailbox: pcc: functions for reading and writing PCC extended data
` [net-next v31 2/2] mctp pcc: Implement MCTP over PCC Transport

[PATCH 0/5] drm/imagination: add support for j721e,j784s4,j722s,am62p
 2026-02-24 23:09 UTC  (3+ messages)
` [PATCH 2/5] dt-bindings: gpu: img: Add J721e SoC specific compatible

[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
 2026-02-24 23:08 UTC  (5+ messages)

[PATCH] lib/string: Fix UBSAN misaligned access in sized_strscpy
 2026-02-24 23:06 UTC  (4+ messages)

[PATCH v3] ACPI: OSL: Poweroff when encountering a fatal ACPI error
 2026-02-24 23:05 UTC  (2+ messages)

[PATCH v2 RESEND 1/1] PCI: pcie_bus_config can be set at build time
 2026-02-24 23:05 UTC  (2+ messages)

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-02-24 23:04 UTC  (3+ messages)
` [PATCH 1/4] ns: add bpf hooks

[PATCH RFC v1 0/4] rcu/nocb: Clean ups and rcutorture test configs
 2026-02-24 23:04 UTC  (5+ messages)
` [PATCH RFC v1 1/4] rcu/nocb: Consolidate rcu_nocb_cpu_offload/deoffload functions
` [PATCH RFC v1 2/4] rcu/nocb: Extract nocb_bypass_needs_flush() to reduce duplication
` [PATCH RFC v1 3/4] rcutorture: Add NOCB01 config for RCU_LAZY torture testing
` [PATCH RFC v1 4/4] rcutorture: Add NOCB02 config for nocb poll mode testing

[PATCH] crypto: atmel-sha204a - Fix OTP address check and uninitialized data access
 2026-02-24 22:55 UTC 

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

[PATCH 0/3] clk: microchip: core: allow driver to be compiled with COMPILE_TEST
 2026-02-24 22:50 UTC  (5+ messages)
` [PATCH 1/3] clk: microchip: core: update to use div64_ul() instead of do_div()

[PATCH] KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
 2026-02-24 22:50 UTC 

[PATCH 0/3] ice: use better bitmap API
 2026-02-24 22:50 UTC  (5+ messages)
` [PATCH 2/3] ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()

[PATCH v3 0/4] iio: gyro: mpu3050: Multiple bug fixes
 2026-02-24 22:48 UTC  (5+ messages)
` [PATCH v3 1/4] iio: gyro: mpu3050: Fix incorrect free_irq() variable
` [PATCH v3 2/4] iio: gyro: mpu3050: Fix irq resource leak
` [PATCH v3 3/4] iio: gyro: mpu3050: Move iio_device_register() to correct location
` [PATCH v3 4/4] iio: gyro: mpu3050: Fix out-of-sequence free_irq()

[PATCH v8 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
 2026-02-24 22:47 UTC  (24+ messages)
                      ` [EXT] "

[PATCH] kunit: irq: Ensure timer doesn't fire too frequently
 2026-02-24 22:46 UTC  (2+ messages)

[PATCH v2 0/5] DRV260x: Support ACPI-enumerated devices
 2026-02-24 22:45 UTC  (5+ messages)
` [PATCH v2 4/5] input: drv260x: Fix unbalanced regulator_disable() call

[PATCH 0/2] add driver for max16150
 2026-02-24 22:42 UTC  (3+ messages)
` [PATCH 2/2] input: misc: "

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-02-24 22:40 UTC  (5+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings

[PATCH v2 0/2] input: add GPIO-based charlieplex keypad
 2026-02-24 22:36 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: input: add GPIO "

[PATCH v7 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-02-24 22:35 UTC  (5+ messages)
` [PATCH v7 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v7 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests

[RFC PATCH 0/2] dma: DMA slave device bringup tool
 2026-02-24 22:34 UTC  (2+ messages)

[PATCH rdma-next 00/50] RDMA: Ensure CQ UMEMs are managed by ib_core
 2026-02-24 22:30 UTC  (3+ messages)
` [PATCH rdma-next 25/50] RDMA/mana: Provide a modern CQ creation interface
  ` [EXTERNAL] "

[PATCH] coresight: cti: Move resource release to cti_remove()
 2026-02-24 22:27 UTC  (2+ messages)

[PATCH RESEND v10 2/2] dmaengine: dw-edma: Add non-LL mode
 2026-02-24 22:27 UTC  (11+ messages)

[PATCH v11 0/2] rust: clist patches for nova-core memory management
 2026-02-24 22:27 UTC  (3+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists

Writing more than 4096 bytes with O_SYNC flag does not persist all previously written data if system crashes
 2026-02-24 22:23 UTC  (3+ messages)

[PATCH] dmaengine: tegra: Fix burst size calculation
 2026-02-24 22:18 UTC  (2+ messages)

[7.0-rc1] codetag: kernel warning "alloc_tag was not set" during boot
 2026-02-24 22:18 UTC  (9+ messages)

[PATCH v3 00/15] Further centralising of directory locking for name ops
 2026-02-24 22:17 UTC  (16+ messages)
` [PATCH v3 01/15] VFS: note error returns in documentation for various lookup functions
` [PATCH v3 02/15] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH v3 03/15] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH v3 04/15] libfs: change simple_done_creating() to use end_creating()
` [PATCH v3 05/15] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH v3 06/15] selinux: "
` [PATCH v3 07/15] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH v3 08/15] VFS: make lookup_one_qstr_excl() static
` [PATCH v3 09/15] ovl: Simplify ovl_lookup_real_one()
` [PATCH v3 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH v3 11/15] ovl: pass name buffer to ovl_start_creating_temp()
` [PATCH v3 12/15] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH v3 13/15] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH v3 14/15] ovl: remove ovl_lock_rename_workdir()
` [PATCH v3 15/15] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()

[PATCH 1/1] mm/slab: mark alloc tags empty for sheafs allocated with __GFP_NO_OBJ_EXT
 2026-02-24 22:16 UTC  (4+ messages)

[PATCH v2 1/1] mm/slab: mark alloc tags empty for sheafs allocated with __GFP_NO_OBJ_EXT
 2026-02-24 22:11 UTC 

[PATCH] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
 2026-02-24 22:11 UTC  (2+ messages)

[PATCH v6 0/3] Adding brcmstb-hwspinlock support
 2026-02-24 22:04 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: hwlock: "
` [PATCH v6 2/3] hwspinlock: brcmstb hardware semaphore support
` [PATCH v6 3/3] MAINTAINERS: adding entry for BRCMSTB HWSPINLOCK driver

[PATCH next] crypto: qat - replace avg_array() with a better function
 2026-02-24 22:01 UTC  (3+ messages)

[PATCH 6/8] dmaengine: tegra: Use iommu-map for stream ID
 2026-02-24 21:59 UTC  (3+ messages)

[PATCH] buffer: fix kmemleak false positive in submit_bh_wbc
 2026-02-24 21:57 UTC  (2+ messages)

[PATCH RFC 00/15] mm, swap: swap table phase IV with dynamic ghost swapfile
 2026-02-24 21:56 UTC  (4+ messages)

[PATCH RFC] tick/sched: Prevent pointless NOHZ transitions
 2026-02-24 21:55 UTC  (5+ messages)

[PATCH v2 0/2] USB: sisusbvga: Fix integer overflow and NULL dereference
 2026-02-24 21:55 UTC  (3+ messages)
` [PATCH v2 1/2] USB: sisusbvga: Fix integer overflow in sisusb_clear_vram
` [PATCH v2 2/2] USB: sisusbvga: Fix NULL pointer dereference in sisusb_read_mem_bulk

[PATCH v4] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-24 21:50 UTC  (2+ messages)

[PATCH v2] btrfs: replace kcalloc() calls to kzalloc_objs()
 2026-02-24 21:45 UTC 

[PATCH] arm64: dts: imx8mp-frdm: add more features
 2026-02-24 21:44 UTC  (2+ messages)

[PATCH] phy: core: fix potential UAF in of_phy_simple_xlate()
 2026-02-24 20:38 UTC  (7+ messages)

page:  |  | latest

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

all inboxes | Powered by JetHome®