linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-15 15:08:22 to 2021-10-20 02:15:16 UTC [more...]

[PATCH v15 00/10] support reserving crashkernel above 4G on arm64 kdump
 2021-10-20  2:03 UTC  (11+ messages)
` [PATCH v15 01/10] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v15 02/10] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v15 03/10] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v15 04/10] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v15 05/10] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v15 06/10] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v15 07/10] arm64: kdump: reimplement crashkernel=X
` [PATCH v15 08/10] x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config
` [PATCH v15 09/10] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v15 10/10] kdump: update Documentation about crashkernel

[PATCH v2 0/5] tracing: Extend histogram triggers expression parsing
 2021-10-20  1:31 UTC  (6+ messages)
` [PATCH v2 1/5] tracing: Add support for creating hist trigger variables from literal
` [PATCH v2 2/5] tracing: Add division and multiplication support for hist triggers
` [PATCH v2 3/5] tracing: Fix operator precedence for hist triggers expression
` [PATCH v2 4/5] tracing/selftests: Add tests for hist trigger expression parsing
` [PATCH v2 5/5] tracing/histogram: Document expression arithmetic and constants

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-20  1:15 UTC  (26+ messages)
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

[PATCH] Documentation: Add refcount analogy to What is RCU
 2021-10-20  0:13 UTC  (3+ messages)

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-19 22:31 UTC  (45+ messages)
` [PATCH v3 01/23] visorbus: fix a copyright symbol that was bad encoded
` [PATCH v3 02/23] libbpf: update index.rst reference
` [PATCH v3 03/23] docs: accounting: update delay-accounting.rst reference
` [PATCH v3 04/23] MAINTAINERS: update arm,vic.yaml reference
` [PATCH v3 05/23] MAINTAINERS: update aspeed,i2c.yaml reference
` [PATCH v3 06/23] MAINTAINERS: update faraday,ftrtc010.yaml reference
` [PATCH v3 07/23] MAINTAINERS: update ti,sci.yaml reference
` [PATCH v3 08/23] MAINTAINERS: update intel,ixp46x-rng.yaml reference
` [PATCH v3 09/23] MAINTAINERS: update nxp,imx8-jpeg.yaml reference
` [PATCH v3 10/23] MAINTAINERS: update gemini.yaml reference
` [PATCH v3 11/23] MAINTAINERS: update brcm,unimac-mdio.yaml reference
` [PATCH v3 12/23] MAINTAINERS: update mtd-physmap.yaml reference
` [PATCH v3 13/23] Documentation: update vcpu-requests.rst reference
` [PATCH v3 14/23] bpftool: update bpftool-cgroup.rst reference
` [PATCH v3 15/23] docs: translations: zn_CN: irq-affinity.rst: add a missing extension
` [PATCH v3 16/23] docs: translations: zh_CN: memory-hotplug.rst: fix a typo
` [PATCH v3 17/23] docs: fs: locks.rst: update comment about mandatory file locking
` [PATCH v3 18/23] fs: remove a comment pointing to the removed mandatory-locking file
            ` [PATCH] locks: remove changelog comments
` [PATCH v3 19/23] Documentation/process: fix a cross reference
` [PATCH v3 20/23] dt-bindings: mfd: update x-powers,axp152.yaml reference
` [PATCH v3 21/23] regulator: dt-bindings: update samsung,s2mpa01.yaml reference
` [PATCH v3 22/23] regulator: dt-bindings: update samsung,s5m8767.yaml reference
` [PATCH v3 23/23] dt-bindings: reserved-memory: ramoops: update ramoops.yaml references

[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-19 21:58 UTC  (4+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v11 3/3] mm: add anonymous vma name refcounting

[PATCH 0/5] tracing: Extend histogram triggers expression parsing
 2021-10-19 21:49 UTC  (9+ messages)
` [PATCH 1/5] tracing: Add support for creating hist trigger variables from literal
` [PATCH 2/5] tracing: Add division and multiplication support for hist triggers

[PATCH] Docs: usb: update struct usb_driver, __init and __exit
 2021-10-19 21:17 UTC  (2+ messages)

[PATCH] block: add documentation for inflight
 2021-10-19 21:04 UTC  (3+ messages)

[PATCH] workqueue: doc: Call out the non-reentrance conditions
 2021-10-19 17:47 UTC  (5+ messages)

[PATCH 00/15] Introduce DAMON-based Proactive Reclamation
 2021-10-19 15:07 UTC  (16+ messages)
` [PATCH 01/15] mm/damon/paddr: Support the pageout scheme
` [PATCH 02/15] mm/damon/schemes: Implement size quota for schemes application speed control
` [PATCH 03/15] mm/damon/schemes: Skip already charged targets and regions
` [PATCH 04/15] mm/damon/schemes: Implement time quota
` [PATCH 05/15] mm/damon/dbgfs: Support quotas of schemes
` [PATCH 06/15] mm/damon/selftests: Support schemes quotas
` [PATCH 07/15] mm/damon/schemes: Prioritize regions within the quotas
` [PATCH 08/15] mm/damon/vaddr,paddr: Support pageout prioritization
` [PATCH 09/15] mm/damon/dbgfs: Support prioritization weights
` [PATCH 10/15] tools/selftests/damon: Update for regions prioritization of schemes
` [PATCH 11/15] mm/damon/schemes: Activate schemes based on a watermarks mechanism
` [PATCH 12/15] mm/damon/dbgfs: Support watermarks
` [PATCH 13/15] selftests/damon: "
` [PATCH 14/15] mm/damon: Introduce DAMON-based Reclamation (DAMON_RECLAIM)
` [PATCH 15/15] Documentation/admin-guide/mm/damon: Add a document for DAMON_RECLAIM

[PATCH v8 0/8] gpio: implement the configfs testing module
 2021-10-19 14:49 UTC  (9+ messages)
` [PATCH v8 1/8] configfs: increase the item name length
` [PATCH v8 2/8] configfs: use (1UL << bit) for internal flags
` [PATCH v8 3/8] configfs: implement committable items
` [PATCH v8 4/8] samples: configfs: add a committable group
` [PATCH v8 5/8] gpio: sim: new testing module
` [PATCH v8 6/8] selftests: gpio: provide a helper for reading chip info
` [PATCH v8 7/8] selftests: gpio: add a helper for reading GPIO line names
` [PATCH v8 8/8] selftests: gpio: add test cases for gpio-sim

[PATCH v7 0/8] gpio: implement the configfs testing module
 2021-10-19 14:16 UTC  (6+ messages)
` [PATCH v7 5/8] gpio: sim: new "

[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
 2021-10-19 13:59 UTC  (13+ messages)

[PATCH -next] Documentation: futex: handle source file rename
 2021-10-19 12:46 UTC  (2+ messages)

[PATCH v2 0/2] use SM3 instead of SM3_256
 2021-10-19 10:04 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: "
` [PATCH v2 2/2] tpm: "

[PATCH 0/2] tpm: use SM3 instead of SM3_256
 2021-10-19  9:39 UTC  (14+ messages)
` [PATCH 1/2] crypto: "
` [PATCH 2/2] tpm: "

[PATCH 0/2] Two fixes for documentation-file-ref-check
 2021-10-19  7:42 UTC  (3+ messages)
` [PATCH 1/2] scripts: documentation-file-ref-check: ignore hidden files
` [PATCH 2/2] scripts: documentation-file-ref-check: fix bpf selftests path

[PATCH v7 0/2] Update ASUS WMI supported boards
 2021-10-18 20:01 UTC  (5+ messages)
` [PATCH v7 1/2] hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-10-18 18:37 UTC  (14+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-10-18 14:36 UTC  (7+ messages)
` [PATCH v8 1/6] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v8 2/6] cgroup/cpuset: Refining features and constraints of a partition
` [PATCH v8 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v8 4/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v8 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v8 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-18 13:17 UTC  (25+ messages)
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()

[PATCH v6 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-10-18 10:20 UTC  (6+ messages)
` [PATCH v6 1/5] mm: hugetlb: free "
` [PATCH v6 2/5] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v6 3/5] mm: sparsemem: use page table lock to protect kernel pmd operations
` [PATCH v6 4/5] selftests: vm: add a hugetlb test case
` [PATCH v6 5/5] mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAP

[GIT PULL] virtio,vdpa: fixes
 2021-10-18  6:02 UTC  (2+ messages)

[PATCH] docs: update file link location
 2021-10-17  7:27 UTC  (3+ messages)

[PATCH] docs: filesystems: Fix grammatical error "with" to "which"
 2021-10-16 20:14 UTC 

[PATCH v2 0/2] docs/zh_CN: add core-api assoc_array and xarray translation
 2021-10-16  4:24 UTC  (3+ messages)
` [PATCH v2 1/2] docs/zh_CN: add core-api assoc_array translation
` [PATCH v2 2/2] docs/zh_CN: add core-api xarray translation

[PATCH 0/2] docs/zh_CN: add core-api assoc_array and xarray translation
 2021-10-16  2:29 UTC  (4+ messages)
` [PATCH 1/2] docs/zh_CN: add core-api assoc_array translation

[PATCH v3] hugetlb: Support node specified when using cma for gigantic hugepages
 2021-10-15 22:22 UTC  (2+ messages)

[RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-10-15 20:11 UTC  (14+ messages)
` [RFC PATCH v7 05/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v7 07/16] ipe: add auditing support
` [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature

[PATCH v10 3/3] mm: add anonymous vma name refcounting
 2021-10-15 18:33 UTC  (20+ messages)

[PATCH 1/2] checkpatch: Add check item for RFC tags is outside the subject prefix
 2021-10-15 16:50 UTC  (2+ messages)

[PATCH 0/4] trace: osnoise and timerlat fixes
 2021-10-15 15:07 UTC  (4+ messages)
` [PATCH 2/4] tracing/doc: Fix typos on the timerlat tracer documentation
` [PATCH 3/4] trace/osnoise: Add migrate-disabled field to the osnoise header
` [PATCH 4/4] trace/timerlat: Add migrate-disabled field to the timerlat header


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