Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-07-10 13:22:09 to 2026-07-12 12:32:33 UTC [more...]

[PATCH v2 0/5] binfmt_misc: bpf-backed binary type handlers
 2026-07-12 12:32 UTC  (7+ messages)
` [PATCH v2 1/5] exec: stash a bpf-selected interpreter in struct linux_binprm
` [PATCH v2 2/5] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/5] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 4/5] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 5/5] selftests/exec: add binfmt_misc bpf-backed handler test

[Issue] maintainer-handbooks: html: list has duplicates
 2026-07-12 11:58 UTC  (3+ messages)

Bad wrapping in some tables
 2026-07-12 11:19 UTC  (8+ messages)

[PATCH v3 0/6] printk: nbcon: deprecate boot_delay in favour of printk_delay
 2026-07-12 10:20 UTC  (7+ messages)
` [PATCH v3 1/6] printk: sysctl: use unsigned int for printk_delay
` [PATCH v3 2/6] printk: add bounds checking to boot_delay
` [PATCH v3 3/6] printk: remove BOOT_PRINTK_DELAY config option
` [PATCH v3 4/6] printk: deprecate boot_delay in favour of printk_delay
` [PATCH v3 5/6] printk: nbcon: move printk_delay to console emiting code
` [PATCH v3 6/6] Documentation/kernel-parameters: add/update printk_delay/boot_delay

[PATCH v2] docs/ja_JP: translate submitting-patches.rst (sign-off)
 2026-07-12  9:53 UTC  (3+ messages)

[PATCH v7 0/5] iio: add Open Sensor Fusion IIO driver
 2026-07-12  9:51 UTC  (8+ messages)
` [PATCH v7 4/5] iio: osf: add authenticated stream parser
` [PATCH v7 5/5] iio: osf: add UART IIO driver

[PATCH] docs/zh_CN: add docs-next checkout workaround
 2026-07-12  8:35 UTC  (10+ messages)

[PATCH v2] docs: zh_TW: process: localize terminologies and improve fluency in 8.Conclusion
 2026-07-12  7:23 UTC  (12+ messages)

[PATCH 0/6] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-07-12  1:39 UTC  (8+ messages)
` [PATCH 1/6] dt-bindings: iio: adc: Add AD7768
` [PATCH 5/6] gpio: ad7768: Add AD7768 GPIO auxiliary driver

[PATCH v7 00/17] AD9910 Direct Digital Synthesizer
 2026-07-12  1:35 UTC  (9+ messages)
` [PATCH v7 03/17] iio: ABI: add parent entry for iio channels
` [PATCH v7 07/17] iio: test: add kunit tests for channel prefix naming generation
` [PATCH v7 16/17] iio: ABI: add docs for ad9910 sysfs and debugfs entries
` [PATCH v7 17/17] docs: iio: add documentation for ad9910 driver

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-11 20:33 UTC  (11+ messages)
` [patch 13/18] entry: Make trace_syscall_enter() return type bool

[PATCH v3 00/26] Introduce meminspect
 2026-07-11 15:43 UTC  (3+ messages)
` [PATCH v3 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory

[Resend PATCH] dt-bindings: fix typos and brackets
 2026-07-11 13:38 UTC 

[PATCH] dt-bindings: fix typos and brackets
 2026-07-11 13:27 UTC  (2+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-11 12:13 UTC  (3+ messages)
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()

[PATCH 0/3] tools/accounting: refactor delay fields and share format_timespec()
 2026-07-11  9:34 UTC  (4+ messages)
` [PATCH 1/3] delaytop: refactor repetitive delay fields into array with enum
` [PATCH 2/3] tools/accounting: factor out shared format_timespec() implementation
` [PATCH 3/3] tools/accounting: simplify 32-bit time_t overflow check in format_timespec()

[PATCH v2 0/5] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
 2026-07-11  8:46 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: hwmon: (pmbus/max20830): add enable-gpios property and complete examples

[PATCH] docs: custom.css: don't limit randering to old 800px monitors
 2026-07-11  7:48 UTC  (6+ messages)

[PATCH] arm64: errata: Mitigate AmpereOne erratum AC03_CPU_57 and AC04_CPU_29
 2026-07-11  7:37 UTC  (2+ messages)

[PATCH v2] arch: arm64: add early_param idle=<wfi|yield|nop>
 2026-07-11  7:35 UTC 

[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-11  6:18 UTC  (7+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs

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

[PATCH 1/4] Docs/ABI/damon: fix typo in intervals_goal sysfs path
 2026-07-11  5:04 UTC  (4+ messages)

[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-07-10 23:14 UTC  (4+ messages)
` [PATCH v2 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub

[PATCH v7 00/12] sched, steal_monitor: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-10 23:09 UTC  (13+ messages)
` [PATCH v7 03/12] sysfs: Add preferred CPU file
` [PATCH v7 06/12] sched/core: Push current task from non preferred CPU
` [PATCH v7 08/12] virt: Introduce steal monitor driver
` [PATCH v7 10/12] virt/steal_monitor: Provide functions for managing steal values
` [PATCH v7 11/12] virt/steal_monitor: Act on steal time periodically and decide on preferred CPUs

[PATCH v3 00/11] vfio/pci: Add CXL Type-2 device passthrough support
 2026-07-10 22:23 UTC  (11+ messages)
` [PATCH v3 05/11] vfio: UAPI for CXL Type-2 device passthrough
` [PATCH v3 06/11] cxl: Add register-virtualization helpers for vfio Type-2 passthrough
` [PATCH v3 07/11] vfio/pci: Add CONFIG_VFIO_PCI_CXL with bind-time CXL Type-2 acquisition
` [PATCH v3 08/11] vfio/pci/cxl: Add HDM + COMP_REGS regions and DVSEC clipping shim

[PATCH net-next v4 00/15][pull request] Introduce iXD driver
 2026-07-10 21:53 UTC  (16+ messages)
` [PATCH net-next v4 01/15] virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel'
` [PATCH net-next v4 02/15] libie: add PCI device initialization helpers to libie
` [PATCH net-next v4 03/15] libeth: allow to create fill queues without NAPI
` [PATCH net-next v4 04/15] libie: add control queue support
` [PATCH net-next v4 05/15] libie: add bookkeeping support for control queue messages
` [PATCH net-next v4 06/15] idpf: remove 'vport_params_reqd' field
` [PATCH net-next v4 07/15] idpf: remove unused code for getting RSS info from device
` [PATCH net-next v4 08/15] idpf: refactor idpf to use libie_pci APIs
` [PATCH net-next v4 09/15] idpf: refactor idpf to use libie control queues
` [PATCH net-next v4 10/15] idpf: make mbx_task queueing and cancelling more consistent
` [PATCH net-next v4 11/15] idpf: print a debug message and bail in case of non-event ctlq message
` [PATCH net-next v4 12/15] ixd: add basic driver framework for Intel(R) Control Plane Function
` [PATCH net-next v4 13/15] ixd: add reset checks and initialize the mailbox
` [PATCH net-next v4 14/15] ixd: add the core initialization
` [PATCH net-next v4 15/15] ixd: add devlink support

[PATCH] docs: pt_BR: translate the management-style.rst to Brazilian Portuguese
 2026-07-10 21:49 UTC  (4+ messages)

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-10 21:26 UTC  (13+ messages)
` [PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v7 03/12] PCI: liveupdate: Track incoming "
` [PATCH v7 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH printk 0/3] Introduce sync mode
 2026-07-10 21:05 UTC  (3+ messages)
` [PATCH printk 3/3] printk: Support setting console sync mode via console=

[PATCH] docs: driver-api: pin-control: fix spelling of below
 2026-07-10 20:43 UTC  (4+ messages)

[PATCH] docs: ABI: README: fix grammatical error
 2026-07-10 19:47 UTC  (2+ messages)

[PATCH -next] docs: submitting-patches: Fix section structure around DCO
 2026-07-10 19:46 UTC  (2+ messages)

[PATCH] docs: printk-index: refresh sample index entries
 2026-07-10 19:36 UTC  (2+ messages)

[PATCH] Documentation/kernel-parameters: fix brackets
 2026-07-10 19:32 UTC  (2+ messages)

[PATCH] sched/Documentation: fix code
 2026-07-10 19:31 UTC  (2+ messages)

[PATCH v2 0/7] docs: pt_BR: process: translation updates and additions
 2026-07-10 19:29 UTC  (2+ messages)

[PATCH v5 0/5] Enhance RPMsg buffer management
 2026-07-10 19:28 UTC  (6+ messages)
` [PATCH v5 1/5] rpmsg: virtio_rpmsg_bus: rename rbufs and sbufs
` [PATCH v5 2/5] rpmsg: virtio_rpmsg_bus: allow different size of tx and rx bufs
` [PATCH v5 3/5] rpmsg: virtio_rpmsg_bus: get buffer size from config space
` [PATCH v5 4/5] docs: rpmsg: add virtio config space details
` [PATCH v5 5/5] samples: rpmsg: add MTU size info

[PATCH] Documentation: admin-guide: fix a doc for efi_no_storage_paranoia the "5KB" instead of the "50%"
 2026-07-10 19:17 UTC  (2+ messages)

[PATCH] sched/doc: Fix stale em_pd_energy() reference in sched-energy
 2026-07-10 19:14 UTC  (2+ messages)

[PATCH] docs: dma-api: remove needless bracket
 2026-07-10 19:07 UTC  (2+ messages)

[PATCH] errseq: add missing bracket
 2026-07-10 19:04 UTC  (2+ messages)

[PATCH] Docs: list: Fix bracket
 2026-07-10 19:03 UTC  (2+ messages)

[PATCH v3] docs: packing: fix brackets
 2026-07-10 19:02 UTC  (2+ messages)

[PATCH] docs: driver-api: pin-control: fix spelling of below
 2026-07-10 18:45 UTC  (2+ messages)

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

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-07-10 16:03 UTC  (5+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[PATCH 00/19] mm/damon: introduce data attributes only monitoring
 2026-07-10 14:59 UTC  (4+ messages)
` [PATCH 17/19] Docs/mm/damon/design: document attrs-only monitoring
` [PATCH 18/19] Docs/admin-guide/mm/damon/usage: document weight sysfs file

[PATCH] hwmon: (asus_ec_sensors) add ProArt Z690-CREATOR WIFI
 2026-07-10 14:50 UTC  (2+ messages)

[PATCH 2/2] hwmon: (asus-ec-sensors) add ROG STRIX X870E-E GAMING WIFI7 R2
 2026-07-10 14:36 UTC  (2+ messages)

[PATCH v4 0/8] misc: amd-sbi: Refactor SBTSI driver with I3C support and ioctl interface
 2026-07-10 14:28 UTC  (9+ messages)
` [PATCH v4 1/8] hwmon/misc: amd-sbi: Move core sbtsi support from hwmon to misc
` [PATCH v4 2/8] hwmon: sbtsi_temp: Refactor temperature register access into helpers
` [PATCH v4 3/8] hwmon/misc: amd-sbi: Move sbtsi register transfer to core abstraction
` [PATCH v4 7/8] hwmon: Add mutex protecting for sbtsi read/write through hwmon

[PATCH 0/4] Docs/ABI/damon: sysfs ABI document fixes and additions
 2026-07-10 14:28 UTC  (3+ messages)

[PATCH 4/4] Docs/ABI/damon: document tried_regions probe hits
 2026-07-10 14:25 UTC  (2+ messages)

[PATCH 3/4] Docs/ABI/damon: document update_tuned_intervals state command
 2026-07-10 14:24 UTC  (2+ messages)

[PATCH 2/4] Docs/ABI/damon: fix typos
 2026-07-10 14:18 UTC  (2+ messages)

[PATCH] PCI: rcar-gen4: Inline GIC_TRANSLATER offset macro
 2026-07-10 13:35 UTC  (3+ messages)


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