linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-18 20:49:09 to 2021-11-24 00:53:22 UTC [more...]

[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
 2021-11-24  0:52 UTC  (29+ messages)
` [PATCH v2 net-next 01/26] rtnetlink: introduce generic XDP statistics
` [PATCH v2 net-next 02/26] xdp: provide common driver helpers for implementing XDP stats
` [PATCH v2 net-next 03/26] ena: implement generic XDP statistics callbacks
` [PATCH v2 net-next 04/26] dpaa2: implement generic XDP stats callbacks
` [PATCH v2 net-next 05/26] enetc: "
` [PATCH v2 net-next 06/26] mvneta: reformat mvneta_netdev_ops
` [PATCH v2 net-next 07/26] mvneta: add .ndo_get_xdp_stats() callback
` [PATCH v2 net-next 08/26] mvpp2: provide "
` [PATCH v2 net-next 09/26] mlx5: don't mix XDP_DROP and Rx XDP error cases
` [PATCH v2 net-next 10/26] mlx5: provide generic XDP stats callbacks
` [PATCH v2 net-next 11/26] sf100, sfx: implement "
` [PATCH v2 net-next 12/26] veth: don't mix XDP_DROP counter with Rx XDP errors
` [PATCH v2 net-next 13/26] veth: drop 'xdp_' suffix from packets and bytes stats
` [PATCH v2 net-next 14/26] veth: reformat veth_netdev_ops
` [PATCH v2 net-next 15/26] veth: add generic XDP stats callbacks
` [PATCH v2 net-next 16/26] virtio_net: don't mix XDP_DROP counter with Rx XDP errors
` [PATCH v2 net-next 17/26] virtio_net: rename xdp_tx{,_drops} SQ stats to xdp_xmit{,_errors}
` [PATCH v2 net-next 18/26] virtio_net: reformat virtnet_netdev
` [PATCH v2 net-next 19/26] virtio_net: add callbacks for generic XDP stats
` [PATCH v2 net-next 20/26] i40e: add XDP and XSK generic per-channel statistics
` [PATCH v2 net-next 21/26] ice: "
` [PATCH v2 net-next 22/26] igb: add XDP "
` [PATCH v2 net-next 23/26] igc: bail out early on XSK xmit if no descs are available
` [PATCH v2 net-next 24/26] igc: add XDP and XSK generic per-channel statistics
` [PATCH v2 net-next 25/26] ixgbe: "
` [PATCH v2 net-next 26/26] Documentation: reflect generic XDP statistics

[RFC v3 00/12] Intro to Hardware timestamping engine
 2021-11-24  0:45 UTC  (14+ messages)
` [RFC v3 01/12] Documentation: Add HTE subsystem guide
` [RFC v3 02/12] drivers: Add hardware timestamp engine (HTE)
` [RFC v3 03/12] hte: Add tegra194 HTE kernel provider
` [RFC v3 04/12] dt-bindings: Add HTE bindings
` [RFC v3 05/12] hte: Add Tegra194 IRQ HTE test driver
` [RFC v3 06/12] gpiolib: Add HTE support
` [RFC v3 07/12] dt-bindings: gpio: Add hardware-timestamp-engine property
` [RFC v3 08/12] gpio: tegra186: Add HTE in gpio-tegra186 driver
` [RFC v3 09/12] gpiolib: cdev: Add hardware timestamp clock type
` [RFC v3 10/12] tools: gpio: Add new hardware "
` [RFC v3 11/12] hte: Add tegra GPIO HTE test driver
` [RFC v3 12/12] MAINTAINERS: Added HTE Subsystem

[PATCH v5 1/1] gpio: add sloppy logic analyzer using polling
 2021-11-24  0:35 UTC  (4+ messages)

[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-11-23 23:16 UTC  (12+ messages)

[RFC PATCH 0/3] riscv: Add riscv.fwsz kernel parameter to save memory
 2021-11-23 21:50 UTC  (16+ messages)
` [RFC PATCH 1/3] riscv: Remove 2MB offset in the mm layout
` [RFC PATCH 2/3] riscv: Add early_param to decrease firmware region
` [RFC PATCH 3/3] riscv: Add riscv.fwsz kernel parameter

[PATCH 0/3] page table check
 2021-11-23 21:48 UTC  (4+ messages)
` [PATCH 1/3] mm: ptep_clear() page table helper
` [PATCH 2/3] mm: page table check
` [PATCH 3/3] x86: mm: add x86_64 support for "

[PATCH] drm/doc: Fix TTM acronym
 2021-11-23 17:01 UTC 

[PATCH RFC] vfio: Documentation for the migration region
 2021-11-23 16:53 UTC  (6+ messages)

[PATCH v2 bpf-next 0/2] bpf, docs: Document BPF_MAP_TYPE_ARRAY
 2021-11-23 16:24 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf, docs: add kernel version to map_cgroup_storage
  ` [PATCH v2 bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH v12 0/2] Update ASUS WMI supported boards
 2021-11-23 16:20 UTC  (5+ messages)

[PATCH v4 00/13] Introduce PECI subsystem
 2021-11-23 15:57 UTC  (16+ messages)
` [PATCH v4 01/13] dt-bindings: Add generic bindings for PECI
` [PATCH v4 02/13] dt-bindings: Add bindings for peci-aspeed
` [PATCH v4 03/13] ARM: dts: aspeed: Add PECI controller nodes
` [PATCH v4 04/13] peci: Add core infrastructure
` [PATCH v4 05/13] peci: Add peci-aspeed controller driver
` [PATCH v4 06/13] peci: Add device detection
` [PATCH v4 07/13] peci: Add sysfs interface for PECI bus
` [PATCH v4 08/13] peci: Add support for PECI device drivers
` [PATCH v4 09/13] peci: Add peci-cpu driver
` [PATCH v4 10/13] hwmon: peci: Add cputemp driver
` [PATCH v4 11/13] hwmon: peci: Add dimmtemp driver
` [PATCH v4 12/13] docs: hwmon: Document PECI drivers
` [PATCH v4 13/13] docs: Add PECI documentation

[PATCH v4 11/13] hwmon: peci: Add dimmtemp driver
 2021-11-23 15:56 UTC 

[PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-11-23 12:46 UTC  (12+ messages)
` [PATCH v16 01/11] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v16 02/11] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v16 03/11] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v16 04/11] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v16 05/11] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v16 06/11] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v16 07/11] arm64: kdump: reimplement crashkernel=X
` [PATCH v16 08/11] x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config
` [PATCH v16 09/11] of: fdt: Aggregate the processing of "linux,usable-memory-range"
` [PATCH v16 10/11] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v16 11/11] kdump: update Documentation about crashkernel

[PATCH] arm64: update compiler option for PAC
 2021-11-23 12:10 UTC  (3+ messages)

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-23 11:29 UTC  (5+ messages)
` [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

[PATCH v2] Docs: Fixes link to I2C specification
 2021-11-23 10:37 UTC  (5+ messages)

[PATCH v3] slob: add size header to all allocations
 2021-11-23 10:18 UTC  (9+ messages)
` [PATCH v4] "

[PATCH 00/15] Introduce DAMON-based Proactive Reclamation
 2021-11-23  8:36 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf, docs: Document BPF_MAP_TYPE_ARRAY
 2021-11-23  3:53 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf, docs: add kernel version to map_cgroup_storage
` [PATCH bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH v8] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-23  3:30 UTC  (4+ messages)

[PATCH v6] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-11-23  0:29 UTC  (4+ messages)

[PATCH] Documentation: coresight: Fix documentation issue
 2021-11-22 16:55 UTC  (2+ messages)

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-22 16:21 UTC  (9+ messages)

[PATCH] docs: x86: remove vendor specific kernel parameter from example
 2021-11-22 10:00 UTC 

[PATCH v4 0/2] docs/zh_CN: move and update sparse
 2021-11-22  7:40 UTC  (3+ messages)
` [PATCH v4 1/2] docs/zh_CN: move sparse into dev-tools
` [PATCH v4 2/2] docs/zh_CN: update sparse translation

[PATCH v2 0/2] docs/zh_CN: add msi-howto and sysfs-pci translation
 2021-11-22  7:39 UTC  (3+ messages)
` [PATCH v2 1/2] docs/zh_CN: add msi-howto translation
` [PATCH v2 2/2] docs/zh_CN: add sysfs-pci trnaslation

[PATCH v3 0/2] docs/zh_CN: add pciebus-howto and pci-iov-howto translation
 2021-11-22  7:38 UTC  (3+ messages)
` [PATCH v3 1/2] docs/zh_CN: add pciebus-howto translation
` [PATCH v3 2/2] docs/zh_CN: add pci-iov-howto translation

[PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-22  7:34 UTC  (3+ messages)
  `  "

[PATCH 0/2] Documentation: dmaengine: Tweak dmatest docs
 2021-11-22  7:01 UTC  (2+ messages)

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-11-22  4:21 UTC  (5+ messages)

drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_color.c:288: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-11-22  4:14 UTC 

[PATCH 0/2] docs/zh_CN: add scheduler completion translation
 2021-11-22  2:29 UTC  (5+ messages)
` [PATCH 1/2] docs/zh_CN: add scheduler index translation
` [PATCH 2/2] docs/zh_CN: add completion translation

[PATCH v3] m68k: Enable memtest functionality
 2021-11-21  6:29 UTC  (2+ messages)

[PATCH v4 3/4] mm, shmem: add filesystem memcg= option documentation
 2021-11-20  4:50 UTC 

[PATCH v5 0/8] mm, dax: Introduce compound pages in devmap
 2021-11-19 20:13 UTC  (11+ messages)
` [PATCH v5 8/8] device-dax: compound devmap support

[PATCH] Documentation/process: fix self reference
 2021-11-19 20:07 UTC 

split up filter.rst v2
 2021-11-19 16:32 UTC  (6+ messages)
` [PATCH 1/5] x86, bpf: cleanup the top of file header in bpf_jit_comp.c
` [PATCH 2/5] bpf: remove a redundant comment on bpf_prog_free
` [PATCH 3/5] bpf, docs: prune all references to "internal BPF"
` [PATCH 4/5] bpf, docs: move handling of maps to Documentation/bpf/maps.rst
` [PATCH 5/5] bpf, docs: split general purpose eBPF documentation out of filter.rst

split up filter.rst
 2021-11-19 13:03 UTC  (8+ messages)
` [PATCH 1/2] bpf, docs: prune all references to "internal BPF"
` [PATCH 2/2] bpf, doc: split general purpose eBPF documentation out of filter.rst

[PATCH 15/15] KVM: X86: Always set gpte_is_8_bytes when direct map
 2021-11-19 10:42 UTC  (7+ messages)

drivers/gpu/drm/i915/gvt/gtt.c:1152: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-11-19 10:38 UTC 

[PATCH v3 00/13] Introduce PECI subsystem
 2021-11-18 21:51 UTC  (2+ messages)

[GIT PULL] Documentation fixes for 5.16
 2021-11-18 20:49 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).