linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 15:09:16 to 2021-06-16 06:27:56 UTC [more...]

[PATCH v2 00/29] docs: avoid using ReST :doc:`foo` tag
 2021-06-16  6:27 UTC  (7+ messages)
` [PATCH v2 02/29] docs: dev-tools: kunit: don't use a table for docs name
` [PATCH v2 03/29] docs: admin-guide: pm: avoid using ReST :doc:`foo` markup
` [PATCH v2 04/29] docs: admin-guide: hw-vuln: "
` [PATCH v2 05/29] docs: admin-guide: sysctl: "
` [PATCH v2 06/29] docs: block: biodoc.rst: "
` [PATCH v2 08/29] docs: core-api: "

[PATCH 00/34] docs: avoid using ReST :doc:`foo` tag
 2021-06-16  6:13 UTC  (5+ messages)
` [PATCH 14/34] docs: dev-tools: kunit: avoid using ReST :doc:`foo` markup

[PATCH RFCv4 0/4] make '%pD' print full path for file
 2021-06-16  5:16 UTC  (12+ messages)
` [PATCH RFCv4 1/4] fs: introduce helper d_path_unsafe()
` [PATCH RFCv4 2/4] lib/vsprintf.c: make '%pD' print full path for file
` [PATCH RFCv4 3/4] lib/test_printf.c: split write-beyond-buffer check in two
` [PATCH RFCv4 4/4] lib/test_printf.c: add test cases for '%pD'

[PATCH 0/5] cpufreq: cppc: Fix suspend/resume specific races with FIE code
 2021-06-16  4:57 UTC  (6+ messages)

[PATCH v2 0/4] Include zone in pstore_device_info
 2021-06-16  4:02 UTC  (9+ messages)
` [PATCH v2 1/4] pstore/blk: Improve failure reporting
` [PATCH v2 2/4] pstore/blk: Use the normal block device I/O path
` [PATCH v2 3/4] pstore/blk: Include zone in pstore_device_info
` [PATCH v2 4/4] pstore/blk: Fix kerndoc and redundancy on blkdev param

[PATCH v2 0/3] Split huge PMD mapping of vmemmap pages
 2021-06-16  3:23 UTC  (10+ messages)
` [PATCH v2 1/3] mm: sparsemem: split the "
    ` [External] "
` [PATCH v2 3/3] mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
    ` [External] "
    ` [External] Re: [PATCH v2 0/3] Split huge PMD mapping of vmemmap pages

Allow mdev drivers to directly create the vfio_device (v3)
 2021-06-16  3:13 UTC  (27+ messages)
` [PATCH 01/10] driver core: Pull required checks into driver_probe_device()
` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
` [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind
` [PATCH 04/10] driver core: Don't return EPROBE_DEFER to userspace during "
` [PATCH 05/10] driver core: Export device_driver_attach()
` [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()
` [PATCH 09/10] vfio/mdpy: "
` [PATCH 10/10] vfio/mbochs: "

[PATCH v10 00/10] Add support for SVM atomics in Nouveau
 2021-06-16  2:47 UTC  (6+ messages)
` [PATCH v10 07/10] mm: Device exclusive memory access

[PATCH v4 0/4] fpga: reorganize to subdirs
 2021-06-16  1:05 UTC  (10+ messages)
` [PATCH v4 1/4] fpga: dfl: reorganize to subdir layout
` [PATCH v4 2/4] fpga: xilinx: "
` [PATCH v4 3/4] fpga: altera: "
` [PATCH v4 4/4] fpga: lattice: "

[PATCH v1 1/1] kstrtox: Fix documentation references
 2021-06-15 22:00 UTC 

[PATCH v2 03/10] Documentation: kunit: Clean up some string casts in examples
 2021-06-15 20:10 UTC  (2+ messages)

[RFC PATCH] MAINTAINERS: Add note on patches to MAINTAINERS itself
 2021-06-15 20:01 UTC 

[PATCH v4] drivers: gpio: add virtio-gpio guest driver
 2021-06-15 18:52 UTC 

[PATCH v6] dmabuf: Add the capability to expose DMA-BUF stats in sysfs
 2021-06-15 18:01 UTC  (3+ messages)

[PATCH v2 0/3] TSX force abort
 2021-06-15 17:58 UTC  (6+ messages)
` [PATCH v2 1/3] x86/msr: Define new bits in TSX_FORCE_ABORT MSR
` [PATCH v2 2/3] perf/x86/intel: Do not deploy workaround when TSX is deprecated
` [PATCH v2 3/3] x86/tsx: Clear CPUID bits when TSX always force aborts

[PATCH] drivers: gpio: add virtio-gpio guest driver
 2021-06-15 17:49 UTC 

[PATCH v29 00/13] Introduce Data Access MONitor (DAMON)
 2021-06-15 16:30 UTC  (2+ messages)

[PATCH 4/4] driver core: Allow showing cpu as offline if not valid in cpuset context
 2021-06-15 15:59 UTC  (7+ messages)
` [PATCH 0/4] cgroup/cpuset: Allow cpuset to bound displayed cpu info

Allow mdev drivers to directly create the vfio_device (v2 / alternative)
 2021-06-15 15:27 UTC  (26+ messages)
` [PATCH 01/10] driver core: Pull required checks into driver_probe_device()
` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
` [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind
` [PATCH 04/10] driver core: Don't return EPROBE_DEFER to userspace during "
` [PATCH 05/10] driver core: Export device_driver_attach()
` [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()
` [PATCH 09/10] vfio/mdpy: "
` [PATCH 10/10] vfio/mbochs: "

[PATCH RFCv3 0/3] make '%pD' print full path for file
 2021-06-15 14:48 UTC  (21+ messages)
` [PATCH RFCv3 2/3] lib/vsprintf.c: make %pD "
` [PATCH RFCv3 3/3] lib/test_printf: add test cases for '%pD'

[PATCH] documentation: networking: devlink: fix prestera.rst formatting that causes build errors
 2021-06-15 14:44 UTC  (4+ messages)

[PATCH v3] Documentation: gpu: Mention the requirements for new properties
 2021-06-15 12:08 UTC  (17+ messages)

[PATCH v2 0/2] Translate core api cpu_hotplug
 2021-06-15 11:50 UTC  (5+ messages)
` [PATCH v2 1/2] docs/core-api: Modify document layout
` [PATCH v2 2/2] docs/zh_CN: add core api cpu_hotplug translation

[PATCH V4 00/12] hwlat improvements and osnoise/timerlat tracers
 2021-06-15  9:28 UTC  (13+ messages)
` [PATCH V4 01/12] trace/hwlat: Fix Clark's email
` [PATCH V4 02/12] trace/hwlat: Implement the mode config option
` [PATCH V4 03/12] trace/hwlat: Switch disable_migrate to mode none
` [PATCH V4 04/12] trace/hwlat: Implement the per-cpu mode
` [PATCH V4 05/12] trace/hwlat: Support hotplug operations
` [PATCH V4 06/12] trace: Add a generic function to read/write u64 values from tracefs
` [PATCH V4 07/12] trace/hwlat: Use trace_min_max_param for width and window params
` [PATCH V4 08/12] trace/hwlat: Remove printk from sampling loop
` [PATCH V4 09/12] trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpers
` [PATCH V4 10/12] trace: Add osnoise tracer
` [PATCH V4 11/12] trace: Add timerlat tracer
` [PATCH V4 12/12] trace/osnoise: Support hotplug operations

[PATCH V3 0/9] hwlat improvements and osnoise/timerlat tracers
 2021-06-15  8:18 UTC  (8+ messages)
` [PATCH V3 9/9] tracing: Add timerlat tracer

[PATCH 0/2] docs/core-api: add memory_hotplug and protection keys translation
 2021-06-15  7:52 UTC  (3+ messages)
` [PATCH 1/2] docs/zh_CN: add core api memory_hotplug translation
` [PATCH 2/2] docs/zh_CN: add core api protection keys translation

[PATCH 0/2] Translate core api cpu_hotplug
 2021-06-15  3:22 UTC  (4+ messages)
` [PATCH 2/2] docs/zh_CN: add core api cpu_hotplug translation

[PATCH v3] Documentation: kdump: update kdump guide
 2021-06-15  1:08 UTC  (4+ messages)

[PATCH v2 1/2] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov
 2021-06-15  1:36 UTC  (3+ messages)

[PATCH] docs: Take a little noise out of the build process
 2021-06-14 22:09 UTC 

[PATCH] docs: cputopology: move the sysfs ABI description to right place
 2021-06-14 22:05 UTC  (2+ messages)

[PATCH] docs: fault-injection: fix non-working usage of negative values
 2021-06-14 21:58 UTC  (2+ messages)

[PATCH v4] docs: checkpatch: Document and segregate more checkpatch message types
 2021-06-14 21:47 UTC  (2+ messages)

[PATCH v4] docs: Convert the Speakup guide to rst
 2021-06-14 21:47 UTC  (2+ messages)

[PATCH 0/3] add/update/fix BFQ docs
 2021-06-14 21:41 UTC  (6+ messages)
` [PATCH 1/3] docs: block/bfq: describe per-device weight
    ` [PATCH v2] "

[PATCH v9] pgo: add clang's Profile Guided Optimization infrastructure
 2021-06-14 20:49 UTC  (17+ messages)

[PATCH 0/3] DCP as trusted keys backend
 2021-06-14 20:16 UTC  (4+ messages)
` [PATCH 1/3] crypto: mxs-dcp: Add support for hardware provided keys
` [PATCH 2/3] KEYS: trusted: Introduce support for NXP DCP-based trusted keys
` [PATCH 3/3] doc: trusted-encrypted: add DCP as new trust source

[PATCH v7 00/10] CoreSight configuration management; ETM strobing
 2021-06-14 17:02 UTC  (4+ messages)
` [PATCH v7 05/10] coresight: syscfg: Add API to activate and enable configurations


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