linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-09 12:28:09 to 2020-06-15 06:51:53 UTC [more...]

[PATCH 01/22] docs: dt: convert booting-without-of.txt to ReST format
 2020-06-15  6:50 UTC  (15+ messages)
` [PATCH 05/22] docs: crypto: convert async-tx-api.txt "
` [PATCH 06/22] docs: crypto: descore-readme.txt: convert "
` [PATCH 10/22] docs: misc-devices/c2port.txt: "
` [PATCH 11/22] docs: misc-devices/bh1770glc.txt: convert to ReST
` [PATCH 12/22] docs: misc-devices/apds990x.txt: convert to ReST format
` [PATCH 13/22] docs: pci: endpoint/function/binding/pci-test.txt convert to ReST
` [PATCH 14/22] docs: arm64: convert perf.txt to ReST format
` [PATCH 15/22] docs: powerpc: convert vcpudispatch_stats.txt to ReST
` [PATCH 16/22] docs: sh: convert new-machine.txt "
` [PATCH 17/22] docs: sh: convert register-banks.txt "
` [PATCH 18/22] docs: trace: ring-buffer-design.txt: convert to ReST format
` [PATCH 19/22] docs: move other kAPI documents to core-api
` [PATCH 20/22] docs: move remaining stuff under Documentation/*.txt to Documentation/staging
` [PATCH 22/22] docs: staging: use small font for literal includes

[PATCH 01/29] mm: vmalloc.c: remove a kernel-doc annotation from a removed parameter
 2020-06-15  6:47 UTC  (29+ messages)
` [PATCH 02/29] net: dev: add a missing kernel-doc annotation
` [PATCH 03/29] net: netdevice.h: add a description for napi_defer_hard_irqs
` [PATCH 04/29] scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK
` [PATCH 05/29] net: pylink.h: add kernel-doc descriptions for new fields at phylink_config
` [PATCH 06/29] scripts/kernel-doc: handle function pointer prototypes
` [PATCH 07/29] fs: fs.h: fix a kernel-doc parameter description
` [PATCH 08/29] gpio: driver.h: fix kernel-doc markup
` [PATCH 09/29] kcsan: fix a kernel-doc warning
` [PATCH 10/29] rcu: fix some kernel-doc warnings
` [PATCH 11/29] fs: docs: f2fs.rst: fix a broken table
` [PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml
` [PATCH 13/29] dt: fix broken links due to txt->yaml renames
` [PATCH 14/29] dt: Fix broken references to renamed docs
` [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt
` [PATCH 16/29] selftests/vm/keys: fix a broken reference at protection_keys.c
` [PATCH 17/29] docs: hugetlbpage.rst: fix some warnings
` [PATCH 18/29] docs: powerpc: fix some issues at vas-api.rst
` [PATCH 19/29] docs: driver-model: remove a duplicated markup at driver.rst
` [PATCH 20/29] docs: watch_queue.rst: supress some Sphinx warnings and move to core-api
` [PATCH 21/29] docs: device-mapper: add dm-ebs.rst to an index file
` [PATCH 22/29] docs: it_IT: add two missing references
` [PATCH 23/29] docs: ABI: fix a typo when pointing to w1-generic.rst
` [PATCH 24/29] docs: fs: locking.rst: fix a broken table
` [PATCH 25/29] docs: add bus-virt-phys-mapping.txt to core-api
` [PATCH 26/29] docs: fix references for DMA*.txt files
` [PATCH 27/29] docs: dt: minor adjustments at writing-schema.rst
` [PATCH 28/29] docs: fs: proc.rst: fix a warning due to a merge conflict
` [PATCH 29/29] docs: fs: proc.rst: convert a new chapter to ReST

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  6:22 UTC  (2+ messages)

[PATCH] Documentation: fix filesystems/locking.rst malformed table warnings
 2020-06-15  4:13 UTC  (2+ messages)

[PATCH] Documentation: fix sysctl/kernel.rst heading format warnings
 2020-06-15  4:11 UTC 

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-15  3:37 UTC  (2+ messages)
` [PATCH V3 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH] Documentation: fix malformed table in filesystems/proc.rst
 2020-06-15  3:33 UTC 

[PATCH] Documentation: remove SH-5 index entries
 2020-06-15  2:59 UTC 

[RFC v2] hwmon: add Corsair Commander Pro driver
 2020-06-14 22:25 UTC  (2+ messages)

[PATCH] doc:it_IT: add symbol-namespace translation
 2020-06-14 20:10 UTC 

[PATCH v2 01/24] dyndbg-docs: eschew file /full/path query in docs
 2020-06-14 14:24 UTC  (8+ messages)
` [PATCH v2 02/24] dyndbg-docs: initialization is done early, not arch
` [PATCH v2 11/24] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
` [PATCH v2 15/24] dyndbg: extend ddebug_parse_flags to accept optional leading filter-flags
` [PATCH v2 17/24] dyndbg: add user-flag, negating-flags, and filtering on flags
` [PATCH v2 18/24] dyndbg: allow negating flag-chars in modflags

[RFC 0/8] net: organize driver docs by device type
 2020-06-12 23:56 UTC  (15+ messages)
` [RFC 1/8] docs: networking: reorganize driver documentation again
` [RFC 2/8] docs: networking: move z8530 to the hw driver section
` [RFC 3/8] docs: networking: move baycom "
` [RFC 4/8] docs: networking: move ray_cs "
` [RFC 5/8] docs: networking: move remaining Ethernet driver docs to the hw section
` [RFC 6/8] docs: networking: move AppleTalk / LocalTalk drivers to the hw driver section
` [RFC 7/8] docs: networking: move ATM "
` [RFC 8/8] docs: networking: move FDDI "

[PATCH 09/16] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
 2020-06-12 20:36 UTC  (2+ messages)

[PATCH 0/2] vhost, docs: convert to pin_user_pages(), new "case 5"
 2020-06-12 20:03 UTC  (4+ messages)
` [PATCH 1/2] docs: mm/gup: pin_user_pages.rst: add a "

[PATCH v2 00/14] Implement NTB Controller using multiple PCI EP
 2020-06-12  5:30 UTC  (17+ messages)
` [PATCH v2 01/14] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v2 02/14] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v2 03/14] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v2 04/14] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v2 05/14] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v2 06/14] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v2 07/14] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v2 08/14] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v2 09/14] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v2 10/14] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v2 11/14] PCI: Add TI J721E device to pci ids
` [PATCH v2 12/14] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v2 13/14] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v2 14/14] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH v3 0/7] Venus dynamic debug
 2020-06-12  0:08 UTC  (41+ messages)
` [PATCH v3 1/7] Documentation: dynamic-debug: Add description of level bitmask
` [PATCH v3 2/7] dynamic_debug: Group debug messages by "
` [PATCH v3 5/7] venus: Add debugfs interface to set firmware log level
` [PATCH v3 6/7] venus: Make debug infrastructure more flexible

[PATCH v1 1/8] docs: watchdog: codify ident.options as superset of possible status flags
 2020-06-11 19:17 UTC 

[PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/it_IT
 2020-06-11 16:14 UTC  (11+ messages)

[PATCH v2] debugfs: Add access restriction option
 2020-06-11 15:26 UTC  (2+ messages)

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-06-11 12:01 UTC  (23+ messages)

[PATCH v15 00/14] Introduce Data Access MONitor (DAMON)
 2020-06-11  7:21 UTC  (6+ messages)
` [PATCH v15 01/14] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v15 03/14] mm/damon: Implement region based sampling
    `  "

[PATCH net] docs: networkng: convert sja1105's devlink info to RTS
 2020-06-11  0:13 UTC  (3+ messages)

[PATCH net] docs: networkng: convert sja1105's devlink info to RTS
 2020-06-11  0:00 UTC  (3+ messages)

[PATCH] Documentation: Fix most typos
 2020-06-10 23:53 UTC  (2+ messages)

[PATCH net] docs: networkng: fix lists and table in sja1105
 2020-06-10 23:39 UTC  (3+ messages)

[GIT PULL] A bit more documentation for 5.8
 2020-06-10 21:45 UTC  (2+ messages)

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2020-06-10 16:49 UTC  (12+ messages)
` [RESEND PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
                `  "

[PATCH v5 13/13] drm/print: Add tracefs support to the drm logging helpers
 2020-06-10 15:29 UTC  (4+ messages)
` [PATCH v6 "

[PATCH v5 13/13] drm/print: Add tracefs support to the drm logging helpers
 2020-06-10 14:09 UTC  (4+ messages)

[RFC] drivers/hwmon: Corsair Commander Pro driver
 2020-06-10 13:13 UTC  (3+ messages)

[PATCH 6/9] net: wireless: intel: fix wiki website url
 2020-06-10 12:25 UTC  (2+ messages)

[PATCH v15 04/14] mm/damon: Adaptively adjust regions
 2020-06-10 10:13 UTC  (2+ messages)

[PATCH v3 00/15] Forward MSI-X vector enable error code in pci_alloc_irq_vectors_affinity()
 2020-06-10  7:08 UTC  (3+ messages)
` [PATCH v3 02/15] PCI: Add macro for message signalled interrupt types

[PATCH v3] docs: deprecated.rst: Add zero-length and one-element arrays
 2020-06-10  5:56 UTC  (2+ messages)

[PATCH] docs/zh_CN: update sysfs.txt about show() usage
 2020-06-10  5:24 UTC  (2+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-10  0:37 UTC  (11+ messages)

[RFC] drivers/hwmon: Corsair Commander Pro driver
 2020-06-09 22:26 UTC 

[RFC v3 00/10] DAMON: Support Access Monitoring of Any Address Space Including Physical Memory
 2020-06-09 14:19 UTC  (11+ messages)
` [RFC v3 01/10] mm/damon: Use vm-independent address range concept
` [RFC v3 02/10] mm/damon: Make monitoring target regions init/update configurable
` [RFC v3 03/10] mm/damon/debugfs: Allow users to set initial monitoring target regions
` [RFC v3 04/10] tools/damon: Implement init target regions feature
` [RFC v3 05/10] Docs/damon: Document 'initial_regions' feature
` [RFC v3 06/10] mm/damon: Make access check primitive configurable
` [RFC v3 07/10] mm/damon: Implement callbacks for physical memory monitoring
` [RFC v3 08/10] mm/damon/debugfs: Support "
` [RFC v3 09/10] tools/damon/record: Support physical memory address spce
` [RFC v3 10/10] Docs/damon: Document physical memory monitoring support

[PATCH] docs: trace: bring headings in order
 2020-06-09 14:10 UTC 

Re: [RFC v11 3/8] mm/damon: Implement data access monitoring-based operation schemes
 2020-06-09 14:07 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).