linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-29 09:44:15 to 2022-10-01 06:46:54 UTC [more...]

[PATCH] Documentation: kunit: Update description of --alltests option
 2022-10-01  6:46 UTC 

[PATCH v1 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-01  5:03 UTC  (12+ messages)
` [PATCH v1 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
` [PATCH v1 2/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v1 3/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v1 4/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v1 5/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v1 6/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v1 7/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v1 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v1 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[PATCH v9 0/9] Add Ampere's Altra SMPro MFD and its child drivers
 2022-10-01  4:11 UTC  (18+ messages)
` [PATCH v9 2/9] docs: hwmon: (smpro-hwmon) Add documentation
` [PATCH v9 3/9] misc: smpro-errmon: Add Ampere's SMpro error monitor driver
` [PATCH v9 4/9] docs: misc-devices: (smpro-errmon) Add documentation
` [PATCH v9 5/9] misc: smpro-misc: Add Ampere's Altra SMpro misc driver
` [PATCH v9 6/9] docs: misc-devices: (smpro-misc) Add documentation
` [PATCH v9 7/9] dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver
` [PATCH v9 8/9] mfd: Add Ampere's Altra SMpro "
` [PATCH v9 9/9] docs: ABI: testing: Document the Ampere Altra Family's SMpro sysfs interfaces

[PATCH v2] Documentation: kunit: rewrite writing first test instructions
 2022-10-01  3:07 UTC  (5+ messages)

[PATCH v3 0/1] Expand get_maintainer to be explicit about supporters
 2022-10-01  2:37 UTC  (7+ messages)
` [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed

[PATCH v2 0/9] mm: introduce Designated Movable Blocks
 2022-10-01  1:28 UTC  (4+ messages)
` [PATCH v2 2/9] mm/vmstat: show start_pfn when zone spans pages

[PATCH 00/21] mm: introduce Designated Movable Blocks
 2022-10-01  0:42 UTC  (5+ messages)

[PATCH v2 00/39] Shadowstacks for userspace
 2022-09-30 23:04 UTC  (50+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 20/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status
` [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
` [PATCH v2 32/39] selftests/x86: Add shadow stack test
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit
` [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support

[PATCH bpf-next v4 0/2] Add table of BPF program types to docs
 2022-09-30 22:25 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] Add subdir support to Documentation makefile

[PATCH v10 0/2] SPDX: add copyleft-next-0.3.1
 2022-09-30 20:06 UTC  (2+ messages)

[PATCH v2 0/5] Update the sysctl/fs documentation
 2022-09-30 10:35 UTC  (7+ messages)
` [PATCH v2 1/5] docs: sysctl/fs: remove references to inode-max
` [PATCH v2 2/5] docs: sysctl/fs: remove references to dquot-max/-nr
` [PATCH v2 3/5] docs: sysctl/fs: merge the aio sections
` [PATCH v2 4/5] docs: sysctl/fs: remove references to super-max/-nr
` [PATCH v2 5/5] docs: sysctl/fs: re-order, prettify

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-30 16:23 UTC  (17+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed

[PATCH v14 0/3] Add TDX Guest Attestation support
 2022-09-30 15:27 UTC  (6+ messages)
` [PATCH v14 2/3] virt: Add TDX guest driver

[PATCH v2 0/6] Enhance definition of DFH and use enhancements for uart driver
 2022-09-30 14:09 UTC  (11+ messages)
` [PATCH v2 2/6] fpga: dfl: Move the DFH definitions
` [PATCH v2 4/6] fpga: dfl: add generic support for MSIX interrupts
` [PATCH v2 5/6] fpga: dfl: parse the location of the feature's registers from DFHv1
` [PATCH v2 6/6] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH] docs: update flexible arrays to match code
 2022-09-30 13:20 UTC 

[PATCH v4 00/14] Drivers for gunyah hypervisor
 2022-09-30 12:22 UTC  (16+ messages)
` [PATCH v4 06/14] virt: gunyah: Add sysfs nodes
` [PATCH v4 09/14] mailbox: Add Gunyah message queue mailbox
` [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
` [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services
` [PATCH v4 13/14] gunyah: rsc_mgr: Add auxiliary devices for console
` [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services

[PATCH -next 0/8] add some missing devm_* functions
 2022-09-30 11:25 UTC  (9+ messages)
` [PATCH -next 1/8] Documentation: devres: add missing devm_acpi_dma_controller_free() helper
` [PATCH -next 2/8] Documentation: devres: add missing REGULATOR helper
` [PATCH -next 3/8] Documentation: devres: add missing PWM helper
` [PATCH -next 4/8] Documentation: devres: add missing PHY helpers
` [PATCH -next 5/8] Documentation: devres: add missing MEM helper
` [PATCH -next 6/8] Documentation: devres: add missing I2C helper
` [PATCH -next 7/8] Documentation: devres: add missing LED helpers
` [PATCH -next 8/8] Documentation: devres: add missing IIO helpers

[PATCH v4 0/4] serial: RS485 kerneldoc/documentation improvements
 2022-09-30  9:27 UTC  (3+ messages)
` [PATCH v4 1/4] serial: Convert serial_rs485 to kernel doc

[PATCH] docs/howto: Replace abundoned URL of gmane.org
 2022-09-30  9:14 UTC  (2+ messages)

[PATCH v1 0/2] docs/zh_CN: Update mm to 6.0-rc7
 2022-09-30  9:13 UTC  (5+ messages)
` [PATCH v1 1/2] docs/zh_CN: Update the translation of ksm "
` [PATCH v1 2/2] docs/zh_CN: Update the translation of page_owner "

[PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
 2022-09-30  8:56 UTC  (2+ messages)

[RFC] proc: Add a new isolated /proc/pid/mempolicy type
 2022-09-30  8:54 UTC  (10+ messages)
  ` [External] "

[PATCH] docs/zh_CN: Fix build warning
 2022-09-30  8:41 UTC  (3+ messages)

[PATCH -next v5 0/4] Optimize and bugfix for memory-hotplug
 2022-09-30  8:35 UTC  (8+ messages)
` [PATCH -next v5 1/4] selftests/memory-hotplug: Add checking after online or offline
` [PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
` [PATCH -next v5 3/4] selftests/memory-hotplug: Adjust log info for maintainability
` [PATCH -next v5 4/4] docs: notifier-error-inject: Correct test's name

[PATCH 0/2] update and a new translation in zh_CN/admin-guide
 2022-09-30  8:30 UTC  (4+ messages)
` [PATCH 2/2] docs/zh_CN: Add new translation of admin-guide/bootconfig.rst

[PATCH v2] Documentation: Kunit: Use full path to .kunitconfig
 2022-09-30  4:05 UTC  (3+ messages)

[PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage
 2022-09-30  3:11 UTC  (3+ messages)

[PATCH net-next v2 0/7] Netlink protocol specs
 2022-09-30  2:34 UTC  (8+ messages)
` [PATCH net-next v2 1/7] docs: add more netlink docs (incl. spec docs)
` [PATCH net-next v2 2/7] netlink: add schemas for YAML specs
` [PATCH net-next v2 3/7] net: add basic C code generators for Netlink
` [PATCH net-next v2 4/7] netlink: add a proto specification for FOU
` [PATCH net-next v2 5/7] net: fou: regenerate the uAPI from the spec
` [PATCH net-next v2 6/7] net: fou: rename the source for linking
` [PATCH net-next v2 7/7] net: fou: use policy and operation tables generated from the spec

[PATCH v5 00/12] x86/resctrl: Support for AMD QoS new features
 2022-09-29 22:10 UTC  (10+ messages)
` [PATCH v5 01/12] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features

[PATCH v3 0/7] Rewrite the top-level index.rst
 2022-09-29 19:28 UTC  (6+ messages)

[PATCH v2 0/2] coding-style.rst: document BUG() and WARN() rules
 2022-09-29 19:21 UTC  (2+ messages)

[PATCH -next] Documentation: devres: add missing IO helper
 2022-09-29 19:18 UTC  (2+ messages)

[PATCH -next] Documentation: devres: update IRQ helper
 2022-09-29 19:18 UTC  (2+ messages)

[PATCH] Documentation/mm: modify page_referenced to folio_referenced
 2022-09-29 19:16 UTC  (2+ messages)

[PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
 2022-09-29 19:15 UTC  (2+ messages)

[PATCH] docs/doc-guide: Add documentation on SPHINX_IMGMATH
 2022-09-29 19:14 UTC  (3+ messages)

[PATCH v1] docs: process/5.Posting.rst: clarify use of Reported-by: tag
 2022-09-29 19:11 UTC  (2+ messages)

[PATCH] docs, kprobes: Fix the wrong location of Kprobes
 2022-09-29 19:09 UTC  (5+ messages)

[PATCH net-next 0/6] Netlink protocol specs
 2022-09-29 15:52 UTC  (10+ messages)
` [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
` [PATCH net-next 4/6] netlink: add a proto specification for FOU

[PATCH] Documentation: kunit: rewrite writing first test instructions
 2022-09-29 13:00 UTC  (2+ messages)

[PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
 2022-09-29 12:08 UTC 

[PATCH v2 0/2] Expand get_maintainer to be explicit about supporters
 2022-09-29 11:15 UTC  (6+ messages)
` [PATCH v2 2/2] Documentation/process: Add text to indicate supporters should be mailed


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