messages from 2026-07-03 18:39:38 to 2026-07-06 08:48:32 UTC [more...]
[PATCH v9 00/15] userfaultfd: working set tracking for VM guest memory
2026-07-06 8:47 UTC (10+ messages)
` [PATCH v9 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v9 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v9 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v9 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v9 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v9 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v9 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v9 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v9 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
[PATCH v6 00/23] sched: Introduce cpu_preferred_mask and steal-driven vCPU backoff
2026-07-06 8:47 UTC (14+ messages)
` [PATCH v6 12/23] virt: Introduce steal monitor driver
` [PATCH v6 16/23] virt/steal_monitor: Compute work at regular intervals
` [PATCH v6 17/23] virt/steal_monitor: Provide default method to get systemwide steal time
` [PATCH v6 18/23] virt/steal_monitor: Provide default method to inc/dec preferred CPUs
[PATCH] Documentation: remove the requirement for LLM attribution
2026-07-06 8:44 UTC (11+ messages)
[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
2026-07-06 8:16 UTC (13+ messages)
[PATCH v2 0/5] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
2026-07-06 7:13 UTC (9+ messages)
` [PATCH v2 1/5] dt-bindings: hwmon: (pmbus/max20830): add enable-gpios property and complete examples
` [PATCH v2 2/5] dt-bindings: hwmon: (pmbus/max20830): add VOUT feedback resistor properties
` [PATCH v2 3/5] hwmon: (pmbus/max20830): add VOUT feedback resistor scaling support
` [PATCH v2 4/5] dt-bindings: hwmon: (pmbus/max20830): add max20830c and max20840c support
` [PATCH v2 5/5] hwmon: (pmbus/max20830): add support for max20830c and max20840c
[PATCH net] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
2026-07-06 6:46 UTC (5+ messages)
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-06 6:19 UTC (41+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept
[PATCH] f2fs: introduce gcless mount option to avoid foreground GC
2026-07-06 6:20 UTC
[PATCH] ipe: fix bracket
2026-07-06 5:25 UTC (2+ messages)
[PATCH] arch: arm64: add early_param idle=<wfi|yield|nop>
2026-07-06 5:23 UTC (2+ messages)
[PATCH] Documentation: admin-guide: fix a doc for efi_no_storage_paranoia the "5KB" instead of the "50%"
2026-07-06 5:05 UTC
[PATCH v2 18/18] Documentation: iomap: update docs to reflect iomap_next model
2026-07-06 4:59 UTC (11+ messages)
[PATCH v5 0/2] PM: dpm_watchdog: Improve DPM watchdog configurability
2026-07-06 4:44 UTC (4+ messages)
` [PATCH v5 2/2] PM: dpm_watchdog: Allow disabling DPM watchdog by default
[PATCH 09/10] docs/zh_CN: add LSM/ipe Chinese translation
2026-07-06 4:41 UTC (4+ messages)
` [PATCH 01/10] docs/zh_CN: add LSM/index "
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-07-06 4:19 UTC (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH v2] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT
2026-07-06 3:51 UTC (2+ messages)
[PATCH] docs/zh_CN: fix CONFIG_CGROUP typo for CONFIG_CGROUPS
2026-07-06 3:41 UTC (2+ messages)
[PATCH] docs: pt_BR: process: Translate CVE documentation
2026-07-06 1:52 UTC
[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
2026-07-06 1:42 UTC (3+ messages)
[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
2026-07-06 1:10 UTC (3+ messages)
[PATCH v2 0/2] syscall_user_dispatch: add build/runtime configs
2026-07-06 0:11 UTC (11+ messages)
` [PATCH v2 1/2] syscall_user_dispatch: Make it configurable in Kconfig
` [PATCH v2 2/2] syscall_user_dispatch: add kernel.syscall_user_dispatch sysctl
[PATCH v21 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-07-06 0:03 UTC (3+ messages)
` [PATCH v21 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v21 2/2] ras: mem: Add ACPI RAS2 memory driver
[RFC PATCH 00/16] mm/damon: introduce data attributes only monitoring
2026-07-05 20:57 UTC (3+ messages)
` [RFC PATCH 14/16] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH 15/16] Docs/admin-guide/mm/damon/usage: document weight sysfs file
[PATCH v7 0/3] mm: clean up folio LRU and swap declarations
2026-07-05 19:21 UTC (5+ messages)
` [PATCH v7 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v7 2/3] mm: rename swap.c to folio.c
` [PATCH v7 3/3] mm: move reclaim-internal declarations out of swap.h
[PATCH] docs: driver-api: pin-control: fix spelling of below
2026-07-05 18:19 UTC (2+ messages)
[PATCH v2 0/2] docs/zh_CN: update translations for process/changes.rst and sphinx.rst
2026-07-05 15:51 UTC (7+ messages)
` [PATCH v2 1/2] docs/zh_CN: add process/changes.rst translation
[PATCH] docs: filesystems: porting: fix spelling of returned and instead
2026-07-05 15:30 UTC (2+ messages)
[PATCH v20 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-07-05 15:13 UTC (4+ messages)
` [PATCH v20 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v20 2/2] ras: mem: Add ACPI RAS2 memory driver
[PATCH 0/2] hwmon: Add support for MPS mpq82d00
2026-07-05 14:40 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add "
` [PATCH 2/2] hwmon: add MPQ82D00 driver
[PATCH v3 0/3] watchdog: npcm: Add reset status detection support
2026-07-05 14:36 UTC (5+ messages)
` [PATCH v3 1/3] dt-bindings: watchdog: npcm: add GCR syscon property
` [PATCH v3 2/3] docs: watchdog: npcm: Add reset status description
` [PATCH v3 3/3] watchdog: npcm: add bootstatus support
[PATCH v3 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
2026-07-05 13:35 UTC (3+ messages)
` [PATCH v3 2/5] PCI: rcar-gen4: Configure AXIINTC if iMSI-RX not used
[PATCH] hwmon: (asus-ec-sensors) add ROG CROSSHAIR X870E HERO
2026-07-05 11:32 UTC
[PATCH] hwmon: (asus-ec-sensors) add ROG Maximus Z790 Hero
2026-07-05 11:31 UTC
[PATCH] crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
2026-07-05 8:39 UTC (2+ messages)
[PATCH] docs: driver-api: pin-control: fix spelling of below
2026-07-05 7:02 UTC
htmldocs: Documentation/userspace-api/seccomp_filter.rst:330: WARNING: Inline literal start-string without end-string. [docutils]
2026-07-05 3:43 UTC
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-04 23:38 UTC (3+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v6 00/16] AD9910 Direct Digital Synthesizer
2026-07-04 22:55 UTC (6+ messages)
` [PATCH v6 12/16] iio: frequency: ad9910: add RAM mode support
[PATCH RESEND] drm/vkms: Remove completed task from Plane Features
2026-07-04 22:30 UTC
[PATCH v2] docs: pt_BR: translate the management-style.rst to Brazilian Portuguese
2026-07-04 22:02 UTC (2+ messages)
[PATCH v3] kconfig: Support conditional deps using "depends on X if Y"
2026-07-04 16:18 UTC (4+ messages)
[PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo
2026-07-04 12:55 UTC
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-04 9:31 UTC (3+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH v6 00/36] Cleaning up the KVM clock mess
2026-07-03 21:18 UTC (37+ messages)
` [PATCH v6 01/36] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH v6 02/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v6 03/36] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v6 04/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 06/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v6 07/36] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v6 08/36] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v6 09/36] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v6 10/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v6 11/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v6 12/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v6 13/36] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v6 14/36] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v6 16/36] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v6 17/36] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v6 18/36] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v6 19/36] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v6 20/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v6 21/36] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v6 22/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v6 23/36] KVM: selftests: Add master clock offset test
` [PATCH v6 24/36] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v6 25/36] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v6 26/36] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v6 27/36] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v6 28/36] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v6 29/36] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v6 30/36] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v6 31/36] KVM: selftests: Add Xen runstate migration test
` [PATCH v6 32/36] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v6 33/36] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v6 34/36] KVM: x86: Cache host vclock_mode for masterclock eligibility checks
` [PATCH v6 35/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [PATCH v6 36/36] KVM: x86: Activate master clock from kvm_arch_init_vm()
[PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
2026-07-03 20:37 UTC (5+ messages)
` [PATCH v1 1/2] 1/2] ACPI: bus: Eliminate struct acpi_driver
` [PATCH v1 2/2] ACPI: scan: Set power.no_pm for all struct acpi_device objects
[PATCH 1/2] kernel/entry: add CONFIG_SYSCALL_USER_DISPATCH to compile SUD out
2026-07-03 19:06 UTC (8+ messages)
` [PATCH 2/2] kernel/entry: add kernel.syscall_user_dispatch sysctl
[PATCH ipsec 0/8] xfrm: state: exact mark/mask match for control-plane SA lookups
2026-07-03 18:53 UTC
[PATCH] docs: pt_BR: translate the management-style.rst to Brazilian Portuguese
2026-07-03 18:39 UTC (2+ messages)
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