Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-30 09:06:42 to 2021-03-31 20:49:58 UTC [more...]

[PATCH v5 00/10] CoreSight configuration management; ETM strobing
 2021-03-31 20:48 UTC  (5+ messages)
` [PATCH v5 03/10] coresight: config: Add configuration and feature generic functions
` [PATCH v5 04/10] coresight: etm-perf: update to handle configuration selection

[PATCH] docs: reporting-issues: Remove reference to oldnoconfig
 2021-03-31 20:34 UTC  (2+ messages)

[PATCH] doc: admin-guide: remove explanation of "watchdog/%u"
 2021-03-31 20:32 UTC  (2+ messages)

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

[PATCH 1/2] fs/namespace: corrent/improve kernel-doc notation
 2021-03-31 20:24 UTC  (2+ messages)

documentation/filesystems/path-lookup: replace "These paths" with "Usually paths"
 2021-03-31 20:20 UTC  (2+ messages)

[PATCH v2 0/7] Fix some issues at get_abi.pl script
 2021-03-31 20:02 UTC  (2+ messages)

[PATCH] docs: powerpc: Fix misspellings and grammar errors
 2021-03-31 19:51 UTC  (2+ messages)

[PATCH] Documentation: Add leading slash to some paths
 2021-03-31 19:49 UTC  (2+ messages)

[PATCH v1 0/4] Improve reporting-issues.rst and make it official
 2021-03-31 19:47 UTC  (10+ messages)
` [PATCH v1 1/4] docs: make reporting-issues.rst official and delete reporting-bugs.rst
` [PATCH v1 2/4] MAINTAINERS: add entry for Documentation/admin-guide/reporting-issues.rst
` [PATCH v1 3/4] docs: reporting-issues.rst: reshuffle and improve TLDR
` [PATCH v1 4/4] docs: reporting-issues: reduce quoting and assorted fixes

[PATCH] scripts: kernel-doc: add warning for comment not following kernel-doc syntax
 2021-03-31 19:32 UTC  (4+ messages)

[PATCH V5 00/10] PKS: Add Protection Key Supervisor support
 2021-03-31 19:31 UTC  (12+ messages)
` [PATCH V5 01/10] x86/pkeys: Create pkeys_common.h
` [PATCH V5 02/10] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH V5 03/10] x86/pks: Add additional PKEY helper macros
` [PATCH V5 04/10] x86/pks: Add PKS defines and Kconfig options
` [PATCH V5 05/10] x86/pks: Add PKS setup code
` [PATCH V5 06/10] x86/fault: Adjust WARN_ON for PKey fault
` [PATCH V5 07/10] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH V5 08/10] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH V5 09/10] x86/pks: Add PKS kernel API
` [PATCH V5 10/10] x86/pks: Add PKS test code

[PATCH] docs: Remove make headers_check from checklist in translations
 2021-03-31 19:18 UTC  (3+ messages)

[PATCH net-next v4] net: x25: Queue received packets in the drivers instead of per-CPU queues
 2021-03-31 18:41 UTC  (2+ messages)

[PATCH v1 3/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-03-31 18:35 UTC  (15+ messages)

[PATCH 0/3] docs: gpio: mockup: Fix parameter name and missing entry
 2021-03-31 18:31 UTC  (10+ messages)
` [PATCH 1/3] docs: gpio: mockup: Fix parameter name
` [PATCH 2/3] docs: kernel-parameters: Move gpio-mockup for alphabetic order
` [PATCH 3/3] docs: kernel-parameters: Add gpio_mockup_named_lines

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-03-31 18:31 UTC  (6+ messages)
` [PATCH v2 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID
` [PATCH v2 2/4] Documentation: kvm: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH v2 3/4] selftests: add kvm_get_emulated_cpuid
` [PATCH v2 4/4] selftests: kvm: add get_emulated_cpuid test

[PATCH v31 00/12] Landlock LSM
 2021-03-31 17:50 UTC  (4+ messages)
` [PATCH v31 07/12] landlock: Support filesystem access-control

[PATCH] translations/zh_CN: add translations to dev-tools gcov
 2021-03-31 15:35 UTC  (2+ messages)

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-03-31 13:46 UTC  (20+ messages)
` [PATCH v7 1/8] mm: Remove special swap entry functions
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v7 5/8] mm: Device exclusive memory access

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-03-31 11:25 UTC  (10+ messages)
` [PATCH 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID
` [PATCH 2/4] Documentation: kvm: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH 3/4] selftests: add kvm_get_emulated_cpuid
` [PATCH 4/4] selftests: kvm: add get_emulated_cpuid test

[PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-03-31 10:20 UTC  (3+ messages)

[PATCH 0/2] kernel-doc and MAINTAINERS clean-up
 2021-03-31  9:39 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT

[PATCH v9 0/6] ARM: STM32: add art-pi(stm32h750xbh6) board support
 2021-03-31  8:28 UTC  (7+ messages)
` [PATCH v9 1/6] Documentation: arm: stm32: Add stm32h750 value line doc
` [PATCH v9 2/6] dt-bindings: arm: stm32: Add compatible strings for ART-PI board
` [PATCH v9 3/6] ARM: dts: stm32: introduce stm32h7-pinctrl.dtsi to support stm32h750
` [PATCH v9 4/6] ARM: dts: stm32: add support for art-pi board based on stm32h750xbh6
` [PATCH v9 5/6] ARM: stm32: Add a new SOC - STM32H750
` [PATCH v9 6/6] dt-bindings: serial: stm32: Use 'type: object' instead of false for 'additionalProperties'

[PATCH v2] Documentation: crypto: add info about "fips=" boot option
 2021-03-31  7:49 UTC  (5+ messages)

Bidding invitation
 2021-03-31  7:12 UTC 

[PATCH v4 8/8] clk: Mark fwnodes when their clock provider is added/removed
 2021-03-31  7:05 UTC  (11+ messages)
` [PATCH] clk: Mark fwnodes when their clock provider is added

[PATCH] ARM: OMAP2+: fix incorrect kernel-doc comment syntax in file
 2021-03-31  6:07 UTC  (3+ messages)

[PATCH] ARM: OMAP1: fix incorrect kernel-doc comment syntax in file
 2021-03-31  6:07 UTC  (4+ messages)

[PATCH v3 00/12] Add build ID to stacktraces
 2021-03-31  3:05 UTC  (2+ messages)
` [PATCH v3 04/12] module: Add printk format to add module "

[PATCH] x86/sgx: fix incorrect kernel-doc comment syntax in files
 2021-03-31  2:56 UTC  (3+ messages)

[PATCH 6/8] of: Fix kerneldoc output formatting
 2021-03-30 22:46 UTC  (16+ messages)
` [PATCH] kernel-doc: better handle '::' sequences

[PATCH v2] sched: Warn on long periods of pending need_resched
 2021-03-30 22:44 UTC  (4+ messages)

[PATCH] x86/platform/intel/quark: fix incorrect kernel-doc comment syntax in files
 2021-03-30 21:32 UTC  (2+ messages)

[PATCH v2 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-03-30 21:14 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro drivers

[PATCH] ARM: mach-sa1100: fix incorrect kernel-doc comment syntax in file
 2021-03-30 21:02 UTC  (2+ messages)

[PATCH V4 00/10] PKS Add Protection Key Supervisor support
 2021-03-30 19:25 UTC  (3+ messages)
` [PATCH V4 07/10] x86/pks: Preserve the PKRS MSR on context switch

[PATCH v2 00/12] Add build ID to stacktraces
 2021-03-30 19:12 UTC  (13+ messages)
` [PATCH v2 04/12] module: Add printk format to add module "

[PATCH v5] docs: usbip: Fix major fields and descriptions in protocol
 2021-03-30 17:00 UTC  (5+ messages)
  `  "
` [PATCH v6] "

[PATCH 00/18] Make vfio_mdev type safe
 2021-03-30 15:28 UTC  (5+ messages)
` [PATCH 02/18] vfio/mdev: Add missing typesafety around mdev_device
` [PATCH 03/18] vfio/mdev: Simplify driver registration

[PATCH v3 0/8] docs/zh_CN: add cpu-freq translation
 2021-03-30 11:47 UTC  (9+ messages)
` [PATCH v3 1/8] docs/zh_CN: add cpu-freq core.rst translation
` [PATCH v3 2/8] docs/zh_CN: add cpu-freq cpu-drivers.rst translation
` [PATCH v3 3/8] docs/zh_CN: add cpu-freq cpufreq-stats.rst translation
` [PATCH v3 4/8] docs/zh_CN: add cpu-freq index.rst translation
` [PATCH v3 5/8] docs/zh_CN: add cpu-freq to zh_CN index
` [PATCH v3 6/8] docs/zh_CN: add mips "
` [PATCH v3 7/8] docs/zh_CN: add iio "
` [PATCH v3 8/8] docs/zh_CN: add riscv "

[PATCH v26 00/13] Introduce Data Access MONitor (DAMON)
 2021-03-30 10:20 UTC  (16+ messages)
` [PATCH v26 01/13] mm: "
` [PATCH v26 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v26 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v26 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v26 06/13] mm/damon: Add a tracepoint
` [PATCH v26 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v26 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v26 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v26 10/13] Documentation: Add documents for DAMON
` [PATCH v26 11/13] mm/damon: Add kunit tests
` [PATCH v26 12/13] mm/damon: Add user space selftests
` [PATCH v26 13/13] MAINTAINERS: Update for DAMON


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 read-only IMAP folder(s) and NNTP newsgroup(s).