linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 16:25:57 to 2020-11-13 12:50:20 UTC [more...]

[PATCH] docs: mtd: Avoid htmldocs warnings
 2020-11-13 12:38 UTC 

[PATCH v3] Documentation: scheduler: fix information on arch SD flags, sched_domain and sched_debug
 2020-11-13 11:50 UTC 

[PATCH v2 1/2] Documentation: scheduler: fix outdated information on arch SD flags and sched_domain
 2020-11-13 11:41 UTC  (4+ messages)
` [PATCH v2 2/2] Documentation: scheduler: ask users to set sched_debug cmdline

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-13 10:59 UTC  (22+ messages)
` [PATCH v4 01/21] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v4 02/21] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v4 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v4 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v4 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [PATCH v4 06/21] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v4 07/21] mm/bootmem_info: Combine bootmem info and type into page->freelist
` [PATCH v4 08/21] mm/hugetlb: Initialize page table lock for vmemmap
` [PATCH v4 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [PATCH v4 10/21] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v4 11/21] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v4 12/21] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v4 13/21] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v4 14/21] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v4 15/21] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v4 16/21] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v4 17/21] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v4 18/21] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v4 19/21] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v4 20/21] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
` [PATCH v4 21/21] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two

rmk/for-next bisection: baseline.login on bcm2836-rpi-2-b
 2020-11-13 10:35 UTC  (2+ messages)

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-13  4:18 UTC  (20+ 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] "
  ` [External] Re: [PATCH v3 00/21] Free some vmemmap pages of hugetlb page

[PATCH v41 23/24] docs: x86/sgx: Document SGX kernel architecture
 2020-11-12 22:01 UTC 

[PATCH] doc:it_IT: align Italian documentation
 2020-11-12 21:22 UTC 

[PATCH 00/13] Introduce seqnum_ops
 2020-11-12 21:27 UTC  (29+ 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 v24 00/12] Landlock LSM
 2020-11-12 20:51 UTC  (13+ messages)
` [PATCH v24 01/12] landlock: Add object management
` [PATCH v24 02/12] landlock: Add ruleset and domain management
` [PATCH v24 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v24 04/12] landlock: Add ptrace restrictions
` [PATCH v24 05/12] LSM: Infrastructure management of the superblock
` [PATCH v24 06/12] fs,security: Add sb_delete hook
` [PATCH v24 07/12] landlock: Support filesystem access-control
` [PATCH v24 08/12] landlock: Add syscall implementations
` [PATCH v24 09/12] arch: Wire up Landlock syscalls
` [PATCH v24 10/12] selftests/landlock: Add user space tests
` [PATCH v24 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v24 12/12] landlock: Add user and kernel documentation

[RFC PATCH v2 00/26] Make reporting-bugs easier to grasp and yet more detailed & helpful
 2020-11-12 17:59 UTC  (27+ messages)
` [RFC PATCH v2 01/26] docs: reporting-bugs: temporary markers for licensing and diff reasons
` [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 05/26] docs: reporting-bugs: begin reference section providing details
` [RFC PATCH v2 06/26] docs: reporting-bugs: point out we only care about fresh vanilla kernels
` [RFC PATCH v2 07/26] docs: reporting-bugs: let users classify their issue
` [RFC PATCH v2 08/26] docs: reporting-bugs: make readers check the taint flag
` [RFC PATCH v2 09/26] docs: reporting-bugs: help users find the proper place for their report
` [RFC PATCH v2 10/26] docs: reporting-bugs: remind people to look for existing reports
` [RFC PATCH v2 11/26] docs: reporting-bugs: remind people to back up their data
` [RFC PATCH v2 12/26] docs: reporting-bugs: tell users to disable DKMS et al
` [RFC PATCH v2 13/26] docs: reporting-bugs: point out the environment might be causing issue
` [RFC PATCH v2 14/26] docs: reporting-bugs: make users write notes, one for each issue
` [RFC PATCH v2 15/26] docs: reporting-bugs: make readers test a fresh kernel
` [RFC PATCH v2 16/26] docs: reporting-bugs: let users check taint status again
` [RFC PATCH v2 17/26] docs: reporting-bugs: explain options if reproducing on mainline fails
` [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 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  (13+ 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] 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:21 UTC 


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