linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-01 12:58:07 to 2024-08-03 06:40:29 UTC [more...]

[PATCH V7] LoongArch: Add AVEC irqchip support
 2024-08-03  6:40 UTC  (5+ messages)

[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-03  6:08 UTC  (21+ messages)
` [PATCH v20 01/20] security: add ipe lsm
` [PATCH v20 02/20] ipe: add policy parser
` [PATCH v20 03/20] ipe: add evaluation loop
` [PATCH v20 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v20 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v20 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v20 07/20] security: add new securityfs delete function
` [PATCH v20 08/20] ipe: add userspace interface
` [PATCH v20 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v20 10/20] ipe: add permissive toggle
` [PATCH v20 11/20] block|lsm: Add LSM blob and new LSM hooks for block devices
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v20 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v20 14/20] security: add security_inode_setintegrity() hook
` [PATCH v20 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v20 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v20 17/20] scripts: add boot policy generation program
` [PATCH v20 18/20] ipe: kunit test for parser
` [PATCH v20 19/20] Documentation: add ipe documentation
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH v1 00/11] mm: replace follow_page() by folio_walk
 2024-08-03  5:34 UTC  (13+ messages)
` [PATCH v1 01/11] mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v1 02/11] mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
` [PATCH v1 03/11] mm/migrate: convert do_pages_stat_array() from follow_page() to folio_walk
` [PATCH v1 04/11] mm/migrate: convert add_page_for_migration() "
` [PATCH v1 05/11] mm/ksm: convert get_mergeable_page() "
` [PATCH v1 06/11] mm/ksm: convert scan_get_next_rmap_item() "
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() "
` [PATCH v1 08/11] s390/uv: convert gmap_destroy_page() "
` [PATCH v1 09/11] s390/mm/fault: convert do_secure_storage_access() "
` [PATCH v1 10/11] mm: remove follow_page()
` [PATCH v1 11/11] mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk

[PATCH v9 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-08-03  3:56 UTC  (9+ messages)
` [PATCH v9 1/4] dt-bindings: hwmon: Add Sophgo "
` [PATCH v9 2/4] drivers: hwmon: sophgo: Add "
` [PATCH v9 3/4] riscv: dts: sophgo: Add mcu device for Milk-V Pioneer
` [PATCH v9 4/4] riscv: defconfig: Enable MCU support for SG2042

[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-08-03  0:49 UTC  (34+ messages)
` [PATCH v5 09/20] x86/resctrl: Initialize monitor counters bitmap
` [PATCH v5 18/20] x86/resctrl: Enable AMD ABMC feature by default when supported
` [PATCH v5 19/20] x86/resctrl: Introduce interface to list monitor states of all the groups
` [PATCH v5 20/20] x86/resctrl: Introduce interface to modify assignment states of "

[morse:mpam/snapshot/v6.11-rc1 47/128] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/arch/x86/resctrl*
 2024-08-02 19:59 UTC 

[PATCH v13] mm: report per-page metadata information
 2024-08-02 19:02 UTC  (2+ messages)

[PATCH V3 04/10] PCI/TPH: Add pci=nostmode to force No ST Mode
 2024-08-02 17:05 UTC  (3+ messages)

[PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
 2024-08-02 17:00 UTC  (3+ messages)

[PATCH V3 06/10] PCI/TPH: Introduce API to retrieve TPH steering tags from ACPI
 2024-08-02 16:58 UTC  (3+ messages)

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-02 16:44 UTC  (36+ messages)
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 06/26] MIPS: loongson64: "
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH v9 00/17] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-08-02 16:10 UTC  (18+ messages)
` [PATCH v9 01/17] drm/vkms: Code formatting
` [PATCH v9 02/17] drm/vkms: Use drm_frame directly
` [PATCH v9 03/17] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v9 04/17] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v9 05/17] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
` [PATCH v9 06/17] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
` [PATCH v9 07/17] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v9 08/17] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v9 09/17] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v9 10/17] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v9 11/17] drm/vkms: Remove useless drm_rotation_simplify
` [PATCH v9 12/17] drm/vkms: Add YUV support
` [PATCH v9 13/17] drm/vkms: Add range and encoding properties to the plane
` [PATCH v9 14/17] drm/vkms: Drop YUV formats TODO
` [PATCH v9 15/17] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v9 16/17] drm/vkms: Add how to run the Kunit tests
` [PATCH v9 17/17] drm/vkms: Add support for DRM_FORMAT_R*

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-02 16:03 UTC  (36+ messages)
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-02 15:57 UTC  (5+ messages)
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers

[PATCH v2 0/8] Introduce fwctl subystem
 2024-08-02 15:57 UTC  (22+ messages)
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-02 14:46 UTC  (16+ messages)
` [PATCH v4 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v4 12/13] dt-bindings: riscv: Add Ziccrse "
` [PATCH v4 13/13] riscv: Add qspinlock support

[PATCH 0/2] "nosnp" sev command line support
 2024-08-02 14:19 UTC  (8+ messages)
` [PATCH 1/2] x86, KVM:SVM: Move sev specific parsing into arch/x86/virt/svm
` [PATCH 2/2] x86 KVM:SVM: Provide "nosnp" boot option for sev kernel command line

[PATCH v2] docs: KVM: Fix register ID of SPSR_FIQ
 2024-08-02 13:20 UTC  (2+ messages)

[PATCH v24 00/34] Introduce QC USB SND audio offloading support
 2024-08-02  6:32 UTC  (21+ messages)
` [PATCH v24 09/34] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v24 10/34] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v24 11/34] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v24 12/34] ASoC: doc: Add documentation for SOC USB
` [PATCH v24 16/34] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v24 17/34] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6

[PATCH v1] thermal: core: Update thermal zone registration documentation
 2024-08-02  9:33 UTC  (2+ messages)

[PATCH 00/10] Remove pcim_iomap_regions_request_all()
 2024-08-02  8:02 UTC  (19+ messages)
` [PATCH 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH 03/10] crypto: qat - replace "
` [PATCH 04/10] crypto: marvell "
` [PATCH 05/10] intel_th: pci: Replace "
` [PATCH 06/10] wifi: iwlwifi: replace "
` [PATCH 07/10] ntb: idt: Replace "
` [PATCH 08/10] serial: rp2: Remove "
` [PATCH 09/10] ALSA: korg1212: Replace "
` [PATCH 10/10] PCI: Remove pcim_iomap_regions_request_all()

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-08-01 22:22 UTC  (9+ messages)
` [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT

[PATCH] Documentation: devres: fix error about PCI devres
 2024-08-01 17:55 UTC 

[PATCH 0/6] mm: split underutilized THPs
 2024-08-01 16:27 UTC  (5+ messages)

[PATCH v6 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
 2024-08-01 15:17 UTC  (11+ messages)
  ` [EXT] "


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