public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-01 18:59:20 to 2026-05-01 22:00:33 UTC [more...]

[PATCH 0/2] netfilter: fix NULL ops race in iptable lazy init
 2026-05-01 22:00 UTC  (8+ messages)
` [PATCH v2 0/2] netfilter: fix NULL ops dereference "
  ` [PATCH v2 1/2] netfilter: ip_tables: guard ipt_unregister_table_pre_exit against NULL ops

[RFC PATCH 0/4] cxl/extent: Enable and validate multi-extent DCDs
 2026-05-01 22:00 UTC  (2+ messages)

[PATCH] drm/nouveau/kms/nvd9-: Use contiguous memory for CRC notifier context
 2026-05-01 21:58 UTC 

(no subject)
 2026-05-01 21:59 UTC  (3+ messages)
` [PATCH 2/2] cxl/core: Recover from PM Init failure via cxl_reset_bus_function()

[PATCH] drm/nouveau/kms/nvd9-: Remove unused header in crc.c
 2026-05-01 21:57 UTC 

[PATCH v3 0/5] rust: add `bitfield!` macro
 2026-05-01 21:55 UTC  (6+ messages)
` [PATCH v3 3/5] rust: io: use the `bitfield!` macro in `register!`

[PATCH] dt-bindings: hwmon: zyxel,nsa320-mcu: convert to DT schema
 2026-05-01 21:53 UTC  (2+ messages)

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-05-01 21:48 UTC  (3+ messages)

[PATCH] block/blk-iolatency: Add the processing flow of the chained bio in the QoS and define the related types to solve the problem of incorrect inflight processing in the QoS. The usage of the done_split_bio abstract function in the blk-iolatency project
 2026-05-01 21:47 UTC  (2+ messages)

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-01 21:45 UTC  (3+ messages)
` [PATCH v2 02/16] iommu: Implement IOMMU Live update FLB callbacks

[PATCH] Revert "x86/fpu: Refine and simplify the magic number check during signal return"
 2026-05-01 21:42 UTC  (7+ messages)

[PATCH] perf stat: Check aliases in should_skip_zero_counter
 2026-05-01 21:41 UTC  (3+ messages)

[PATCH v2] libceph: reject monitor replies with oversized data segment
 2026-05-01 21:37 UTC  (2+ messages)

[PATCH] fs/resctrl: Fix use-after-free in resctrl_offline_mon_domain()
 2026-05-01 21:36 UTC 

[PATCH] wifi: rtw88: increase TX report timeout to fix race condition
 2026-05-01 21:33 UTC  (5+ messages)

[PATCH v3] perf/arm_pmu: Skip PMCCNTR_EL0 on NVIDIA Olympus
 2026-05-01 21:25 UTC  (3+ messages)

[PATCH] platform/x86/intel/vsec: allocate res with intel_vsec_dev
 2026-05-01 21:24 UTC  (2+ messages)

[PATCH] perf tools: Ensure event leader stays at head of evlist after sorting
 2026-05-01 21:23 UTC  (2+ messages)

[PATCH net-next 1/5] dt-bindings: net: add onsemi's TS2500/NCN26010 10BASE-T1S MACPHY
 2026-05-01 21:21 UTC  (3+ messages)

[PATCH net-next 0/3] net: Convert AF_NETLINK and AF_VSOCK to getsockopt_iter API
 2026-05-01 21:21 UTC  (4+ messages)
` [PATCH net-next 2/3] vsock: convert to getsockopt_iter

[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-01 21:17 UTC  (3+ messages)

[GIT PULL] arm64 fixes for 7.1-rc2
 2026-05-01 21:15 UTC 

[PATCH] trace_printk: replace _______STR with __UNIQUE_ID(STR)
 2026-05-01 21:13 UTC  (4+ messages)

[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-05-01 21:10 UTC  (6+ messages)
` [PATCH v4 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()
  ` PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation

[PATCH net-next 00/12] net: enable TC956x support
 2026-05-01 21:09 UTC  (11+ messages)
` [PATCH net-next 04/12] net: stmmac: dma: create a separate dma_device pointer
` [PATCH net-next 10/12] net: stmmac: tc956x: add TC956x/QPS615 support
` [PATCH net-next 11/12] misc: tc956x_pci: "
` [PATCH net-next 12/12] arm64: dts: qcom: qcs6490-rb3gen2: enable TC9564 with a single QCS8081 phy

[PATCH RFC 00/32] mm/mglru: MGLRU-FG and refault distance support
 2026-05-01 21:04 UTC  (33+ messages)
` [PATCH RFC 01/32] mm/memcontrol: make lru_zone_size atomic and simplify sanity check
` [PATCH RFC 02/32] mm/memcontrol: allow update of LRU statistic without holding LRU lock
` [PATCH RFC 03/32] mm/mglru: wrap all access to folio flags with accessor
` [PATCH RFC 04/32] mm/mglru: introduce and use helpers for updating lru_gen refs and gen
` [PATCH RFC 05/32] mm/mglru: make generation page counters atomic
` [PATCH RFC 06/32] mm/mglru: frequency guided workingset promotion (MGLRU-FG)
` [PATCH RFC 07/32] mm/mglru: don't reset folios LRU refs count on protection by default
` [PATCH RFC 08/32] mm: make folio lru referenced times count a generic API
` [PATCH RFC 09/32] mm: replace folio_set_workingset with folio_mark_workingset
` [PATCH RFC 10/32] mm: replace folio_test_workingset with folio_is_workingset
` [PATCH RFC 11/32] mm/smap: report workingset folios as referenced
` [PATCH RFC 12/32] mm/huge_memory: mark file folio as accessed more accurately on split
` [PATCH RFC 13/32] mm/khugepaged: consider workingset folios as referenced
` [PATCH RFC 14/32] mm: convert rest folio LRU referenced usages to new helpers
` [PATCH RFC 15/32] mm/gup: use new helpers for marking folios as referenced
` [PATCH RFC 16/32] mm: convert folio referenced flag usages to new bitwise identical helpers
` [PATCH RFC 17/32] mm/shmem: mark folio as referenced use new helper
` [PATCH RFC 18/32] mm/vmscan: convert to new bitwise identical helper
` [PATCH RFC 19/32] mm/madvise: convert to new lru refs API and better support for MGLRU
` [PATCH RFC 20/32] mm/damon: don't clear the lruref "
` [PATCH RFC 21/32] mm/swap: convert to new bitwise identical helper
` [PATCH RFC 22/32] mm/workingset: simplify and use a more intuitive model
` [PATCH RFC 23/32] mm/workingset: rename the nonresistence age counter
` [PATCH RFC 24/32] mm/workingset: use a single atomic operation for read and age
` [PATCH RFC 25/32] mm/workingset, lru_gen: simplify lru_gen recent
` [PATCH RFC 26/32] mm/workingset: properly define the format of a folio shadow
` [PATCH RFC 27/32] mm/workingset: move refault distance checking into a helper
` [PATCH RFC 28/32] mm/workingset: split lruvec retrieving and flush "
` [PATCH RFC 29/32] mm/mglru: convert avg_total and avg_refaulted to atomic
` [PATCH RFC 30/32] mm/mglru, workingset: apply refault-distance based re-activation
` [PATCH RFC 31/32] mm: remove PG_workingset
` [PATCH RFC 32/32] mm: remove PG_referenced

[PATCH net-next v2 1/2] mv88e6xxx: Refactor 6352's serdes functions
 2026-05-01 21:00 UTC  (2+ messages)
`  "

[PATCH v1 0/7] gpu: nova-core: add INTR_CTRL interrupt controller and CPU doorbell self-test
 2026-05-01 20:58 UTC  (8+ messages)
` [PATCH v1 1/7] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v1 2/7] gpu: nova-core: allocate PCI MSI vector during probe
` [PATCH v1 3/7] gpu: nova-core: add interrupt controller register definitions
` [PATCH v1 4/7] gpu: nova-core: add Architecture::is_pre_hopper() helper
` [PATCH v1 5/7] gpu: nova-core: add INTR_CTRL interrupt controller API
` [PATCH v1 6/7] gpu: nova-core: add CPU doorbell IRQ self-test
` [PATCH v1 7/7] gpu: nova-core: document INTR_CTRL interrupt tree

[PATCH v2 0/2] Two semi-related perf throttling fixes
 2026-05-01 20:54 UTC  (3+ messages)
` [PATCH v2 2/2] perf: Don't throttle based on NMI watchdog events

[PATCH v3] coreboot_table: skip failing entries instead of aborting populate
 2026-05-01 20:54 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix unbalanced braces in if/else statements
 2026-05-01 20:53 UTC 

[PATCH v5 1/2] drm/atomic: attempt full modeset on page flip timeout
 2026-05-01 20:35 UTC  (2+ messages)
` [PATCH v5 2/2] drm/amd/display: add DMU timeout recovery support

[PATCH] drm/amd: Fix spelling mistakes in comments
 2026-05-01 20:48 UTC 

[PATCH] drm/fbdev-helper: Fix deletion of stub for drm_fb_helper_gem_is_fb()
 2026-05-01 20:43 UTC 

[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
 2026-05-01 20:37 UTC  (6+ messages)
` [PATCH 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
  ` [PATCH v2 "

[PATCH v2 0/6] KVM: SEV: sev_dbg_crypt() fix and overhaul
 2026-05-01 20:35 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
` [PATCH v2 2/6] KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctls
` [PATCH v2 3/6] KVM: SEV: Explicitly validate the dst buffer for debug operations
` [PATCH v2 4/6] KVM: SEV: Add helper function to pin/unpin a single page
` [PATCH v2 5/6] KVM: SEV: Rewrite logic to {de,en}crypt memory for debug
` [PATCH v2 6/6] KVM: SEV: Allocate only as many bytes as needed for temp crypt buffers

[PATCH v1] docs: Remove icn= ISDN parameter
 2026-05-01 20:34 UTC  (2+ messages)

[PATCH v4] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-05-01 20:32 UTC  (2+ messages)

[PATCH 0/2] staging: rtl8723bs: add braces to if/else statements
 2026-05-01 20:31 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: add braces to if/else arms in rtw_efuse.c
` [PATCH 2/2] staging: rtl8723bs: add braces to if/else arms in HalBtc8723b1Ant.c

[PATCH] PCI: brcmstb: Assign pcie->gen from pcie_get_link_speed()
 2026-05-01 20:24 UTC 

[PATCH] i2c: sun6i-p2wi: Fix device node reference leak in p2wi_probe()
 2026-05-01 20:30 UTC  (2+ messages)
` [PATCH v2] i2c: sun6i-p2wi: fix of_node reference leak in probe

[syzbot] [jfs?] INFO: task hung in jfs_flush_journal (5)
 2026-05-01 20:24 UTC 

[GIT PULL] s390 updates for 7.1-rc2
 2026-05-01 20:22 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2026-05-01 20:22 UTC  (2+ messages)

[GIT PULL] selinux/selinux-pr-20260501
 2026-05-01 20:22 UTC  (2+ messages)

[PATCH net-next 4/5] onsemi: ncn260xx: Add driver support for NCN26010 and TS2500 MAC-PHY
 2026-05-01 20:22 UTC  (2+ messages)

[PATCH v2 0/6] media: Fix new smatch warnings
 2026-05-01 20:19 UTC  (3+ messages)
` [PATCH v2 2/6] media: i2c: mt9p031: Rewrite a bitwise mask

[PATCH v1 0/3] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-05-01 20:17 UTC  (5+ messages)
` [PATCH v1 1/3] s390/pci: Preserve FMB state in device re-enablement
` [PATCH v1 2/3] vfio-pci/zdev: Add VFIO FMB device feature
` [PATCH v1 3/3] s390/pci: Fence FMB enable/disable via sysfs for passthrough devices

[PATCH] firmware: smccc: Fix Arm SMCCC SOC_ID name call
 2026-05-01 20:14 UTC  (7+ messages)

[PATCH] futex: Drop CLONE_THREAD requirement for private default hash alloc
 2026-05-01 20:13 UTC  (4+ messages)

[PATCH] ieee802154: ca8210: fix cas_ctl leak on spi_async failure
 2026-05-01 20:08 UTC 

[PATCH v3 0/3] counter: add GPIO-based quadrature encoder driver
 2026-05-01 20:07 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: counter: add gpio-quadrature-encoder binding
` [PATCH v3 2/3] counter: add GPIO-based quadrature encoder driver
` [PATCH v3 3/3] MAINTAINERS: add entry for GPIO quadrature encoder counter driver

[PATCH v3] docs/ja_JP: translate more of submitting-patches.rst
 2026-05-01 19:11 UTC 

[PATCH net-next 0/6] pds_core: Add PLDM firmware update and host backed memory support
 2026-05-01 20:03 UTC  (4+ messages)
` [PATCH net-next 3/6] pds_core: add PLDM firmware update support via devlink flash

[PATCH net-next 3/5] net: ethernet: oa_tc6: hardware timestamp support added
 2026-05-01 19:56 UTC  (2+ messages)

[PATCH net-next 2/5] net: phy: ncn26000: add support for TS2500 internal PHY
 2026-05-01 19:50 UTC  (2+ messages)

[PATCH v1] EDAC/altera: Fix SDMMC PortB OF node reference leak
 2026-05-01 19:48 UTC 

[PATCH 1/2] mm/memfd_luo: reject memfds whose page count exceeds UINT_MAX
 2026-05-01 19:41 UTC  (6+ messages)
` [PATCH 2/2] mm/memfd_luo: document preservation of file seals

[PATCH v2] iio: buffer: hw-consumer: fix use-after-free in error path
 2026-05-01 19:40 UTC  (4+ messages)

[patch V2 01/11] hrtimer: Provide hrtimer_start_range_ns_user()
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch V2 02/11] hrtimer: Use hrtimer_start_expires_user() for hrtimer sleepers
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch V2 05/11] posix-timers: Switch to hrtimer_start_expires_user()
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch V2 03/11] posix-timers: Expand timer_[re]arm() callbacks with a boolean return value
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch V2 04/11] posix-timers: Handle the timer_[re]arm() return value
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch V2 06/11] alarmtimer: Provide alarm_start_timer()
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v10 0/6] Introduce MAX77759 charger driver
 2026-05-01 19:40 UTC  (6+ messages)
` [PATCH v10 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger

[patch V2 07/11] alarmtimer: Convert posix timer functions to alarm_start_timer()
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH bpf-next] bpftool: Resolve libcrypto link flags via pkg-config
 2026-05-01 19:40 UTC  (2+ messages)

[patch V2 08/11] fs/timerfd: Use the new alarm/hrtimer functions
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch V2 09/11] power: supply: charger-manager: Switch to alarm_start_timer()
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch V2 10/11] netfilter: xt_IDLETIMER: Switch to alarm_start_timer()
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch V2 11/11] alarmtimer: Remove unused interfaces
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH] selftests/rseq: Don't run tests with runner scripts outside of the scripts
 2026-05-01 19:40 UTC  (2+ messages)
` [tip: sched/urgent] "

[tip: sched/urgent] rseq: Set rseq::cpu_id_start to 0 on unregistration
 2026-05-01 19:40 UTC 

[tip: sched/urgent] selftests/rseq: Make registration flexible for legacy and optimized mode
 2026-05-01 19:40 UTC 

[tip: sched/urgent] rseq: Don't advertise time slice extensions if disabled
 2026-05-01 19:40 UTC 

[tip: sched/urgent] rseq: Protect rseq_reset() against interrupts
 2026-05-01 19:40 UTC 

[tip: sched/urgent] selftests/rseq: Skip tests if time slice extensions are not available
 2026-05-01 19:40 UTC 

[tip: sched/urgent] rseq: Revert to historical performance killing behaviour
 2026-05-01 19:40 UTC 

[tip: sched/urgent] rseq: Implement read only ABI enforcement for optimized RSEQ V2 mode
 2026-05-01 19:40 UTC 

[tip: sched/urgent] selftests/rseq: Validate legacy behavior
 2026-05-01 19:40 UTC 

[tip: sched/urgent] rseq: Reenable performance optimizations conditionally
 2026-05-01 19:40 UTC 

[tip: sched/urgent] selftests/rseq: Expand for optimized RSEQ ABI v2
 2026-05-01 19:40 UTC 

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-01 19:39 UTC  (8+ messages)

[PATCH net 0/4] mptcp: misc fixes for v7.1-rc3
 2026-05-01 19:35 UTC  (5+ messages)
` [PATCH net 1/4] mptcp: use MPJoinSynAckHMacFailure for SynAck HMAC failure
` [PATCH net 2/4] mptcp: use MPTCP_RST_EMPTCP for ACK HMAC validation failure
` [PATCH net 3/4] mptcp: fix rx timestamp corruption on fastopen
` [PATCH net 4/4] mptcp: sockopt: increase seq in mptcp_setsockopt_all_sf

[PATCH RFC 0/5] liveupdate: validate restored LUO metadata
 2026-05-01 19:34 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-05-01 19:30 UTC  (5+ messages)
` [PATCH v3 27/54] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown

[PATCH] mm/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-05-01 19:25 UTC  (7+ messages)

[PATCH v4 0/9] mm: thp: always enable mTHP support
 2026-05-01 19:18 UTC  (10+ messages)
` [PATCH v4 1/9] docs: tmpfs: remove implementation detail reference
` [PATCH v4 2/9] mm: introduce pgtable_has_pmd_leaves()
` [PATCH v4 3/9] drivers: dax: use pgtable_has_pmd_leaves()
` [PATCH v4 4/9] drivers: nvdimm: "
` [PATCH v4 5/9] mm: debug_vm_pgtable: "
` [PATCH v4 6/9] mm: shmem: drop has_transparent_hugepage() usage
` [PATCH v4 7/9] treewide: introduce arch_has_pmd_leaves()
` [PATCH v4 8/9] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH v4 9/9] mm: thp: always enable mTHP support

[PATCH v2 0/1] rust: add Work::disable_sync
 2026-05-01 19:11 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH net-next 5/5] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface
 2026-05-01 19:15 UTC 

[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-01 19:12 UTC  (3+ messages)
` [PATCH 1/9] vfio/pci: Fix vfio_pci_dma_buf_cleanup() double-put

[PATCH v4 0/7] Add RMPOPT support
 2026-05-01 19:12 UTC  (5+ messages)
` [PATCH v4 5/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v4 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown

[PATCH] Documentation: sound: fix TAS675x doc build warnings
 2026-05-01 19:09 UTC  (2+ messages)

[PATCH v3] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-05-01 19:08 UTC  (3+ messages)

[PATCH v3 0/6] selftests/liveupdate: add memfd tests
 2026-05-01 19:08 UTC  (4+ messages)

[PATCH 00/11] v4l2: Add tracing for stateless codecs
 2026-05-01 19:07 UTC  (3+ messages)
` [PATCH 01/11] media: Move visl traces to v4l2-core

[PATCH] mm/page_vma_mapped_walk: add missing pgtable entry accessors
 2026-05-01 19:01 UTC  (4+ messages)

[PATCH net-next] can: ctucanfd: use pm_runtime_resume_and_get() to balance reference count
 2026-05-01 19:00 UTC 

[PATCH] cpufreq: qcom-cpufreq-hw: Fix possible double free
 2026-05-01 19:00 UTC 

[PATCH v2 0/2] Proxy Execution fixes for v7.1-rc
 2026-05-01 18:59 UTC  (5+ messages)
` [PATCH v2 1/2] sched: proxy-exec: Close race causing workqueue work being delayed


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