linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 21:08:10 to 2022-10-04 08:02:13 UTC [more...]

[PATCH RESEND v4 0/2] Fixup instructions around mailing recipients
 2022-10-04  8:02 UTC  (4+ messages)
` [PATCH RESEND v4 1/2] get_maintainer: Print maintainer for S: Supported
` [PATCH RESEND v4 2/2] Documentation/process: Be more explicit about who to mail on patch submission

[PATCH net-next] docs: networking: phy: add missing space
 2022-10-04  7:32 UTC 

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-04  5:01 UTC  (133+ 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 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 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/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

[RFC UKL 00/10] Unikernel Linux (UKL)
 2022-10-04  2:11 UTC  (12+ messages)
` [RFC UKL 01/10] kbuild: Add sections and symbols to linker script for UKL support
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 03/10] sched: Add task_struct tracking of kernel or application execution
` [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
` [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
` [RFC UKL 06/10] x86/fault: Skip checking kernel mode access to user address space for UKL
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 08/10] exec: Make exec path for starting UKL application
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
` [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL

[PATCH net-next v8 0/7] add generic PSE support
 2022-10-04  2:10 UTC  (11+ messages)
` [PATCH net-next v8 1/7] dt-bindings: net: phy: add PoDL PSE property
` [PATCH net-next v8 2/7] net: add framework to support Ethernet PSE and PDs devices
` [PATCH net-next v8 3/7] net: mdiobus: fwnode_mdiobus_register_phy() rework error handling
` [PATCH net-next v8 4/7] net: mdiobus: search for PSE nodes by parsing PHY nodes
` [PATCH net-next v8 5/7] ethtool: add interface to interact with Ethernet Power Equipment
` [PATCH net-next v8 6/7] dt-bindings: net: pse-dt: add bindings for regulator based PoDL PSE controller
` [PATCH net-next v8 7/7] net: pse-pd: add regulator based PSE driver

[PATCH v11 0/2] SPDX: add copyleft-next-0.3.1
 2022-10-03 18:47 UTC  (5+ messages)
` [PATCH v11 1/2] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v11 2/2] testing: use the copyleft-next-0.3.1 SPDX tag

[PATCH] Documentation: kunit: Update description of --alltests option
 2022-10-03 17:37 UTC  (2+ messages)

[GIT PULL] Documentation changes for 6.0
 2022-10-03 17:32 UTC  (2+ messages)

[PATCH v6 0/8] phy: Add support for Lynx 10G SerDes
 2022-10-03 17:04 UTC  (5+ messages)
` [PATCH v6 4/8] phy: fsl: Add Lynx 10G SerDes driver

[PATCH bpf-next] Documentation: bpf: Add implementation notes documentations to table of contents
 2022-10-03 16:20 UTC  (2+ messages)

[PATCH v4 0/2] Fixup instructions around mailing recipients
 2022-10-03 16:13 UTC  (3+ messages)
` [PATCH v4 1/2] get_maintainer: Print maintainer for S: Supported
` [PATCH v4 2/2] Documentation/process: Be more explicit about who to mail on patch submission

[PATCH v5 00/12] x86/resctrl: Support for AMD QoS new features
 2022-10-03 15:36 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/4] Implement IOCTL to get and clear soft dirty PTE
 2022-10-03 11:21 UTC  (5+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-03 11:01 UTC  (6+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH v4 00/14] Drivers for gunyah hypervisor
 2022-10-03  7:01 UTC  (12+ messages)
` [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
` [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services
    ` new checkpatch flexible array test ? (was Re: [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services)
` [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services

[PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage
 2022-10-03  6:03 UTC  (5+ messages)

[PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
 2022-10-03  1:28 UTC  (12+ messages)

[PATCH] docs: bump minimal GNU Make version to 3.82
 2022-10-02 19:22 UTC  (2+ messages)

[PATCH v2] Documentation: x86: boot: reserve type_of_loader=13 for barebox
 2022-10-02 12:57 UTC 

[PATCH -next] Documentation: devres: add missing IIO helpers
 2022-10-02 12:49 UTC  (3+ messages)

[PATCH] Documentation: x86: boot: reserve type_of_loader=13 for barebox
 2022-10-02 11:29 UTC  (4+ messages)

[bpf-next:master 9/11] htmldocs: Documentation/bpf/clang-notes.rst: WARNING: document isn't included in any toctree
 2022-10-01 23:04 UTC 

[PATCH 0/2] riscv: Support HAVE_ARCH_HUGE_VMAP and HAVE_ARCH_HUGE_VMALLOC
 2022-10-01 19:00 UTC  (2+ messages)

[bpf-next:master 7/11] htmldocs: Documentation/bpf/linux-notes.rst:55: WARNING: Malformed table
 2022-10-01 15:52 UTC  (3+ messages)

[PATCH v10 0/2] SPDX: add copyleft-next-0.3.1
 2022-10-01 15:08 UTC  (7+ messages)
` [PATCH v10 1/2] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v10 2/2] testing: use the copyleft-next-0.3.1 SPDX tag

[hverkuil-media-tree:extron 1/4] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-cap-edid (if the link has no caption the label must precede a section header)
 2022-10-01 14:55 UTC 

[PATCH v2 0/6] Enhance definition of DFH and use enhancements for uart driver
 2022-10-01 14:50 UTC  (4+ messages)
` [PATCH v2 4/6] fpga: dfl: add generic support for MSIX interrupts

[PATCH v9 0/9] Add Ampere's Altra SMPro MFD and its child drivers
 2022-10-01 12:59 UTC  (7+ messages)
` [PATCH v9 1/9] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver
` [PATCH v9 2/9] docs: hwmon: (smpro-hwmon) Add documentation
` [PATCH v9 6/9] docs: misc-devices: (smpro-misc) "

[PATCH] Documentation: update urls to Linux Foundation wiki
 2022-10-01 11:20 UTC 

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

[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 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 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


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