linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 08:59:41 to 2020-08-06 17:07:49 UTC [more...]

[PATCH] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-08-06 11:39 UTC  (13+ messages)

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-08-06 13:36 UTC  (8+ 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] docs: remove the 2.6 "Upgrading I2C Drivers" guide
 2020-08-06 16:13 UTC 

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

Minor RST rant
 2020-08-06  8:36 UTC  (9+ messages)
        `  "

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

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

[PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
 2020-08-06  5:44 UTC  (13+ messages)

[PATCH] Replace HTTP links with HTTPS ones: Ext4
 2020-08-06  5:03 UTC  (2+ messages)

[PATCH V13] printk: Add monotonic, boottime, and realtime timestamps
 2020-08-05 14:11 UTC  (4+ messages)

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

[GIT PULL] Documentation for 5.9
 2020-08-05  6:05 UTC  (2+ messages)

[PATCH v6 0/5] kunit: create a centralized executor to dispatch all KUnit tests
 2020-08-05  6:01 UTC  (7+ messages)
` [PATCH v6 1/5] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v6 2/5] kunit: test: create a single centralized executor for all tests
` [PATCH v6 3/5] init: main: add KUnit to kernel init
` [PATCH v6 4/5] kunit: test: add test plan to KUnit TAP format
` [PATCH v6 5/5] Documentation: kunit: add a brief blurb about kunit_test_suite

[GIT PULL] Remove uninitialized_var() for v5.9-rc1
 2020-08-04 21:40 UTC  (2+ messages)

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

[PATCH v5 00/12] kunit: create a centralized executor to dispatch all KUnit tests
 2020-08-04 20:18 UTC  (17+ messages)
` [PATCH v5 01/12] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v5 07/12] kunit: test: create a single centralized executor for all tests
` [PATCH v5 09/12] kunit: test: add test plan to KUnit TAP format
` [PATCH v5 10/12] kunit: Add 'kunit_shutdown' option

[RFC v14 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-08-04 14:24 UTC  (8+ messages)
` [RFC v14 1/7] mm/damon: Account age of target regions
` [RFC v14 2/7] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v14 3/7] mm/damon/schemes: Implement a debugfs interface
` [RFC v14 4/7] mm/damon/schemes: Implement statistics feature
` [RFC v14 5/7] mm/damon/selftests: Add 'schemes' debugfs tests
` [RFC v14 6/7] damon/tools: Support more human friendly 'schemes' control
` [RFC v14 7/7] Docs/admin-guide/mm/damon: Document DAMON-based Operation Schemes

[PATCH 0/3] sched: Document capacity aware scheduling
 2020-08-04 13:52 UTC  (6+ 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 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

[cpufreq] 48fc4efcdd: WARNING:possible_circular_locking_dependency_detected
 2020-08-03 17:19 UTC  (2+ 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 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 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  (10+ 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

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  (5+ messages)
` [PATCH v5 1/2] remoteproc: Add remoteproc character device interface
` [PATCH v5 2/2] remoteproc: core: Register the "


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