messages from 2020-05-05 08:30:54 to 2020-05-08 06:40:58 UTC [more...]
[PATCH v4 00/12] pstore: mtd: support crash log to block and mtd device
2020-05-08 6:40 UTC (11+ 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 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 v3 00/11] pstore: mtd: support crash log to block and mtd device
2020-05-08 6:07 UTC (4+ 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 (11+ messages)
[PATCH v2] kernel: add panic_on_taint
2020-05-07 22:25 UTC (9+ messages)
[PATCH] Documentation: PCI: gave unique labels to sections
2020-05-07 21:45 UTC (3+ 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)
[RFC PATCH v3 0/3] Add scheduler overview documentation
2020-05-07 21:15 UTC (5+ 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 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
[PATCH 0/2] Control over userfaultfd kernel-fault handling
2020-05-07 19:15 UTC (4+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
[RFC 00/43] PKRAM: Preserved-over-Kexec RAM
2020-05-07 18:41 UTC (48+ messages)
` [RFC 01/43] mm: add PKRAM API stubs and Kconfig
` [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 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 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 (12+ 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
[RFC PATCH v2 0/3] Add scheduler overview documentation
2020-05-07 18:01 UTC (7+ 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 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 (15+ 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 v4] streamline_config.pl: add LMC_KEEP to preserve some kconfigs
2020-05-07 13:18 UTC (3+ messages)
[PATCH] Documentation: update numastat explanation
2020-05-07 12:17 UTC (3+ messages)
[PATCH v10 00/16] Introduce Data Access MONitor (DAMON)
2020-05-07 8:28 UTC (18+ 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 net-next 0/2] timer: add fsleep for flexible sleeping
2020-05-07 0:04 UTC (2+ messages)
[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)
[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 (32+ 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] 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 (2+ 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 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).