linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 10:47:26 to 2021-04-19 17:54:25 UTC [more...]

[PATCHv5 for-next 00/19] Misc update for rnbd
 2021-04-19 17:54 UTC  (25+ messages)
` [PATCHv5 for-next 01/19] MAINTAINERS: Change maintainer for rnbd module
` [PATCHv5 for-next 02/19] Documentation/sysfs-block-rnbd: Add descriptions for remap_device and resize
` [PATCHv5 for-next 03/19] block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath
` [PATCHv5 for-next 04/19] block/rnbd-clt: Remove some arguments from rnbd_client_setup_device
` [PATCHv5 for-next 05/19] block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk
` [PATCHv5 for-next 06/19] block/rnbd: Kill rnbd_clt_destroy_default_group
` [PATCHv5 for-next 07/19] block/rnbd: Kill destroy_device_cb
` [PATCHv5 for-next 08/19] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
` [PATCHv5 for-next 09/19] block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel
` [PATCHv5 for-next 10/19] block/rnbd-srv: Remove force_close file after holding a lock
` [PATCHv5 for-next 11/19] block/rnbd-clt: Improve find_or_create_sess() return check
` [PATCHv5 for-next 12/19] block/rnbd-clt: Fix missing a memory free when unloading the module
` [PATCHv5 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization
` [PATCHv5 for-next 14/19] Documentation/ABI/rnbd-clt: Add description for nr_poll_queues
` [PATCHv5 for-next 15/19] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
` [PATCHv5 for-next 16/19] block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes
` [PATCHv5 for-next 17/19] block/rnbd-clt: Remove max_segment_size
` [PATCHv5 for-next 18/19] block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name
` [PATCHv5 for-next 19/19] block/rnbd: Use strscpy instead of strlcpy

[PATCH 00/13] [RFC] Rust support
 2021-04-19 17:14 UTC  (83+ messages)
` [PATCH 04/13] Kbuild: "
` [PATCH 09/13] Samples: Rust examples

[PATCH 0/3] add three core api docs
 2021-04-19 16:19 UTC  (7+ messages)
` [PATCH 1/3] docs/zh_CN: add core-api kernel-api.rst translation
` [PATCH 2/3] docs/zh_CN: add core-api printk-basics.rst translation
` [PATCH 3/3] docs/zh_CN: add core-api printk-formats.rst translation

[RFC] docs/admin-guide/cgroup-v2: Add hugetlb rsvd files
 2021-04-19 14:51 UTC  (3+ messages)

[PATCH v6 11/11] docs/zh_CN: add openrisc translation to zh_CN index
 2021-04-19 13:06 UTC  (3+ messages)

[PATCH 1/2] docs/zh_CN: Add translation zh_CN/kernel-hacking/locking.rst
 2021-04-19 13:00 UTC  (6+ messages)
` [PATCH 2/2] docs: kernel-hacking: Fix two ref links

[PATCH v4 00/13] Add build ID to stacktraces
 2021-04-19 10:34 UTC  (5+ messages)
` [PATCH v4 05/13] module: Add printk formats to add module "

[PATCH] hwmon: (pmbus/max15301) Add pmbus driver for MAX15301
 2021-04-19 10:12 UTC 

[PATCH v5 0/7] Add SR-IOV support in PCIe Endpoint Core
 2021-04-19  8:34 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: PCI: pci-ep: Add binding to specify virtual function
` [PATCH v5 2/7] PCI: endpoint: Add support to add virtual function in endpoint core
` [PATCH v5 3/7] PCI: endpoint: Add support to link a physical function to a virtual function
` [PATCH v5 4/7] PCI: endpoint: Add virtual function number in pci_epc ops
` [PATCH v5 5/7] PCI: cadence: Add support to configure virtual functions
` [PATCH v5 6/7] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
` [PATCH v5 7/7] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV

[PATCH] docs: fix the invalid vt-d spec location
 2021-04-19  8:05 UTC  (3+ messages)

[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-19  8:00 UTC  (2+ messages)

[PATCH v2] sched: Warn on long periods of pending need_resched
 2021-04-19  7:52 UTC  (7+ messages)

[net-next 0/3] Support ocelot PTP Sync one-step timestamping
 2021-04-19  6:46 UTC  (11+ messages)
` [net-next 1/3] net: dsa: optimize tx timestamp request handling
` [net-next 2/3] net: mscc: ocelot: convert to ocelot_port_txtstamp_request()
` [net-next 3/3] net: mscc: ocelot: support PTP Sync one-step timestamping

[PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-04-19  3:59 UTC  (2+ messages)

[PATCH v2 00/12] docs: path-lookup: Update pathlookup docs
 2021-04-19  3:33 UTC  (30+ messages)
` [PATCH v2 01/12] docs: path-lookup: update follow_managed() part
` [PATCH v2 02/12] docs: path-lookup: update path_to_nameidata() part
` [PATCH v2 03/12] docs: path-lookup: update path_mountpoint() part
` [PATCH v2 04/12] docs: path-lookup: update do_last() part
` [PATCH v2 05/12] docs: path-lookup: remove filename_mountpoint
` [PATCH v2 06/12] docs: path-lookup: Add macro name to symlink limit description
` [PATCH v2 07/12] docs: path-lookup: i_op->follow_link replaced with i_op->get_link
` [PATCH v2 08/12] docs: path-lookup: update i_op->put_link and cookie description
` [PATCH v2 09/12] docs: path-lookup: no get_link()
` [PATCH v2 10/12] docs: path-lookup: update WALK_GET, WALK_PUT desc
` [PATCH v2 11/12] docs: path-lookup: update get_link() ->follow_link description
` [PATCH v2 12/12] docs: path-lookup: update symlink description

[PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
 2021-04-18 11:38 UTC  (4+ messages)

[PATCH] riscv: Remove 32b kernel mapping from page table dump
 2021-04-18 11:28 UTC 

[PATCHv3] Introduced new tracing mode KCOV_MODE_UNIQUE
 2021-04-17 19:46 UTC  (4+ messages)

[PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
 2021-04-17 17:26 UTC  (5+ messages)

[PATCH v4 0/3] Move kernel mapping outside the linear mapping
 2021-04-17 17:23 UTC  (4+ messages)
` [PATCH v4 1/3] riscv: Move kernel mapping outside of "

[PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
 2021-04-17 17:21 UTC 

[PATCH] doc/virt/kvm: move KVM_X86_SET_MSR_FILTER in section 8
 2021-04-17 12:52 UTC  (2+ messages)

[PATCH 0/8] USB Audio Gadget part 2: Feedback endpoint, Volume/Mute support
 2021-04-17  9:43 UTC  (3+ messages)
` [PATCH 2/8] usb: gadget: f_uac2/u_audio: add feedback endpoint support

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-04-17  8:16 UTC  (6+ messages)

[PATCH v6 0/9] w1: ds2438: adding support for calibration of current measurements
 2021-04-17  5:25 UTC  (9+ messages)
` [PATCH v7 0/6] "
  ` [PATCH v7 1/6] w1: ds2438: fixed a coding style issue
  ` [PATCH v7 2/6] w1: ds2438: fixed if brackets "
  ` [PATCH v7 3/6] w1: ds2438: changed sysfs macro for rw file
  ` [PATCH v7 4/6] w1: ds2438: fixing bug that would always get page0
  ` [PATCH v7 5/6] w1: ds2438: adding support for reading page1
  ` [PATCH v7 6/6] w1: ds2438: support for writing to offset register

[PATCH v20 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-17  4:13 UTC  (9+ messages)
` [PATCH v20 3/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v20 4/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v20 5/9] mm: hugetlb: defer freeing of HugeTLB pages
    ` [External] "

[RFC 0/2] Add a new translation tool scripts/trslt.py
 2021-04-17  2:47 UTC  (3+ messages)

[PATCH v5 0/9] w1: ds2438: adding support for calibration of current measurements
 2021-04-16 22:26 UTC  (4+ messages)
  ` [PATCH v5 2/6] w1: ds2438: fixed if brackets coding style issue

[PATCH V6 00/10] PKS: Add Protection Key Supervisor support
 2021-04-16 22:14 UTC  (2+ messages)

[PATCH v5 0/4] docs/zh_CN: add core api and openrisc translation
 2021-04-16 19:06 UTC  (4+ messages)

[Mesa-dev] [PATCH v3 3/4] drm/i915/uapi: convert i915_query and friend to kernel doc
 2021-04-16 19:04 UTC  (2+ messages)

[PATCH 0/3] LSM Documentation - Render lsm_hooks.h for kernel_docs
 2021-04-16 16:43 UTC  (5+ messages)
` [PATCH 1/3] Documentation/security: Update LSM security hook text
` [PATCH 2/3] include/linux: Update LSM hook text part1
` [PATCH 3/3] include/linux: Update LSM hook text part2

[PATCH] docs/zh_CN: Adjust order and content of zh_CN/index.rst
 2021-04-16 14:38 UTC  (3+ messages)

[RFC PATCH 0/3] Rework CPU capacity asymmetry detection
 2021-04-16 13:01 UTC  (4+ messages)
` [RFC PATCH 1/3] sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flag
` [RFC PATCH 2/3] sched/topology: Rework CPU capacity asymmetry detection
` [RFC PATCH 3/3] sched/doc: Update the CPU capacity asymmetry bits

[PATCH v7 00/11] docs/zh_CN: add core api and openrisc translation
 2021-04-16 11:58 UTC  (3+ messages)
` [PATCH v7 11/11] docs/zh_CN: add openrisc translation to zh_CN index


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