linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-08 07:53:21 to 2024-10-09 16:17:35 UTC [more...]

[PATCH net-next 00/12] Add support for PSE port priority
 2024-10-09 16:17 UTC  (36+ messages)
` [PATCH net-next 01/12] net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration
` [PATCH net-next 03/12] net: pse-pd: tps23881: Simplify function returns by removing redundant checks
` [PATCH net-next 04/12] net: pse-pd: tps23881: Add support for power limit and measurement features
` [PATCH net-next 05/12] net: pse-pd: Add support for getting and setting port priority
` [PATCH net-next 06/12] net: ethtool: Add PSE new port priority support feature
` [PATCH net-next 08/12] net: pse-pd: pd692x0: Add support for PSE PI priority feature
` [PATCH net-next 09/12] net: pse-pd: tps23881: "
` [PATCH net-next 12/12] net: pse-pd: tps23881: Add support for PSE events and interrupts

[PATCH v4 RESEND] Docs/zh_CN: Translate physical_memory.rst to Simplified Chinese
 2024-10-09 16:15 UTC  (2+ messages)

[PATCH v4] Docs/zh_CN: Translate page_tables.rst to Simplified Chinese
 2024-10-09 16:13 UTC  (2+ messages)

[PATCH] mm, slab: add kerneldocs for common SLAB_ flags
 2024-10-09 16:11 UTC  (3+ messages)

[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-09 16:04 UTC  (30+ messages)
` [PATCH v4 01/28] test printk: Add very basic struct resource tests
` [PATCH v4 02/28] printk: Add print format (%pra) for struct range
` [PATCH v4 03/28] cxl/cdat: Use %pra for dpa range outputs
` [PATCH v4 04/28] range: Add range_overlaps()
` [PATCH v4 05/28] dax: Document dax dev range tuple
` [PATCH v4 08/28] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v4 09/28] cxl/core: Separate region mode from decoder mode
` [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v4 21/28] cxl/extent: Process DCD events and realize region extents

[PATCH] remoteproc: Fix spelling error in remoteproc.rst
 2024-10-09 15:54 UTC  (2+ messages)

[PATCH v2] Docs/mm: Fix a mistake for pfn in page_tables.rst
 2024-10-09 15:53 UTC  (2+ messages)

[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-10-09 15:46 UTC  (34+ messages)
` [PATCH net-next v3 1/7] bnxt_en: add support for rx-copybreak ethtool command
` [PATCH net-next v3 2/7] bnxt_en: add support for tcp-data-split "
` [PATCH net-next v3 3/7] net: ethtool: add support for configuring tcp-data-split-thresh
` [PATCH net-next v3 4/7] bnxt_en: add support for tcp-data-split-thresh ethtool command
` [PATCH net-next v3 5/7] net: devmem: add ring parameter filtering
` [PATCH net-next v3 7/7] bnxt_en: add support for device memory tcp

[PATCH v4 0/8] Add iio backend compatibility for ad7606
 2024-10-09 14:59 UTC  (16+ messages)
` [PATCH v4 1/8] dt-bindings: iio: adc: ad7606: Remove spi-cpha from required
` [PATCH v4 2/8] dt-bindings: iio: adc: ad7606: Add iio backend bindings
` [PATCH v4 3/8] Documentation: iio: Document ad7606 driver
` [PATCH v4 4/8] iio: adc: ad7606: Add PWM support for conversion trigger
` [PATCH v4 5/8] iio: adc: ad7606: Add compatibility to fw_nodes
` [PATCH v4 6/8] iio: adc: ad7606: Introduce num_adc_channels
` [PATCH v4 7/8] iio: adc: ad7606: Add iio-backend support
` [PATCH v4 8/8] iio: adc: ad7606: Disable PWM usage for non backend version

[PATCH RFC v5 00/10] tun: Introduce virtio-net hashing feature
 2024-10-09 13:57 UTC  (12+ messages)
` [PATCH RFC v5 01/10] virtio_net: Add functions for hashing
` [PATCH RFC v5 04/10] tun: Unify vnet implementation
` [PATCH RFC v5 05/10] tun: Pad virtio header with zero
` [PATCH RFC v5 06/10] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v5 07/10] tun: Introduce virtio-net RSS

[PATCH 00/12] Add support for PSE port priority
 2024-10-09 13:49 UTC  (3+ messages)

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-09 13:36 UTC  (44+ messages)
` [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 12/33] riscv mm: manufacture shadow stack pte
` [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v6 14/33] riscv mmu: write protect and shadow stack
` [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v6 21/33] riscv/traps: Introduce software check exception
` [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal
` [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH net v2] docs: netdev: document guidance on cleanup patches
 2024-10-09 12:50 UTC  (3+ messages)

[PATCH net-next v4] doc: net: Fix .rst rendering of net_cachelines pages
 2024-10-09 12:41 UTC  (2+ messages)

[PATCH v8 1/8] PCI: Protect Link Control 2 Register with RMW locking
 2024-10-09  9:52 UTC 

[RFC 0/3] Add PPS generators
 2024-10-09  9:19 UTC  (15+ messages)
` [RFC 1/3] drivers pps: add PPS generators support
` [RFC 2/3] Documentation pps.rst: add PPS generators documentation
` [RFC 3/3] Documentation ABI: add PPS generators documentaion

[PATCH 1/2] platform/x86: wmi: Update WMI driver API documentation
 2024-10-09  9:08 UTC  (3+ messages)

[PATCH v7 0/5] Changes in v7:
 2024-10-09  5:15 UTC  (10+ messages)
` [PATCH v7 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[net-next v5 0/9] Add support for per-NAPI config via netlink
 2024-10-09  0:54 UTC  (4+ messages)
` [net-next v5 1/9] net: napi: Make napi_defer_hard_irqs per-NAPI
` [net-next v5 3/9] net: napi: Make gro_flush_timeout per-NAPI
` [net-next v5 5/9] net: napi: Add napi_config

[PATCH net-next 01/12] ice: Implement ethtool reset support
 2024-10-08 23:34 UTC 

[RFC net-next v4 0/9] Add support for per-NAPI config via netlink
 2024-10-08 22:28 UTC  (10+ messages)
` [RFC net-next v4 1/9] net: napi: Make napi_defer_hard_irqs per-NAPI
` [RFC net-next v4 3/9] net: napi: Make gro_flush_timeout per-NAPI
` [RFC net-next v4 5/9] net: napi: Add napi_config

[PATCH v8 09/12] drm/msm/a6xx: Add traces for preemption
 2024-10-08 21:10 UTC  (2+ messages)
` [v8,09/12] "

[PATCH 1/6] x86/bugs: Create single parameter for VERW based mitigations
 2024-10-08 19:24 UTC  (2+ messages)

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-10-08 17:34 UTC  (3+ messages)
` [PATCH v10 09/14] riscv: vector: Support xtheadvector save/restore

[PATCH v1] Docs/mm: Fix a mistakes for pfn in page_tables.rst
 2024-10-08 16:25 UTC  (3+ messages)

[PATCH 0/6] VERW based clean-up
 2024-10-08 16:17 UTC  (4+ messages)
` [PATCH 6/6] x86/bugs: Clean-up verw mitigations

[PATCH v4 0/5] ublk: support device recovery without I/O queueing
 2024-10-08 15:07 UTC  (2+ messages)

[PATCH v6 0/6] block: partition table OF support
 2024-10-08 14:42 UTC  (6+ messages)

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-08 14:36 UTC  (6+ messages)
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly

[PATCH v3 00/10] Add iio backend compatibility for ad7606
 2024-10-08 14:15 UTC  (4+ messages)
` [PATCH v3 09/10] iio: adc: ad7606: Add iio-backend support

[PATCH net-next v3] doc: net: Fix .rst rendering of net_cachelines pages
 2024-10-08 14:00 UTC  (2+ messages)

[PATCH V7 0/5] TPH and cache direct injection support
 2024-10-08 13:39 UTC  (3+ messages)
` [PATCH V7 4/5] bnxt_en: Add TPH support in BNXT driver

[PATCH 0/5] hwmon: (pmbus/core) support write protected pmbus regulators
 2024-10-08 12:44 UTC  (5+ messages)
` [PATCH 4/5] hwmon: (pmbus/core) improve handling of write protected regulators

[PATCH RFC net] docs: netdev: document guidance on cleanup patches
 2024-10-08 12:30 UTC  (7+ messages)

[PATCH net-next v20 13/14] mm: page_frag: update documentation for page_frag
 2024-10-08 11:20 UTC 

[PATCH net-next v2] net: Implement fault injection forcing skb reallocation
 2024-10-08 11:13 UTC 

[PATCH net-next] net: Implement fault injection forcing skb reallocation
 2024-10-08 11:09 UTC  (7+ messages)

[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-10-08 10:04 UTC  (4+ messages)
` [PATCH RFC v2 2/2] arm64: Support AT_HWCAP3

[PATCH v12 00/15] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-10-08  9:23 UTC  (4+ messages)
` [PATCH v12 13/15] drm/vkms: Create KUnit tests for YUV conversions

[PATCH] netfs: fix documentation build error
 2024-10-08  8:40 UTC  (2+ messages)

[PATCH 4/6] iio: adc: ad7380: add missing supplies
 2024-10-08  8:31 UTC  (2+ messages)

[PATCH] scripts/kernel-doc: Do not track section counter across processed files
 2024-10-08  8:29 UTC 

[PATCH] accel/qaic: Add ipc_router channel
 2024-10-08  8:12 UTC  (2+ messages)


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