linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 10:51:01 to 2021-09-27 17:44:44 UTC [more...]

[PATCH v3 0/1] Documenting shmem as an exception case for the pagemap
 2021-09-27 17:28 UTC  (5+ messages)
` [PATCH v3 1/1] Documentation: update pagemap with shmem exceptions

[PATCH v2 0/3] docs/zh_CN: improve process translation
 2021-09-27 17:27 UTC  (2+ messages)

[PATCH v2] docs/zh_CN: add core api kref translation
 2021-09-27 17:26 UTC  (2+ messages)

[PATCH v3 1/5] Documentation: Introduce Platform Firmware Runtime Update documentation
 2021-09-27 17:40 UTC  (9+ messages)
` [PATCH v3 3/5] drivers/acpi: Introduce Platform Firmware Runtime Update device driver

[PATCH 1/2] Documentation: Update ioctl-number.rst for Intel Software Defined Silicon interface
 2021-09-27 17:36 UTC  (9+ messages)
` [PATCH 2/2] platform/x86: Add Intel Software Defined Silicon driver

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-09-27 16:38 UTC  (13+ messages)
` [PATCH v8 01/12] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v8 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v8 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal
` [PATCH v8 10/12] test_sysfs: enable deadlock tests by default
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v8 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

drivers/bluetooth/btmrvl_main.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-09-27 16:36 UTC 

[PATCH 00/13] get_abi.pl undefined: improve precision and performance
 2021-09-27 15:48 UTC  (29+ messages)
` [PATCH 01/13] scripts: get_abi.pl: Better handle multiple What parameters
` [PATCH 02/13] scripts: get_abi.pl: Check for missing symbols at the ABI specs
` [PATCH 03/13] scripts: get_abi.pl: detect softlinks
` [PATCH 04/13] scripts: get_abi.pl: add an option to filter undefined results
` [PATCH 05/13] scripts: get_abi.pl: don't skip what that ends with wildcards
` [PATCH 06/13] scripts: get_abi.pl: Ignore fs/cgroup sysfs nodes earlier
` [PATCH 07/13] scripts: get_abi.pl: add a graph to speedup the undefined algorithm
` [PATCH 08/13] scripts: get_abi.pl: improve debug logic
` [PATCH 09/13] scripts: get_abi.pl: Better handle leaves with wildcards
` [PATCH 10/13] scripts: get_abi.pl: ignore some sysfs nodes earlier
` [PATCH 11/13] scripts: get_abi.pl: stop check loop earlier when regex is found
` [PATCH 12/13] scripts: get_abi.pl: precompile what match regexes
` [PATCH 13/13] scripts: get_abi.pl: ensure that "others" regex will be parsed
  ` [PATCH 0/8] (REBASED) get_abi.pl undefined: improve precision and performance
    ` [PATCH 1/8] scripts: get_abi.pl: Fix get_abi.pl search output
    ` [PATCH 2/8] scripts: get_abi.pl: call get_leave() a little late
    ` [PATCH 3/8] scripts: get_abi.pl: improve debug logic
    ` [PATCH 4/8] scripts: get_abi.pl: Better handle leaves with wildcards
    ` [PATCH 5/8] scripts: get_abi.pl: ignore some sysfs nodes earlier
    ` [PATCH 6/8] scripts: get_abi.pl: stop check loop earlier when regex is found
    ` [PATCH 7/8] scripts: get_abi.pl: precompile what match regexes
    ` [PATCH 8/8] scripts: get_abi.pl: ensure that "others" regex will be parsed

drivers/input/misc/max8925_onkey.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-09-27 15:23 UTC 

[PATCH v7 00/12 (RESEND)] syfs: generic deadlock fix with module removal
 2021-09-27 15:11 UTC  (2+ messages)

arch/openrisc/mm/ioremap.c:108: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-09-27 15:04 UTC 

drivers/hid/intel-ish-hid/ishtp-fw-loader.c:267: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-09-27 14:45 UTC 

drivers/pnp/system.c:110: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-09-27 14:35 UTC 

[PATCH 00/17] ABI: update files to reduce the documentation gap
 2021-09-27 13:59 UTC  (18+ messages)
` [PATCH 01/17] ABI: stable/sysfs-module: better document modules
` [PATCH 02/17] ABI: stable/sysfs-module: document version and srcversion
` [PATCH 03/17] ABI: testing/sysfs-module: document initstate
` [PATCH 04/17] ABI: sysfs-devices-power: document some RPM statistics
` [PATCH 05/17] ABI: sysfs-devices: add /dev ABI
` [PATCH 06/17] ABI: sysfs-bus-pci: add documentation for modalias
` [PATCH 07/17] ABI: o2cb: add an obsolete file for /sys/o2cb
` [PATCH 08/17] ABI: sysfs-kernel-slab: Document some stats
` [PATCH 09/17] ABI: sysfs-devices-power: add some debug sysfs files
` [PATCH 10/17] ABI: sysfs-bus-pci: add a alternative What fields
` [PATCH 11/17] ABI: sysfs-class-bdi: use What: to describe each property
` [PATCH 12/17] ABI: sysfs-bus-mdio: add alternate What for mdio symbols
` [PATCH 13/17] ABI: sysfs-bus-usb: use a wildcard for interface name on What
` [PATCH 14/17] ABI: sysfs-bus-usb: add missing sysfs fields
` [PATCH 15/17] ABI: obsolete/sysfs-bus-iio: add some missing blank lines
` [PATCH 16/17] ABI: sysfs-driver-ufs: Add another What for platform drivers
` [PATCH 17/17] ABI: sysfs-bus-platform: add modalias description

[PATCH 0/3] scripts: get_abi.pl: some additional fixes and doc update
 2021-09-27 13:49 UTC  (4+ messages)
` [PATCH 1/3] scripts: get_abi.pl: produce an error if the ref tree is broken
` [PATCH 2/3] scripts: get_abi.pl: fix parse logic for DT firmware
` [PATCH 3/3] scripts: get_abi.pl: update its documentation

[PATCH v20 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
 2021-09-27 11:40 UTC 

[PATCH 0/7] Fix some issues with ABI files
 2021-09-27 11:10 UTC  (8+ messages)
` [PATCH 1/7] scripts: get_abi.pl: create a valid ReST with duplicated tags
` [PATCH 2/7] ABI: sysfs-platform-dell-privacy-wmi: correct ABI entries
` [PATCH 3/7] ABI: sysfs-platform-dptf: Add tables markup to a table
` [PATCH 4/7] ABI: configfs-usb-gadget-uac1: fix a broken table
` [PATCH 5/7] ABI: configfs-usb-gadget-uac2: "
` [PATCH 6/7] ABI: sysfs-devices-removable: make a table valid as ReST markup
` [PATCH 7/7] ABI: sysfs-platform-intel-pmc: add blank lines to make it valid for ReST

[PATCH v7] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-27 10:41 UTC 

[PATCH v6] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-27  9:44 UTC  (2+ messages)

function prototype element ordering
 2021-09-27  9:22 UTC  (9+ messages)

[PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
 2021-09-27  9:07 UTC  (13+ messages)

[PATCH V4 00/22] arch: Add basic LoongArch support
 2021-09-27  6:52 UTC  (24+ messages)
` [PATCH V4 01/22] Documentation: LoongArch: Add basic documentations
` [PATCH V4 02/22] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V4 03/22] LoongArch: Add elf-related definitions
` [PATCH V4 04/22] LoongArch: Add writecombine support for drm
` [PATCH V4 05/22] LoongArch: Add build infrastructure
` [PATCH V4 06/22] LoongArch: Add CPU definition headers
` [PATCH V4 07/22] LoongArch: Add atomic/locking headers
` [PATCH V4 08/22] LoongArch: Add other common headers
` [PATCH V4 09/22] LoongArch: Add boot and setup routines
` [PATCH V4 10/22] LoongArch: Add exception/interrupt handling
` [PATCH V4 11/22] LoongArch: Add process management
` [PATCH V4 12/22] LoongArch: Add memory management
` [PATCH V4 13/22] LoongArch: Add system call support
` [PATCH V4 14/22] LoongArch: Add signal handling support
` [PATCH V4 15/22] LoongArch: Add elf and module support
` [PATCH V4 16/22] LoongArch: Add misc common routines
` [PATCH V4 17/22] LoongArch: Add some library functions
` [PATCH V4 18/22] LoongArch: Add PCI controller support
` [PATCH V4 19/22] LoongArch: Add VDSO and VSYSCALL support
` [PATCH V4 20/22] LoongArch: Add multi-processor (SMP) support
` [PATCH V4 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V4 22/22] LoongArch: Add Loongson-3 default config file

[PATCH v4 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-09-27  4:38 UTC  (9+ messages)
` [PATCH v4 1/5] mm: hugetlb: free "
` [PATCH v4 2/5] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v4 3/5] mm: sparsemem: use page table lock to protect kernel pmd operations
` [PATCH v4 4/5] selftests: vm: add a hugetlb test case
` [PATCH v4 5/5] mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAP

[PATCH v7 0/5] make '%pD' print the full path of file
 2021-09-26 22:57 UTC  (4+ messages)
` [PATCH v7 1/5] d_path: fix Kernel doc validator complaints

[RFC 00/11] Intro to Hardware timestamping engine
 2021-09-26 15:42 UTC  (7+ messages)
` [RFC 02/11] drivers: Add HTE subsystem

[PATCH 0/5] iio: device-managed conversions with devm_iio_map_array_register()
 2021-09-26 15:20 UTC  (2+ messages)

Does anybody want to create a new "man 2 ioctl_list"?
 2021-09-26  2:12 UTC 

[PATCH] Documentation: checkpatch: Document some more message types
 2021-09-25 20:17 UTC 

[PATCH] Documentation: checkpatch: Document some more message types
 2021-09-25 16:38 UTC 

[PATCH v3] docs: deprecated.rst: Clarify open-coded arithmetic with literals
 2021-09-25 14:34 UTC 

[PATCH] docs: Explain the desired position of function attributes
 2021-09-24 21:46 UTC  (3+ messages)

[PATCH] zram: Introduce an aged idle interface
 2021-09-24 20:15 UTC  (7+ messages)
` [PATCH v4] "
` [PATCH v5] "

[PATCH v29 14/28] LSM: Specify which LSM to display
 2021-09-24 17:54 UTC  (2+ messages)
` [PATCH v29 27/28] LSM: Add /proc attr entry for full LSM context

[PATCH V3 00/22] arch: Add basic LoongArch support
 2021-09-24  7:31 UTC  (8+ messages)
` [PATCH V3 01/22] Documentation: LoongArch: Add basic documentations

[PATCH v2 00/17] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers where possible
 2021-09-24  6:43 UTC  (18+ messages)
` [PATCH v2 01/17] drm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()
` [PATCH v2 02/17] drm/i915: "
` [PATCH v2 03/17] drm/msm: "
` [PATCH v2 04/17] drm: cleanup: drm_modeset_lock_all() "
` [PATCH v2 05/17] drm/vmwgfx: "
` [PATCH v2 06/17] drm/tegra: "
` [PATCH v2 07/17] drm/shmobile: "
` [PATCH v2 08/17] drm/radeon: "
` [PATCH v2 09/17] drm/omapdrm: "
` [PATCH v2 10/17] drm/nouveau: "
` [PATCH v2 11/17] drm/msm: "
` [PATCH v2 12/17] drm/i915: "
` [PATCH v2 13/17] drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() part 2
` [PATCH v2 14/17] drm/gma500: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
` [PATCH v2 15/17] drm/amd: "
` [PATCH v2 16/17] drm: cleanup: remove drm_modeset_(un)lock_all()
` [PATCH v2 17/17] doc: drm: remove TODO entry regarding DRM_MODSET_LOCK_ALL cleanup

[PATCH v4] docs/zh_CN: Add zh_CN/accounting/delay-accounting.rst
 2021-09-24  5:51 UTC 

[PATCH v3 0/4] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-09-24  5:10 UTC  (10+ messages)
` [PATCH v3 1/4] mm: hugetlb: free "
` [PATCH v3 2/4] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v3 4/4] selftests: vm: add a hugetlb test case

[PATCH v3] docs/zh_CN: Add zh_CN/accounting/delay-accounting.rst
 2021-09-24  3:41 UTC  (2+ messages)

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2021-09-23 23:32 UTC  (23+ messages)
                                    ` [NEEDS-REVIEW] "

[PATCH v5 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node
 2021-09-23 20:39 UTC  (4+ messages)

[PATCH] kernel-doc: Count enum warnings for -Werror
 2021-09-23 20:01 UTC 

[PATCH v2 00/23] Fix some issues at documentation
 2021-09-23 18:49 UTC  (3+ messages)
` [PATCH v2 05/23] dt-bindings: mmc: update mmc-card.yaml reference

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-09-23 16:51 UTC  (8+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-09-23 16:21 UTC  (2+ messages)

[PATCH v4 0/3] cgroup: New misc cgroup controller
 2021-09-23 16:01 UTC  (4+ messages)

[PATCH] drm/i915/guc, docs: Fix pdfdocs build error by removing nested grid
 2021-09-23 15:10 UTC  (2+ messages)

[PATCH] ASoC: dmaengine: Introduce module option prealloc_buffer_size_kbytes
 2021-09-23 10:50 UTC 


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