Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 22:35:54 to 2023-06-13 09:47:37 UTC [more...]

[PATCH 0/5] arm64: docs: Move the arm64 docs under Documentation/arch/
 2023-06-13  9:46 UTC  (6+ messages)
` [PATCH 1/5] docs: arm64: Move arm64 documentation "
` [PATCH 2/5] dt-bindings: fix dangling Documentation/arm64 reference
` [PATCH 3/5] arm64: Fix dangling references to Documentation/arm64
` [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference
` [PATCH 5/5] perf arm-spe: "

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-06-13  8:40 UTC  (7+ messages)

[PATCH v4] Documentation/mm: Initial page table documentation
 2023-06-13  8:39 UTC 

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-06-13  8:16 UTC  (3+ messages)

[PATCH v23 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-06-13  8:03 UTC  (10+ messages)
` [PATCH v23 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v23 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v23 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v23 4/8] crash: memory and CPU hotplug sysfs attributes
` [PATCH v23 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v23 6/8] crash: hotplug support for kexec_load()
` [PATCH v23 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v23 8/8] x86/crash: optimize CPU changes

[PATCH v6] f2fs: support FAULT_LOCK type fault injection
 2023-06-13  8:01 UTC  (2+ messages)

[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-13  7:44 UTC  (49+ messages)
` [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
` [PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
` [PATCH v9 03/42] mm: Make pte_mkwrite() take a VMA
` [PATCH v9 04/42] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v9 05/42] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v9 06/42] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v9 07/42] x86/traps: Move control protection handler to separate file
` [PATCH v9 08/42] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v9 09/42] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v9 10/42] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v9 11/42] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v9 12/42] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v9 13/42] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v9 14/42] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v9 15/42] x86/mm: Check shadow stack page fault errors
` [PATCH v9 16/42] mm: Add guard pages around a shadow stack
` [PATCH v9 17/42] mm: Warn on shadow stack memory in wrong vma
` [PATCH v9 18/42] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v9 19/42] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v9 20/42] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v9 21/42] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v9 22/42] mm: Don't allow write GUPs to shadow "
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
` [PATCH v9 24/42] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v9 25/42] x86/fpu: Add helper for modifying xstate
` [PATCH v9 26/42] x86: Introduce userspace API for shadow stack
` [PATCH v9 27/42] x86/shstk: Add user control-protection fault handler
` [PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support
` [PATCH v9 29/42] x86/shstk: Handle thread shadow stack
` [PATCH v9 30/42] x86/shstk: Introduce routines modifying shstk
` [PATCH v9 31/42] x86/shstk: Handle signals for shadow stack
` [PATCH v9 32/42] x86/shstk: Check that SSP is aligned on sigreturn
` [PATCH v9 33/42] x86/shstk: Check that signal frame is shadow stack mem
` [PATCH v9 34/42] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v9 35/42] x86/shstk: Support WRSS for userspace
` [PATCH v9 36/42] x86: Expose thread features in /proc/$PID/status
` [PATCH v9 37/42] x86/shstk: Wire in shadow stack interface
` [PATCH v9 38/42] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v9 39/42] selftests/x86: Add shadow stack test
` [PATCH v9 40/42] x86: Add PTRACE interface for shadow stack
` [PATCH v9 41/42] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v9 42/42] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v5 00/11] blksnap - block devices snapshots module
 2023-06-13  5:50 UTC  (15+ messages)
` [PATCH v5 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v5 02/11] block: "
` [PATCH v5 03/11] documentation: Block Devices Snapshots Module
` [PATCH v5 04/11] blksnap: header file of the module interface
` [PATCH v5 05/11] blksnap: module management interface functions
` [PATCH v5 06/11] blksnap: handling and tracking I/O units
` [PATCH v5 07/11] blksnap: minimum data storage unit of the original block device
` [PATCH v5 08/11] blksnap: difference storage
` [PATCH v5 09/11] blksnap: event queue from the "
` [PATCH v5 10/11] blksnap: snapshot and snapshot image block device
` [PATCH v5 11/11] blksnap: Kconfig and Makefile

[PATCH v2] docs/RCU: Add the missing rcu_read_unlock()
 2023-06-13  3:16 UTC  (2+ messages)

[PATCH v4 01/11] documentation: Block Device Filtering Mechanism
 2023-06-13  1:52 UTC  (6+ messages)
` [PATCH v4 02/11] block: "
` [PATCH v4 11/11] blksnap: Kconfig and Makefile

[PATCH] docs/RCU: Add the missing rcu_read_unlock()
 2023-06-13  0:59 UTC  (3+ messages)

[RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-12 23:49 UTC  (36+ messages)
` [RFC PATCH v8 01/10] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v8 02/10] dpll: spec: Add Netlink spec in YAML
` [RFC PATCH v8 03/10] dpll: core: Add DPLL framework base functions
` [RFC PATCH v8 04/10] dpll: netlink: "
` [RFC PATCH v8 05/10] dpll: api header: "
` [RFC PATCH v8 06/10] netdev: expose DPLL pin handle for netdevice
` [RFC PATCH v8 07/10] ice: add admin commands to access cgu configuration
` [RFC PATCH v8 08/10] ice: implement dpll interface to control cgu
` [RFC PATCH v8 09/10] ptp_ocp: implement DPLL ops

[PATCH 0/7] docs: Move Documentation/arm under Documentation/arch
 2023-06-12 23:40 UTC  (3+ messages)
` [PATCH 4/7] mips: update a reference to a moved Arm Document

[PATCH v2] docs: security: Confidential computing intro and threat model for x86 virtualization
 2023-06-12 22:43 UTC  (2+ messages)

[PATCH net-next] tcp: Make pingpong threshold tunable
 2023-06-12 22:05 UTC  (3+ messages)

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-06-12 20:46 UTC  (13+ messages)

[PATCH] rust: bindgen: upgrade to 0.65.1
 2023-06-12 19:43 UTC 

[PATCH v3 0/3] TDX Guest Quote generation support
 2023-06-12 19:03 UTC  (7+ messages)
` [PATCH v3 1/3] x86/tdx: Add TDX Guest event notify interrupt support
` [PATCH v3 2/3] virt: tdx-guest: Add Quote generation support
` [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature

[PATCH] Documentation: virt: correct location of haltpoll module params
 2023-06-12 14:24 UTC  (3+ messages)

[PATCH RFC 00/17] arm64 kernel text replication
 2023-06-12 15:04 UTC  (6+ messages)
` [PATCH RFC 01/17] arm64: consolidate rox page protection logic
` [PATCH RFC 02/17] arm64: place kernel in its own L0 page table entry

[PATCH V3 00/11] rtla improvements
 2023-06-12 14:21 UTC  (5+ messages)
` [PATCH V3 02/11] rtla: Add --house-keeping option

[PATCH v5 00/11] blksnap - block devices snapshots module
 2023-06-12 13:21 UTC  (9+ messages)
` [PATCH v5 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v5 02/11] block: "
` [PATCH v5 03/11] documentation: Block Devices Snapshots Module
` [PATCH v5 04/11] blksnap: header file of the module interface
` [PATCH v5 05/11] blksnap: module management interface functions
` [PATCH v5 06/11] blksnap: handling and tracking I/O units
` [PATCH v5 07/11] blksnap: minimum data storage unit of the original block device
` [PATCH v5 08/11] blksnap: difference storage

[PATCH net-next v4 5/5] page_pool: update document about frag API
 2023-06-12 13:02 UTC 

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-06-12 12:57 UTC  (8+ messages)
` [PATCH v13 09/24] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v13 17/24] gunyah: vm_mgr: Add framework for VM Functions

[PATCH v2 0/7] docs: Move Documentation/arm under Documentation/arch
 2023-06-12 12:38 UTC  (2+ messages)

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-12  9:44 UTC  (14+ messages)
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[PATCH v4 00/11] blksnap - block devices snapshots module
 2023-06-12  9:23 UTC  (4+ messages)

[PATCH v4 0/9] GenieZone hypervisor drivers
 2023-06-12  8:02 UTC  (9+ messages)
` [PATCH v4 4/9] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v4 5/9] virt: geniezone: Add irqfd support
` [PATCH v4 7/9] virt: geniezone: Add memory region support
` [PATCH v4 8/9] virt: geniezone: Add dtb config support

[PATCH 0/4] Documentation: KVM: multiple editing corrections
 2023-06-12  3:08 UTC  (5+ messages)
` [PATCH 1/4] Documentation: KVM: make corrections to halt-polling.rst
` [PATCH 2/4] Documentation: KVM: make corrections to locking.rst
` [PATCH 3/4] Documentation: KVM: make corrections to ppc-pv.rst
` [PATCH 4/4] Documentation: KVM: make corrections to vcpu-requests.rst

[PATCH v3] Documentation/hwmon: Fix description of devm_hwmon_device_unregister()
 2023-06-12  1:45 UTC 

[PATCH v2] Documentation/hwmon: Fix description of devm_hwmon_device_unregister()
 2023-06-12  1:42 UTC  (3+ messages)

[PATCH] arm64: add kdump.rst into index.rst
 2023-06-12  1:14 UTC  (2+ messages)

[PATCH] Documentation/mm: Add kmap_local_folio() to Temporary Virt. Mappings
 2023-06-11  5:50 UTC  (2+ messages)

[PATCH v3] Documentation/mm: Initial page table documentation
 2023-06-11  5:24 UTC  (2+ messages)

[arm64:for-next/kdump 2/2] htmldocs: Documentation/arm64/kdump.rst: WARNING: document isn't included in any toctree
 2023-06-10 21:26 UTC 

[dhowells-fs:crypto-krb5 1/19] htmldocs: Documentation/crypto/krb5.rst: WARNING: document isn't included in any toctree
 2023-06-10 15:57 UTC 

[PATCH 1/4] Rip out simple_strtoll()
 2023-06-10 12:59 UTC  (12+ messages)
` [PATCH 2/4] vsscanf(): Return -ERANGE on integer overflow
` [PATCH 3/4] Add strict version of vsscanf()
` [PATCH 4/4] Strict XenStore entry parsing

[PATCH 4/4] Docs/RCU/rculist_nulls: Drop unnecessary '_release' in insert function
 2023-06-10 11:04 UTC  (7+ messages)

[PATCH v3 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-10  7:40 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 read-only IMAP folder(s) and NNTP newsgroup(s).