linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-12 15:41:25 to 2020-10-13 19:44:10 UTC [more...]

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-13 19:44 UTC  (18+ messages)
` [PATCH RFC V3 1/9] x86/pkeys: Create pkeys_common.h
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 3/9] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 19:41 UTC  (19+ messages)
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "

[PATCH v2 00/24] Documentation build fixes against next-20201013
 2020-10-13 19:24 UTC  (40+ messages)
` [PATCH v2 01/24] docs: hwmon: adm1266.rst: fix a broken reference
` [PATCH v2 02/24] tools: docs: memory-model: fix references for some files
` [PATCH v2 03/24] docs: SafeSetID: fix a warning
` [PATCH v2 04/24] docs: lockdep-design: fix some warning issues
` [PATCH v2 05/24] docs: admin-guide: net.rst: add a missing blank line
` [PATCH v2 06/24] blk-mq: docs: add kernel-doc description for a new struct member
` [PATCH v2 07/24] drm: amdgpu: kernel-doc: update some adev parameters
` [PATCH v2 08/24] drm: kernel-doc: document drm_dp_set_subconnector_property() params
` [PATCH v2 09/24] docs: kasan.rst: add two missing blank lines
` [PATCH v2 10/24] mm: pagemap.h: fix two kernel-doc markups
` [PATCH v2 11/24] drm/dp: fix kernel-doc warnings at drm_dp_helper.c
` [PATCH v2 12/24] drm/dp: fix a kernel-doc issue at drm_edid.c
` [PATCH v2 13/24] docs: i2c: index.rst: add slave-testunit-backend.rst
` [PATCH v2 14/24] docs: conf.py: disable automarkup for Sphinx 3.x
` [PATCH v2 15/24] docs: net: statistics.rst: remove a duplicated kernel-doc
` [PATCH v2 16/24] seqlock: fix two kernel-doc warnings
` [PATCH v2 17/24] docs: hwmon: mp2975.rst: address some html build warnings
` [PATCH v2 18/24] docs: userspace-api: add iommu.rst to the index file
` [PATCH v2 19/24] net: phy: remove kernel-doc duplication
` [PATCH v2 20/24] MAINTAINERS: fix broken doc refs due to yaml conversion
` [PATCH v2 21/24] crypto: sun8x-ce*: update entries to its documentation
` [PATCH v2 22/24] ice: docs fix a devlink info that broke a table
` [PATCH v2 23/24] RDMA: add a missing kernel-doc parameter markup
` [PATCH v2 24/24] counters: docs: add a missing include

[PATCH v6 00/80] htmldoc build fixes with Sphinx 2.x and 3.x
 2020-10-13 18:47 UTC  (87+ messages)
` [PATCH v6 01/80] scripts: kernel-doc: add support for typedef enum
` [PATCH v6 02/80] scripts: kernel-doc: make it more compatible with Sphinx 3.x
` [PATCH v6 03/80] scripts: kernel-doc: use a less pedantic markup for funcs on "
` [PATCH v6 04/80] scripts: kernel-doc: fix troubles with line counts
` [PATCH v6 05/80] scripts: kernel-doc: reimplement -nofunction argument
` [PATCH v6 06/80] scripts: kernel-doc: fix typedef identification
` [PATCH v6 07/80] scripts: kernel-doc: don't mangle with parameter list
` [PATCH v6 08/80] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
` [PATCH v6 09/80] scripts: kernel-doc: fix line number handling
` [PATCH v6 10/80] scripts: kernel-doc: try to use c:function if possible
` [PATCH v6 11/80] docs: cdomain.py: add support for a new Sphinx 3.1+ tag
` [PATCH v6 12/80] docs: cdomain.py: extend it to handle new Sphinx 3.x tags
` [PATCH v6 13/80] docs: automarkup.py: make it ready for Sphinx 3.1+
` [PATCH v6 14/80] docs: kerneldoc.py: append the name of the parsed doc file
` [PATCH v6 15/80] docs: kerneldoc.py: add support for kerneldoc -nosymbol
` [PATCH v6 16/80] media: docs: make CEC documents compatible with Sphinx 3.1+
` [PATCH v6 19/80] media: docs: make MC documents more "
` [PATCH v6 20/80] media: docs: make RC "
` [PATCH v6 21/80] media: cec-core.rst: don't use c:type for structs
` [PATCH v6 22/80] docs: remove some replace macros like |struct foo|
` [PATCH v6 23/80] docs: get rid of :c:type explicit declarations for structs
` [PATCH v6 24/80] docs: trace-uses.rst: remove bogus c-domain tags
` [PATCH v6 25/80] docs: it_IT: fix namespace collisions at locking.rst
` [PATCH v6 26/80] docs: net: ieee802154.rst: fix C expressions
` [PATCH v6 27/80] docs: genericirq.rst: don't document chip.c functions twice
` [PATCH v6 28/80] docs: kernel-api.rst: drop kernel/irq/manage.c kernel-doc tag
` [PATCH v6 29/80] docs: remove sound API duplication
` [PATCH v6 30/80] docs: basics.rst: move kernel-doc workqueue markups to workqueue.rst
` [PATCH v6 31/80] docs: scsi: target.rst: remove iSCSI transport class kernel-doc markup
` [PATCH v6 32/80] docs: device_link.rst: remove duplicated kernel-doc include
` [PATCH v6 33/80] docs: basics.rst: get rid of rcu kernel-doc macros
` [PATCH v6 34/80] docs: pstore-blk.rst: fix kernel-doc tags
` [PATCH v6 35/80] docs: fs: fscrypt.rst: get rid of :c:type: tags
` [PATCH v6 36/80] docs: devices.rst: get rid of :c:type macros
` [PATCH v6 37/80] docs: sound: writing-an-alsa-driver.rst: get rid of :c:type
` [PATCH v6 38/80] docs: block: blk-mq.rst: "
` [PATCH v6 39/80] docs: writing-an-alsa-driver.rst: fix some bad c:func: markups
` [PATCH v6 40/80] docs: fpga: replace :c:member: macros
` [PATCH v6 41/80] docs: kgdb.rst: fix :c:type: usages
` [PATCH v6 42/80] docs: libata.rst: fix a wrong usage of :c:type: tag
` [PATCH v6 43/80] docs: infrastructure.rst: don't include firmware kernel-doc
` [PATCH v6 44/80] docs: gpu: i915.rst: Fix several C duplication warnings
` [PATCH v6 45/80] docs: devices.rst: fix a C reference markup
` [PATCH v6 46/80] docs: it_IT: hacking.rst: fix a typo on a markup
` [PATCH v6 47/80] docs: mei.rst: fix a C expression markup
` [PATCH v6 48/80] docs: basics.rst: avoid duplicated C function declaration
` [PATCH v6 49/80] docs: conf.py: fix c:function support with Sphinx 3.x
` [PATCH v6 50/80] docs: conf.py: change the Sphinx 3.x+ text
` [PATCH v6 51/80] docs: infrastructure.rst: exclude device_link_state from device.h
` [PATCH v6 52/80] docs: zh_CN: amu.rst: fix document title markup
` [PATCH v6 53/80] media: uAPI: buffer.rst: remove a left-over documentation
` [PATCH v6 54/80] math64.h: kernel-docs: Convert some markups into normal comments
` [PATCH v6 55/80] memblock: get rid of a :c:type leftover
` [PATCH v6 56/80] dt-bindings: fix references to files converted to yaml
` [PATCH v6 57/80] net: appletalk: Kconfig: Fix docs location
` [PATCH v6 58/80] drivers: net: hamradio: fix document location
` [PATCH v6 59/80] docs: powerpc: syscall64-abi.rst: fix a malformed table
` [PATCH v6 60/80] block: bio: fix a warning at the kernel-doc markups
` [PATCH v6 61/80] kunit: test.h: solve kernel-doc warnings
` [PATCH v6 62/80] docs: bio: fix a kerneldoc markup
` [PATCH v6 63/80] drivers: core: fix kernel-doc markup for dev_err_probe()
` [PATCH v6 64/80] kunit: test.h: fix a bad kernel-doc markup
` [PATCH v6 65/80] docs: amdgpu: fix a warning when building the documentation
` [PATCH v6 66/80] locking/refcount: document the new "oldp" pointer value
` [PATCH v6 67/80] usb: docs: document altmode register/unregister functions
` [PATCH v6 68/80] nl80211: docs: add a description for s1g_cap parameter
` [PATCH v6 69/80] IB/srpt: docs: add a description for cq_size member
` [PATCH v6 70/80] rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpu
` [PATCH v6 71/80] Input: sparse-keymap: add a description for @sw
` [PATCH v6 72/80] drm/amd/display: kernel-doc: document force_timing_sync
` [PATCH v6 73/80] drm: kernel-doc: drm_dp_helper.h: fix a typo
` [PATCH v6 74/80] gpu: docs: amdgpu.rst: get rid of wrong kernel-doc markups
` [PATCH v6 75/80] drm: kernel-doc: add description for a new function parameter
` [PATCH v6 76/80] docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markup
` [PATCH v6 77/80] workqueue: fix a kernel-doc warning
` [PATCH v6 78/80] mm/doc: fix a literal block markup
` [PATCH v6 79/80] drm: drm_edid: remove a duplicated kernel-doc declaration
` [PATCH v6 80/80] PM / devfreq: remove a duplicated kernel-doc markup

[PATCH] kbuild: doc: describe proper script invocation
 2020-10-13 18:02 UTC  (3+ messages)

[PATCH v2 0/3] Actually fix freelist pointer vs redzoning
 2020-10-13 16:44 UTC  (8+ messages)
` [PATCH v2 1/3] mm/slub: Clarify verification reporting
` [PATCH v2 2/3] mm/slub: Fix redzoning for small allocations
` [PATCH v2 3/3] mm/slub: Actually fix freelist pointer vs redzoning

[PATCH v2] docs: submitting-patches: describe preserving review/test tags
 2020-10-13 16:27 UTC 

[PATCH v7 0/4] Introduce TEE based Trusted Keys support
 2020-10-13 13:40 UTC  (12+ messages)
` [PATCH v7 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v7 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v7 4/4] MAINTAINERS: Add entry for "

[PATCH] Documentation: Chinese translation of Documentation/arm64/hugetlbpage.rst
 2020-10-13 12:36 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 00/11] Introduce Simple atomic counters
 2020-10-13 11:27 UTC  (3+ messages)
` [PATCH v3 01/11] counters: Introduce counter_atomic* counters

[PATCH v6 0/5] kunit: create a centralized executor to dispatch all KUnit tests
 2020-10-13 11:09 UTC  (3+ messages)
` [PATCH v6 2/5] kunit: test: create a single centralized executor for all tests

[GIT PULL] Documentation for 5.10
 2020-10-13 10:21 UTC  (5+ messages)

[PATCH] docs: Add two missing entries in vm sysctl index
 2020-10-13  9:14 UTC 

[PATCH 0/2] Fix new warnings at linux-next
 2020-10-13  8:52 UTC  (5+ messages)
` [PATCH 1/2] MAINTAINERS: fix broken doc refs due to yaml conversion

[PATCH v2] Documentation: kunit: Update Kconfig parts for KUNIT's module support
 2020-10-13  6:37 UTC 

[PATCH 0/2] Add /sys/firmware/lefi/boardinfo for Loongson64
 2020-10-13  5:55 UTC  (3+ messages)
` [PATCH 1/2] MIPS: Loongson64: Add /sys/firmware/lefi/boardinfo
` [PATCH 2/2] Documentation: ABI: Add /sys/firmware/lefi/boardinfo description for Loongson64

[PATCH v2 0/4 RESEND] Avoid build error, clean up numa.c and add /proc/boardinfo
 2020-10-13  4:36 UTC  (6+ messages)
` [PATCH v2 3/4 RESEND] MIPS: Loongson64: Add /proc/boardinfo

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-12 20:48 UTC  (9+ messages)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v14 04/26] x86/cet: Add control-protection fault handler
` [PATCH v14 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v14 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v14 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v14 12/26] mm: Introduce VM_SHSTK for shadow stack memory

[PATCH v14 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-10-12 20:29 UTC  (10+ messages)
` [PATCH v14 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v14 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v14 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v14 4/7] x86/cet/ibt: ELF header parsing "
` [PATCH v14 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v14 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v14 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v1] gpiolib: Update indentation in driver.rst for code excerpts
 2020-10-12 19:16 UTC  (2+ messages)

[PATCH] Documentation/admin-guide: tainted-kernels: Fix typo occured
 2020-10-12 19:14 UTC  (2+ messages)

[PATCH] Documentation: kunit: Update Kconfig parts for KUNIT's module support
 2020-10-12 18:19 UTC  (2+ messages)

[PATCH] docs: submitting-patches: describe preserving review/test tags
 2020-10-12 17:18 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).