linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-30 20:13:30 to 2022-12-03 01:00:19 UTC [more...]

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-12-03  1:00 UTC  (3+ messages)

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

kernel-doc headers for assembly language functions
 2022-12-03  0:31 UTC 

[PATCH v3] mm: Add nodes= arg to memory.reclaim
 2022-12-02 23:51 UTC  (2+ messages)

[PATCH 0/9] platform/surface: aggregator: Improve target/source handling in SSH messages
 2022-12-02 22:33 UTC  (2+ messages)
` [PATCH 2/9] platform/surface: aggregator: Improve documentation and handling of message target and source IDs

[PATCH bpf] bpf, docs: Correct the example of BPF_XOR
 2022-12-02 21:30 UTC  (2+ messages)

[PATCH] exit: Allow oops_limit to be disabled
 2022-12-02 21:06 UTC 

[PATCH v1 0/2] leds: add aw20xx driver
 2022-12-02 18:53 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: leds: add binding for aw200xx

[PATCH v2 18/18] Docs/x86/sgx: Add description for cgroup support
 2022-12-02 18:36 UTC 

[PATCH v2 0/4] KVM: Delete all references to removed ioctls
 2022-12-02 17:55 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl
` [PATCH v2 2/4] KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl
` [PATCH v2 3/4] KVM: Reference to kvm_userspace_memory_region in doc and comments
` [PATCH v2 4/4] KVM: Add missing arch for KVM_CREATE_DEVICE and KVM_{SET,GET}_DEVICE_ATTR

[PATCH v4 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-02 17:40 UTC  (10+ messages)
` [PATCH v4 1/7] x86/cpu: Define a scattered No Nested Data Breakpoints feature bit
` [PATCH v4 2/7] x86/cpu: Define a scattered Null Selector Clears Base "
` [PATCH v4 3/7] x86/cpu: Make X86_FEATURE_LFENCE_RDTSC a scattered "
` [PATCH v4 4/7] x86/cpu, kvm: Move CPUID 0x80000021 EAX feature bits propagation to kvm_set_cpu_caps()
` [PATCH v4 5/7] x86/cpu: Define a scattered AMD Automatic IBRS feature bit
` [PATCH v4 6/7] x86/cpu: Support AMD Automatic IBRS
` [PATCH v4 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest

[PATCH v3 0/2] earlycon: Let users set the clock frequency
 2022-12-02 17:24 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH] docs: Integrate rustdoc into Rust documentation
 2022-12-02 16:30 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-12-02 13:44 UTC  (5+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH] Documentation: Fixed a typo in bootconfig.rst
 2022-12-02 12:22 UTC 

[PATCH] fscrypt: add additional documentation for SM4 support
 2022-12-02 12:08 UTC  (2+ messages)

[PATCH v4 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-12-02 12:01 UTC  (5+ messages)
` [PATCH v4 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
` [PATCH v4 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support

[PATCH bpf-next v3 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-02 11:40 UTC 

[PATCH v1 0/3] Putting some basic order on isa extension lists
 2022-12-02 11:37 UTC  (18+ messages)
` [PATCH v1 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH v1 2/3] RISC-V: resort all extensions in consistent orders
` [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[PATCH net-next 1/2] Documentation: bonding: update miimon default to 100
 2022-12-02 11:20 UTC  (3+ messages)
` [PATCH net-next 2/2] Documentation: bonding: correct xmit hash steps

[PATCH] fs: configfs: remove mentions of committable items
 2022-12-02 10:11 UTC  (2+ messages)

[PATCH bpf-next v2 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-02  9:54 UTC  (3+ messages)

[PATCH 1/2] KVM: Mark KVM_SET_MEMORY_REGION and KVM_SET_MEMORY_ALIAS as obsoleted
 2022-12-02  9:42 UTC  (4+ messages)

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-02  9:00 UTC  (10+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 4/9] KVM: s390: selftest: memop: Replace macros by functions

[PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-02  8:37 UTC  (12+ messages)

[PATCH v9] mm: add zblock - new allocator for use via zpool API
 2022-12-02  7:35 UTC  (2+ messages)

[RFC PATCH v2] mm: Add nodes= arg to memory.reclaim
 2022-12-02  6:24 UTC  (8+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  6:13 UTC  (10+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v8 12/12] landlock: Document Landlock's network support
 2022-12-02  3:14 UTC  (4+ messages)

[PATCH v4 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-12-02  1:19 UTC  (7+ messages)
` [PATCH v4 2/3] kunit: Use the static key when retrieving the current test
` [PATCH v4 3/3] mm: slub: test: Use the kunit_get_current_test() function

[PATCH 0/3] amdgpu/drm: Documentation updates
 2022-12-01 21:51 UTC  (6+ messages)
` [PATCH 1/3] drm/amdgpu: improve GART and GTT documentation
` [PATCH 2/3] drm/amdgpu: add GART and GTT to glossary
` [PATCH 3/3] drm/amdgpu: mention RDNA support in docu

[PATCH] Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections
 2022-12-01 20:48 UTC  (2+ messages)

[PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-01 20:18 UTC  (4+ messages)

[PATCH] Documentation: riscv: note that counter access is part of the uABI
 2022-12-01 19:21 UTC  (2+ messages)

[PATCH v9 00/13] Support for AMD QoS new features
 2022-12-01 15:37 UTC  (14+ messages)
` [PATCH v9 01/13] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v9 02/13] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
` [PATCH v9 03/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
` [PATCH v9 04/13] x86/resctrl: Include new features in command line options
` [PATCH v9 05/13] x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation
` [PATCH v9 06/13] x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
` [PATCH v9 07/13] x86/resctrl: Introduce data structure to support monitor configuration
` [PATCH v9 08/13] x86/resctrl: Add sysfs interface to read mbm_total_bytes_config
` [PATCH v9 09/13] x86/resctrl: Add sysfs interface to read mbm_local_bytes_config
` [PATCH v9 10/13] x86/resctrl: Add sysfs interface to write mbm_total_bytes_config
` [PATCH v9 11/13] x86/resctrl: Add sysfs interface to write mbm_local_bytes_config
` [PATCH v9 12/13] x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
` [PATCH v9 13/13] Documentation/x86: Update resctrl.rst for new features

[PATCH v8 00/13] Support for AMD QoS new features
 2022-12-01 13:56 UTC  (8+ messages)
` [PATCH v8 05/13] x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation

[PATCH net-next 00/12] Fix rtnl_mutex deadlock with DPAA2 and SFP modules
 2022-12-01 12:50 UTC  (2+ messages)

[PATCH v3 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-12-01 12:45 UTC  (4+ messages)
` [PATCH v3 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support

[PATCH v1 1/3] Documentation: gpio: Input mode is not true Hi-Z
 2022-12-01 11:18 UTC  (5+ messages)
` [PATCH v1 2/3] Documentation: gpio: Add a section on what to return in ->get() callback

[PATCH 0/2] Update links of LoongArch ISA Vol1 and ELF psABI
 2022-12-01 10:59 UTC  (3+ messages)
` [PATCH 1/2] docs/LoongArch: "
` [PATCH 2/2] docs/zh_CN/LoongArch: "

[PATCH net-next v2 0/9] octeon_ep: Update PF mailbox for VF
 2022-12-01  8:11 UTC  (5+ messages)
` [PATCH net-next v2 2/9] octeon_ep: poll for control messages
    ` [EXT] "

[PATCH V4 0/3] Add osnoise/options options
 2022-12-01  3:59 UTC  (3+ messages)
` [PATCH V4 3/3] Documentation/osnoise: Add osnoise/options documentation

[PATCH v5 05/19] iommufd: Document overview of iommufd
 2022-12-01  0:08 UTC  (3+ messages)

[jgunthorpe:iommufd 11/20] htmldocs: Documentation/userspace-api/iommufd:174: ./include/uapi/linux/iommufd.h:117: WARNING: Unexpected indentation
 2022-12-01  0:03 UTC  (2+ messages)

[PATCH v3 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-11-30 20:36 UTC  (3+ messages)
` [PATCH v3 6/7] "

[PATCH v3 0/6] ARM: Add GXP Fan and SPI controllers
 2022-11-30 20:08 UTC  (6+ messages)
` [PATCH v3 1/6] hwmon: (gxp-fan-ctrl) Add GXP fan controller
` [PATCH v3 3/6] dt-bindings: hwmon: Add hpe,gxp-fan-ctrl
` [PATCH v3 4/6] ARM: dts: add GXP Support for fans and SPI
` [PATCH v3 5/6] ARM: multi_v7_defconfig: Add GXP Fan and SPI support
` [PATCH v3 6/6] MAINTAINERS: add gxp fan controller and documents


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