messages from 2025-09-08 19:40:08 to 2025-09-08 22:30:22 UTC [more...]
[PATCH v10 00/13] khugepaged: mTHP support
2025-09-08 22:29 UTC (6+ messages)
` [PATCH v10 06/13] khugepaged: add "
[PATCH v2] Reorder some fields in struct rq
2025-09-08 22:26 UTC (3+ messages)
` [Ping] "
[PATCH v2 0/6] mm: better GUP pin lru_add_drain_all()
2025-09-08 22:24 UTC (7+ messages)
` [PATCH v2 1/6] mm/gup: check ref_count instead of lru before migration
` [PATCH v2 2/6] mm/gup: local lru_add_drain() to avoid lru_add_drain_all()
` [PATCH v2 3/6] mm: Revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"
` [PATCH v2 4/6] mm: Revert "mm: vmscan.c: fix OOM on swap stress test"
` [PATCH v2 5/6] mm: folio_may_be_lru_cached() unless folio_test_large()
` [PATCH v2 6/6] mm: lru_add_drain_all() do local lru_add_drain() first
[PATCH 1/1] dm-vdo: Refactor VDO_ASSERT usage in start_restoring_volume functions
2025-09-08 22:24 UTC
[PATCH v3 0/4] leds: privacy-led support for devicetree
2025-09-08 22:22 UTC (6+ messages)
` [PATCH v3 2/4] dt-bindings: leds: commonize leds property
[PATCH v1] perf test: AMD IBS swfilt skip kernel tests if paranoia is >1
2025-09-08 22:17 UTC
[PATCH v2] i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
2025-09-08 22:17 UTC (2+ messages)
[PATCH 0/2] rust/drm: Remove blanket AlwaysRefCounted impl for gem
2025-09-08 22:04 UTC (3+ messages)
` [PATCH 1/2] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
` [PATCH 2/2] rust/drm: Add gem::impl_aref_for_gem_obj!
[PATCH net-next v2 0/2] net/smc: make wr buffer count configurable
2025-09-08 22:01 UTC (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully
[PATCH] fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters
2025-09-08 22:15 UTC
[PATCH v3 0/3] platform: arm64: thinkpad-t14s-ec: new driver
2025-09-08 21:59 UTC (4+ messages)
` [PATCH v3 2/3] "
[PATCH] PCI: Test for bit underflow in pcie_set_readrq()
2025-09-08 21:57 UTC (9+ messages)
[PATCH v3 2/2] PCI: dwc: visconti: Remove cpu_addr_fix() after DTS fix ranges
2025-09-08 21:55 UTC (2+ messages)
[PATCH next 1/1] perf symbols: Handle 'N' symbols in /proc/kallsyms
2025-09-08 21:50 UTC (2+ messages)
[PATCH v6 0/6] tracing: Deferred unwinding of user space stack traces
2025-09-08 21:42 UTC (18+ messages)
` [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
[PATCH v5 0/4] Remove unused bits from dts and add support for remaining pinctrl macros
2025-09-08 21:40 UTC (5+ messages)
` [PATCH v5 1/4] arm64: dts: ti: k3-am62p5-sk: Remove the unused cfg in USB1_DRVVBUS
` [PATCH v5 2/4] arm64: dts: ti: k3-am62x-sk-common: "
[PATCH v3 0/8] drm: writeback: clean up writeback connector initialization
2025-09-08 21:38 UTC (5+ messages)
` [PATCH v3 4/8] drm/msm/dpu: use drmm_writeback_connector_init()
[PATCH v2] cxl/acpi: Rename CFMW coherency restrictions
2025-09-08 21:38 UTC (3+ messages)
[PATCH] KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
2025-09-08 21:35 UTC (2+ messages)
[PATCH 0/5] KVM: Improve nested VMX performance
2025-09-08 21:32 UTC (6+ messages)
` [PATCH 1/5] KVM: nVMX: Implement cache for L1 MSR bitmap
` [PATCH 2/5] KVM: pfncache: Restore guest-uses-pfn support
` [PATCH 3/5] KVM: x86: Add nested state validation for pfncache support
` [PATCH 4/5] KVM: nVMX: Implement cache for L1 APIC pages
` [PATCH 5/5] KVM: selftests: Add nested VMX APIC cache invalidation test
[PATCH] drm/amdkfd: Replace kzalloc + copy_from_user with memdup_user
2025-09-08 21:31 UTC
[patch V4 00/36] rseq: Optimize exit to user space
2025-09-08 21:32 UTC (37+ messages)
` [patch V4 01/36] rseq: Avoid pointless evaluation in __rseq_notify_resume()
` [patch V4 02/36] rseq: Condense the inline stubs
` [patch V4 03/36] rseq: Move algorithm comment to top
` [patch V4 04/36] rseq: Remove the ksig argument from rseq_handle_notify_resume()
` [patch V4 05/36] rseq: Simplify registration
` [patch V4 06/36] rseq: Simplify the event notification
` [patch V4 07/36] rseq, virt: Retrigger RSEQ after vcpu_run()
` [patch V4 08/36] rseq: Avoid CPU/MM CID updates when no event pending
` [patch V4 09/36] rseq: Introduce struct rseq_data
` [patch V4 10/36] entry: Cleanup header
` [patch V4 11/36] entry: Remove syscall_enter_from_user_mode_prepare()
` [patch V4 12/36] entry: Inline irqentry_enter/exit_from/to_user_mode()
` [patch V4 13/36] sched: Move MM CID related functions to sched.h
` [patch V4 14/36] rseq: Cache CPU ID and MM CID values
` [patch V4 15/36] rseq: Record interrupt from user space
` [patch V4 16/36] rseq: Provide tracepoint wrappers for inline code
` [patch V4 17/36] rseq: Expose lightweight statistics in debugfs
` [patch V4 18/36] rseq: Provide static branch for runtime debugging
` [patch V4 19/36] rseq: Provide and use rseq_update_user_cs()
` [patch V4 20/36] rseq: Replace the original debug implementation
` [patch V4 21/36] rseq: Make exit debugging static branch based
` [patch V4 22/36] rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
` [patch V4 23/36] rseq: Provide and use rseq_set_ids()
` [patch V4 24/36] rseq: Separate the signal delivery path
` [patch V4 25/36] rseq: Rework the TIF_NOTIFY handler
` [patch V4 26/36] rseq: Optimize event setting
` [patch V4 27/36] rseq: Implement fast path for exit to user
` [patch V4 28/36] rseq: Switch to fast path processing on "
` [patch V4 29/36] entry: Split up exit_to_user_mode_prepare()
` [patch V4 30/36] rseq: Split up rseq_exit_to_user_mode()
` [patch V4 31/36] asm-generic: Provide generic TIF infrastructure
` [patch V4 32/36] x86: Use generic TIF bits
` [patch V4 33/36] s390: "
` [patch V4 34/36] loongarch: "
` [patch V4 35/36] riscv: "
` [patch V4 36/36] rseq: Switch to TIF_RSEQ if supported
[PATCH v3 0/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
2025-09-08 21:32 UTC (6+ messages)
` [PATCH v3 2/3] crypto: ccp - Add new HV-Fixed page allocation/free API
` [PATCH v3 3/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
[PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer
2025-09-08 21:30 UTC (2+ messages)
[PATCH v3 0/5] arm64: qcom: x1e78100-lenovo-thinkpad-t14s: add support for HDMI output
2025-09-08 21:28 UTC (6+ messages)
` [PATCH v3 3/5] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Document lanes mapping when not using in USB-C complex
` [PATCH v3 4/5] phy: qcom: qmp-combo: get the USB3 & DisplayPort lanes mapping from DT
` (subset) [PATCH v3 0/5] arm64: qcom: x1e78100-lenovo-thinkpad-t14s: add support for HDMI output
[PATCH net 0/3] mptcp: misc fixes for v6.17-rc6
2025-09-08 21:27 UTC (4+ messages)
` [PATCH net 1/3] netlink: specs: mptcp: fix if-idx attribute type
` [PATCH net 2/3] doc: mptcp: net.mptcp.pm_type is deprecated
` [PATCH net 3/3] selftests: mptcp: shellcheck: support v0.11.0
[PATCH] bonding: Switch periodic LACPDU state machine from counter to jiffies
2025-09-08 21:26 UTC (4+ messages)
[PATCH v6 2/2] crash: Add KUnit tests for crash_exclude_mem_range
2025-09-08 21:25 UTC (2+ messages)
[PATCH v2 0/4] Improve bitfield support in Rust
2025-09-08 21:24 UTC (9+ messages)
` [PATCH v2 4/4] rust: Move register and bitstruct macros out of Nova
[PATCH v2] fbdev/simplefb: Fix use after free in simplefb_detach_genpds()
2025-09-08 21:23 UTC
[PATCH 0/4] perf arm-spe: Improve --itrace options
2025-09-08 21:16 UTC (2+ messages)
[PATCH] drm/amdgpu: Replace kzalloc + copy_from_user with memdup_user
2025-09-08 21:15 UTC
[PATCH v3 00/22] Add support for shared PTEs across processes
2025-09-08 21:14 UTC (9+ messages)
` [PATCH v3 22/22] mm/mshare: charge fault handling allocations to the mshare owner
[PATCH 0/2] perf tools: read_build_id() blocking argument fixes
2025-09-08 21:15 UTC (10+ messages)
` [PATCH 2/2] perf symbols: Fix HAVE_LIBBFD_BUILDID_SUPPORT build
[PATCH] mm: memcontrol: fix memcg accounting during cpu hotplug
2025-09-08 21:09 UTC (2+ messages)
[PATCH 00/11] firewire: code refactoring mainly for bm_work
2025-09-08 21:08 UTC (2+ messages)
[PATCH v3] HID: lg-g15 - Add support for Logitech G13
2025-09-08 21:08 UTC (7+ messages)
[PATCH] selftests/kvm: remove stale TODO in xapic_state_test
2025-09-08 21:05 UTC
[RFC V2 0/8] Generic IRQ entry/exit support for powerpc
2025-09-08 21:02 UTC (9+ messages)
` [RFC V2 1/8] powerpc: rename arch_irq_disabled_regs
` [RFC V2 2/8] powerpc: Prepare to build with generic entry/exit framework
` [RFC V2 3/8] powerpc: introduce arch_enter_from_user_mode
` [RFC V2 4/8] powerpc: Introduce syscall exit arch functions
` [RFC V2 5/8] powerpc: add exit_flags field in pt_regs
` [RFC V2 6/8] powerpc: Prepare for IRQ entry exit
` [RFC V2 7/8] powerpc: Enable IRQ generic entry/exit path
` [RFC V2 8/8] powerpc: Enable Generic Entry/Exit for syscalls
[PATCH] pinctrl: airoha: fix wrong MDIO function bitmaks
2025-09-08 21:05 UTC (8+ messages)
[PATCH v1 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-09-08 21:01 UTC (4+ messages)
` [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool
[PATCH 0/5] perf trace: Fix parallel execution
2025-09-08 21:00 UTC (3+ messages)
` [PATCH 1/5] perf trace: use standard syscall tracepoint structs for augmentation
[PATCH v2] drivers: gpu: drm: msm: registers: improve reproducibility
2025-09-08 20:58 UTC (7+ messages)
[PATCH] ima: don't clear IMA_DIGSIG flag when setting non-IMA xattr
2025-09-08 20:58 UTC (5+ messages)
[PATCH v4 0/4] Introduce support for Monaco Evaluation Kit
2025-09-08 20:52 UTC (3+ messages)
[PATCH 1/2] drm/bridge: ti-sn65dsi86: Add support for DisplayPort mode with HPD
2025-09-08 20:36 UTC (2+ messages)
` [PATCH V2] "
[PATCH net v3 0/3] net: netpoll: fix a memleak and create a selftest
2025-09-08 20:47 UTC (3+ messages)
` [PATCH net v3 1/3] netpoll: fix incorrect refcount handling causing incorrect cleanup
[PATCH v2 0/2] Remove HS400 support from common
2025-09-08 20:44 UTC (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-am62p/j722s: "
[PATCH net-next] net: devmem: expose tcp_recvmsg_locked errors
2025-09-08 20:44 UTC (2+ messages)
[PATCH] Coccinelle: pm_runtime: Fix typo in report message
2025-09-08 20:42 UTC
[PATCH] accel/habanalabs: Replace kmalloc_array + copy_from_user with memdup_array_user
2025-09-08 20:35 UTC
[PATCH] MAINTAINERS: add Jann Horn as rmap reviewer
2025-09-08 20:33 UTC (2+ messages)
[PATCH] rust: pin-init: add references to previously initialized fields
2025-09-08 20:31 UTC (12+ messages)
[PATCH net-next v15 0/5] PRU-ICSSM Ethernet Driver
2025-09-08 20:30 UTC (4+ messages)
netconsole: HARDIRQ-safe -> HARDIRQ-unsafe lock order warning
2025-09-08 20:27 UTC (11+ messages)
[PATCH] net: ethernet: sun4i-emac: free dma descriptor
2025-09-08 20:26 UTC (3+ messages)
[PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
2025-09-08 20:24 UTC (11+ messages)
[PATCH] drm/pixpaper: Fix return type of pixpaper_mode_valid()
2025-09-08 20:24 UTC
[PATCH] selftests/kvm: Use vcpus count instead of hardcoded 0xff in test_icr
2025-09-08 20:23 UTC (3+ messages)
[PATCH v2 0/2] Support for SEV-ES guest shadow stack
2025-09-08 20:20 UTC (3+ messages)
` [PATCH v2 1/2] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH v2 2/2] x86/sev-es: Include XSS value in GHCB CPUID request
[PATCH] pmdomain: ti_sci: Handle wakeup constraint if device has pinctrl wakeup state
2025-09-08 20:19 UTC (3+ messages)
[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
2025-09-08 20:19 UTC (15+ messages)
` [PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
` [PATCH v5 15/19] kasan: x86: Apply multishot to the inline report handler
` [PATCH v5 18/19] mm: Unpoison vms[area] addresses with a common tag
[PATCH 0/3] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py
2025-09-08 20:19 UTC (6+ messages)
` [PATCH 3/3] selftests: drv-net: Relax total BW check "
[PATCH] drm/amd/display/dml2: Guard dml21_map_dc_state_into_dml_display_cfg with DC_FP_START
2025-09-08 20:18 UTC (2+ messages)
[PATCH v4 0/5] Enable Shadow Stack Virtualization for SVM
2025-09-08 20:17 UTC (6+ messages)
` [PATCH v4 1/5] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH v4 2/5] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [PATCH v4 3/5] KVM: x86: SVM: Pass through shadow stack MSRs
` [PATCH v4 4/5] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [PATCH v4 5/5] KVM: SVM: Enable shadow stack virtualization for SVM
[PATCH 0/7] mm: better GUP pin lru_add_drain_all()
2025-09-08 20:17 UTC (21+ messages)
` [PATCH 1/7] mm: fix folio_expected_ref_count() when PG_private_2
` [PATCH 2/7] mm/gup: check ref_count instead of lru before migration
` [PATCH 6/7] mm: folio_may_be_cached() unless folio_test_large()
[PATCH v7 0/7] Add SEV-SNP CipherTextHiding feature support
2025-09-08 20:16 UTC (3+ messages)
[PATCH 0/2] mm/damon/sysfs: fix refresh_ms control overwriting on multi-kdamonds usages
2025-09-08 20:15 UTC (3+ messages)
` [PATCH 1/2] mm/damon/core: introduce damon_call_control->dealloc_on_cancel
` [PATCH 2/2] mm/damon/sysfs: use dynamically allocated repeat mode damon_call_control
[PATCH] arm64: dts: amlogic: gxbb-odroidc2: remove UHS capability for SD card
2025-09-08 20:15 UTC (3+ messages)
[PATCH] x86/sgx: Replace kmalloc() + copy_from_user() with memdup_user()
2025-09-08 20:12 UTC
[syzbot] [net?] WARNING: suspicious RCU usage in corrupted (3)
2025-09-08 20:12 UTC (2+ messages)
[PATCH] block: floppy: Replace kmalloc() + copy_from_user() with memdup_user()
2025-09-08 20:10 UTC
[PATCH v2] x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP
2025-09-08 20:09 UTC (3+ messages)
[PATCH] pmdomian: core: don't unset stay_on during sync_state
2025-09-08 20:08 UTC (6+ messages)
[RELEASE] LTTng-modules 2.13.20 and 2.14.1 (Linux kernel tracer)
2025-09-08 20:07 UTC
[PATCH] clk: at91: clk-master: Add check for divide by 3
2025-09-08 20:07 UTC
[PATCH v1 00/14] MediaTek dt-bindings sanitization (MT8173)
2025-09-08 20:04 UTC (7+ messages)
` [PATCH v1 04/14] net: dt-bindings: Convert Marvell 8897/8997 bindings to YAML
` [PATCH v1 05/14] sound: dt-bindings: Convert MediaTek RT5650 codecs "
[PATCH] objtool: Ignore __pi___cfi_ prefixed symbols
2025-09-08 20:04 UTC
[PATCH v2 0/3] samsung,coreprimevelte enhancements
2025-09-08 20:03 UTC (2+ messages)
[PATCH v3 2/3] iio: adc: Support ROHM BD79112 ADC/GPIO
2025-09-08 20:01 UTC (2+ messages)
[RFC 0/1] Try to add memory allocation info for cgroup oom kill
2025-09-08 19:55 UTC (12+ messages)
[PATCH RFC 00/10] MT8196 GPU Frequency/Power Control Support
2025-09-08 19:51 UTC (3+ messages)
` [PATCH RFC 01/10] dt-bindings: gpu: mali-valhall-csf: add mediatek,mt8196-mali variant
[PATCH v3 0/4] KVM: Speed up MMIO registrations
2025-09-08 19:52 UTC (6+ messages)
` [PATCH v3 3/4] KVM: Implement barriers before accessing kvm->buses[] on SRCU read paths
` [PATCH v3 4/4] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()
[syzbot] [mm?] [ext4?] WARNING in ext4_init_orphan_info
2025-09-08 19:52 UTC (2+ messages)
[PATCH v2] arm64: dts: amlogic: gxbb-odroidc2: remove UHS capability for SD card
2025-09-08 19:50 UTC
[PATCH] docs: update the guidance for Link: tags
2025-09-08 19:48 UTC (2+ messages)
[PATCH 0/5] Introduce Panfrost JM contexts
2025-09-08 19:46 UTC (4+ messages)
` [PATCH 3/5] drm/panfrost: Introduce JM context for manging job resources
[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
2025-09-08 19:45 UTC (7+ messages)
` [RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
[PATCH v2] PCI: mvebu: Fix use of for_each_of_range() iterator
2025-09-08 19:44 UTC (2+ messages)
Deleting a bunch of files takes long
2025-09-08 19:40 UTC (4+ messages)
[PATCH v5 0/6] DRM/MSM: Support for Adreno 663 GPU
2025-09-08 19:39 UTC (7+ messages)
` [PATCH v5 1/6] drm/msm/adreno: Add speedbins for A663 GPU
` [PATCH v5 2/6] dt-bindings: nvmem: qfprom: Add sa8775p compatible
` [PATCH v5 3/6] arm64: dts: qcom: sa8775p: Add gpu and gmu nodes
` [PATCH v5 4/6] arm64: dts: qcom: lemans: Add GPU cooling
` [PATCH v5 5/6] arm64: dts: qcom: lemans-evk: Enable Adreno 663 GPU
` [PATCH v5 6/6] arm64: dts: qcom: qcs9100-ride: "
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;
as well as URLs for NNTP newsgroup(s).