linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 19:22:45 to 2020-09-24 09:26:18 UTC [more...]

[PATCH v6 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-24  9:25 UTC  (7+ messages)
` [PATCH v6 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v6 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v6 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v6 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v6 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v6 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF

[PATCH v2 0/3] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-24  7:14 UTC  (10+ messages)
` [PATCH v2 1/3] dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
` [PATCH v2 2/3] dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
` [PATCH v2 3/3] dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces

[PATCH RFC] Make the docs build "work" with Sphinx 3.x
 2020-09-24  7:02 UTC  (9+ messages)

[PATCH v4 0/2] Control over userfaultfd kernel-fault handling
 2020-09-24  6:56 UTC  (3+ messages)
` [PATCH v4 1/2] Add UFFD_USER_MODE_ONLY
` [PATCH v4 2/2] Add user-mode only option to unprivileged_userfaultfd sysctl knob

[PATCH v20 00/15] Introduce Data Access MONitor (DAMON)
 2020-09-24  6:39 UTC  (3+ messages)

[PATCH V2] doc: zh_CN: add translatation for btrfs
 2020-09-24  6:28 UTC 

[PATCH V2] doc: zh_CN: add translatation for tmpfs.rst
 2020-09-24  6:23 UTC 

[PATCH] doc: zh_CN: add translatation for btrfs
 2020-09-24  5:22 UTC  (2+ messages)

[PATCH] docs: admin-guide: update kdump documentation due to change of crash URL
 2020-09-24  1:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] Fix Kernel-doc warnings introduced on next-20200921
 2020-09-24  0:43 UTC  (10+ messages)
` [PATCH 1/3] net: fix a new kernel-doc warning at dev.c
` [PATCH 2/3] drm/dp: fix kernel-doc warnings at drm_dp_helper.c
` [PATCH 3/3] drm/dp: fix a kernel-doc issue at drm_edid.c

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-23 22:53 UTC  (39+ messages)
` [PATCH v12 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v12 4/8] x86/cet/ibt: ELF header parsing for "
` [PATCH v12 5/8] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v12 6/8] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v12 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

[RFC PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-09-23 22:04 UTC  (10+ messages)
` [RFC PATCH 01/11] counters: Introduce counter and counter_atomic

[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
 2020-09-23 17:47 UTC  (3+ messages)

[PATCH v38 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-09-23 13:50 UTC  (2+ messages)

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-09-23 12:47 UTC  (9+ messages)
` [RFC Patch 1/2] KVM: SVM: Create SEV cgroup controller
` [RFC Patch 2/2] KVM: SVM: SEV cgroup controller documentation

[PATCH] cgroup: Add cgroupstats numbers to cgroup.stat file
 2020-09-23  9:57 UTC  (3+ messages)
  ` [Phishing Risk] [External] "

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-23  2:40 UTC  (21+ messages)
      ` [External] "

[PATCH v10 1/7] docs: IOMMU user API
 2020-09-22 20:16 UTC 

a saner API for allocating DMA addressable pages v3
 2020-09-22  8:53 UTC  (20+ messages)
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-22  9:56 UTC  (20+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v3 02/10] x86, kfence: enable KFENCE for x86
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH v3 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v3 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v3 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v3 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH v3 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH v3 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH v3 10/10] kfence: add test suite

[RFC PATCH] Documentation/x86/boot.rst: minor languge improvement
 2020-09-22  7:14 UTC 

[PATCH V2] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
 2020-09-21 23:19 UTC  (3+ messages)

[PATCH] modpost: allow modpost to fail on warnings
 2020-09-21 14:50 UTC  (3+ messages)

[PATCH v5 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-21  4:58 UTC  (8+ messages)
` [PATCH v5 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v5 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge

WARNING in tracepoint_add_func
 2020-09-21  4:56 UTC 

[RFC PATCH v2 0/2] Documentation/admin-guide: remove use of "rdev"
 2020-09-20 14:55 UTC  (3+ messages)
` [RFC PATCH v2 1/2] Documentation/admin-guide: README & svga: "

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-09-20  9:59 UTC  (3+ messages)
` [RFC PATCH 21/24] mm/hugetlb: Merge pte to huge pmd only for gigantic page

[PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
 2020-09-19 18:14 UTC  (13+ messages)

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-19  8:01 UTC  (6+ messages)
` [RFC PATCH 6/6] security/fbfam: Mitigate a fork brute force attack

[PATCH] Documentation: filesystems: mount_api: fix headings
 2020-09-19  2:03 UTC 

[PATCH] Documentation: kernel-parameters: fix formatting of MIPS "machtype"
 2020-09-19  0:52 UTC 

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


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