linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-12 13:18:04 to 2020-08-20 07:17:36 UTC [more...]

[RFC v7 00/10] DAMON: Support Physical Memory Address Space Monitoring
 2020-08-20  7:16 UTC  (16+ messages)
` [RFC v7 01/10] mm/damon/debugfs: Allow users to set initial monitoring target regions
` [RFC v7 02/10] tools/damon: Support init target regions specification
` [RFC v7 03/10] mm/damon-test: Add more unit tests for 'init_regions'
` [RFC v7 04/10] selftests/damon/_chk_record: Do not check number of gaps
` [RFC v7 05/10] Docs/admin-guide/mm/damon: Document 'init_regions' feature
` [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring
` [RFC v7 07/10] mm/damon/debugfs: Support "
` [RFC v7 08/10] tools/damon/record: "
` [RFC v7 09/10] tools/damon/record: Support NUMA specific recording
` [RFC v7 10/10] Docs/DAMON: Document physical memory monitoring support

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-20  6:11 UTC  (37+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action
` [RFC PATCH 2/8] memcg, mm: Return ENOMEM or delay if memcg_over_limit
` [RFC PATCH 3/8] memcg: Allow the use of task RSS memory as over-high action trigger
` [RFC PATCH 4/8] fs/proc: Support a new procfs memctl file
` [RFC PATCH 5/8] memcg: Allow direct per-task memory limit checking
` [RFC PATCH 6/8] memcg: Introduce additional memory control slowdown if needed
` [RFC PATCH 7/8] memcg: Enable logging of memory control mitigation action
` [RFC PATCH 8/8] memcg: Add over-high action prctl() documentation

a saner API for allocating DMA addressable pages
 2020-08-20  5:20 UTC  (45+ messages)
` [PATCH 01/28] mm: turn alloc_pages into an inline function
` [PATCH 02/28] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 03/28] drm/nouveau/gk20a: "
` [PATCH 04/28] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 11/28] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [PATCH 12/28] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 13/28] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 14/28] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 15/28] dma-direct: remove __dma_to_phys
` [PATCH 16/28] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 17/28] dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
` [PATCH 18/28] dma-mapping: move the dma_declare_coherent_memory documentation
` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc,free}_pages
  ` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc, free}_pages
` [PATCH 20/28] sgiwd93: convert from dma_cache_sync to dma_sync_single_for_device
` [PATCH 21/28] hal2: "
` [PATCH 22/28] sgiseeq: "
` [PATCH 23/28] lib82596: "
` [PATCH 24/28] 53c700: "
` [PATCH 25/28] dma-mapping: remove dma_cache_sync
` [PATCH 26/28] dmapool: add dma_alloc_pages support
` [PATCH 27/28] nvme-pci: fix PRP pool size
` [PATCH 28/28] nvme-pci: use dma_alloc_pages backed dmapools

[PATCH v4 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-20  2:47 UTC  (7+ messages)
` [PATCH v4 2/3] KVM: x86: Introduce allow list for "

[PATCH v5 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-20  0:19 UTC  (3+ messages)
` [PATCH v5 3/3] KVM: selftests: Add test for user space MSR handling

[PATCH] Fix typo in irq_domain documentation
 2020-08-19 21:53 UTC 

[PATCH] docs: kvm: fix referenced ioctl symbol
 2020-08-19 21:19 UTC 

[PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-08-19 20:55 UTC  (3+ messages)

[PATCH v2 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-08-19 20:02 UTC  (14+ messages)
` [PATCH v2 01/11] fork: introduce kernel_clone()
` [PATCH v2 02/11] h8300: switch to kernel_clone()
` [PATCH v2 03/11] ia64: "
` [PATCH v2 04/11] m68k: "
` [PATCH v2 05/11] nios2: "
` [PATCH v2 06/11] sparc: "
` [PATCH v2 07/11] x86: "
` [PATCH v2 08/11] kprobes: "
` [PATCH v2 09/11] kgdbts: "
` [PATCH v2 10/11] tracing: "
` [PATCH v2 11/11] sched: remove _do_fork()

[PATCH] MAINTAINERS: mention documentation maintainer entry profile
 2020-08-19 19:49 UTC  (2+ messages)

[PATCH 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-08-19 16:24 UTC  (25+ messages)
` [PATCH 01/11] fork: introduce kernel_clone()
` [PATCH 02/11] h8300: switch to kernel_clone()
` [PATCH 03/11] ia64: "
` [PATCH 04/11] m68k: "
` [PATCH 05/11] nios2: "
` [PATCH 06/11] sparc: "
` [PATCH 07/11] x86: "
` [PATCH 08/11] kprobes: "
` [PATCH 09/11] kgdbts: "
` [PATCH 10/11] tracing: "
` [PATCH 11/11] sched: remove _do_fork()

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-08-19 12:03 UTC  (7+ messages)
` [PATCH v11 5/5] kdump: update Documentation about crashkernel

[PATCH v3] mm: introduce reference pages
 2020-08-18 18:25 UTC  (3+ messages)

[PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
 2020-08-17 22:11 UTC  (12+ messages)

[PATCH v2 0/2] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-08-17 21:06 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v7] "

[PATCH] [v2] Documentation: clarify driver licensing rules
 2020-08-17 15:48 UTC  (2+ messages)

[PATCH v20 00/15] Introduce Data Access MONitor (DAMON)
 2020-08-17 10:51 UTC  (16+ messages)
` [PATCH v20 01/15] mm: "
` [PATCH v20 02/15] mm/damon: Implement region based sampling
` [PATCH v20 03/15] mm/damon: Adaptively adjust regions
` [PATCH v20 04/15] mm/damon: Track dynamic monitoring target regions update
` [PATCH v20 05/15] mm/idle_page_tracking: Make PG_(idle|young) reusable
` [PATCH v20 06/15] mm/damon: Implement callbacks for the virtual memory address spaces
` [PATCH v20 07/15] mm/damon: Implement access pattern recording
` [PATCH v20 08/15] mm/damon: Add a tracepoint
` [PATCH v20 09/15] mm/damon: Implement a debugfs interface
` [PATCH v20 10/15] damon/debugfs: Support pidfd target id
` [PATCH v20 11/15] tools: Introduce a minimal user-space tool for DAMON
` [PATCH v20 12/15] Documentation: Add documents "
` [PATCH v20 13/15] mm/damon: Add kunit tests
` [PATCH v20 14/15] mm/damon: Add user space selftests
` [PATCH v20 15/15] MAINTAINERS: Update for DAMON

[PATCH 2/2] Documentation: efi: remove description of efi=old_map
 2020-08-17 10:30 UTC 

[PATCH] devices.txt: fix typo of "ubd" as "udb"
 2020-08-16 23:38 UTC 

[PATCH] ARM64: Setup DMA32 zone size by bootargs
 2020-08-16 12:50 UTC  (2+ messages)
`  "

[PATCH] Documentation: add riscv entry in list of existing profiles
 2020-08-15 11:57 UTC 

[PATCH] Documentation/features: refresh RISC-V arch support files
 2020-08-14 23:28 UTC  (4+ messages)

[PATCH][next] docs: vmcoreinfo: add lockless printk ringbuffer vmcoreinfo
 2020-08-14 21:33 UTC 

[PATCH v19 02/15] mm/damon: Implement region based sampling
 2020-08-14  9:29 UTC  (2+ messages)

[GIT PULL] Documentation fixes for 5.9
 2020-08-13 20:59 UTC  (2+ messages)

[PATCH] Documentation/locking/locktypes: fix the typo
 2020-08-13 20:48 UTC  (3+ messages)

[PATCH v20 00/12] Landlock LSM
 2020-08-13 20:29 UTC  (7+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock
` [PATCH v20 08/12] landlock: Add syscall implementations

[PATCH] docs: cdrom: Fix a typo and rst markup
 2020-08-12 22:13 UTC  (3+ messages)

[PATCH] Fpga: Documentation: Replace deprecated :c:func: Usage
 2020-08-12 18:02 UTC 

[PATCH] IIO: Documentation: Replace deprecated :c:func: Usage
 2020-08-12 17:46 UTC 

[PATCH] Documentation: clarify driver licensing rules
 2020-08-12 14:58 UTC  (4+ messages)

[PATCH] arm(64)/kvm: improve the documentation about HVC calls
 2020-08-12 14:14 UTC  (2+ messages)

[PATCH] Fix references to nommu-mmap.rst
 2020-08-12  9:22 UTC 

Documentation: build failure with sphinx >= 3.0.0: exception: cannot import name 'c_funcptr_sig_re' from 'sphinx.domains.c' (was: Re: Kernel build failed ...SPHINX extension error)
 2020-08-12 13:18 UTC  (4+ messages)
      ` Documentation: build failure with sphinx >= 3.0.0: exception: cannot import name 'c_funcptr_sig_re' from 'sphinx.domains.c'


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