linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-01 13:07:05 to 2025-02-04 14:49:44 UTC [more...]

[PATCH bpf-next v7 0/5] xsk: TX metadata Launch Time support
 2025-02-04 14:49 UTC  (17+ messages)
` [PATCH bpf-next v7 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v7 2/5] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v7 3/5] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v7 4/5] igc: Refactor empty packet insertion into a reusable function
` [PATCH bpf-next v7 5/5] igc: Add launch time support to XDP ZC
  ` [xdp-hints] "

[PATCH] docs: Fix spelling and grammatical issues
 2025-02-04 14:39 UTC  (3+ messages)

[PATCH 0/7] platform/x86: wmi: Rework WMI device enabling
 2025-02-04 14:27 UTC  (14+ messages)
` [PATCH 1/7] hwmon: (hp-wmi-sensors) Use the WMI bus API when accessing sensors
` [PATCH 2/7] platform/x86: think-lmi: Use ACPI object when extracting strings
` [PATCH 3/7] platform/x86: think-lmi: Use WMI bus API when accessing BIOS settings
` [PATCH 4/7] platform/x86: hp-bioscfg: Use wmi_instance_count()
` [PATCH 5/7] platform/x86: wmi: Rework WCxx/WExx ACPI method handling
` [PATCH 6/7] platform/x86: wmi: Call WCxx methods when setting data blocks
` [PATCH 7/7] platform/x86: wmi: Update documentation regarding the GUID-based API

[PATCH] vgaarbiter: documentation grammar correction
 2025-02-04 14:08 UTC 

[PATCH] Documentation/networking: Fix basic node example document ISO 15765-2
 2025-02-04 13:45 UTC  (3+ messages)

[PATCH] docs: Move "debugging" section to the top in index.rst
 2025-02-04 13:36 UTC 

[PATCH] usb: dwc3: Fix kernel-doc warning for sg member in
 2025-02-04 13:27 UTC  (2+ messages)

[PATCH] docs: Move "debugging" section to the top in index.rst
 2025-02-04 13:26 UTC  (2+ messages)

[PATCH net] docs: netdev: Document guidance on inline functions
 2025-02-04 13:25 UTC  (11+ messages)

[PATCH] arm64/gcs: Fix documentation for HWCAP
 2025-02-04 13:09 UTC  (2+ messages)

[PATCH] intel_idle: introduce 'use_acpi_cst' module parameter
 2025-02-04 13:04 UTC  (4+ messages)

[PATCH v3 0/6] iio: adc: ad4030: new driver for AD4030 and similar ADCs
 2025-02-04 12:54 UTC  (8+ messages)
` [PATCH v3 2/6] iio: adc: ad4030: add driver for ad4030-24
` [PATCH v3 3/6] iio: adc: ad4030: add averaging support

[PATCH net-next v3 0/6] Device memory TCP TX
 2025-02-04 12:32 UTC  (10+ messages)
` [PATCH net-next v3 1/6] net: add devmem TCP TX documentation
` [PATCH net-next v3 2/6] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH net-next v3 3/6] net: add get_netmem/put_netmem support
` [PATCH net-next v3 4/6] net: devmem: TCP tx netlink api
` [PATCH net-next v3 5/6] net: devmem: Implement TX path
` [PATCH net-next v3 6/6] net: devmem: make dmabuf unbinding scheduled work

[PATCH net-next 0/2] Symmetric OR-XOR RSS hash
 2025-02-04 12:31 UTC  (5+ messages)
` [PATCH net-next 1/2] ethtool: "
` [PATCH net-next 2/2] net/mlx5e: Symmetric OR-XOR RSS hash control

[PATCH v19 00/11] arm64/perf: Enable branch stack sampling
 2025-02-04 12:02 UTC  (26+ messages)
` [PATCH v19 01/11] perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters
` [PATCH v19 02/11] perf: arm_pmu: Don't disable counter in armpmu_add()
` [PATCH v19 03/11] perf: arm_pmuv3: Don't disable counter in armv8pmu_enable_event()
` [PATCH v19 04/11] perf: arm_v7_pmu: Drop obvious comments for enabling/disabling counters and interrupts
` [PATCH v19 05/11] perf: arm_v7_pmu: Don't disable counter in (armv7|krait_|scorpion_)pmu_enable_event()
` [PATCH v19 06/11] perf: apple_m1: Don't disable counter in m1_pmu_enable_event()
` [PATCH v19 07/11] perf: arm_pmu: Move PMUv3-specific data
` [PATCH v19 08/11] arm64/sysreg: Add BRBE registers and fields
` [PATCH v19 09/11] arm64: Handle BRBE booting requirements
` [PATCH v19 10/11] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v19 11/11] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v13 0/8] Coresight for Kernel panic and watchdog reset
 2025-02-04 12:02 UTC  (6+ messages)
` [PATCH v13 5/8] coresight: tmc: Add support for reading crash data

[PATCH net-next v4 0/8] netconsole: Add support for CPU population
 2025-02-04 11:35 UTC  (9+ messages)
` [PATCH net-next v4 1/8] netconsole: consolidate send buffers into netconsole_target struct
` [PATCH net-next v4 2/8] netconsole: Rename userdata to extradata
` [PATCH net-next v4 3/8] netconsole: Helper to count number of used entries
` [PATCH net-next v4 4/8] netconsole: Introduce configfs helpers for sysdata features
` [PATCH net-next v4 5/8] netconsole: Include sysdata in extradata entry count
` [PATCH net-next v4 6/8] netconsole: add support for sysdata and CPU population
` [PATCH net-next v4 7/8] netconsole: selftest: test for sysdata CPU
` [PATCH net-next v4 8/8] netconsole: docs: Add documentation for CPU number auto-population

[PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm)
 2025-02-04 10:58 UTC  (15+ messages)
` [PATCH v1 04/12] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
` [PATCH v1 05/12] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()

[RFC v2 00/38] Improve ABI documentation generation
 2025-02-04 10:30 UTC  (7+ messages)
` [RFC v2 08/38] ABI: sysfs-bus-coresight-*: fix kernelversion tags
` [RFC v2 18/38] docs: sphinx/kernel_abi: use AbiParser directly

[PATCH] mm: pgtable: Fix grammar error
 2025-02-04  9:33 UTC 

[PATCH] docs: submitting-patches: document the format for affiliation
 2025-02-04  7:59 UTC  (2+ messages)

[PATCH net-next 2/9] ice: devlink PF MSI-X max and min parameter
 2025-02-04  6:06 UTC  (3+ messages)

[PATCH 00/20] Add support for shared PTEs across processes
 2025-02-04  1:52 UTC  (3+ messages)
` [PATCH 01/20] mm: Add msharefs filesystem

[PATCH v4 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
 2025-02-04  0:23 UTC  (9+ messages)
` [PATCH v4 1/2] perf: Fujitsu: Add the Uncore MAC "
` [PATCH v4 2/2] perf: Fujitsu: Add the Uncore PCI "

[PATCH v4 0/3] Add support for AD7191
 2025-02-03 23:56 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: add AD7191
` [PATCH v4 2/3] iio: adc: ad7191: "
` [PATCH v4 3/3] docs: iio: "

[PATCH] drm/doc: fix minor grammatical issues
 2025-02-03 23:40 UTC 

[PATCH 1/2] gpu: nova-core: add initial driver stub
 2025-02-03 21:53 UTC  (10+ messages)

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-02-03 20:49 UTC  (3+ messages)

[PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
 2025-02-03 20:35 UTC  (18+ messages)

[syzbot] [udf?] general protection fault in d_splice_alias
 2025-02-03 19:48 UTC 

[PATCH] documentation grammer correction
 2025-02-03 16:47 UTC  (3+ messages)

[PATCH v2 0/2] checkpatch: Add support for checkpatch-ignore note
 2025-02-03 16:40 UTC  (2+ messages)

[pdx86-platform-drivers-x86:review-ilpo-next 4/6] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/ABI/testing/sysfs-driver-mlxreg-io
 2025-02-03 15:32 UTC 

[PATCH v10] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2025-02-03 15:02 UTC  (2+ messages)

[PATCH v2 0/6] module: Introduce hash-based integrity checking
 2025-02-03 14:22 UTC  (4+ messages)
` [PATCH v2 6/6] "

[PATCH REPOST] docs: networking: Remove VLAN_TAG_PRESENT from openvswitch doc
 2025-02-03 13:41 UTC  (3+ messages)

[PATCH v9 09/26] x86/resctrl: Introduce interface to display number of monitoring counters
 2025-02-03 13:26 UTC  (2+ messages)

[PATCH v2 0/8] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-02-03 12:44 UTC  (12+ messages)
` [PATCH v2 1/8] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v2 2/8] tee: add close_context to TEE driver operation
` [PATCH v2 3/8] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v2 4/8] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v2 5/8] firmware: qcom: scm: add support for object invocation
` [PATCH v2 6/8] tee: add Qualcomm TEE driver
` [PATCH v2 7/8] qcomtee: add primordial object
` [PATCH v2 8/8] Documentation: tee: Add Qualcomm TEE driver

[PATCH 0/1] Add 'external' to the libata.force kernel parameter
 2025-02-03 12:12 UTC  (4+ messages)
` [PATCH 1/1] ata: libata-core: "

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-03 11:29 UTC  (4+ messages)
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping

[PATCH v4 0/2] Enable sensors support for the Congatec Board Controller
 2025-02-03 11:01 UTC  (3+ messages)
` [PATCH v4 1/2] hwmon: Add Congatec Board Controller monitoring driver
` [PATCH v4 2/2] mfd: cgbc: add a hwmon cell

[PATCH v2 0/3] Fix and cleanup and extend cpu.stat
 2025-02-03  8:11 UTC  (2+ messages)

[PATCH V2 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-02-03  5:08 UTC  (8+ messages)
` [PATCH V2 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH V2 2/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH V2 3/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH V2 4/7] arm64/sysreg: Add register fields for HFGITR2_EL2
` [PATCH V2 5/7] arm64/sysreg: Add register fields for HFGRTR2_EL2
` [PATCH V2 6/7] arm64/sysreg: Add register fields for HFGWTR2_EL2
` [PATCH V2 7/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9

[PATCH v3 0/6] ima: Remove unnecessary inode locks
 2025-02-03  1:31 UTC  (3+ messages)
` [PATCH v3 6/6] ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr

[PATCH] docs: networking: Remove VLAN_TAG_PRESENT from openvswitch doc
 2025-02-02 20:55 UTC  (3+ messages)

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-02-02 16:57 UTC  (7+ messages)

[PATCH 1/2] docs/ja_JP: Convert SubmitChecklist into reST with belated updates
 2025-02-02 11:27 UTC  (4+ messages)

[PATCH v5 0/6] Add support for ADIS16550 and ADIS16550W
 2025-02-01 15:24 UTC  (9+ messages)
` [PATCH v5 1/6] iio: imu: adis: Add custom ops struct
` [PATCH v5 3/6] iio: imu: adis: Add DIAG_STAT register size
` [PATCH v5 5/6] iio: imu: adis16550: add adis16550 support
` [PATCH v5 6/6] docs: iio: add documentation for adis16550 driver

[PATCH RESEND 0/5] LED1202 / leds-st1202 fixes and improvements
 2025-02-01 13:07 UTC  (2+ messages)
` [PATCH RESEND 5/5] Documentation: leds: remove .rst extension for leds-st1202 on index


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).