linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-26 05:55:48 to 2020-10-29 00:53:46 UTC [more...]

[PATCH 00/33] ABI: add it to the documentation build system
 2020-10-28 17:44 UTC  (23+ messages)
` [PATCH 03/33] scripts: get_abi.pl: Allow optionally record from where a line came from
` [PATCH 04/33] scripts: get_abi.pl: improve its parser to better catch up indentation
` [PATCH 05/33] scripts: get_abi.pl: cleanup ABI cross-reference logic
` [PATCH 08/33] scripts: get_abi.pl: prevent duplicated file names
` [PATCH 09/33] scripts: get_abi.pl: use bold font for ABI definitions
` [PATCH 10/33] scripts: get_abi.pl: auto-generate cross references
` [PATCH 11/33] docs: kernellog.py: add support for info()
` [PATCH 12/33] docs: kernel_abi.py: add a script to parse ABI documentation
` [PATCH 14/33] docs: kernel_abi.py: make it compatible with Sphinx 1.7+
` [PATCH 15/33] docs: kernel_abi.py: use --enable-lineno for get_abi.pl
` [PATCH 22/33] docs: ABI: create a 2-depth index for ABI
` [PATCH 26/33] docs: ABI: convert testing/configfs-acpi to ReST
` [PATCH 27/33] docs: ABI: fix syntax to be parsed using ReST notation
` [PATCH 28/33] docs: ABI: vdso: use the right format for ABI
` [PATCH 32/33] docs: ABI: stable: remove a duplicated documentation
  ` [PATCH 20/33] docs: ABI: testing: make the files compatible with ReST output

[PATCH] docs: Makefile: honor V=0 for docs building
 2020-10-28 21:15 UTC  (3+ messages)

[PATCH] smp: Add bootcpus parameter to boot subset of CPUs
 2020-10-28 15:15 UTC  (8+ messages)

[PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers
 2020-10-28 17:22 UTC  (3+ messages)

[PATCH 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-10-28 18:57 UTC  (18+ messages)
` [PATCH 01/13] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [PATCH 02/13] ia64: remove custom __early_pfn_to_nid()
` [PATCH 03/13] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [PATCH 04/13] ia64: discontig: paging_init(): remove local max_pfn calculation
` [PATCH 05/13] ia64: split virtual map initialization out of paging_init()
` [PATCH 06/13] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [PATCH 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [PATCH 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [PATCH 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [PATCH 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [PATCH 12/13] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [PATCH 13/13] m68k: deprecate DISCONTIGMEM

[PATCH 0/3] warn and suppress irqflood
 2020-10-28 11:58 UTC  (10+ messages)

[PATCH rc] mm: always have io_remap_pfn_range() set pgprot_decrypted()
 2020-10-28 18:53 UTC 

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-28 23:42 UTC  (29+ messages)
` [PATCH v2 01/19] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v2 02/19] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v2 03/19] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v2 04/19] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v2 05/19] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
` [PATCH v2 06/19] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v2 07/19] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
` [PATCH v2 08/19] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v2 09/19] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v2 10/19] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v2 11/19] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v2 12/19] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v2 13/19] mm/hugetlb: Add a BUILD_BUG_ON to check if struct page size is a power of two
` [PATCH v2 14/19] mm/hugetlb: Clear PageHWPoison on the non-error memory page
` [PATCH v2 15/19] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v2 16/19] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v2 17/19] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v2 18/19] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v2 19/19] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
  ` [External] Re: [PATCH v2 00/19] Free some vmemmap pages of hugetlb page

[PATCH v3 00/56] Fix several bad kernel-doc markups
 2020-10-28  0:59 UTC  (42+ messages)
` [PATCH v3 01/56] scripts: kernel-doc: fix typedef parsing
` [PATCH v3 21/56] mac80211: fix kernel-doc markups
` [PATCH v3 24/56] PNP: "
` [PATCH v3 27/56] scsi: fix some "
` [PATCH v3 28/56] slimbus: fix a kernel-doc markup
` [PATCH v3 31/56] usb: dwc3: fix kernel-doc markups
` [PATCH v3 36/56] locks: fix a typo at a kernel-doc markup
` [PATCH v3 40/56] firmware: stratix10-svc: fix kernel-doc markups
` [PATCH v3 48/56] sound: "
` [PATCH v3 49/56] refcount.h: fix a kernel-doc markup
` [PATCH v3 51/56] audit: "
` [PATCH v3 53/56] shed: fix "

[PATCH v3 00/32] Documentation build fixes against v5.10-rc1
 2020-10-28 17:46 UTC  (39+ messages)
` [PATCH v3 01/32] scripts: kernel-doc: use :c:union when needed
` [PATCH v3 02/32] sphinx: conf.py: properly handle Sphinx 4.0
` [PATCH v3 03/32] docs: hwmon: adm1266.rst: fix a broken reference
` [PATCH v3 04/32] docs: admin-guide: net.rst: add a missing blank line
` [PATCH v3 05/32] docs: kasan.rst: add two missing blank lines
` [PATCH v3 06/32] docs: net: statistics.rst: remove a duplicated kernel-doc
` [PATCH v3 07/32] docs: hwmon: mp2975.rst: address some html build warnings
` [PATCH v3 08/32] docs: userspace-api: add iommu.rst to the index file
` [PATCH v3 09/32] blk-mq: docs: add kernel-doc description for a new struct member
` [PATCH v3 10/32] drm: kernel-doc: document drm_dp_set_subconnector_property() params
` [PATCH v3 11/32] drm/dp: fix kernel-doc warnings at drm_dp_helper.c
` [PATCH v3 12/32] drm/dp: fix a kernel-doc issue at drm_edid.c
` [PATCH v3 13/32] mm: pagemap.h: fix two kernel-doc markups
` [PATCH v3 14/32] net: phy: remove kernel-doc duplication
` [PATCH v3 15/32] crypto: sun8x-ce*: update entries to its documentation
` [PATCH v3 16/32] ice: docs fix a devlink info that broke a table
` [PATCH v3 17/32] MAINTAINERS: fix broken doc refs due to yaml conversion
` [PATCH v3 18/32] docs: lockdep-design: fix some warning issues
` [PATCH v3 19/32] locking/refcount: move kernel-doc markups to the proper place
` [PATCH v3 20/32] IB/srpt: docs: add a description for cq_size member
` [PATCH v3 21/32] docs: fs: api-summary.rst: get rid of kernel-doc include
` [PATCH v3 22/32] drm: amdgpu: kernel-doc: update some adev parameters
` [PATCH v3 23/32] jbd2: fix a kernel-doc markup
` [PATCH v3 24/32] drm: drm_edid: remove a duplicated kernel-doc declaration
` [PATCH v3 25/32] drm: kernel-doc: add description for a new function parameter
` [PATCH v3 26/32] gpu: docs: amdgpu.rst: get rid of wrong kernel-doc markups
` [PATCH v3 27/32] drm: kernel-doc: drm_dp_helper.h: fix a typo
` [PATCH v3 28/32] drm: amdgpu_dm: "
` [PATCH v3 29/32] selftests: kselftest_harness.h: fix kernel-doc markups
` [PATCH v3 30/32] amdgpu: fix a few kernel-doc markup issues
` [PATCH v3 31/32] drm: drm_print.h: fix kernel-doc markups
` [PATCH v3 32/32] docs: SafeSetID: fix a warning

[RFC] wimax: move out to staging
 2020-10-28 13:20 UTC  (3+ messages)

[PATCH] Fix typo in irq_domain documentation
 2020-10-28  2:24 UTC  (3+ messages)

[PATCH v4 0/2] kernel-doc: fix typedef function parser
 2020-10-28 17:18 UTC  (4+ messages)
` [PATCH v4 1/2] scripts: kernel-doc: fix typedef parsing
` [PATCH v4 2/2] scripts: kernel-doc: split typedef complex regex

[PATCH RESEND 0/3] Fix wrong identifiers on kernel-doc markups
 2020-10-28 18:24 UTC  (7+ messages)
` [PATCH RESEND 1/3] net: phy: fix "
` [PATCH RESEND 2/3] net: datagram: fix some "
` [PATCH RESEND 3/3] net: core: "

[PATCH net-next 0/3] net: introduce rps_default_mask
 2020-10-28 17:46 UTC  (4+ messages)
` [PATCH net-next 1/3] net/sysctl: factor-out netdev_rx_queue_set_rps_mask() helper
` [PATCH net-next 2/3] net/core: introduce default_rps_mask netns attribute
` [PATCH net-next 3/3] self-tests: introduce self-tests for RPS default mask

[PATCH v22 00/12] Landlock LSM
 2020-10-27 20:03 UTC  (13+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 02/12] landlock: Add ruleset and domain management
` [PATCH v22 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v22 04/12] landlock: Add ptrace restrictions
` [PATCH v22 05/12] LSM: Infrastructure management of the superblock
` [PATCH v22 06/12] fs,security: Add sb_delete hook
` [PATCH v22 07/12] landlock: Support filesystem access-control
` [PATCH v22 08/12] landlock: Add syscall implementations
` [PATCH v22 09/12] arch: Wire up Landlock syscalls
` [PATCH v22 10/12] selftests/landlock: Add user space tests
` [PATCH v22 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v22 12/12] landlock: Add user and kernel documentation

[PATCH v5 0/9] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-27 14:16 UTC  (10+ messages)
` [PATCH v5 1/9] mm: add Kernel Electric-Fence infrastructure
` [PATCH v5 2/9] x86, kfence: enable KFENCE for x86
` [PATCH v5 3/9] arm64, kfence: enable KFENCE for ARM64
` [PATCH v5 4/9] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v5 5/9] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v5 6/9] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v5 7/9] kfence, Documentation: add KFENCE documentation
` [PATCH v5 8/9] kfence: add test suite
` [PATCH v5 9/9] MAINTAINERS: Add entry for KFENCE

[PATCH 00/10] PKS: Add Protection Keys Supervisor (PKS) support
 2020-10-27 14:18 UTC  (8+ messages)
` [PATCH 06/10] x86/entry: Move nmi entry/exit into common code
` [PATCH 07/10] x86/entry: Pass irqentry_state_t by reference

[PATCH] Documentation: tproxy: more gentle intro
 2020-10-27 12:06 UTC 

[PATCH] Documentation: livepatch: document reliable stacktrace
 2020-10-27 11:16 UTC 

Disinfectant
 2020-10-27  9:00 UTC 

[PATCH AUTOSEL 4.14 14/46] media: videodev2.h: RGB BT2020 and HSV are always full range
 2020-10-27  0:09 UTC 

[PATCH AUTOSEL 4.19 16/60] media: videodev2.h: RGB BT2020 and HSV are always full range
 2020-10-27  0:03 UTC 

[PATCH AUTOSEL 5.4 21/80] media: videodev2.h: RGB BT2020 and HSV are always full range
 2020-10-26 23:54 UTC 

[PATCH] kbuild: remove unused OBJSIZE
 2020-10-26 23:22 UTC  (3+ messages)

[PATCH v6 0/4] Introduce mini-dump support for remoteproc
 2020-10-26 21:09 UTC  (3+ messages)
` [PATCH v6 2/4] remoteproc: coredump: Add minidump functionality

[PATCH v3 01/14] docs: Document IO Address Space ID (IOASID) APIs
 2020-10-26 21:05 UTC  (3+ messages)

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-10-26 21:00 UTC  (3+ messages)
` [PATCH v6 1/2] Add UFFD_USER_MODE_ONLY
` [PATCH v6 2/2] Add user-mode only option to unprivileged_userfaultfd sysctl knob

[PATCH v3 0/6] Documentation build fixes against upstream
 2020-10-26 19:29 UTC  (3+ messages)
` [PATCH v3 5/6] kunit: test: fix remaining kernel-doc warnings


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