linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-04 11:41:49 to 2022-11-07 12:20:15 UTC [more...]

[PATCH bpf-next v1] bpf, docs: document BPF_MAP_TYPE_ARRAY_OF_MAPS and *_HASH_OF_MAPS
 2022-11-07 11:41 UTC  (3+ messages)

[PATCH bpf-next v1] docs/bpf: Document BPF map types QUEUE and STACK
 2022-11-07  9:17 UTC  (3+ messages)

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-07 12:00 UTC  (3+ messages)
  ` [External] "

[PATCH] Documentation: RCU: use code blocks with autogenerated line (was: Re: linux-next: build warning after merge of the rcu tree)
 2022-11-07 11:48 UTC  (2+ messages)

[RFC v2 3/3] mm, printk: introduce new format %pGt for page_type
 2022-11-07 11:18 UTC  (3+ messages)

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

[PATCH net-next 0/9] octeon_ep: Update PF mailbox for VF
 2022-11-07  8:18 UTC  (12+ messages)
` [PATCH net-next 1/9] octeon_ep: wait for firmware ready
` [PATCH net-next 2/9] octeon_ep: poll for control messages
` [PATCH net-next 3/9] octeon_ep: control mailbox for multiple PFs
` [PATCH net-next 4/9] octeon_ep: enhance control mailbox for VF support
` [PATCH net-next 5/9] octeon_ep: support asynchronous notifications
` [PATCH net-next 6/9] octeon_ep: control mbox support for VF stats and link info
` [PATCH net-next 7/9] octeon_ep: add SRIOV VF creation
` [PATCH net-next 8/9] octeon_ep: add PF-VF mailbox communication
` [PATCH net-next 9/9] octeon_ep: add heartbeat monitor

[PATCH] Documentation: riscv: tableize memory layout
 2022-11-07  7:26 UTC  (5+ messages)

[PATCH v1 0/6] ARM: Add GXP Fan and SPI controllers
 2022-11-07  3:56 UTC  (11+ messages)
` [PATCH v1 1/6] hwmon: (gxp-fan-ctrl) Add GXP fan controller
` [PATCH v1 2/6] ABI: sysfs-class-hwmon: add a description for fanY_fault
` [PATCH v1 3/6] dt-bindings: hwmon: Add hpe,gxp-fan-ctrl
` [PATCH v1 4/6] ARM: dts: add GXP Support for fans and SPI
` [PATCH v1 5/6] ARM: multi_v7_defconfig: Add GXP Fan and SPI support
` [PATCH v1 6/6] MAINTAINERS: add gxp fan controller and documents

[PATCH RESEND] Documentation: devres: add missing IIO helpers
 2022-11-07  1:25 UTC  (3+ messages)

[PATCH] Documentation: ad4130: format list of in_voltage-voltage_filter_mode_available modes
 2022-11-06 17:28 UTC  (2+ messages)

[PATCH] mm: anonymous shared memory naming
 2022-11-06 16:52 UTC  (6+ messages)

[PATCH net-next v2] net/core: Allow live renaming when an interface is up
 2022-11-06 16:24 UTC  (2+ messages)

[jpirko-mlxsw:jiri_devel_dpll_v2 9/20] htmldocs: Documentation/networking/index.rst:8: WARNING: toctree contains reference to document 'networking/dpll' that doesn't have a title: no link will be generated
 2022-11-06 11:43 UTC 

[PATCH V3 0/3] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 2)
 2022-11-06  9:45 UTC  (5+ messages)
` [PATCH V3 1/3] docs/zh_CN: core-api: Add this_cpu_ops Chinese translation
` [PATCH V3 2/3] docs/zh_CN: core-api: Add timekeeping "
` [PATCH V3 3/3] docs/zh_CN: core-api: Add errseq "

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

[PATCH 0/3] x86/speculation: Support Automatic IBRS
 2022-11-06  8:38 UTC  (11+ messages)
` [PATCH 1/3] x86/cpufeatures: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax)
` [PATCH 2/3] x86/speculation: Support Automatic IBRS
` [PATCH 3/3] x86/speculation: Support Automatic IBRS under virtualization

[PATCH] Documentation: eisa: Fix typo
 2022-11-06  2:51 UTC  (3+ messages)

[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
 2022-11-05 21:47 UTC  (15+ messages)

[PATCH] doc: phy: Document typical order of API calls
 2022-11-05 14:45 UTC  (2+ messages)

[PATCH v3] docs/zh_CN: Add userspace-api/seccomp_filter Chinese translation
 2022-11-05 14:23 UTC  (2+ messages)

[PATCH] docs/zh_CN: Add userspace-api/futex2 Chinese translation
 2022-11-05 13:33 UTC  (2+ messages)

[PATCH bpf-next v2] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
 2022-11-05 12:54 UTC  (4+ messages)

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-05  9:31 UTC  (27+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
  ` [PATCH v3 8/15] "
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
` [PATCH v3 15/15] iommufd: Add a selftest

[PATCH v6 00/21] Drivers for gunyah hypervisor
 2022-11-05  4:19 UTC  (9+ messages)
` [PATCH v6 13/21] gunyah: vm_mgr: Introduce basic VM Manager

[PATCH 0/7] Add Tegra234 HTE support
 2022-11-05  3:33 UTC  (3+ messages)
` [PATCH 5/7] hte: Re-phrase tegra API document

[PATCH net-next v4] octeon_ep: support Octeon device CNF95N
 2022-11-05  3:10 UTC  (2+ messages)

[PATCH bpf-next] Documentation: bpf: escape underscore in BPF type name prefix
 2022-11-05  2:49 UTC  (7+ messages)

[PATCH bpf-next v2] docs/bpf: Add LRU internals description and graph
 2022-11-05  0:12 UTC  (5+ messages)

[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
 2022-11-04 23:34 UTC  (9+ messages)

[PATCH net-next v5] ethtool: linkstate: add a statistic for PHY down events
 2022-11-04 22:48 UTC  (3+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-04 22:29 UTC  (9+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v2 00/15] magic-number.rst funeral rites
 2022-11-04 19:57 UTC  (6+ messages)
` [PATCH v2 07/15] MIPS: IP27: clean out sn/nmi.h
` [PATCH v2 14/15] scsi: ncr53c8xx: replace CCB_MAGIC with bool busy

[PATCH v4 00/11] Encrypted Hibernation
 2022-11-04 18:34 UTC  (3+ messages)
` [PATCH v4 05/11] security: keys: trusted: Allow storage of PCR values in creation data

[PATCH] Documentation: devres: add missing devm_acpi_dma_controller_free() helper
 2022-11-04 14:48 UTC  (2+ messages)

[PATCH v2 0/3] dmaengine: Add support for immediate commands
 2022-11-04 12:40 UTC  (2+ messages)

[PATCH] Docs/admin-guide/mm/zswap: remove a paragraph about zswap being a new feature
 2022-11-04 12:26 UTC 

[PATCH] kvm/arm: Fix pvtime documentation
 2022-11-04 12:19 UTC  (6+ messages)

[PATCH] docs/ja_JP/howto: Update for v6.1
 2022-11-04 12:01 UTC  (2+ messages)

[PATCH hid v11 00/14] Introduce eBPF support for HID devices
 2022-11-04 11:41 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 NNTP newsgroup(s).