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

[PATCH v7 00/18] pstore: mtd: support crash log to block and mtd device
 2020-05-10 20:24 UTC  (13+ messages)
` [PATCH v7 01/18] pstore/ram: Move dump_oops to end of module_param list
` [PATCH v7 02/18] pstore/platform: Switch pstore_info::name to const
` [PATCH v7 04/18] pstore/platform: Use backend name for console registration
` [PATCH v7 07/18] printk: Introduce kmsg_dump_reason_str()
` [PATCH v7 08/18] pstore/zone: Introduce common layer to manage storage zones
` [PATCH v7 09/18] pstore/blk: Introduce backend for block devices
` [PATCH v7 10/18] pstore/zone,blk: Add support for pmsg frontend
` [PATCH v7 11/18] pstore/zone,blk: Add console frontend support
` [PATCH v7 12/18] pstore/zone,blk: Add ftrace "
` [PATCH v7 13/18] Documentation: Add details for pstore/blk
` [PATCH v7 14/18] pstore/zone: Provide way to skip "broken" zone for MTD devices
` [PATCH v7 15/18] pstore/blk: Provide way to query pstore configuration

[PATCH v3] kernel: add panic_on_taint
 2020-05-10 18:22 UTC  (6+ messages)

[PATCH v2 1/4] Documentation: LKMM: Move MP+onceassign+derefonce to new litmus-tests/rcu/
 2020-05-10 12:57 UTC  (7+ messages)
  ` [PATCH 0/3] tools/memory-model, Documentation/litmus-test: Sort out location of litmus test and README
    ` [PATCH 1/3] tools/memory-model: Fix reference to litmus test in recipes.txt
    ` [PATCH 2/3] Revert "Documentation: LKMM: Move MP+onceassign+derefonce to new litmus-tests/rcu/"
    ` [PATCH 3/3] Documentation/litmus-tests: Merge atomic's README into top-level one

[PATCH v2 2/2] hwmon: Add Baikal-T1 PVT sensor driver
 2020-05-10 10:32 UTC 

[PATCH v5] streamline_config.pl: add LMC_KEEP to preserve some kconfigs
 2020-05-10  1:06 UTC 

[PATCH v6 00/18] pstore: mtd: support crash log to block and mtd device
 2020-05-09 23:41 UTC  (19+ messages)
` [PATCH v6 01/18] pstore/ram: Move dump_oops to end of module_param list
` [PATCH v6 02/18] pstore/platform: Switch pstore_info::name to const
` [PATCH v6 03/18] pstore/platform: Move module params after declarations
` [PATCH v6 04/18] pstore/platform: Use backend name for console registration
` [PATCH v6 05/18] pstore/ram: Refactor ftrace buffer merging
` [PATCH v6 06/18] pstore/ftrace: Provide ftrace log merging routine
` [PATCH v6 07/18] printk: Introduce kmsg_dump_reason_str()
` [PATCH v6 08/18] pstore/zone: Introduce common layer to manage storage zones
` [PATCH v6 09/18] pstore/blk: Introduce backend for block devices
` [PATCH v6 10/18] pstore/zone,blk: Add support for pmsg frontend
` [PATCH v6 11/18] pstore/zone,blk: Add console frontend support
` [PATCH v6 12/18] pstore/zone,blk: Add ftrace "
` [PATCH v6 13/18] Documentation: Add details for pstore/blk
` [PATCH v6 14/18] pstore/zone: Provide way to skip "broken" zone for MTD devices
` [PATCH v6 15/18] pstore/blk: Provide way to query pstore configuration
` [PATCH v6 16/18] pstore/blk: Support non-block storage devices
` [PATCH v6 17/18] mtd: Support kmsg dumper based on pstore/blk
` [PATCH v6 18/18] pstore/blk: Introduce "best_effort" mode

[PATCH v4 00/12] pstore: mtd: support crash log to block and mtd device
 2020-05-09 19:10 UTC  (21+ messages)
` [PATCH v4 01/12] printk: Introduce kmsg_dump_reason_str()
` [PATCH v4 02/12] pstore/zone: Introduce common layer to manage storage zones
` [PATCH v4 03/12] pstore/blk: Introduce backend for block devices
` [PATCH v4 04/12] pstore/blk: Provide way to choose pstore frontend support
` [PATCH v4 05/12] pstore/blk: Add support for pmsg frontend
` [PATCH v4 06/12] pstore/blk: Add console frontend support
` [PATCH v4 07/12] pstore/blk: Add ftrace "
` [PATCH v4 08/12] Documentation: Add details for pstore/blk
` [PATCH v4 09/12] pstore/zone: Provide way to skip "broken" zone for MTD devices
` [PATCH v4 10/12] pstore/blk: Provide way to query pstore configuration
` [PATCH v4 11/12] pstore/blk: Support non-block storage devices
` [PATCH v4 12/12] mtd: Support kmsg dumper based on pstore/blk

[PATCH v2] kernel: add panic_on_taint
 2020-05-09 14:56 UTC  (12+ messages)

[PATCH v2 0/3] arch/x86: Enable MPK feature on AMD
 2020-05-09 12:59 UTC  (8+ messages)
` [PATCH v2 1/3] arch/x86: Rename config X86_INTEL_MEMORY_PROTECTION_KEYS to generic x86
` [PATCH v2 2/3] KVM: x86: Move pkru save/restore to x86.c
` [PATCH v2 3/3] KVM: SVM: Add support for MPK feature on AMD

[PATCH v5 00/12] pstore: mtd: support crash log to block and mtd device
 2020-05-09 11:14 UTC  (13+ messages)
` [PATCH v5 01/12] printk: pstore: Introduce kmsg_dump_reason_str()
` [PATCH v5 02/12] pstore/zone: Introduce common layer to manage storage zones
` [PATCH v5 03/12] pstore/blk: Introduce backend for block devices
` [PATCH v5 04/12] pstore/blk: Provide way to choose pstore frontend support
` [PATCH v5 05/12] pstore/blk: Add support for pmsg frontend
` [PATCH v5 06/12] pstore/blk: Add console frontend support
` [PATCH v5 07/12] pstore/blk: Add ftrace "
` [PATCH v5 08/12] Documentation: Add details for pstore/blk
` [PATCH v5 09/12] pstore/zone: Provide way to skip "broken" zone for MTD devices
` [PATCH v5 10/12] pstore/blk: Provide way to query pstore configuration
` [PATCH v5 11/12] pstore/blk: Support non-block storage devices
` [PATCH v5 12/12] mtd: Support kmsg dumper based on pstore/blk

[PATCH v4] streamline_config.pl: add LMC_KEEP to preserve some kconfigs
 2020-05-09 11:07 UTC  (6+ messages)

[PATCH v6,RESEND] Translate debugfs.txt into Chinese and link it to the index
 2020-05-09  8:05 UTC  (2+ messages)
` [PATCH] doc: zh_CN: add translatation for debugfs.txt

[PATCH v3 00/14] remoteproc: Add support for synchronisaton with rproc
 2020-05-08 21:47 UTC  (16+ 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 09/14] remoteproc: Deal with synchronisation when crashing

[PATCH] docs: debugfs: Update struct debugfs_reg32 definition
 2020-05-08 21:29 UTC 

New Wiki URLs?
 2020-05-08 20:28 UTC  (2+ messages)
` [sysadmin] "

[PATCH 0/2] Control over userfaultfd kernel-fault handling
 2020-05-08 16:54 UTC  (6+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only

[PATCH] selftests/vm/keys: fix a broken reference at protection_keys.c
 2020-05-08 15:54 UTC  (4+ messages)

[RFC PATCH v3 0/3] Add scheduler overview documentation
 2020-05-08 15:36 UTC  (9+ messages)
` [RFC PATCH v3 1/3] docs: scheduler: Restructure scheduler documentation
` [RFC PATCH v3 2/3] docs: scheduler: Add scheduler overview documentation
` [RFC PATCH v3 3/3] docs: scheduler: Add introduction to scheduler context-switch

[PATCH] docs: vm: page_frags.rst: Fix the reference of stale function
 2020-05-08 14:09 UTC 

[PATCH v3 00/11] pstore: mtd: support crash log to block and mtd device
 2020-05-08 12:46 UTC  (5+ messages)
` [PATCH v3 02/11] pstore/blk: new support logger for block devices

[PATCH] kernel: add panic_on_taint
 2020-05-08  0:28 UTC  (8+ messages)

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

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

[PATCH v4 00/12] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-05-07 20:08 UTC  (2+ messages)
` [PATCH v4 09/12] Documentation: kgdboc: Document new kgdboc_earlycon parameter

[RFC 00/43] PKRAM: Preserved-over-Kexec RAM
 2020-05-07 18:41 UTC  (42+ messages)
` [RFC 02/43] mm: PKRAM: implement node load and save functions
` [RFC 03/43] mm: PKRAM: implement object "
` [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 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 12/43] mm: PKRAM: reserve preserved memory at boot
` [RFC 15/43] PKRAM: provide a way to ban pages from use by PKRAM
` [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 23/43] mm: shmem: enable saving to PKRAM
` [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 27/43] x86/mm/numa: add numa_isolate_memblocks()
` [RFC 28/43] PKRAM: ensure memblocks with preserved pages init'd for numa
` [RFC 29/43] memblock: PKRAM: mark memblocks that contain preserved pages
` [RFC 30/43] memblock: add for_each_reserved_mem_range()
` [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 38/43] mm: implement splicing a list of pages to the LRU
` [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 41/43] XArray: add xas_export_node() and xas_import_node()
` [RFC 42/43] shmem: reduce time holding xa_lock when inserting pages
` [RFC 43/43] PKRAM: improve index alignment of pkram_link entries

[PATCH v3 0/6] allow ramoops to collect all kmesg_dump events
 2020-05-07 18:04 UTC  (4+ messages)
` [PATCH v3 3/6] pstore/ram: Refactor DT size parsing

[RFC PATCH v2 0/3] Add scheduler overview documentation
 2020-05-07 18:01 UTC  (6+ messages)
` [RFC PATCH v2 2/3] docs: scheduler: "
` [RFC PATCH v2 3/3] docs: scheduler: Add introduction to scheduler context-switch

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-07 16:59 UTC  (4+ messages)
` [PATCH v10 05/26] x86/cet/shstk: Add Kconfig option for user-mode "

[PATCH 0/2] arch/x86: Enable MPK feature on AMD
 2020-05-07 16:11 UTC  (12+ 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: update numastat explanation
 2020-05-07 12:17 UTC  (3+ messages)

[PATCH v10 06/16] mm/damon: Split regions into 4 subregions if possible
 2020-05-07  8:28 UTC  (2+ 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).