linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-17 14:36:31 to 2021-04-21 07:01:25 UTC [more...]

[PATCH v4 8/8] clk: Mark fwnodes when their clock provider is added/removed
 2021-04-21  7:00 UTC  (5+ messages)
` [PATCH] clk: Mark fwnodes when their clock provider is added

[PATCH v3] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-21  7:00 UTC  (2+ messages)

[PATCH] can: add a note that RECV_OWN_MSGS frames are subject to filtering
 2021-04-21  6:58 UTC  (2+ messages)

[PATCH v2] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-21  6:35 UTC  (9+ messages)

[PATCH v2] docs: driver-model: Update the documentation for device class
 2021-04-21  6:23 UTC  (4+ messages)

[PATCH v20 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-21  3:42 UTC  (11+ messages)
` [PATCH v20 6/9] mm: hugetlb: alloc the vmemmap pages associated with each "
    ` [External] "
` [PATCH v20 7/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v20 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
    ` [External] "

[PATCH v2 0/2] bitmap_parselist: support 'all' semantics
 2021-04-21  3:13 UTC  (3+ messages)
` [PATCH 1/2] bitmap_parse: "
` [PATCH 2/2] rcu/tree_plugin: don't handle the case of 'all' CPU range

[PATCH 0/3] add three core api docs
 2021-04-21  1:50 UTC  (10+ 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

[PATCH v3] Documentation: dev-tools: Add Testing Overview
 2021-04-21  1:42 UTC  (3+ messages)

[PATCH v7 00/11] docs/zh_CN: add core api and openrisc translation
 2021-04-21  1:34 UTC  (3+ messages)

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-04-20 23:16 UTC  (3+ messages)
` [PATCH v9 1/4] KEYS: trusted: Add generic trusted keys framework

[PATCH v5 00/13] Add build ID to stacktraces
 2021-04-20 21:49 UTC  (2+ messages)
` [PATCH v5 05/13] module: Add printk formats to add module "

[PATCH 0/2] bitmap_parselist: support 'all' semantics
 2021-04-20 19:38 UTC  (8+ messages)
` [PATCH 1/2] bitmap_parse: "
` [PATCH 2/2] rcu/tree_plugin: don't handle the case of 'all' CPU range

[PATCH] docs: fix the invalid vt-d spec location
 2021-04-20 18:58 UTC  (4+ messages)

[PATCH v2 1/2] docs/zh_CN: Add translation zh_CN/kernel-hacking/locking.rst
 2021-04-20 16:02 UTC  (2+ messages)
` [PATCH v2 2/2] docs: kernel-hacking: Fix two ref links

[PATCH v3 18/18] keyctl_pkey: Add pkey parameters saltlen and mgfhash for PSS
 2021-04-20 13:27 UTC  (2+ messages)

[PATCH] docs: admin-guide: update description for kernel.modprobe sysctl
 2021-04-20 12:53 UTC 

[PATCH] docs: admin-guide: update description for kernel.hotplug sysctl
 2021-04-20 12:06 UTC 

[PATCH] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-20 12:05 UTC  (3+ messages)

[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-20 11:11 UTC  (7+ messages)

[PATCH 0/2 V6]Add dma-buf counter
 2021-04-20  8:30 UTC  (4+ messages)
` [PATCH 1/2 V6] dma-buf: Add DmaBufTotal counter in meminfo
` [PATCH 2/2 V6] lib/show_mem.c: Add dma-buf counter to show_mem dump

[net-next 0/3] Support ocelot PTP Sync one-step timestamping
 2021-04-20  8:20 UTC  (16+ 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 00/13] [RFC] Rust support
 2021-04-20  6:16 UTC  (58+ messages)
` [PATCH 04/13] Kbuild: "

[PATCH] riscv: Remove 32b kernel mapping from page table dump
 2021-04-20  4:19 UTC  (2+ messages)

[PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
 2021-04-20  4:18 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-04-20  3:28 UTC  (6+ messages)

[PATCH v2 00/12] docs: path-lookup: Update pathlookup docs
 2021-04-20  1:12 UTC  (32+ 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 net-next v2] ethtool: add missing EEPROM to list of messages
 2021-04-19 23:40 UTC  (2+ messages)

[PATCH] hwmon: (pmbus/max15301) Add pmbus driver for MAX15301
 2021-04-19 22:28 UTC  (2+ messages)

[PATCH net-next] ethtool: add missing EEPROM to list of messages
 2021-04-19 21:50 UTC  (3+ messages)

[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

[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 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 v2] sched: Warn on long periods of pending need_resched
 2021-04-19  7:52 UTC  (7+ messages)

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

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

[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  (2+ 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 04/13] Kbuild: Rust support
 2021-04-17 15:38 UTC  (6+ 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).