linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 13:06:22 to 2021-05-10 11:21:53 UTC [more...]

[PATCH 00/53] Get rid of UTF-8 chars that can be mapped as ASCII
 2021-05-10 10:54 UTC  (58+ messages)
` [PATCH 01/53] docs: cdrom-standard.rst: get rid of uneeded UTF-8 chars
` [PATCH 02/53] docs: ABI: remove a meaningless UTF-8 character
` [PATCH 03/53] docs: ABI: remove some spurious characters
` [PATCH 04/53] docs: index.rst: avoid using UTF-8 chars
` [PATCH 05/53] docs: hwmon: "
` [PATCH 06/53] docs: admin-guide: "
` [PATCH 07/53] docs: admin-guide: media: ipu3.rst: "
` [PATCH 08/53] docs: admin-guide: sysctl: kernel.rst: "
` [PATCH 09/53] docs: admin-guide: perf: imx-ddr.rst: "
` [PATCH 10/53] docs: admin-guide: pm: "
` [PATCH 11/53] docs: trace: coresight: coresight-etm4x-reference.rst: "
` [PATCH 12/53] docs: driver-api: "
` [PATCH 13/53] docs: driver-api: fpga: "
` [PATCH 14/53] docs: driver-api: iio: "
` [PATCH 15/53] docs: driver-api: thermal: "
` [PATCH 16/53] docs: driver-api: media: drivers: "
` [PATCH 17/53] docs: driver-api: firmware: other_interfaces.rst: "
` [PATCH 18/53] docs: driver-api: nvdimm: btt.rst: "
` [PATCH 19/53] docs: fault-injection: nvme-fault-injection.rst: "
` [PATCH 20/53] docs: usb: "
` [PATCH 21/53] docs: process: "
` [PATCH 22/53] docs: block: data-integrity.rst: "
` [PATCH 23/53] docs: userspace-api: media: fdl-appendix.rst: "
` [PATCH 24/53] docs: userspace-api: media: v4l: "
` [PATCH 25/53] docs: userspace-api: media: dvb: "
` [PATCH 26/53] docs: vm: zswap.rst: "
` [PATCH 27/53] docs: filesystems: f2fs.rst: "
` [PATCH 28/53] docs: filesystems: ext4: "
` [PATCH 29/53] docs: kernel-hacking: "
` [PATCH 30/53] docs: hid: "
` [PATCH 31/53] docs: security: tpm: "
` [PATCH 32/53] docs: security: keys: trusted-encrypted.rst: "
` [PATCH 33/53] docs: riscv: vm-layout.rst: "
` [PATCH 34/53] docs: networking: scaling.rst: "
` [PATCH 35/53] docs: networking: devlink: devlink-dpipe.rst: "
` [PATCH 36/53] docs: networking: device_drivers: "
` [PATCH 37/53] docs: x86: "
` [PATCH 38/53] docs: scheduler: sched-deadline.rst: "
` [PATCH 39/53] docs: dev-tools: testing-overview.rst: "
` [PATCH 40/53] docs: power: powercap: powercap.rst: "
` [PATCH 41/53] docs: ABI: "
` [PATCH 42/53] docs: doc-guide: contributing.rst: "
` [PATCH 43/53] docs: PCI: acpi-info.rst: "
` [PATCH 44/53] docs: gpu: "
` [PATCH 45/53] docs: sound: kernel-api: writing-an-alsa-driver.rst: "
` [PATCH 46/53] docs: arm64: arm-acpi.rst: "
` [PATCH 47/53] docs: infiniband: tag_matching.rst: "
` [PATCH 48/53] docs: timers: no_hz.rst: "
` [PATCH 49/53] docs: misc-devices: ibmvmc.rst: "
` [PATCH 50/53] docs: firmware-guide: acpi: lpit.rst: "
` [PATCH 51/53] docs: firmware-guide: acpi: dsd: graph.rst: "
` [PATCH 52/53] docs: virt: kvm: "
` [PATCH 53/53] docs: RCU: "

[PATCH v23 0/9] Free some vmemmap pages of HugeTLB page
 2021-05-10 10:45 UTC  (14+ messages)
` [PATCH v23 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v23 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v23 3/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v23 4/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v23 5/9] mm: hugetlb: defer freeing of HugeTLB pages
` [PATCH v23 6/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
` [PATCH v23 7/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v23 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
    ` [External] "
` [PATCH v23 9/9] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate

[PATCH] docs: admin-guide: update description for kernel.modprobe sysctl
 2021-05-10 10:20 UTC  (2+ messages)

[PATCH stable 5.10 0/3] ARM FDT relocation backports
 2021-05-10  9:46 UTC  (9+ messages)
` [PATCH stable 5.10 1/3] ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address
` [PATCH stable 5.10 2/3] ARM: 9012/1: move device tree mapping out of linear region
` [PATCH stable 5.10 3/3] ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual address

Sphinx parallel build error: UnicodeEncodeError: 'latin-1' codec can't encode characters in position 18-20: ordinal not in range(256)
 2021-05-10  8:17 UTC  (35+ messages)

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-05-10  7:20 UTC  (22+ messages)
` [PATCH RFC 1/3] fs: introduce helper d_path_fast()
` [PATCH RFC 2/3] lib/vsprintf.c: make %pD print full path for file
` [PATCH RFC 3/3] s390/hmcdrv: remove the redundant directory path in debug message

[PATCH] Documentation/translations/zh_CN: switch LWN links to https
 2021-05-10  4:40 UTC 

[PATCH v5 0/3] docs/zh_CN add three core api docs
 2021-05-10  2:46 UTC  (2+ messages)

[PATCH] docs/zh_CN: sync reporting-issues.rst translation
 2021-05-10  2:28 UTC  (2+ messages)

[PATCH v3 0/3] docs/zh_CN: add parisc Chinese documents
 2021-05-10  2:18 UTC  (4+ messages)
` [PATCH v3 1/3] docs/zh_CN: add parisc index translation
` [PATCH v3 2/3] docs/zh_CN: add parisc debugging.rst translation
` [PATCH v3 3/3] docs/zh_CN: add parisc registers.rst translation

[PATCH v2] docs/zh_CN: add core-api workqueue.rst translation
 2021-05-10  1:59 UTC 

[PATCH V2,RESEND 1/4] kernel: watchdog: Modify the explanation related to watchdog thread
 2021-05-09 23:29 UTC  (3+ messages)

[PATCH stable 5.4 0/3] ARM FDT relocation backports
 2021-05-09 17:14 UTC  (4+ messages)
` [PATCH stable 5.4 1/3] ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address
` [PATCH stable 5.4 2/3] ARM: 9012/1: move device tree mapping out of linear region
` [PATCH stable 5.4 3/3] ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual address

[PATCH v2 0/3] docs/zh_CN: add parisc Chinese documents
 2021-05-08 15:33 UTC  (7+ messages)
` [PATCH v2 1/3] docs/zh_CN: add parisc index translation
` [PATCH v2 2/3] docs/zh_CN: add parisc debugging.rst translation
` [PATCH v2 3/3] docs/zh_CN: add parisc registers.rst translation

[PATCH] docs/zh_CN: add core-api workqueue.rst translation
 2021-05-08 15:20 UTC  (3+ messages)

[PATCH] docs/zh_CN: Remove obsolete translation file
 2021-05-08  8:46 UTC  (3+ messages)

[PATCH v4] hwmon: Add sht4x Temperature and Humidity Sensor Driver
 2021-05-08  5:20 UTC 

[PATCH] docs/zh_CN: make reporting-bugs.rst obsolete
 2021-05-08  1:51 UTC  (4+ messages)

[PATCH v2 0/3] 9p: add support for root file systems
 2021-05-07 23:58 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] 9p: doc: move to a new dedicated folder
` [PATCH v2 3/3] 9p: doc: add v9fsroot description

[PATCH v1 0/4] kunit: tool: add support for QEMU
 2021-05-07 21:31 UTC  (5+ messages)
` [PATCH v1 1/4] kunit: Add 'kunit_shutdown' option
` [PATCH v1 2/4] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v1 3/4] kunit: tool: add support for QEMU
` [PATCH v1 4/4] Documentation: kunit: document support for QEMU in kunit_tool

[PATCH v2 0/3] hwmon: (pmbus) Add support for additional Flex BMR converters to the pmbus driver
 2021-05-07 19:40 UTC  (4+ messages)
` [PATCH v2 1/3] hwmon: (pmbus) Add new flag PMBUS_READ_STATUS_AFTER_FAILED_CHECK
` [PATCH v2 2/3] hwmon: (pmbus) Add documentation for new flags
` [PATCH v2 3/3] hwmon: (pmbus) Add support for additional Flex BMR converters to pmbus

[PATCH 00/13] [RFC] Rust support
 2021-05-07 18:23 UTC  (15+ messages)

[PATCH v7 1/7] MAINTAINERS: Add Advantech AHC1EC0 embedded controller entry
 2021-05-07 12:03 UTC  (6+ messages)
` [PATCH v7 6/7] Watchdog: ahc1ec0-wdt: Add sub-device Watchdog for Advantech embedded controller

[PATCH v7 1/7] MAINTAINERS: Add Advantech AHC1EC0 embedded controller entry
 2021-05-07 11:53 UTC  (2+ messages)

[net-next, v2, 0/7] Support Ocelot PTP Sync one-step timestamping
 2021-05-07 11:48 UTC  (5+ messages)
` [net-next, v2, 3/7] net: dsa: free skb->cb usage in core driver

Concern about Documentation/usb/linux-cdc-acm.inf and Documentation/usb/linux.inf
 2021-05-07  8:33 UTC  (2+ messages)

[PATCH] Documentation: drop optional BOMs
 2021-05-07  6:14 UTC  (3+ messages)

[PATCH 0/3] docs/zh_CN: add parisc Chinese documents
 2021-05-07  3:00 UTC  (7+ messages)
` [PATCH 3/3] docs/zh_CN: add parisc registers.rst translation

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-06 23:31 UTC  (9+ messages)
` [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack
  ` extending ucontext (Re: [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack)

[GIT PULL] Documentation fixes for 5.13
 2021-05-06 16:35 UTC  (2+ messages)

[PATCH 0/3] 9p: add support for root file systems
 2021-05-06 16:04 UTC  (4+ messages)
` [PATCH 1/3] "

Wikibook Linux kernel
 2021-05-06 14:17 UTC  (2+ messages)

[PATCH] docs: admin-guide: update description for kernel.hotplug sysctl
 2021-05-06 13:06 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).