linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-16 19:30:59 to 2023-03-20 16:40:22 UTC [more...]

[PATCH v2 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
 2023-03-20 16:35 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: mfd: Add TI TPS6594 PMIC

[PATCH v3 0/7] x86/resctrl: Miscellaneous resctrl features
 2023-03-20 15:15 UTC  (16+ messages)
` [PATCH v3 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once
` [PATCH v3 2/7] x86/resctrl: Remove few unnecessary rftype flags

[PATCH v4 0/8] QAIC accel driver
 2023-03-20 15:11 UTC  (9+ messages)
` [PATCH v4 1/8] accel/qaic: Add documentation for AIC100 accelerator driver
` [PATCH v4 2/8] accel/qaic: Add uapi and core driver file
` [PATCH v4 3/8] accel/qaic: Add MHI controller
` [PATCH v4 4/8] accel/qaic: Add control path
` [PATCH v4 5/8] accel/qaic: Add datapath
` [PATCH v4 6/8] accel/qaic: Add mhi_qaic_cntl
` [PATCH v4 7/8] accel/qaic: Add qaic driver to the build system
` [PATCH v4 8/8] MAINTAINERS: Add entry for QAIC driver

[PATCH v3 0/4] devres: Provide krealloc_array
 2023-03-20 14:57 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] hwmon: pmbus: Use devm_krealloc_array
` [PATCH v3 3/4] iio: adc: "
` [PATCH v3 4/4] serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_array

(no subject)
 2023-03-20 15:05 UTC  (5+ messages)
` [PATCH v6 2/7] iommu/sva: Move PASID helpers to sva code
` [PATCH v6 5/7] iommu/sva: Use GFP_KERNEL for pasid allocation

[PATCH -next 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-03-20 20:42 UTC  (5+ messages)
` [PATCH -next 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next 2/2] docs: kdump: Update the crashkernel description for riscv

[PATCH v4 3/6] iommu/sva: Stop using ioasid_set for SVA
 2023-03-20 14:11 UTC  (11+ messages)

[RFC v1 0/4] Allow dynamic allocation of software IO TLB bounce buffers
 2023-03-20 12:28 UTC  (5+ messages)
` [RFC v1 1/4] dma-mapping: introduce the DMA_ATTR_MAY_SLEEP attribute
` [RFC v1 2/4] swiotlb: Move code around in preparation for dynamic bounce buffers
` [RFC v1 3/4] swiotlb: Allow dynamic allocation of "
` [RFC v1 4/4] swiotlb: Add an option to allow dynamic "

[PATCH v8 00/13] Introduce PECI subsystem
 2023-03-20 12:46 UTC  (4+ messages)
` [PATCH v8 10/13] hwmon: peci: Add cputemp driver

[PATCH] Documentation: maintainer-tip: Rectify link to "Describe your changes" section of submitting-patches.rst
 2023-03-20 12:43 UTC 

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-20 11:35 UTC  (23+ messages)
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v7 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall

[PATCH v8 00/40] Shadow stacks for userspace
 2023-03-20 11:00 UTC  (45+ messages)
` [PATCH v8 01/40] Documentation/x86: Add CET shadow stack description
` [PATCH v8 02/40] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v8 03/40] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v8 04/40] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v8 05/40] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v8 06/40] x86/fpu: Add helper for modifying xstate
` [PATCH v8 07/40] x86/traps: Move control protection handler to separate file
` [PATCH v8 08/40] x86/shstk: Add user control-protection fault handler
` [PATCH v8 09/40] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v8 10/40] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v8 11/40] mm: Introduce pte_mkwrite_kernel()
` [PATCH v8 12/40] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v8 13/40] mm: Make pte_mkwrite() take a VMA
` [PATCH v8 14/40] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v8 15/40] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v8 16/40] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v8 18/40] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v8 19/40] x86/mm: Check shadow stack page fault errors
` [PATCH v8 20/40] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v8 21/40] mm: Add guard pages around a shadow stack
` [PATCH v8 22/40] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v8 23/40] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v8 24/40] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v8 25/40] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v8 26/40] mm: Warn on shadow stack memory in wrong vma
` [PATCH v8 27/40] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v8 28/40] x86: Introduce userspace API for shadow stack
` [PATCH v8 29/40] x86/shstk: Add user-mode shadow stack support
` [PATCH v8 30/40] x86/shstk: Handle thread shadow stack
` [PATCH v8 31/40] x86/shstk: Introduce routines modifying shstk
` [PATCH v8 32/40] x86/shstk: Handle signals for shadow stack
` [PATCH v8 33/40] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v8 34/40] x86/shstk: Support WRSS for userspace
` [PATCH v8 35/40] x86: Expose thread features in /proc/$PID/status
` [PATCH v8 36/40] x86/shstk: Wire in shadow stack interface
` [PATCH v8 37/40] selftests/x86: Add shadow stack test
` [PATCH v8 38/40] x86: Add PTRACE interface for shadow stack
` [PATCH v8 39/40] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v8 40/40] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v5] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-03-20 10:47 UTC  (3+ messages)

[PATCH v2 0/4] devres: Provide krealloc_array
 2023-03-20 10:03 UTC  (6+ messages)
` [PATCH v2 4/4] serial: qcom_geni: Use devm_krealloc_array

[PATCH 0/2] docs & checkpatch: allow Closes tags with links
 2023-03-20  9:07 UTC  (10+ messages)
` [PATCH 1/2] docs: process: "

[PATCH v3 0/8] QAIC accel driver
 2023-03-20  7:03 UTC  (7+ messages)
` [PATCH v3 8/8] MAINTAINERS: Add entry for QAIC driver

[PATCH v10] tee: optee: Add SMC for loading OP-TEE image
 2023-03-20  6:51 UTC  (2+ messages)

[PATCH v8 0/6] cpufreq: amd-pstate: Add guided autonomous mode support
 2023-03-20  4:40 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add entry for LED devices documentation
 2023-03-19 15:58 UTC  (2+ messages)

[PATCH] doc:it_IT: translation alignment
 2023-03-19 13:46 UTC 

[PATCH] ELF: document some de-facto PT_* ABI quirks
 2023-03-19 12:52 UTC  (4+ messages)

[lunn:v6.2.0-net-next-phy-leds 2/28] htmldocs: Documentation/leds/leds-class.rst:217: WARNING: Inline emphasis start-string without end-string
 2023-03-19  8:27 UTC 

[PATCH 0/3] Documentation fixes for MT6370 RGB
 2023-03-19  7:49 UTC  (4+ messages)
` [PATCH 1/3] Documentation: leds: Add MT6370 doc to the toctree
` [PATCH 2/3] Documentation: leds: MT6370: Properly wrap hw_pattern chart
` [PATCH 3/3] Documentation: leds: MT6370: Use bullet lists for timing variables

[akpm-mm:mm-unstable 231/249] htmldocs: Documentation/admin-guide/kdump/vmcoreinfo.rst:193: WARNING: Title underline too short
 2023-03-19  2:16 UTC 

[lee-leds:for-leds-next 15/15] htmldocs: Documentation/leds/leds-mt6370-rgb.rst:39: WARNING: Literal block ends without a blank line; unexpected unindent
 2023-03-18 15:41 UTC 

[PATCH v4] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-03-18 15:29 UTC  (2+ messages)

[PATCH v4 0/6] RISC-V Hardware Probing User Interface
 2023-03-18 12:02 UTC  (4+ messages)
` [PATCH v4 4/6] RISC-V: hwprobe: Support probing of misaligned access performance

[PATCH v3 3/5] net: Let the active time stamping layer be selectable
 2023-03-18 11:54 UTC  (15+ messages)

[PATCH v3] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-03-18  4:11 UTC  (3+ messages)

[PATCH v2 0/5] nbd: s/handle/cookie/
 2023-03-17 20:27 UTC  (6+ messages)
` [PATCH v2 1/5] uapi nbd: improve doc links to userspace spec
` [PATCH v2 2/5] block nbd: send handle in network order
` [PATCH v2 3/5] uapi nbd: add cookie alias to handle
` [PATCH v2 4/5] block nbd: use req.cookie instead of req.handle
` [PATCH v2 5/5] docs nbd: userspace NBD now favors github over sourceforge

[PATCH v10 00/15] dma-fence: Deadline awareness
 2023-03-17 15:59 UTC  (15+ messages)
` [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

[PATCH 0/5] usermode_driver: Add management library and API
 2023-03-17 14:52 UTC  (6+ messages)
` [PATCH 1/5] usermode_driver: Introduce umd_send_recv() from bpfilter
` [PATCH 2/5] usermode_driver_mgmt: Introduce management of user mode drivers
` [PATCH 3/5] bpfilter: Port to user mode driver management API
` [PATCH 4/5] selftests/umd_mgmt: Add selftests for UMD management library
` [PATCH 5/5] doc: Add documentation for the User Mode Driver "

[RFC PATCH v1 0/4] HiSilicon Performance Monitor Control Unit
 2023-03-17 15:13 UTC  (9+ messages)
` [RFC PATCH v1 1/4] docs: perf: Add documentation for HiSilicon PMCU
` [RFC PATCH v1 2/4] drivers/perf: hisi: Add driver support "
` [RFC PATCH v1 3/4] perf tool: Add HiSilicon PMCU data recording support

[PATCH bpf-next v2] bpf, docs: Use internal linking for link to netdev subsystem doc
 2023-03-17 13:10 UTC  (2+ messages)

[PATCH v2 0/6] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-17 11:52 UTC  (13+ messages)
` [PATCH v2 1/6] mm/slob: remove CONFIG_SLOB
` [PATCH v2 2/6] mm, page_flags: remove PG_slob_free
` [PATCH v2 3/6] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH v2 4/6] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH v2 5/6] mm/slob: remove slob.c
` [PATCH v2 6/6] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects

[linux-next:master 4213/4413] htmldocs: Warning: Documentation/devicetree/bindings/input/snvs-pwrkey.txt references a file that doesn't exist: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
 2023-03-17  8:55 UTC 

[PATCH v1 0/3] Add support to configure Coresight Dummy subunit
 2023-03-17  8:19 UTC  (6+ messages)
` [PATCH v1 2/3] dt-bindings: arm: Add Coresight Dummy Trace YAML schema

[PATCH v18 0/3] Add MediaTek MT6370 PMIC support
 2023-03-17  8:04 UTC  (10+ messages)
` [PATCH v18 1/3] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support
` [PATCH v18 2/3] leds: flash: mt6370: Add MediaTek MT6370 flashlight support
` [PATCH v18 3/3] docs: leds: Add MT6370 RGB LED pattern document

[PATCH] Documentation: submitting-patches: Disqualify style fixes from Fixes: tag
 2023-03-17  7:53 UTC  (3+ messages)

[PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
 2023-03-17  6:04 UTC  (4+ messages)

[cel:topic-rpc-with-tls-upcall 2/19] htmldocs: Documentation/networking/tls-handshake.rst:53: WARNING: Inline emphasis start-string without end-string
 2023-03-17  1:12 UTC 

[PATCH] Documentation: kernel-parameters: sort all "no..." parameters
 2023-03-17  0:26 UTC 

[PATCH net-next] docs: networking: document NAPI
 2023-03-16 23:18 UTC  (14+ messages)

[KTAP V2 PATCH] ktap_v2: allow prefix to KTAP lines
 2023-03-16 22:59 UTC 

[KTAP V2 PATCH] ktap_v2: add recognized test name line
 2023-03-16 22:59 UTC 

[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-03-16 22:53 UTC  (8+ messages)
` [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v9 11/16] ipe: add support for dm-verity as a trust provider

[PATCH v2] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-03-16 22:41 UTC  (5+ 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).