linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-15 02:24:07 to 2021-09-17 04:08:03 UTC [more...]

[PATCH V3 00/22] arch: Add basic LoongArch support
 2021-09-17  3:57 UTC  (18+ messages)
` [PATCH V3 01/22] Documentation: LoongArch: Add basic documentations
` [PATCH V3 02/22] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V3 03/22] LoongArch: Add elf-related definitions
` [PATCH V3 04/22] LoongArch: Add writecombine support for drm
` [PATCH V3 05/22] LoongArch: Add build infrastructure
` [PATCH V3 06/22] LoongArch: Add CPU definition headers
` [PATCH V3 07/22] LoongArch: Add atomic/locking headers
` [PATCH V3 08/22] LoongArch: Add other common headers
` [PATCH V3 09/22] LoongArch: Add boot and setup routines
` [PATCH V3 10/22] LoongArch: Add exception/interrupt handling
` [PATCH V3 11/22] LoongArch: Add process management
` [PATCH V3 12/22] LoongArch: Add memory management
` [PATCH V3 13/22] LoongArch: Add system call support
` [PATCH V3 14/22] LoongArch: Add signal handling support
` [PATCH V3 15/22] LoongArch: Add elf and module support
` [PATCH V3 16/22] LoongArch: Add misc common routines
` [PATCH V3 17/22] LoongArch: Add some library functions

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

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-09-17  2:56 UTC  (7+ messages)
` [PATCH 6/6] XFS: remove congestion_wait() loop from xfs_buf_alloc_pages()
` [PATCH 1/6] MM: Support __GFP_NOFAIL in alloc_pages_bulk_*() and improve doco
` [PATCH 5/6] XFS: remove congestion_wait() loop from kmem_alloc()
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops
` [PATCH 4/6] EXT4: remove congestion_wait from ext4_bio_write_page, and simplify
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCH v2 00/23] Fix some issues at documentation
 2021-09-17  1:58 UTC  (33+ messages)
` [PATCH v2 01/23] visorbus: fix a copyright symbol that was bad encoded
` [PATCH v2 02/23] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
` [PATCH v2 03/23] dt-bindings: arm: mediatek: mmsys: update mediatek,mmsys.yaml reference
` [PATCH v2 04/23] dt-bindings: w1: update w1-gpio.yaml reference
` [PATCH v2 05/23] dt-bindings: mmc: update mmc-card.yaml reference
` [PATCH v2 06/23] libbpf: update index.rst reference
` [PATCH v2 07/23] docs: accounting: update delay-accounting.rst reference
` [PATCH v2 08/23] tools: bpftool: update bpftool-prog.rst reference
` [PATCH v2 09/23] tools: bpftool: update bpftool-map.rst reference
` [PATCH v2 10/23] bpftool: update bpftool-cgroup.rst reference
` [PATCH v2 11/23] MAINTAINERS: update arm,vic.yaml reference
` [PATCH v2 12/23] MAINTAINERS: update aspeed,i2c.yaml reference
` [PATCH v2 13/23] MAINTAINERS: update faraday,ftrtc010.yaml reference
` [PATCH v2 14/23] MAINTAINERS: update fsl,fec.yaml reference
` [PATCH v2 15/23] MAINTAINERS: update ti,sci.yaml reference
` [PATCH v2 16/23] MAINTAINERS: update intel,ixp46x-rng.yaml reference
` [PATCH v2 17/23] MAINTAINERS: update nxp,imx8-jpeg.yaml reference
` [PATCH v2 18/23] MAINTAINERS: update gemini.yaml reference
` [PATCH v2 19/23] MAINTAINERS: update brcm,unimac-mdio.yaml reference
` [PATCH v2 20/23] MAINTAINERS: update chipone,icn8318.yaml reference
` [PATCH v2 21/23] MAINTAINERS: update silergy,sy8106a.yaml reference
` [PATCH v2 22/23] MAINTAINERS: update mtd-physmap.yaml reference
` [PATCH v2 23/23] MAINTAINERS: update ti,am654-hbmc.yaml reference

[PATCH v3 1/3] misc_cgroup: introduce misc.events to count failures
 2021-09-17  1:56 UTC  (8+ messages)
` [PATCH v3 2/3] misc_cgroup: remove error log to avoid log flood
` [PATCH v3 3/3] docs/cgroup: add entry for misc.events

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

[RFC][PATCH v2 00/13] iommu/arm-smmu-v3: Add NVIDIA implementation
 2021-09-16 18:21 UTC  (6+ messages)

[PATCH v3 00/30]Change wildcards on ABI files
 2021-09-16 16:47 UTC  (37+ messages)
` [PATCH v3 01/30] ABI: sysfs-bus-usb: better document variable argument
` [PATCH v3 02/30] ABI: sysfs-tty: better document module name parameter
` [PATCH v3 03/30] ABI: sysfs-kernel-slab: use a wildcard for the cache name
` [PATCH v3 04/30] ABI: security: fix location for evm and ima_policy
` [PATCH v3 05/30] ABI: sysfs-class-tpm: use wildcards for pcr-* nodes
` [PATCH v3 06/30] ABI: sysfs-bus-rapidio: use wildcards on What definitions
` [PATCH v3 07/30] ABI: sysfs-class-cxl: place "not in a guest" at description
` [PATCH v3 08/30] ABI: sysfs-class-devfreq-event: use the right wildcards on What
` [PATCH v3 09/30] ABI: sysfs-class-mic: use the right wildcards on What definitions
` [PATCH v3 10/30] ABI: pstore: Fix What field
` [PATCH v3 11/30] ABI: sysfs-class-typec: fix a typo on a "
` [PATCH v3 12/30] ABI: sysfs-ata: use a proper wildcard for ata_*
` [PATCH v3 13/30] ABI: sysfs-class-infiniband: use wildcards on What definitions
` [PATCH v3 14/30] ABI: sysfs-bus-pci: "
` [PATCH v3 15/30] ABI: sysfs-bus-soundwire-master: "
` [PATCH v3 16/30] ABI: sysfs-bus-soundwire-slave: "
` [PATCH v3 17/30] ABI: sysfs-class-gnss: "
` [PATCH v3 18/30] ABI: sysfs-class-mei: "
` [PATCH v3 19/30] ABI: sysfs-class-mux: "
` [PATCH v3 20/30] ABI: sysfs-class-pwm: "
` [PATCH v3 21/30] ABI: sysfs-class-rc: "
` [PATCH v3 22/30] ABI: sysfs-class-rc-nuvoton: "
` [PATCH v3 23/30] ABI: sysfs-class-uwb_rc: "
` [PATCH v3 24/30] ABI: sysfs-class-uwb_rc-wusbhc: "
` [PATCH v3 25/30] ABI: sysfs-devices-platform-dock: "
` [PATCH v3 26/30] ABI: sysfs-devices-system-cpu: "
` [PATCH v3 27/30] ABI: sysfs-firmware-efi-esrt: "
` [PATCH v3 28/30] ABI: sysfs-platform-sst-atom: "
` [PATCH v3 29/30] ABI: sysfs-ptp: "
` [PATCH v3 30/30] ABI: sysfs-class-rapidio: "

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

[PATCH 00/24] Fix some issues at documentation
 2021-09-16 12:12 UTC  (35+ messages)
` [PATCH 01/24] visorbus: fix a copyright symbol that was bad encoded
` [PATCH 02/24] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
` [PATCH 03/24] dt-bindings: arm: mediatek: mmsys: update mediatek,mmsys.yaml reference
` [PATCH 04/24] dt-bindings: w1: update w1-gpio.yaml reference
` [PATCH 05/24] dt-bindings: mmc: update mmc-card.yaml reference
` [PATCH 06/24] libbpf: update index.rst reference
` [PATCH 07/24] docs: accounting: update delay-accounting.rst reference
` [PATCH 08/24] tools: bpftool: update bpftool-prog.rst reference
` [PATCH 09/24] tools: bpftool: update bpftool-map.rst reference
` [PATCH 10/24] bpftool: update bpftool-cgroup.rst reference
` [PATCH 11/24] MAINTAINERS: update mtd-physmap.yaml reference
` [PATCH 12/24] MAINTAINERS: update arm,vic.yaml reference
` [PATCH 13/24] MAINTAINERS: update aspeed,i2c.yaml reference
` [PATCH 14/24] MAINTAINERS: update faraday,ftrtc010.yaml reference
` [PATCH 15/24] MAINTAINERS: update fsl,fec.yaml reference
` [PATCH 16/24] MAINTAINERS: update mtd-physmap.yaml reference
` [PATCH 17/24] MAINTAINERS: update ti,am654-hbmc.yaml reference
` [PATCH 18/24] MAINTAINERS: update ti,sci.yaml reference
` [PATCH 19/24] MAINTAINERS: update intel,ixp46x-rng.yaml reference
` [PATCH 20/24] MAINTAINERS: update nxp,imx8-jpeg.yaml reference
` [PATCH 21/24] MAINTAINERS: update gemini.yaml reference
` [PATCH 22/24] MAINTAINERS: update brcm,unimac-mdio.yaml reference
` [PATCH 23/24] MAINTAINERS: update chipone,icn8318.yaml reference
` [PATCH 24/24] MAINTAINERS: update silergy,sy8106a.yaml reference

[PATCH 0/2] ext4: docs: de-uglify Documentation/ext4/orphan.rst
 2021-09-16  9:55 UTC  (5+ messages)
` [PATCH 1/2] ext4: docs: switch away from list-table
` [PATCH 2/2] ext4: docs: Take out unneeded escaping

[PATCH] swiotlb: set IO TLB segment size via cmdline
 2021-09-16  9:40 UTC  (8+ messages)

[PATCH v2 0/9] Free user PTE page table pages
 2021-09-16  8:41 UTC  (7+ messages)

[PATCH V2 00/22] arch: Add basic LoongArch support
 2021-09-16  8:29 UTC  (4+ messages)
` [PATCH V2 02/22] Documentation/zh_CN: Add basic LoongArch documentations

[PATCH v4] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-15 22:38 UTC  (6+ messages)

[PATCH 0/5] tracing: Extend histogram triggers expression parsing
 2021-09-15 20:09 UTC  (7+ messages)
` [PATCH 1/5] tracing: Add support for creating hist trigger variables from literal
` [PATCH 2/5] tracing: Add division and multiplication support for hist triggers
` [PATCH 3/5] tracing: Fix operator precedence for hist triggers expression
` [PATCH 4/5] tracing/selftests: Add tests for hist trigger expression parsing
` [PATCH 5/5] tracing/histogram: Document expression arithmetic and constants

[RFC][PATCH 0/9] integrity: Introduce DIGLIM advanced features
 2021-09-15 16:31 UTC  (10+ messages)
` [RFC][PATCH 1/9] ima: Introduce new hook DIGEST_LIST_CHECK
` [RFC][PATCH 2/9] diglim: Loader
` [RFC][PATCH 3/9] diglim: LSM
` [RFC][PATCH 4/9] diglim: Tests - LSM
` [RFC][PATCH 5/9] diglim: Compact digest list generator
` [RFC][PATCH 6/9] diglim: RPM "
` [RFC][PATCH 7/9] diglim: Digest list uploader
` [RFC][PATCH 8/9] diglim: RPM parser
` [RFC][PATCH 9/9] diglim: Admin guide

[PATCH] docs/zh_CN: Add zh_CN/accounting/delay-accounting.rst
 2021-09-15 13:20 UTC 

[PATCH v2 3/5] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
 2021-09-15  9:03 UTC  (3+ messages)

[PATCH v3 0/2] Do some code cleanups related to mm
 2021-09-15  8:11 UTC  (2+ messages)

[PATCH v2 00/29] Change wildcards on ABI files
 2021-09-15  8:00 UTC  (5+ messages)
` [PATCH v2 07/29] ABI: sysfs-class-cxl: place "not in a guest" at description
` [PATCH v2 19/29] ABI: sysfs-class-mux: use wildcards on What definitions

[PATCH v3 00/13] integrity: Introduce DIGLIM
 2021-09-15  6:54 UTC  (4+ messages)
` [PATCH v3 01/13] diglim: Overview

[PATCH v5 0/6] docs/zh_CN: add core-api Memory management translation
 2021-09-15  2:23 UTC  (3+ 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).