linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-22 08:43:47 to 2021-09-27 09:07:55 UTC [more...]

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

[PATCH 00/13] get_abi.pl undefined: improve precision and performance
 2021-09-27  8:55 UTC  (26+ 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

function prototype element ordering
 2021-09-27  8:21 UTC  (12+ 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 1/2] Documentation: Update ioctl-number.rst for Intel Software Defined Silicon interface
 2021-09-27  4:04 UTC  (7+ messages)
` [PATCH 2/2] platform/x86: Add Intel Software Defined Silicon driver

[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  (11+ messages)
` [PATCH v3] "
` [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 v6] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-24 12:45 UTC 

[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  (11+ 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 3/4] mm: sparsemem: use page table lock to protect kernel pmd operations
` [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 v3 0/1] Documenting shmem as an exception case for the pagemap
 2021-09-23 15:02 UTC  (4+ messages)
` [PATCH v3 1/1] Documentation: update pagemap with shmem exceptions

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

[PATCH v2] docs/zh_CN: add core api kref translation
 2021-09-23  9:55 UTC 

[PATCH v2 0/3] docs/zh_CN: improve process translation
 2021-09-23  9:37 UTC  (4+ messages)
` [PATCH v2 1/3] docs/zh_CN: Improve zh_CN/process/howto.rst
` [PATCH v2 2/3] docs/zh_CN: typo fix and improve translation
` [PATCH v2 3/3] docs/zh_CN: modify some words

[PATCH 1/5] initramfs: move unnecessary memcmp from hot path
 2021-09-23  7:43 UTC  (10+ messages)
` [PATCH 2/5] initramfs: print helpful cpio error on "crc" magic
` [PATCH v2 3/5] docs: remove mention of "crc" cpio format support
` [PATCH 4/5] initramfs: use do_utime() wrapper consistently
` [PATCH 5/5] initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig option

[PATCH 0/3] docs/zh_CN: improve process translation
 2021-09-23  7:00 UTC  (8+ messages)
` [PATCH 1/3] docs/zh_CN: Improve zh_CN/process/howto.rst
` [PATCH 2/3] docs/zh_CN: typo fix and improve translation
` [PATCH 3/3] docs/zh_CN: modify some words

[PATCH] docs/zh_CN: add core api kref translation
 2021-09-23  3:49 UTC  (3+ messages)

[PATCH v2] docs/zh_CN: Add zh_CN/accounting/delay-accounting.rst
 2021-09-23  3:40 UTC  (2+ messages)

[PATCH v3 0/3] Trivial dynamic debug fixups
 2021-09-22 18:04 UTC  (2+ messages)

[PATCH v3 3/5] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
 2021-09-22 17:28 UTC  (6+ messages)

[PATCH V3 18/22] LoongArch: Add PCI controller support
 2021-09-22 15:33 UTC  (3+ messages)

[PATCH v9 0/7] Add support for the IEI WT61P803 PUZZLE MCU
 2021-09-22 13:37 UTC  (8+ messages)
` [PATCH v9 2/7] drivers: mfd: Add a driver for "

[PATCH v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-09-22 12:03 UTC  (5+ messages)
` [PATCH v4 01/14] x86/boot: Fix memremap of setup_indirect structures
` [PATCH v4 02/14] x86/boot: Add setup_indirect support in early_memremap_is_setup_data

[PATCH v5] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-22  9:14 UTC  (3+ messages)

[PATCH v6 0/8] gpio: implement the configfs testing module
 2021-09-22  8:47 UTC  (9+ messages)
` [PATCH v6 1/8] configfs: increase the item name length
` [PATCH v6 2/8] configfs: use (1UL << bit) for internal flags
` [PATCH v6 3/8] configfs: implement committable items
` [PATCH v6 4/8] samples: configfs: add a committable group
` [PATCH v6 5/8] gpio: sim: new testing module
` [PATCH v6 6/8] selftests: gpio: provide a helper for reading chip info
` [PATCH v6 7/8] selftests: gpio: add a helper for reading GPIO line names
` [PATCH v6 8/8] selftests: gpio: add test cases for gpio-sim

[PATCH v3 0/7] get_abi.pl: Check for missing symbols at the ABI specs
 2021-09-22  8:43 UTC  (7+ 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).