Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-07-22 23:41:20 to 2026-07-23 20:14:28 UTC [more...]

[PATCH v2 0/9] cpufreq/amd-pstate: BIOS min perf fixes and Dynamic EPP rework
 2026-07-23 20:12 UTC  (6+ messages)
` [PATCH v2 1/9] cpufreq/amd-pstate: Set min_limit_freq based on bios_min_perf
` [PATCH v2 2/9] cpufreq/amd-pstate: Remove the defensive check for bios_min_perf
` [PATCH v2 3/9] cpufreq/amd-pstate: Extract platform profile to EPP conversion into a helper
` [PATCH v2 4/9] cpufreq/amd-pstate: Add dynamic EPP as an "energy_performance_preference" mode
` [PATCH v2 5/9] cpufreq/amd-pstate: Remove "amd_dynamic_epp" cmdline and "dynamic_epp" sysfs

[PATCH v2 0/5] ntsync miscellaneous patches
 2026-07-23 20:13 UTC  (6+ messages)
` [PATCH v2 1/5] selftests: ntsync: fix wake_all CREATE_EVENT fd expectation
` [PATCH v2 2/5] selftests: ntsync: add wait argument validation tests
` [PATCH v2 3/5] ntsync: reject wait ioctls with zero owner
` [PATCH v2 4/5] docs: ntsync: align ioctl names and struct layouts with uapi
` [PATCH v2 5/5] selftests: ntsync: test absolute MONOTONIC waits under time namespaces

[PATCH] docs: xforms_lists: support DEFINE_IDTENTRY_IRQ()
 2026-07-23 19:01 UTC 

[PATCH v10 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-23 18:34 UTC  (3+ messages)
` [PATCH v10 02/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires

[PATCH v18 00/13] Enable CXL PCIe Port Protocol Error handling and logging
 2026-07-23 18:27 UTC  (8+ messages)
` [PATCH v18 01/13] cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity register
` [PATCH v18 05/13] PCI/AER: Introduce AER-CXL protocol error kfifo

[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
 2026-07-23 18:22 UTC  (8+ messages)
` [RFC PATCH 6/7] mm: add tracepoints and vmstat counters for async teardown

[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
 2026-07-23 18:03 UTC  (7+ messages)

[PATCH 0/2] doc: LSM: update usage document for current LSM stacking
 2026-07-23 17:47 UTC  (2+ messages)

[PATCH v11 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-23 17:36 UTC  (9+ messages)
` [PATCH v11 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v11 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v11 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v11 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v11 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v11 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v11 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v11 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[PATCH v24 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-23 17:27 UTC  (16+ messages)
` [PATCH v24 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v24 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v24 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v24 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v24 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v24 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v24 07/14] crypto: qce - Cancel work on device detach
` [PATCH v24 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v24 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v24 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v24 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v24 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v24 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v24 14/14] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH v5 0/5] Enhance RPMsg buffer management
 2026-07-23 17:27 UTC  (12+ messages)
` [PATCH v5 3/5] rpmsg: virtio_rpmsg_bus: get buffer size from config space

[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-23 17:11 UTC  (14+ messages)
` [PATCH v2 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()

[PATCH RFC 0/7] fs: add failfs
 2026-07-23 16:59 UTC  (18+ messages)
` [PATCH RFC 1/7] "
` [PATCH RFC 2/7] fs: add FD_FAILFS_ROOT and support it in fchdir()
` [PATCH RFC 3/7] fs: add fchroot()
` [PATCH RFC 4/7] fs: support FD_FAILFS_ROOT in fchroot()
` [PATCH RFC 5/7] arch: hookup fchroot() system call
` [PATCH RFC 6/7] selftests/filesystems: add failfs selftests
` [PATCH RFC 7/7] Documentation: add failfs documentation

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-23 16:53 UTC  (3+ messages)

[PATCH 0/2] hwmon: (pmbus) Add Analog Devices MAX16545/MAX16550 and Volterra VT7505 driver
 2026-07-23 16:46 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: Add Analog Devices MAX16545/MAX16550 and Volterra VT7505

[PATCH v2 0/2] hwmon: (pmbus) Add Analog Devices MAX16545/MAX16550 and Volterra VT7505 driver
 2026-07-23 16:43 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: pmbus: Add Analog Devices MAX16545/MAX16550 and Volterra VT7505
` [PATCH v2 2/2] hwmon: (pmbus/vt7505) Add driver for "

[PATCH v2] KVM: arm64: vgic: Avoid double-deactivate of IRQs in the nested context
 2026-07-23 16:11 UTC  (2+ messages)

[PATCH v2 0/3] hwmon: pmbus: add MPS MPQ8646 support
 2026-07-23 15:46 UTC  (4+ messages)
` [PATCH v2 1/3] hwmon: pmbus: event notification with alarms
` [PATCH v2 2/3] dt-bindings: hwmon: pmbus: add MPS MPQ8646 binding
` [PATCH v2 3/3] hwmon: pmbus: add MPQ8646 driver

[PATCH v7 00/11] Dynamic PAMT
 2026-07-23 15:34 UTC  (12+ messages)
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v7 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[PATCH net-next 0/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
 2026-07-23 15:04 UTC  (9+ messages)
` [PATCH net-next 1/7] clk: Add devm_clk_bulk_get_enable()
` [PATCH net-next 2/7] net: xilinx: axienet: Introduce axienet_config for MAC-specific ops
` [PATCH net-next 3/7] dt-bindings: net: xlnx,axi-ethernet: Add 10G/25G (XXV) ethernet
` [PATCH net-next 4/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
` [PATCH net-next 5/7] net: xilinx: axienet: Make axienet_rmon_ranges non-static for reuse
` [PATCH net-next 6/7] net: xilinx: axienet: Dispatch statistics through axienet_config ops
` [PATCH net-next 7/7] net: xilinx: axienet: Add statistics support for XXV ethernet

[PATCH]docs: ja_JP: Add 1.Intro.rst Japanese Ver
 2026-07-23 14:59 UTC  (6+ messages)
      ` [PATCH v2]docs: "
      ` [PATCH v3]docs: "

[PATCH RESEND v6 0/2] PM: dpm_watchdog: Improve DPM watchdog configurability
 2026-07-23 13:48 UTC  (2+ messages)

[PATCH] docs: accounting/psi: document /proc/pressure/irq and irq.pressure
 2026-07-23 13:41 UTC  (2+ messages)

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-07-23 13:36 UTC  (4+ messages)

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-23 13:29 UTC  (12+ messages)
` [PATCH v12 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state

[PATCH net-next v5 00/15][pull request] Introduce iXD driver
 2026-07-23 13:15 UTC  (3+ messages)

htmldocs: Documentation/filesystems/api-summary:20: ./fs/dcache.c:2005: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-07-23 13:06 UTC 

[PATCH 0/4] vmcore-tasks: export per-task metadata to vmcoreinfo
 2026-07-23 13:05 UTC  (8+ messages)

[PATCH 0/3] hwmon: pmbus: add MPS MPQ8646 support
 2026-07-23 13:02 UTC  (4+ messages)
` [PATCH 1/3] hwmon: pmbus: event notification with alarms
` [PATCH 2/3] dt-bindings: hwmon: pmbus: add MPS MPQ8646 binding
` [PATCH 3/3] hwmon: pmbus: add MPQ8646 driver

[PATCH v13 00/32] KVM: arm64: Implement support for SME
 2026-07-23 12:58 UTC  (3+ messages)
` [PATCH v13 02/32] arm64/fpsimd: Ensure all of ZCR_EL1 is initialised from idle

[PATCH net-next v5 14/15] ixd: add the core initialization
 2026-07-23 12:51 UTC  (4+ messages)

[PATCH] docs: accounting/psi: drop stale 500ms window minimum from trigger docs
 2026-07-23 12:50 UTC 

[PATCH] Docs/admin-guide/cgroup-v1/memory: document memsw limit constraints
 2026-07-23 12:43 UTC 

[PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents
 2026-07-23 12:43 UTC  (9+ messages)
` [PATCH 09/16] docs/zh_TW: process: localize terminology in 5.Posting.rst
` [PATCH 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst
` [PATCH 11/16] docs/zh_TW: process: localize terminology in howto.rst
` [PATCH 12/16] docs/zh_TW: process: localize terminology in embargoed-hardware-issues.rst

[PATCH net-next v2 0/10] RFC 6724 rule 5.5 support
 2026-07-23 12:19 UTC  (11+ messages)
` [PATCH net-next v2 01/10] net/ipv6: fix lookup for ::/0 (non-)subtree route
` [PATCH net-next v2 02/10] net/ipv6: flatten ip6_route_get_saddr
` [PATCH net-next v2 03/10] net/ipv6: create ipv6_fl_get_saddr
` [PATCH net-next v2 04/10] net/ipv6: use ipv6_fl_get_saddr in output
` [PATCH net-next v2 05/10] net/ipv6: drop ip6_route_get_saddr
` [PATCH net-next v2 06/10] net/ipv6: flip IPV6_SUBTREES default to Y
` [PATCH net-next v2 07/10] net/ipv6: support RFC6724 rule 5.5 via subtrees
` [PATCH net-next v2 08/10] net/ipv6: leave a note on subtree/nexthop objects
` [PATCH net-next v2 09/10] selftests: net: RFC6724 rule 5.5 tests
` [PATCH net-next v2 10/10] net: document RFC6724 rule 5.5 implementation

[PATCH v23 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-23 10:04 UTC  (15+ messages)
` [PATCH v23 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v23 12/14] crypto: qce - Map crypto memory for DMA

[PATCH 0/3] tools/mm/page_owner_sort: fix --sort, add module filter, improve usage
 2026-07-23  8:59 UTC  (3+ messages)

[PATCH v5 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-07-23  8:34 UTC  (8+ messages)
` [PATCH v5 1/7] net: wwan: t9xx: Add PCIe core
` [PATCH v5 2/7] net: wwan: t9xx: Add control plane transaction layer
` [PATCH v5 3/7] net: wwan: t9xx: Add control DMA interface
` [PATCH v5 4/7] net: wwan: t9xx: Add control port
` [PATCH v5 5/7] net: wwan: t9xx: Add FSM thread
` [PATCH v5 6/7] net: wwan: t9xx: Add AT & MBIM WWAN ports
` [PATCH v5 7/7] net: wwan: t9xx: Add maintainers entry

[PATCH net-next V4 0/2] devlink: add generic device max_sfs parameter
 2026-07-23  8:26 UTC  (3+ messages)
` [PATCH net-next V4 1/2] "
` [PATCH net-next V4 2/2] net/mlx5: implement "

[PATCH 0/6] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-07-23  8:15 UTC  (8+ messages)
` [PATCH 1/6] dt-bindings: iio: adc: Add AD7768

[PATCH V11 0/9] famfs: port into fuse
 2026-07-23  7:26 UTC  (8+ messages)

[PATCH v2 0/4] rv: rtapp monitor update
 2026-07-23  6:34 UTC  (6+ messages)
` [PATCH v2 4/4] rv/rtapp: Add wakeup monitor

[PATCH v15 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-07-23  6:33 UTC  (3+ messages)
` [PATCH v15 4/5] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH v8 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-07-23  6:02 UTC  (3+ messages)
` [PATCH v8 1/2] firmware: stratix10-svc: add async HWMON read commands and register socfpga-hwmon device
` [PATCH v8 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver

[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-07-23  5:53 UTC  (2+ messages)

[PATCH v7 0/7] iio: dac: Add support for AD5529R DAC
 2026-07-23  5:48 UTC  (7+ messages)
` [PATCH v7 1/7] spi: dt-bindings: Add spi-device-addr peripheral property
` [PATCH v7 4/7] dt-bindings: iio: adc: microchip,mcp3911: Add spi-device-addr
` [PATCH v7 5/7] iio: adc: mcp3911: Add support for spi-device-addr

[PATCH v22 net-next 00/12] nbl driver for Nebulamatrix NICs
 2026-07-23  4:01 UTC  (13+ messages)
` [PATCH v22 net-next 01/12] net/nebula-matrix: add minimum nbl build framework
` [PATCH v22 net-next 02/12] net/nebula-matrix: add core driver architecture and HW layer initialization
` [PATCH v22 net-next 03/12] net/nebula-matrix: add channel wire opcode enum definitions
` [PATCH v22 net-next 04/12] net/nebula-matrix: add channel layer
` [PATCH v22 net-next 05/12] net/nebula-matrix: add common resource implementation
` [PATCH v22 net-next 06/12] net/nebula-matrix: add intr "
` [PATCH v22 net-next 07/12] net/nebula-matrix: add chip-wide hardware init/deinit implementation
` [PATCH v22 net-next 08/12] net/nebula-matrix: dispatch: add control-level routing core infrastructure
` [PATCH v22 net-next 09/12] net/nebula-matrix: dispatch: add cross-version channel message framework
` [PATCH v22 net-next 10/12] net/nebula-matrix: dispatch: add mutual exclusion lock for shared hardware resource ops
` [PATCH v22 net-next 11/12] net/nebula-matrix: add common/ctrl dev init/remove operation
` [PATCH v22 net-next 12/12] net/nebula-matrix: add common dev start/stop operation

[PATCH] x86/mce: Document the mce=print_all command line parameter
 2026-07-23  3:27 UTC  (3+ messages)

[PATCH net-next v11 2/5] hinic3: Add ethtool statistic ops
 2026-07-23  1:35 UTC  (2+ messages)
`  "

[PATCH net-next v11 1/5] hinic3: Add ethtool queue ops
 2026-07-23  1:32 UTC  (2+ messages)
`  "

[PATCH v2] mm/page_reporting: Add page_reporting_delay_ms sysctl
 2026-07-23  0:06 UTC 

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-23  0:05 UTC  (6+ messages)

[PATCH v4 00/16] Fix bugs on HugeTLB folio allocation failure paths
 2026-07-22 23:41 UTC  (13+ messages)
` [PATCH v4 05/16] mm: hugetlb: Fix subpool usage leak on allocation failure
` [PATCH v4 06/16] mm: hugetlb: Rename local variables for clarity in hugetlb_reserve_pages()
` [PATCH v4 07/16] mm: hugetlb: Fix Use-After-Free in unlock_or_release_subpool()
` [PATCH v4 08/16] fs: hugetlbfs: Fix global reservation leak in hugetlbfs_fill_super()
` [PATCH v4 09/16] WIP: mm: hugetlb: Move subpool functions to hugetlb_subpool.c
` [PATCH v4 10/16] WIP: fs: hugetlbfs: Refactor subpool getters and integrate with hugetlb_subpool API
` [PATCH v4 11/16] WIP: mm: hugetlb: Make struct hugepage_subpool private to hugetlb_subpool.c
` [PATCH v4 12/16] WIP: tools: testing: Add unit tests for HugeTLB subpool functions
` [PATCH v4 13/16] WIP: Reproducer for allocation failure due to cgroup v2 memory limits
` [PATCH v4 14/16] WIP: Reproducer for subpool usage leak
` [PATCH v4 15/16] WIP: Reproducer for false restoration on shared HugeTLB mappings
` [PATCH v4 16/16] WIP: Reproducer for out_put_pages subpool reserve leakage


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