linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-04 03:21:43 to 2020-07-08 03:25:58 UTC [more...]

[PATCH] Replace HTTP links with HTTPS ones: kdump
 2020-07-08  3:25 UTC  (6+ messages)

[PATCH -next] Documentation/vm: fix tables in arch_pgtable_helpers
 2020-07-08  2:06 UTC  (3+ messages)

[PATCH V3] mm/vmstat: Add events for THP migration without split
 2020-07-08  0:01 UTC 

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-07-07 21:51 UTC  (13+ messages)
` [PATCH 2/4] KVM: x86: Introduce paravirt feature CR0/CR4 pinning
` [PATCH 4/4] X86: Use KVM CR pin MSRs

[PATCH v2 1/2] kbuild: introduce ccflags-remove-y and asflags-remove-y
 2020-07-07 21:25 UTC  (3+ messages)

[PATCH] Replace HTTP links with HTTPS ones: user-mode Linux
 2020-07-07 20:37 UTC  (2+ messages)

[PATCH v19 00/12] Landlock LSM
 2020-07-07 20:11 UTC  (14+ messages)
` [PATCH v19 01/12] landlock: Add object management
` [PATCH v19 02/12] landlock: Add ruleset and domain management
` [PATCH v19 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v19 04/12] landlock: Add ptrace restrictions
` [PATCH v19 05/12] LSM: Infrastructure management of the superblock
` [PATCH v19 06/12] fs,security: Add sb_delete hook
` [PATCH v19 07/12] landlock: Support filesystem access-control
` [PATCH v19 08/12] landlock: Add syscall implementation
` [PATCH v19 09/12] arch: Wire up landlock() syscall
` [PATCH v19 10/12] selftests/landlock: Add initial tests
` [PATCH v19 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v19 12/12] landlock: Add user and kernel documentation

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

[PATCH] Replace HTTP links with HTTPS ones: kprobes
 2020-07-07 19:49 UTC 

[PATCH] Documentation: userspace-api/media: drop doubled words
 2020-07-07 19:17 UTC 

[PATCH v4 0/2] Add character device interface to remoteproc
 2020-07-07 19:07 UTC  (3+ messages)
` [PATCH v4 1/2] remoteproc: Add remoteproc character device interface
` [PATCH v4 2/2] remoteproc: core: Register the "

[PATCH] Documentation: coda: annotate duplicated words
 2020-07-07 18:54 UTC  (2+ messages)

[PATCH 00/10] Documentation: filesystems: eliminate duplicated words
 2020-07-07 18:10 UTC  (6+ messages)
` [PATCH 01/10] Documentation: filesystems: autofs-mount-control: drop doubled words
` [PATCH 05/10] Documentation: filesystems: fsverity: drop doubled word

[PATCH v1] riscv: Add jump-label implementation
 2020-07-07 15:07 UTC 

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-07 14:45 UTC  (8+ messages)

[PATCH v7] hwmon: add Corsair Commander Pro driver
 2020-07-07 14:18 UTC  (5+ messages)

Documentation: Coccinelle: Checking information around the make parameter “C=2”
 2020-07-07 14:16 UTC  (2+ messages)
` kbuild: Improve descriptions for the make parameter “C”

[PATCH v6 0/2] sched/uclamp: new sysctl for default RT boost value
 2020-07-07 12:58 UTC  (9+ messages)
` [PATCH v6 1/2] sched/uclamp: Add a new sysctl to control RT default "
` [PATCH v6 2/2] Documentation/sysctl: Document uclamp sysctl knobs

[PATCH v3 00/20] seqlock: Extend seqcount API with associated locks
 2020-07-07 12:47 UTC  (7+ messages)
` [PATCH v3 01/20] Documentation: locking: Describe seqlock design and usage

[PATCH v9 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-07-07 10:44 UTC  (4+ messages)
` [PATCH v9 4/4] ext4: Use generic casefolding support

[PATCH] scsi: sd: stop SSD (non-rotational) disks before reboot
 2020-07-07 10:18 UTC  (13+ messages)

[RFC v13 0/8] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-07-07  9:38 UTC  (9+ messages)
` [RFC v13 1/8] mm/madvise: Export do_madvise() to external GPL modules
` [RFC v13 2/8] mm/damon: Account age of target regions
` [RFC v13 3/8] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v13 4/8] mm/damon/schemes: Implement a debugfs interface
` [RFC v13 5/8] mm/damon/schemes: Implement statistics feature
` [RFC v13 6/8] mm/damon/selftests: Add 'schemes' debugfs tests
` [RFC v13 7/8] damon/tools: Support more human friendly 'schemes' control
` [RFC v13 8/8] Documentation/admin-guide/mm: Document DAMON-based operation schemes

[PATCH] docs: fix incorrent references to DMA APIs
 2020-07-07  9:19 UTC  (3+ messages)

[PATCH] Documentation/features: Remove unicore32 from kcov and kmemleak
 2020-07-07  9:09 UTC 

[PATCH v17 00/15] Introduce Data Access MONitor (DAMON)
 2020-07-07  8:07 UTC  (19+ messages)
` [PATCH v17 01/15] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v17 02/15] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v17 03/15] mm/damon: Implement region based sampling
` [PATCH v17 04/15] mm/damon: Adaptively adjust regions
` [PATCH v17 05/15] mm/damon: Track dynamic monitoring target regions update
` [PATCH v17 06/15] mm/damon: Implement callbacks for the virtual memory address spaces
` [PATCH v17 07/15] mm/damon: Implement access pattern recording
` [PATCH v17 08/15] mm/damon: Add a tracepoint
` [PATCH v17 09/15] mm/damon: Implement a debugfs interface
` [PATCH v17 10/15] tools: Introduce a minimal user-space tool for DAMON
` [PATCH v17 11/15] tools/damon/wss: Implement '--thres' option
` [PATCH v17 13/15] mm/damon: Add kunit tests
` [PATCH v17 14/15] mm/damon: Add user space selftests
` [PATCH v17 15/15] MAINTAINERS: Update for DAMON
  ` [PATCH v17 12/15] Documentation/admin-guide/mm: Add a document "
    `  "

[PATCH] Documentation/filesystems/proc.rst: copy-editing cleanup
 2020-07-07  6:49 UTC 

[PATCH] Documentation: kunit: Remove references to --defconfig
 2020-07-07  6:38 UTC  (2+ messages)

[PATCH] Driver-API: Documentation: Replace deprecated :c:func: Usage
 2020-07-07  5:32 UTC 

[PATCH v35 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-07-07  4:06 UTC  (2+ messages)

[PATCH v34 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-07-07  3:02 UTC 

[PATCH v2] Security: Documentation: Replace deprecated :c:func: Usage
 2020-07-06 20:31 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: Ext4
 2020-07-06 19:03 UTC 

[PATCH v1] Security: Documentation: Replace deprecated :c:func: Usage
 2020-07-06 18:39 UTC  (2+ messages)

[PATCH] Security: Documentation: fix: `make htmldocs` warnings
 2020-07-06 18:21 UTC  (3+ messages)

[PATCH 0/3] Documentation: arm64: eliminate duplicated words
 2020-07-06 17:09 UTC  (5+ messages)
` [PATCH 3/3] Documentation: arm64/sve: drop duplicate words

[PATCH v2 0/6] devres: provide and use devm_krealloc()
 2020-07-06 16:41 UTC  (6+ messages)
` [PATCH v2 5/6] devres: provide devm_krealloc()

[PATCH 7/7] Documentation: networking: rxrpc: drop doubled word
 2020-07-06 16:07 UTC  (6+ messages)
` [PATCH 0/7] Documentation: networking: eliminate doubled words
  ` [PATCH 3/7] Documentation: networking: can_ucan_protocol: drop "

[PATCH 00/17] Documentation/driver-api: eliminate duplicated words
 2020-07-06 15:48 UTC  (26+ messages)
` [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word
` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: "
` [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: "
` [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: "
` [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: "
` [PATCH 06/17] Documentation/driver-api: generic-counter: "
` [PATCH 07/17] Documentation/driver-api: iio/buffers: "
` [PATCH 08/17] Documentation/driver-api: media/cec-core: "
` [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: "
` [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: "
` [PATCH 11/17] Documentation/driver-api: driver-model/platform: "
` [PATCH 12/17] Documentation/driver-api: ntb: "
` [PATCH 13/17] Documentation/driver-api: nvdimm: "
` [PATCH 14/17] Documentation/driver-api: uio-howto: "
` [PATCH 15/17] Documentation/driver-api: usb/URB: "
` [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words
` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word

[PATCH] docs: block: update and fix tiny error for bfq
 2020-07-06 14:07 UTC  (4+ messages)

[PATCH V4 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-06 12:06 UTC  (4+ messages)
` [PATCH V4 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH V4 2/3] mm/sparsemem: Enable vmem_altmap support in vmemmap_alloc_block_buf()
 2020-07-06  2:56 UTC 

[PATCH 0/2] Documentation: virt: eliminate duplicated words
 2020-07-05 20:42 UTC  (2+ messages)

[PATCH 0/3] Documentation: trace: eliminate doubled words
 2020-07-05 20:41 UTC  (2+ messages)

[PATCH 0/4] Documentation: PCI: eliminate doubled words
 2020-07-05 20:40 UTC  (5+ messages)
` [PATCH 3/4] Documentation: PCI: pci-error-recovery: drop "

[PATCH] doc: add link to sparse's home page/internal docs
 2020-07-05 20:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] doc: add link to sparse's home page/internal docs
 2020-07-05 20:30 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: LVM
 2020-07-05 20:30 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: CIFS
 2020-07-05 20:25 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: DRBD driver
 2020-07-05 20:22 UTC  (2+ messages)

[PATCH] Documentation/features: Add kcov
 2020-07-05 20:14 UTC  (2+ messages)

[PATCH] Documentation/features: Add kmemleak
 2020-07-05 20:14 UTC  (2+ messages)

[PATCH v2] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-07-05 20:13 UTC  (2+ messages)

[PATCH] trace doc: fix typo of trace/ftrace.rst
 2020-07-05 20:11 UTC  (2+ messages)

[PATCH v3] Documentation: Coccinelle: fix various typos etc
 2020-07-05 20:06 UTC  (2+ messages)

[PATCH] Documentation: Clarify f_cred vs current_cred() use
 2020-07-05 20:05 UTC  (2+ messages)

[PATCH 00/13] Documentation/admin-guide: eliminate duplicated words
 2020-07-05 20:02 UTC  (13+ messages)
` [PATCH 01/13] Documentation/admin-guide: cgroup-v2: drop doubled word
` [PATCH 03/13] Documentation/admin-guide: dm-integrity: drop doubled words
` [PATCH 04/13] Documentation/admin-guide: media/building: "
` [PATCH 05/13] Documentation/admin-guide: mm/ksm: drop doubled word
` [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: "
` [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: "
` [PATCH 09/13] Documentation/admin-guide: intel_pstate: "
` [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: "
` [PATCH 12/13] Documentation/admin-guide: tainted-kernels: "
` [PATCH 13/13] Documentation/admin-guide: xfs: "

[PATCH 0/5] Documenation: hwmon: eliminate doubled words
 2020-07-05 11:47 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: input drivers
 2020-07-05 11:16 UTC  (2+ messages)

[PATCH 0/2] Documentation: RCU: eliminate duplicated words
 2020-07-04 16:46 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).