linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 02:46:04 to 2021-01-28 21:40:13 UTC [more...]

[PATCH v6] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-28 21:39 UTC  (7+ messages)
` [PATCH v7] "

[PATCH V4] x86/mm: Tracking linear mapping split events
 2021-01-28 21:20 UTC  (9+ messages)
      ` [PATCH V5] "

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-01-28 17:09 UTC  (11+ messages)
` [PATCH v4 01/10] coresight: syscfg: Initial coresight system configuration
` [PATCH v4 02/10] coresight: syscfg: Add registration and feature loading for cs devices
` [PATCH v4 03/10] coresight: config: Add configuration and feature generic functions
` [PATCH v4 04/10] coresight: etm-perf: update to handle configuration selection
` [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations
` [PATCH v4 06/10] coresight: etm-perf: Update to activate selected configuration
` [PATCH v4 07/10] coresight: etm4x: Add complex configuration handlers to etmv4
` [PATCH v4 08/10] coresight: config: Add preloaded configurations
` [PATCH v4 09/10] coresight: syscfg: Add initial configfs support
` [PATCH v4 10/10] coresight: docs: Add documentation for CoreSight config

[PATCH v2 6/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2021-01-28 17:34 UTC 

add a new dma_alloc_noncontiguous API
 2021-01-28 17:00 UTC  (11+ messages)
` [PATCH 1/6] dma-mapping: remove the {alloc,free}_noncoherent methods
` [PATCH 2/6] dma-mapping: add a dma_mmap_pages helper
` [PATCH 3/6] dma-mapping: add a dma_alloc_noncontiguous API
` [PATCH 4/6] dma-iommu: refactor iommu_dma_alloc_remap
` [PATCH 5/6] dma-iommu: implement ->alloc_noncontiguous
` [PATCH 6/6] media: uvcvideo: Use dma_alloc_noncontiguos API

[PATCH v9 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
 2021-01-28 13:34 UTC  (4+ messages)

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-28 13:08 UTC  (32+ messages)
` [PATCH v13 02/12] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v13 09/12] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
      ` [External] "

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-01-28 12:58 UTC  (7+ messages)
` [PATCH v4 1/2] drivers/misc: sysgenid: add system generation id driver

[PATCH] docs: networking: timestamping: fix section title markup
 2021-01-28 11:19 UTC 

[PATCH] procfs/dmabuf: Add /proc/<pid>/task/<tid>/dmabuf_fds
 2021-01-28 10:01 UTC  (12+ messages)

[PATCH] KVM: Documentation: Fix documentation for nested
 2021-01-28 15:47 UTC  (2+ messages)

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2021-01-28  7:57 UTC  (15+ messages)

[PATCH 00/12] docs: path-lookup: Update pathlookup docs
 2021-01-28  3:58 UTC  (25+ messages)
` [PATCH 01/12] docs: path-lookup: update follow_managed() part
` [PATCH 02/12] docs: path-lookup: update path_to_nameidata() parth
` [PATCH 03/12] docs: path-lookup: update path_mountpoint() part
` [PATCH 04/12] docs: path-lookup: update do_last() part
` [PATCH 05/12] docs: path-lookup: remove filename_mountpoint
` [PATCH 06/12] docs: path-lookup: Add macro name to symlink limit description
` [PATCH 07/12] docs: path-lookup: i_op->follow_link replaced with i_op->get_link
` [PATCH 08/12] docs: path-lookup: update i_op->put_link and cookie description
` [PATCH 09/12] docs: path-lookup: no get_link()
` [PATCH 10/12] docs: path-lookup: update WALK_GET, WALK_PUT desc
` [PATCH 11/12] docs: path-lookup: update get_link() ->follow_link description
` [PATCH 12/12] docs: path-lookup: update symlink description

[PATCH 0/2] docs: Add support for relative paths in automarkup
 2021-01-28  1:01 UTC  (3+ messages)
` [PATCH 1/2] docs: Enable usage of relative paths to docs on automarkup
` [PATCH 2/2] docs: Document cross-referencing using relative path

[PATCH v18 00/25] Control-flow Enforcement: Shadow Stack
 2021-01-27 21:25 UTC  (26+ messages)
` [PATCH v18 01/25] Documentation/x86: Add CET description
` [PATCH v18 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v18 03/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v18 04/25] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v18 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v18 06/25] x86/cet: Add control-protection fault handler
` [PATCH v18 07/25] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v18 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v18 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v18 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v18 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v18 12/25] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v18 13/25] x86/mm: Shadow Stack page fault error checking
` [PATCH v18 14/25] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v18 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v18 16/25] mm: Add guard pages around a shadow stack
` [PATCH v18 17/25] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v18 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v18 19/25] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v18 20/25] x86/cet/shstk: User-mode shadow stack support
` [PATCH v18 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v18 22/25] ELF: Introduce arch_setup_elf_property()
` [PATCH v18 23/25] x86/cet/shstk: Handle thread shadow stack
` [PATCH v18 24/25] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v18 25/25] mm: Introduce PROT_SHSTK "

[PATCH v18 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2021-01-27 21:30 UTC  (8+ messages)
` [PATCH v18 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v18 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v18 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v18 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v18 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v18 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v18 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v4 net-next 1/1] Allow user to set metric on default route learned via Router Advertisement
 2021-01-27 21:10 UTC  (4+ messages)

[PATCH v27 00/12] Landlock LSM
 2021-01-27 19:57 UTC  (3+ messages)
` [PATCH v27 07/12] landlock: Support filesystem access-control

[PATCH] dmaengine: qcom: bam_dma: Add LOCK and UNLOCK flag bit support
 2021-01-27 18:26 UTC  (10+ messages)

[PATCH 0/1] Add ST STPDDC60 pmbus driver
 2021-01-27 17:32 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
 2021-01-27 17:19 UTC  (12+ messages)

[PATCH v23 05/15] mm/damon: Implement primitives for the virtual memory address spaces
 2021-01-27 17:02 UTC  (3+ messages)

[Patch v4 1/2] cgroup: svm: Add Encryption ID controller
 2021-01-27 14:10 UTC  (16+ messages)

[PATCH] include: sysfs: Add macro to assign show for RO attributes
 2021-01-27 13:30 UTC  (4+ messages)

[PATCH] Documentation/x86/boot.rst: Correct the example of SETUP_INDIRECT
 2021-01-27 12:54 UTC  (2+ messages)

[PATCH RESEND] Documentation: kernel-parameters: add missing '<'
 2021-01-27 10:43 UTC 

[PATCH v6 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup
 2021-01-27 10:32 UTC  (5+ messages)

[PATCH v3 08/34] misc: xlink-pcie: Add documentation for XLink PCIe driver
 2021-01-26  5:40 UTC  (3+ messages)
` [PATCH v3 18/34] xlink-ipc: Add xlink ipc driver
` [PATCH v3 20/34] xlink-core: Add xlink core driver xLink

[PATCH v24 14/25] LSM: Specify which LSM to display
 2021-01-26 16:41 UTC  (2+ messages)
` [PATCH v24 24/25] LSM: Add /proc attr entry for full LSM context

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-26 16:45 UTC  (11+ messages)
` [PATCH v17 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW

[PATCH v6 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-01-25 15:38 UTC  (6+ messages)
` [PATCH v6 08/14] mm/gup: do not migrate zero page

[PATCH] Documentation: arm: marvell: Update link to unrestricted Armada 38x Functional Spec
 2021-01-25 14:15 UTC 

[PATCH] kgdb: rectify kernel-doc for kgdb_unregister_io_module()
 2021-01-25 14:48 UTC 

[PATCH] pci-driver: Add driver load messages
 2021-01-25 19:21 UTC 

[PATCH v1] mtd: spi-nor: core: fix/remove references to spi-nor.c
 2021-01-26  9:25 UTC 

[PATCH] pci-driver: Add driver load messages
 2021-01-26 15:12 UTC  (8+ messages)

[PATCH] printk: rectify kernel-doc for prb_rec_init_wr()
 2021-01-26 10:27 UTC  (2+ messages)

fbcon: remove soft scrollback code (missing Doc. patch)
 2021-01-25 15:39 UTC  (7+ messages)

[PATCH v2 0/4] hwmon: aspeed2600-pwm-tacho: Add driver support
 2021-01-25 10:01 UTC  (4+ messages)
` [PATCH v2 4/4] hwmon: Support Aspeed AST2600 PWM/Fan tachometer

[PATCH] kernel-doc: Make the description of return value readable
 2021-01-25  9:53 UTC  (2+ messages)

[PATCH] Documentation: arm: marvell: Fix dead link to Armada 37xx Product Brief
 2021-01-25 14:13 UTC 

[PATCH v7 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-01-25 14:17 UTC  (7+ messages)
` [PATCH v7 13/14] selftests/vm: test flag is broken
` [PATCH v7 14/14] selftests/vm: test faulting in kernel, and verify pinnable pages


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