linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 15:14:31 to 2020-08-04 09:15:44 UTC [more...]

[PATCH v19 00/15] Introduce Data Access MONitor (DAMON)
 2020-08-04  9:14 UTC  (3+ messages)
` [PATCH v19 01/15] mm: "
` [PATCH v19 02/15] mm/damon: Implement region based sampling

[PATCH 0/2] Per process tracking of dma buffers
 2020-08-04  2:10 UTC  (16+ messages)
` [PATCH 1/2] fs: Add fd_install file operation
` [PATCH 2/2] dmabuf/tracing: Add dma-buf trace events

[PATCH v6 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2020-08-04  0:29 UTC  (9+ messages)
` [PATCH v6 08/22] bootconfig: init: Allow admin to use bootconfig for init command line

[PATCH v3 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-03 21:23 UTC  (11+ messages)
` [PATCH v3 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v3 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v3 3/3] KVM: selftests: Add test for user space MSR handling

[PATCH v4 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-03 21:14 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v4 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v4 3/3] KVM: selftests: Add test for user space MSR handling

[GIT PULL] Remove uninitialized_var() for v5.9-rc1
 2020-08-03 19:16 UTC 

[GIT PULL] Documentation for 5.9
 2020-08-03 18:26 UTC 

[PATCH v2 0/2] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-08-03 17:23 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [PATCH v4 1/2] cpufreq: intel_pstate: Rearrange the storing of new EPP values
    ` [PATCH v4 2/2] cpufreq: intel_pstate: Implement passive mode with HWP enabled
      ` [PATCH v5] "

[cpufreq] 48fc4efcdd: WARNING:possible_circular_locking_dependency_detected
 2020-08-03 17:19 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-08-03 17:08 UTC  (18+ messages)

[PATCH] ARM64: Setup DMA32 zone size by bootargs
 2020-08-03 16:42 UTC  (4+ messages)

[PATCH] doc: kcsan: add support info of gcc for kcsan
 2020-08-03  6:50 UTC  (2+ messages)

PROBLEM: Missing debug instructions when EIP is not present
 2020-08-03  4:15 UTC  (2+ messages)

[PATCH] Input: xpad: Spelling fixes for "Xbox", improve and proofread the listed xpad device names
 2020-08-02 23:41 UTC  (4+ messages)

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

[PATCH] doc/zh_CN: fix title heading markup in admin-guide cpu-load
 2020-08-02 16:21 UTC 

[PATCH] doc/zh_CN: resolve undefined label warning in admin-guide index
 2020-08-02 16:19 UTC 

[PATCH] ipw2x00: Replace HTTP links with HTTPS ones
 2020-08-02 15:16 UTC  (2+ messages)

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-08-01 13:08 UTC  (6+ messages)
` [PATCH v11 1/5] arm64: kdump: add macro CRASH_ALIGN and CRASH_ADDR_LOW_MAX
` [PATCH v11 2/5] x86: kdump: move reserve_crashkernel_low() into crash_core.c
` [PATCH v11 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v11 4/5] arm64: kdump: add memory for devices by DT property linux,usable-memory-range
` [PATCH v11 5/5] kdump: update Documentation about crashkernel

[PATCH for v5.9] kbuild: Replace HTTP links with HTTPS ones
 2020-08-01 12:33 UTC  (2+ messages)

[PATCH] ALSA: docs: fix typo
 2020-08-01  9:34 UTC  (2+ messages)

[PATCH] ALSA: doc: use correct config variable name
 2020-08-01  9:34 UTC  (2+ messages)

[PATCH] Documentation: kunit: Add naming guidelines
 2020-07-31 22:02 UTC  (2+ messages)

[PATCH 0/3] sched: Document capacity aware scheduling
 2020-07-31 19:20 UTC  (4+ messages)
` [PATCH 1/3] sched: Document arch_scale_*_capacity()
` [PATCH 2/3] sched/doc: Document capacity aware scheduling
` [PATCH 3/3] sched/doc: Factorize bits between sched-energy.rst & sched-capacity.rst

[PATCH v2] scripts/kernel-doc: optionally treat warnings as errors
 2020-07-31 17:16 UTC  (2+ messages)

[PATCH] docs: ia64: correct typo
 2020-07-31 17:09 UTC  (2+ messages)

[PATCH bpf-next v3] Documentation/bpf: Use valid and new links in index.rst
 2020-07-31 16:19 UTC  (2+ messages)

[PATCH v2 0/3] Allow user space to restrict and augment MSR emulation
 2020-07-31 11:59 UTC  (12+ messages)
` [PATCH v2 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v2 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v2 3/3] KVM: selftests: Add test for user space MSR handling

Documentation/powerpc: Ultravisor API
 2020-07-31  8:10 UTC  (5+ messages)
` [PATCH] KVM: PPC: Book3S HV: Define H_PAGE_IN_NONSHARED for H_SVM_PAGE_IN hcall

[PATCH 0/2] mailmap: Restore dictionary sorting
 2020-07-30 18:37 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mailmap: Add WeiXiong Liao

[PATCH v5 0/2] Add character device interface to remoteproc
 2020-07-30 17:07 UTC  (7+ messages)
` [PATCH v5 1/2] remoteproc: Add remoteproc character device interface
` [PATCH v5 2/2] remoteproc: core: Register the "

[PATCH v10 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-07-30  8:22 UTC  (8+ messages)
` [PATCH v10 4/5] arm64: kdump: fix kdump broken with ZONE_DMA reintroduced

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

[PATCH 0/3] bootconfig: Add value override operator
 2020-07-30  0:56 UTC  (6+ messages)

[PATCH bpf-next v2] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 23:54 UTC  (3+ messages)

[PATCH] KVM: x86: Deflect unknown MSR accesses to user space
 2020-07-29 20:49 UTC  (14+ messages)

Documentation/scsi/aha152x.rst
 2020-07-29 18:06 UTC  (3+ messages)

[PATCH v18 02/14] mm: Introduce Data Access MONitor (DAMON)
 2020-07-29 17:29 UTC  (4+ messages)
`  "
    `  "

[PATCH 0/5] seqlock: Cleanups
 2020-07-29 16:19 UTC  (12+ messages)
` [PATCH 1/5] seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g
` [PATCH 2/5] seqlock: Fold seqcount_LOCKNAME_t definition
` [PATCH 3/5] seqlock: Fold seqcount_LOCKNAME_init() definition
` [PATCH 4/5] seqcount: Compress SEQCNT_LOCKNAME_ZERO()
` [PATCH 5/5] seqcount: More consistent seqprop names

[PATCH 0/3] Memory reclaim documentation fixes
 2020-07-29 14:05 UTC  (4+ messages)
` [PATCH 1/3] docs: cgroup: Explain reclaim protection target
` [PATCH 2/3] docs: cgroup: Note about sibling relative reclaim protection
` [PATCH 3/3] docs: cgroup: No special handling of unpopulated memcgs

[PATCH bpf-next] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 13:09 UTC 

Minor RST rant
 2020-07-29 12:44 UTC  (8+ messages)

[PATCH V13] printk: Add monotonic, boottime, and realtime timestamps
 2020-07-29 12:22 UTC  (2+ messages)

[PATCH V13] printk: Add monotonic, boottime, and realtime timestamps
 2020-07-29 11:41 UTC 

[PATCH v18 06/14] mm/damon: Implement callbacks for the virtual memory address spaces
 2020-07-29  6:20 UTC  (4+ messages)
`  "
    `  "

[PATCH 0/9] arm64: Stolen time support
 2020-07-29  2:57 UTC  (4+ messages)

[PATCH] doc: remove stray HTML entity in '<slash>'
 2020-07-29  2:14 UTC  (2+ messages)

[PATCH] Input: fix typo in function name documentation
 2020-07-29  1:23 UTC  (3+ messages)

[PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-07-28 21:35 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).