linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 10:17:38 to 2023-07-26 19:57:30 UTC [more...]

[PATCH v3 0/1] Add a sysctl to disable io_uring system-wide
 2023-07-26 20:02 UTC  (4+ messages)
` [PATCH v3 1/1] io_uring: add "

[PATCH v5 0/4] x86/speculation: Disable IBRS when idle
 2023-07-26 10:44 UTC  (5+ messages)
` [PATCH v5 4/4] intel_idle: Add ibrs_off module parameter to force disable IBRS

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-26 19:41 UTC  (18+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[RFC PATCH] rework top page and organize toc on the sidebar
 2023-07-26 19:30 UTC  (8+ messages)
  ` [RFC PATCH v2] docs: rework "Working with the development community"

[PATCH v3 0/9] libata: remove references to 'old' error handler
 2023-07-26 19:29 UTC  (7+ messages)
` [PATCH v3 8/9] ata: remove ata_bus_probe()
` [PATCH v3 9/9] ata: remove deprecated EH callbacks

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-07-26 17:06 UTC  (20+ messages)
` [PATCH 01/11] maple_tree: Introduce ma_nonleaf_data_end{_nocheck}()
` [PATCH 02/11] maple_tree: Validate MAPLE_ENODE and ma_nonleaf_data_end()
` [PATCH 03/11] maple_tree: Add some helper functions
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 05/11] maple_tree: Add test for mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry
` [PATCH 07/11] maple_tree: Update the documentation of maple tree
` [PATCH 08/11] maple_tree: Skip other tests when BENCH is enabled
` [PATCH 09/11] maple_tree: Update check_forking() and bench_forking()
` [PATCH 10/11] MAINTAINERS: Add co-maintainer for maple tree
` [PATCH 11/11] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH v7 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-26 16:45 UTC  (5+ messages)
` [PATCH v7 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v7 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v7 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v7 4/4] RISC-V: mm: Document mmap changes

[PATCH 1/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-07-26 16:19 UTC  (3+ messages)

[PATCH v2] init: Add support for rootwait timeout parameter
 2023-07-26 15:22 UTC 

[PATCH v2 1/1] Documentation: core-api: Drop :export: for int_log.h
 2023-07-26 14:45 UTC  (11+ messages)

[PATCH v3 0/8] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
 2023-07-26 14:10 UTC  (4+ messages)
` [PATCH v4 0/7] "

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-26 14:02 UTC  (7+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH -next v9 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-07-26 17:50 UTC  (5+ messages)
` [PATCH -next v9 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v9 2/2] docs: kdump: Update the crashkernel description for riscv

[PATCH -next v8 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-07-26  9:30 UTC  (7+ messages)
` [PATCH -next v8 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v8 2/2] docs: kdump: Update the crashkernel description for riscv

[PATCH v2] mm/slub: disable slab merging in the default configuration
 2023-07-26  8:34 UTC  (10+ messages)

[PATCH v4 0/4] Add metric for Arm CMN
 2023-07-26  6:40 UTC  (7+ messages)
` [PATCH v4 1/4] perf metric: Event "Compat" value supports matching multiple identifiers
` [PATCH v4 2/4] perf jevents: Support more event fields

[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-07-26  1:17 UTC  (17+ messages)
` [PATCH v6 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v6 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v6 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v6 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v6 05/13] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v6 06/13] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v6 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v6 08/13] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v6 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test
` [PATCH v6 10/13] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v6 11/13] KVM: selftests: Add skip_set facility to get_reg_list test
` [PATCH v6 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v6 13/13] KVM: riscv: selftests: Add get-reg-list test

[PATCH net] docs: net: clarify the NAPI rules around XDP Tx
 2023-07-26  0:56 UTC  (7+ messages)

[RFC 03/11] hwmon: (core) Revise kerneldoc comments
 2023-07-25 23:51 UTC  (2+ messages)

[PATCH drm-misc-next v8 00/12] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-07-25 21:00 UTC  (6+ messages)
` [PATCH drm-misc-next v8 03/12] drm/nouveau: new VM_BIND uapi interfaces
    ` [PATCH drm-misc-next v8 11/12] drm/nouveau: implement new VM_BIND uAPI

[PATCH 00/18] pwm: Provide devm_pwmchip_alloc() function
 2023-07-25 21:10 UTC  (4+ messages)
` [PATCH 01/18] "

[PATCH] Documentation: devices.txt: reconcile serial/ucc_uart minor numers
 2023-07-25 20:51 UTC  (5+ messages)

[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
 2023-07-25 20:43 UTC  (5+ messages)
` [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook

[KTAP V2 PATCH] ktap_v2: add test metadata
 2023-07-25 20:20 UTC  (3+ messages)

[RFC PATCH v2 18/20] context_tracking,x86: Defer kernel text patching IPIs
 2023-07-25 17:47 UTC  (6+ messages)

[PATCH] Docs: kernel-parameters: sort the LEGEND list
 2023-07-25 17:42 UTC 

[PATCH v6 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
 2023-07-25 14:19 UTC  (3+ messages)
` [PATCH v6 2/3] Documentation: riscv: Add early boot document
` [PATCH v6 3/3] Documentation: riscv: Update boot image header since EFI stub is supported

[PATCH] docs: consolidate embedded interfaces
 2023-07-25 13:55 UTC 

[PATCH] docs: move mips under arch
 2023-07-25 13:28 UTC  (2+ messages)

[PATCH] docs: mm: Fix number of base pages for 1GB HugeTLB
 2023-07-25  9:09 UTC  (5+ messages)
  ` [External] "

[RFC PATCH v2] Documentation/page_tables: Add info about MMU/TLB and Page Faults
 2023-07-25  8:50 UTC  (4+ messages)

[RESEND PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
 2023-07-25  7:48 UTC  (5+ messages)
` [RESEND PATCH -fixes 2/2] Documentation: kdump: Add va_kernel_pa_offset for RISCV64

[PATCH v5 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
 2023-07-25  7:35 UTC  (4+ messages)
` [PATCH v5 2/3] Documentation: riscv: Add early boot document

[PATCH] tmpfs: fixup Docs table for huge mount options
 2023-07-25  6:31 UTC  (2+ messages)

[PATCH] docs: move powerpc under arch
 2023-07-25  6:13 UTC 

[PATCH 6.4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
 2023-07-24 18:51 UTC 

[PATCH 6.1] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
 2023-07-24 18:51 UTC 

[PATCH v2 5.15 0/3] ARM64 errata for stable kernel 5.15
 2023-07-24 18:50 UTC  (4+ messages)
` [PATCH v2 5.15 1/3] arm64: errata: Add workaround for TSB flush failures
` [PATCH v2 5.15 2/3] arm64: errata: Add detection for TRBE write to out-of-range
` [PATCH v2 5.15 3/3] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531

[PATCH] docs: remove tree links from the main index
 2023-07-24 16:19 UTC  (4+ messages)

[PATCH 2/3] docs: consolidate peripheral interfaces
 2023-07-24 16:16 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2] docs/RCU: Bring back smp_wmb()
 2023-07-24 16:09 UTC  (11+ messages)

[PATCH v3 1/3] MAINTAINERS: soc: reference maintainer profile
 2023-07-24 14:33 UTC  (3+ messages)
  ` [PATCH v3 3/3] MAINTAINER: samsung: document dtbs_check requirement for Samsung

[PATCH v2 00/35] arm64/gcs: Provide support for GCS in userspace
 2023-07-24 12:46 UTC  (36+ messages)
` [PATCH v2 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 02/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v2 03/35] arm64/gcs: Document the ABI "
` [PATCH v2 04/35] arm64/sysreg: Add new system registers for GCS
` [PATCH v2 05/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v2 06/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v2 07/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v2 08/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v2 09/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v2 10/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v2 11/35] arm64/mm: Map pages for guarded control stack
` [PATCH v2 12/35] KVM: arm64: Manage GCS registers for guests
` [PATCH v2 13/35] arm64/el2_setup: Allow GCS usage at EL0 and EL1
` [PATCH v2 14/35] arm64/idreg: Add overrride for GCS
` [PATCH v2 15/35] arm64/hwcap: Add hwcap "
` [PATCH v2 16/35] arm64/traps: Handle GCS exceptions
` [PATCH v2 17/35] arm64/mm: Handle GCS data aborts
` [PATCH v2 18/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH v2 19/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v2 20/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v2 21/35] arm64/mm: Implement map_shadow_stack()
` [PATCH v2 22/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v2 23/35] arm64/signal: Expose GCS state in signal frames
` [PATCH v2 24/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v2 25/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v2 26/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH v2 27/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v2 28/35] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v2 29/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v2 30/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v2 31/35] kselftest/arm64: Add very basic GCS test program
` [PATCH v2 32/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v2 33/35] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v2 34/35] selftests/arm64: Add GCS signal tests
` [PATCH v2 35/35] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH RESEND 0/6] docs/zh_TW: update zh_TW's documentation from an ascensive aspect
 2023-07-24 10:32 UTC  (3+ 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).