linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-01 20:18:38 to 2020-05-07 00:47:10 UTC [more...]

[RFC 00/43] PKRAM: Preserved-over-Kexec RAM
 2020-05-07  0:42 UTC  (37+ messages)
` [RFC 01/43] mm: add PKRAM API stubs and Kconfig
` [RFC 02/43] mm: PKRAM: implement node load and save functions
` [RFC 04/43] mm: PKRAM: implement page stream operations
` [RFC 05/43] mm: PKRAM: support preserving transparent hugepages
` [RFC 06/43] mm: PKRAM: implement byte stream operations
` [RFC 07/43] mm: PKRAM: link nodes by pfn before reboot
` [RFC 08/43] mm: PKRAM: introduce super block
` [RFC 09/43] PKRAM: build a physical mapping pagetable of pages to be preserved
` [RFC 10/43] PKRAM: add code for walking the preserved pages pagetable
` [RFC 11/43] PKRAM: pass the preserved pages pagetable to the next kernel
` [RFC 12/43] mm: PKRAM: reserve preserved memory at boot
` [RFC 13/43] mm: PKRAM: free preserved pages pagetable
` [RFC 14/43] mm: memblock: PKRAM: prevent memblock resize from clobbering preserved pages
` [RFC 15/43] PKRAM: provide a way to ban pages from use by PKRAM
` [RFC 16/43] kexec: PKRAM: prevent kexec clobbering preserved pages in some cases
` [RFC 17/43] PKRAM: provide a way to check if a memory range has preserved pages
` [RFC 18/43] kexec: PKRAM: avoid clobbering already "
` [RFC 19/43] mm: PKRAM: allow preserved memory to be freed from userspace
` [RFC 20/43] PKRAM: disable feature when running the kdump kernel
` [RFC 21/43] x86/KASLR: PKRAM: support physical kaslr
` [RFC 22/43] mm: shmem: introduce shmem_insert_page
` [RFC 24/43] mm: shmem: prevent swapping of PKRAM-enabled tmpfs pages
` [RFC 25/43] mm: shmem: specify the mm to use when inserting pages
` [RFC 26/43] mm: shmem: when inserting, handle pages already charged to a memcg
` [RFC 28/43] PKRAM: ensure memblocks with preserved pages init'd for numa
` [RFC 31/43] memblock, mm: defer initialization of preserved pages
` [RFC 32/43] shmem: PKRAM: preserve shmem files a chunk at a time
` [RFC 33/43] PKRAM: atomically add and remove link pages
` [RFC 34/43] shmem: PKRAM: multithread preserving and restoring shmem pages
` [RFC 35/43] shmem: introduce shmem_insert_pages()
` [RFC 36/43] PKRAM: add support for loading pages in bulk
` [RFC 37/43] shmem: PKRAM: enable bulk loading of preserved pages into shmem
` [RFC 39/43] shmem: optimize adding pages to the LRU in shmem_insert_pages()
` [RFC 40/43] shmem: initial support for adding multiple pages to pagecache
` [RFC 42/43] shmem: reduce time holding xa_lock when inserting pages
` [RFC 43/43] PKRAM: improve index alignment of pkram_link entries

[PATCH] kernel: add panic_on_taint
 2020-05-07  0:20 UTC  (4+ messages)

[PATCH net-next 0/2] timer: add fsleep for flexible sleeping
 2020-05-07  0:04 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] r8169: use fsleep in polling functions

[PATCH v3 0/6] allow ramoops to collect all kmesg_dump events
 2020-05-06 22:40 UTC  (10+ messages)
` [PATCH v3 1/6] printk: honor the max_reason field in kmsg_dumper
` [PATCH v3 2/6] pstore/platform: Pass max_reason to kmesg dump
` [PATCH v3 3/6] pstore/ram: Refactor DT size parsing
` [PATCH v3 4/6] pstore/ram: Introduce max_reason and convert dump_oops
` [PATCH v3 5/6] ramoops: Add max_reason optional field to ramoops DT node
` [PATCH v3 6/6] pstore/ram: Adjust module param permissions to reflect reality

[PATCH 0/2] arch/x86: Enable MPK feature on AMD
 2020-05-06 22:36 UTC  (8+ messages)
` [PATCH 1/2] arch/x86: Rename config X86_INTEL_MEMORY_PROTECTION_KEYS to generic x86
` [PATCH 2/2] KVM: SVM: Add support for MPK feature on AMD

[PATCH] Documentation: PCI: gave unique labels to sections
 2020-05-06 21:41 UTC  (2+ messages)

[PATCH 0/2] Control over userfaultfd kernel-fault handling
 2020-05-06 19:38 UTC  (3+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only

[PATCH v2] doc: Fix some errors in ras.rst
 2020-05-06 16:37 UTC  (2+ messages)

[PATCH] doc: Fix some typo errors in ras.rst
 2020-05-06 16:21 UTC  (7+ messages)

[RFC PATCH v2 0/3] Add scheduler overview documentation
 2020-05-06 14:39 UTC  (4+ messages)
` [RFC PATCH v2 1/3] docs: scheduler: Restructure scheduler documentation
` [RFC PATCH v2 2/3] docs: scheduler: Add scheduler overview documentation
` [RFC PATCH v2 3/3] docs: scheduler: Add introduction to scheduler context-switch

[PATCH v4 0/4] Introduce TEE based Trusted Keys support
 2020-05-06  9:40 UTC  (5+ messages)
` [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v4 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v4 3/4] doc: trusted-encrypted: updates with TEE as a new trust source
` [PATCH v4 4/4] MAINTAINERS: Add entry for TEE based Trusted Keys

[PATCH v3 00/14] remoteproc: Add support for synchronisaton with rproc
 2020-05-06  7:51 UTC  (35+ messages)
` [PATCH v3 01/14] remoteproc: Make core operations optional
` [PATCH v3 02/14] remoteproc: Introduce function rproc_alloc_internals()
` [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation
` [PATCH v3 05/14] remoteproc: Refactor function rproc_fw_boot()
` [PATCH v3 07/14] remoteproc: Introducting new start and stop functions
` [PATCH v3 08/14] remoteproc: Call core functions based on synchronisation flag
` [PATCH v3 09/14] remoteproc: Deal with synchronisation when crashing
` [PATCH v3 10/14] remoteproc: Deal with synchronisation when shutting down
` [PATCH v3 11/14] remoteproc: Deal with synchronisation when changing FW image
` [PATCH v3 12/14] remoteproc: Introducing function rproc_set_state_machine()

[PATCH] docs: s390: Fix wrong label Guest2 instead of Guest3
 2020-05-05 22:44 UTC  (3+ messages)

[PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
 2020-05-05 20:15 UTC  (4+ messages)

[PATCH] doc: thermal: add cpu-idle-cooling to index tree
 2020-05-05 15:57 UTC  (2+ messages)

[PATCH] doc:locking: remove info about old behavior of locktorture
 2020-05-05 15:56 UTC  (2+ messages)

[PATCH v2 1/2] docs: sysctl/kernel: document ftrace entries
 2020-05-05 15:54 UTC  (3+ messages)

[PATCH] docs: coresight: fix `make htmldocs` warning
 2020-05-05 15:44 UTC  (2+ messages)

[PATCH] doc:it_IT: align Italian translation
 2020-05-05 15:42 UTC  (2+ messages)

[RESEND] doc: misc-device: add uacce to toctree(index)
 2020-05-05 15:42 UTC  (2+ messages)

[PATCH v2] docs: kvm: Fix KVM_KVMCLOCK_CTRL API doc
 2020-05-05 15:41 UTC  (2+ messages)

[PATCH] watchdog: update email address in conversion doc
 2020-05-05 15:40 UTC  (3+ messages)

[PATCH] kobject: documentation: Fix erroneous function example in kobject doc
 2020-05-05 15:38 UTC  (2+ messages)

[PATCH v3 00/29] Convert files to ReST - part 2
 2020-05-05 15:28 UTC  (3+ messages)

[PATCH v4 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-05 14:56 UTC  (6+ messages)
` [PATCH v4 2/2] Documentation/sysctl: Document uclamp sysctl knobs

[PATCH v10 00/16] Introduce Data Access MONitor (DAMON)
 2020-05-05 11:08 UTC  (17+ messages)
` [PATCH v10 01/16] scripts/spelling: Add a few more typos
` [PATCH v10 02/16] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v10 03/16] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v10 04/16] mm/damon: Implement region based sampling
` [PATCH v10 05/16] mm/damon: Adaptively adjust regions
` [PATCH v10 06/16] mm/damon: Split regions into 4 subregions if possible
` [PATCH v10 07/16] mm/damon: Apply dynamic memory mapping changes
` [PATCH v10 08/16] mm/damon: Implement callbacks
` [PATCH v10 09/16] mm/damon: Implement access pattern recording
` [PATCH v10 10/16] mm/damon: Add debugfs interface
` [PATCH v10 11/16] mm/damon: Add tracepoints
` [PATCH v10 12/16] tools: Add a minimal user-space tool for DAMON
` [PATCH v10 13/16] Documentation/admin-guide/mm: Add a document "
` [PATCH v10 14/16] mm/damon: Add kunit tests
` [PATCH v10 15/16] mm/damon: Add user space selftests
` [PATCH v10 16/16] MAINTAINERS: Update for DAMON

[PATCH 1/2] docs: filesystems: add info about efivars content
 2020-05-05 10:17 UTC  (2+ messages)
` [PATCH 2/2] docs: acpi: fix old http link and improve document format

docs.kernel.org convenience URL
 2020-05-05  8:30 UTC  (2+ messages)

[PATCH] docs: dt: fix broken links due to txt->yaml renames
 2020-05-05  4:07 UTC  (7+ messages)

[PATCH v3 00/12] Convert some DT documentation files to ReST
 2020-05-05  3:38 UTC  (2+ messages)

[PATCH] Documentation: Fix some broken references
 2020-05-04 14:50 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 00/11] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-05-04 14:40 UTC  (3+ messages)
` [PATCH v3 08/11] Documentation: kgdboc: Document new kgdboc_earlycon parameter

[PATCH] selftests/vm/keys: fix a broken reference at protection_keys.c
 2020-05-04 14:38 UTC  (3+ messages)

[PATCH RFC] Microcode late loading feature identification
 2020-05-04 14:12 UTC  (5+ messages)
` [PATCH RFC 1/3] x86: microcode: intel: read microcode metadata file
` [PATCH RFC 3/3] Documentation: x86: microcode: add description for "

[PATCH] rcu: fix some kernel-doc warnings
 2020-05-04 12:35 UTC 

[PATCH 07/14] docs: add IRQ documentation at the core-api book
 2020-05-04  9:51 UTC  (15+ messages)
` [PATCH 11/14] docs: move other kAPI documents to core-api
` [PATCH 12/14] docs: move remaining stuff under Documentation/*.txt to Documentation/staging
` [PATCH 14/14] docs: staging: use small font for literal includes
` [PATCH 00/14] Move the ReST files from Documentation/*.txt

[PATCH 00/37]net: manually convert files to ReST format - part 3 (final)
 2020-05-04  9:21 UTC  (7+ messages)
` [PATCH 15/37] docs: networking: device drivers: convert aquantia/atlantic.txt to ReST
  ` [EXT] "
` [PATCH 24/37] docs: networking: device drivers: convert intel/ipw2100.txt "
` [PATCH 25/37] docs: networking: device drivers: convert intel/ipw2200.txt "

[PATCH v5] checkpatch: add support to check 'Fixes:' tag format
 2020-05-03 14:54 UTC  (3+ messages)

[PATCH v4] checkpatch: add support to check 'Fixes:' tag format
 2020-05-03 12:32 UTC  (5+ messages)
    ` [v4] "

[PATCH v4] streamline_config.pl: add LMC_KEEP to preserve some kconfigs
 2020-05-03  0:11 UTC 

[PATCH v3] streamline_config.pl: add LMC_KEEP to preserve some kconfigs
 2020-05-03  0:10 UTC  (3+ messages)

[PATCH] streamline_config.pl: add LOCALMODCONFIG_PRESERVE to preserve some kconfigs
 2020-05-02 14:31 UTC  (7+ messages)

[PATCH v2] streamline_config.pl: add LOCALMODCONFIG_PRESERVE to preserve some kconfigs
 2020-05-02 13:33 UTC 

New Wiki URLs?
 2020-05-02  2:42 UTC  (2+ messages)

[PATCH] docs: kvm: Fix KVM_KVMCLOCK_CTRL API doc
 2020-05-01 21:38 UTC  (6+ 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).