linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 06:48:25 to 2020-11-12 18:00:42 UTC [more...]

[RFC PATCH v2 00/26] Make reporting-bugs easier to grasp and yet more detailed & helpful
 2020-11-12 17:59 UTC  (15+ messages)
` [RFC PATCH v2 02/26] docs: reporting-bugs: Create a TLDR how to report issues
` [RFC PATCH v2 03/26] docs: reporting-bugs: step-by-step guide on "
` [RFC PATCH v2 04/26] docs: reporting-bugs: step-by-step guide for issues in stable & longterm
` [RFC PATCH v2 08/26] docs: reporting-bugs: make readers check the taint flag
` [RFC PATCH v2 13/26] docs: reporting-bugs: point out the environment might be causing issue
` [RFC PATCH v2 18/26] docs: reporting-bugs: let users optimize their notes
` [RFC PATCH v2 19/26] docs: reporting-bugs: decode failure messages [need help!]
` [RFC PATCH v2 20/26] docs: reporting-bugs: instructions for handling regressions
` [RFC PATCH v2 21/26] docs: reporting-bugs: details on writing and sending the report
` [RFC PATCH v2 22/26] docs: reporting-bugs: explain what users should do once the report is out
` [RFC PATCH v2 23/26] docs: reporting-bugs: details for issues specific to stable and longterm
` [RFC PATCH v2 24/26] docs: reporting-bugs: explain why users might get neither reply nor fix
` [RFC PATCH v2 25/26] docs: reporting-bugs: explain things could be easier
` [RFC PATCH v2 26/26] docs: reporting-bugs: add SPDX tag and license hint, remove markers

[PATCH 00/13] Introduce seqnum_ops
 2020-11-12 16:59 UTC  (28+ messages)
` [PATCH 01/13] seqnum_ops: Introduce Sequence Number Ops
` [PATCH 02/13] selftests:lib:test_seqnum_ops: add new test for seqnum_ops

[PATCH v3] dt-bindings: misc: convert fsl,qoriq-mc from txt to YAML
 2020-11-12 13:32 UTC 

[PATCH v7 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
 2020-11-12 13:24 UTC  (11+ messages)

[PATCH v13 0/8] support reserving crashkernel above 4G on arm64 kdump
 2020-11-12 13:11 UTC  (19+ messages)
` [PATCH v13 1/8] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v13 4/8] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v13 6/8] arm64: kdump: reimplement crashkernel=X

[PATCH] Documentation: scheduler: fix outdated information on arch SD flags and sched_domain
 2020-11-12 12:50 UTC  (2+ messages)

[PATCH] docs: thermal: time_in_state is displayed in msec and not usertime
 2020-11-12 11:35 UTC  (2+ messages)

[PATCH] Documentation: admin-guide: LSM: improve the title underline
 2020-11-12  9:13 UTC 

[PATCH] w1: w1_therm: Rename conflicting sysfs attribute 'eeprom' to 'eeprom_cmd'
 2020-11-12  7:50 UTC  (2+ messages)

[RFC PATCH v1 00/26] Make reporting-bugs easier to grasp and yet more detailed
 2020-11-12  5:22 UTC  (16+ messages)
` [RFC PATCH v1 02/26] docs: reporting-bugs: Create a TLDR how to report issues
` [RFC PATCH v1 15/26] docs: reporting-bugs: make readers test mainline, but leave a loophole

[PATCH v1 0/9] Landlock fixes
 2020-11-12  4:59 UTC  (11+ messages)
` [PATCH v1 1/9] landlock: Fix memory allocation error handling
` [PATCH v1 2/9] landlock: Cosmetic fixes for filesystem management
` [PATCH v1 3/9] landlock: Enforce deterministic interleaved path rules
` [PATCH v1 4/9] landlock: Always intersect access rights
` [PATCH v1 5/9] landlock: Add extra checks when inserting a rule
` [PATCH v1 6/9] selftests/landlock: Extend layout1.inherit_superset
` [PATCH v1 7/9] landlock: Clean up get_ruleset_from_fd()
` [PATCH v1 8/9] landlock: Add help to enable Landlock as a stacked LSM
` [PATCH v1 9/9] landlock: Extend documentation about limitations

[for-next][PATCH 10/17] ftrace: Reverse what the RECURSION flag means in the ftrace_ops
 2020-11-12  0:32 UTC  (2+ messages)
` [for-next][PATCH 11/17] ftrace: Add recording of functions that caused recursion

[PATCH v1] scripts: kernel-doc: Restore anonymous enum parsing
 2020-11-11 17:13 UTC  (5+ messages)

[PATCH] docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}mask
 2020-11-11 16:48 UTC  (3+ messages)

[PATCH v22 00/18] Introduce Data Access MONitor (DAMON)
 2020-11-11 16:41 UTC  (2+ messages)

[PATCH v8 00/18] Implement NTB Controller using multiple PCI EP
 2020-11-11 15:35 UTC  (19+ messages)
` [PATCH v8 01/18] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v8 02/18] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v8 03/18] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v8 04/18] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v8 05/18] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v8 06/18] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v8 07/18] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v8 08/18] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v8 09/18] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v8 10/18] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v8 12/18] PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_map
` [PATCH v8 13/18] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v8 14/18] PCI: Add TI J721E device to pci ids
` [PATCH v8 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v8 16/18] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v8 17/18] Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint function
` [PATCH v8 18/18] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH] cpufreq: stats: Switch to ktime and msec instead of jiffies and usertime
 2020-11-11  9:51 UTC  (9+ messages)

Corporate and Personal Loan *
 2020-11-11  8:30 UTC 

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-11  3:41 UTC  (24+ messages)
` [PATCH v3 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
      ` [External] "
` [PATCH v3 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
` [PATCH v3 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
  ` [External] Re: [PATCH v3 00/21] Free some vmemmap pages of "

[PATCH] Documentation: x86: fix thread_info's position
 2020-11-11  0:13 UTC  (3+ messages)

[PATCH v2 0/8] Fork brute force attack mitigation
 2020-11-11  0:10 UTC  (2+ messages)

[PATCH v4 0/4] Clarify abstract scale usage for power values in Energy Model, EAS and IPA
 2020-11-10 19:32 UTC  (3+ messages)

[PATCH v3 00/11] Introduce Simple atomic counters
 2020-11-10 18:49 UTC  (10+ messages)

[PATCH v2 00/39] ABI: add it to the documentation build system
 2020-11-10 18:18 UTC  (8+ messages)
    ` [PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
              ` Duplicated ABI entries - Was: "

[PATCH v2] Documentation: include sign off for reverts
 2020-11-10 17:40 UTC  (2+ messages)

[PATCH v3] Documentation: include sign off for reverts
 2020-11-10 17:47 UTC 

[PATCH v2 1/2] dt-bindings: misc: convert fsl,dpaa2-console from txt to YAML
 2020-11-10 17:35 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: misc: convert fsl,qoriq-mc "
  ` [PATCH v2 2/2] dt-bindings: misc: convert fsl, qoriq-mc "

[RFC PATCH] docs: ABI: ABI documentation for procfs attribute files used by multiple LSMs
 2020-11-10 17:28 UTC 

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

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

[PATCH] checkpatch: Documentation: include sign off for reverts
 2020-11-10 15:51 UTC 

[PATCH] docs: ABI: Drop trailing whitespace
 2020-11-10 14:40 UTC 

dma_alloc_pages / dma_alloc_noncoherent fixups
 2020-11-10  9:57 UTC  (9+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH v23 00/12] Landlock LSM
 2020-11-10  8:16 UTC  (3+ messages)

[External] Re: [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
 2020-11-10  7:10 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).