linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-07 16:11:04 to 2024-10-08 22:55:42 UTC [more...]

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-08 22:55 UTC  (35+ 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

[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 net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-10-08 20:35 UTC  (29+ 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 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 net-next 00/12] Add support for PSE port priority
 2024-10-08 17:03 UTC  (19+ messages)
` [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 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-08 16:56 UTC  (32+ 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 06/28] cxl/pci: Delay event buffer allocation
` [PATCH v4 07/28] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [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 10/28] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v4 11/28] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v4 13/28] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v4 14/28] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v4 15/28] cxl/region: Refactor common create region code
` [PATCH v4 16/28] cxl/region: Add sparse DAX region support
` [PATCH v4 17/28] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v4 18/28] cxl/pci: Factor out interrupt policy check
` [PATCH v4 19/28] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v4 20/28] cxl/core: Return endpoint decoder information from region search
` [PATCH v4 21/28] cxl/extent: Process DCD events and realize region extents
` [PATCH v4 22/28] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v4 23/28] dax/bus: Factor out dev dax resize logic
` [PATCH v4 24/28] dax/region: Create resources on sparse DAX regions
` [PATCH v4 25/28] cxl/region: Read existing extents on region creation
` [PATCH v4 26/28] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v4 27/28] tools/testing/cxl: Make event logs dynamic
` [PATCH v4 28/28] tools/testing/cxl: Add DC Regions to mock mem data

[PATCH net-next v4] doc: net: Fix .rst rendering of net_cachelines pages
 2024-10-08 16:53 UTC 

[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

[RFC 0/3] Add PPS generators
 2024-10-08 15:43 UTC  (7+ 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 v4] Docs/zh_CN: Translate page_tables.rst to Simplified Chinese
 2024-10-08 15:38 UTC 

[PATCH v4 0/5] ublk: support device recovery without I/O queueing
 2024-10-08 15:07 UTC  (9+ messages)
` [PATCH v4 1/5] ublk: check recovery flags for validity
` [PATCH v4 2/5] ublk: refactor recovery configuration flag helpers
` [PATCH v4 3/5] ublk: merge stop_work and quiesce_work
` [PATCH v4 4/5] ublk: support device recovery without I/O queueing
` [PATCH v4 5/5] Documentation: ublk: document UBLK_F_USER_RECOVERY_FAIL_IO

[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  (6+ 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  (9+ messages)

[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-10-08 10:04 UTC  (6+ messages)
` [PATCH RFC v2 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4
` [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  (6+ messages)
` [PATCH v12 13/15] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v12 14/15] drm/vkms: Add how to run the Kunit tests
` [PATCH v12 15/15] drm/vkms: Add support for DRM_FORMAT_R*

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

[PATCH 0/6] iio: adc: ad7380: fix several supplies issues
 2024-10-08  7:52 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: iio: adc: ad7380: remove voltage reference for supplies
` [PATCH 2/6] dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply

[PATCH] remoteproc: Fix spelling error in remoteproc.rst
 2024-10-08  7:15 UTC 

[PATCH RFC v5 00/10] tun: Introduce virtio-net hashing feature
 2024-10-08  6:54 UTC  (11+ messages)
` [PATCH RFC v5 01/10] virtio_net: Add functions for hashing
` [PATCH RFC v5 02/10] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [PATCH RFC v5 03/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [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 RFC v5 08/10] selftest: tun: Test vnet ioctls without device
` [PATCH RFC v5 09/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH RFC v5 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-08  6:27 UTC  (8+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone

[morse:mpam/snapshot/v6.12-rc1 118/132] drivers/platform/arm64/mpam/mpam_resctrl.c:33: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2024-10-08  4:56 UTC 

[PATCH v7 00/24] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-10-08  0:01 UTC  (9+ messages)
` [PATCH v7 22/24] x86/resctrl: Update assignments on event configuration changes

[PATCH V3] PCI: Extend ACS configurability
 2024-10-07 20:43 UTC  (8+ messages)
` [PATCH V4] "

[PATCH v2 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-07 19:21 UTC  (8+ messages)
` [PATCH v2 1/6] Add AutoFDO "

[PATCH] fix grammar on false-sharing.rst
 2024-10-07 19:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4] docs/sp_SP: Add translation for scheduler/sched-bwc.rst
 2024-10-07 17:46 UTC  (2+ messages)

[PATCH v2] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-10-07 17:37 UTC  (5+ messages)

[PATCH] docs: Build kernel docs deterministically
 2024-10-07 17:23 UTC  (3+ messages)
` [PATCH] docs/zh_TW+zh_CN: Make rst references unique

[PATCH] doc:it_IT: update I2C summary
 2024-10-07 17:21 UTC  (2+ messages)

[PATCH] docs/ja_JP: howto: Catch up changes in v6.11
 2024-10-07 17:20 UTC  (2+ messages)

[PATCH v3] kernel-docs: Add new section for Rust learning materials
 2024-10-07 17:20 UTC  (2+ messages)

[PATCH v2] Documentation/process: maintainer-soc: clarify submitting patches
 2024-10-07 17:18 UTC  (2+ messages)

[PATCH v3] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-10-07 17:16 UTC 

[PATCH doc] docs: gcov: fix link to LCOV website
 2024-10-07 17:16 UTC  (2+ messages)

[PATCH] Documentation: core-api/cpuhotplug: Fix missing prefix
 2024-10-07 17:15 UTC  (2+ messages)

[PATCH v3] doc:it_IT: update documents in process/
 2024-10-07 17:13 UTC  (2+ messages)

[PATCH] docs: fix WARNING document not included in any toctree
 2024-10-07 17:09 UTC  (2+ messages)

[PATCH] docs: backporting: fix a typo
 2024-10-07 17:07 UTC  (2+ messages)

[PATCH] tracing: doc: Fix typo in ftrace histogram
 2024-10-07 17:07 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).