linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-21 17:31:36 to 2025-05-23 08:34:53 UTC [more...]

[PATCH v16 00/27] riscv control-flow integrity for usermode
 2025-05-23  8:34 UTC  (32+ messages)
` [PATCH v16 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v16 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v16 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v16 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v16 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v16 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v16 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v16 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v16 09/27] riscv mmu: write protect and shadow stack
` [PATCH v16 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v16 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v16 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v16 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v16 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v16 15/27] riscv/traps: Introduce software check exception
` [PATCH v16 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v16 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v16 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v16 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v16 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v16 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v16 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v16 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v16 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v16 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v16 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v16 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-23  8:06 UTC  (17+ messages)
` [PATCH v5 01/29] iommufd: Apply obvious cosmetic fixes
` [PATCH v5 02/29] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v5 03/29] iommu: Apply the new "
` [PATCH v5 09/29] iommufd: Do not unmap an owned iopt_area
` [PATCH v5 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v5 20/29] iommu: Allow an input type in hw_info op
` [PATCH v5 21/29] iommufd: Allow an input data_type via iommu_hw_info

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-23  6:55 UTC  (9+ messages)
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-05-23  5:24 UTC  (16+ messages)
` [PATCH v2 01/14] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v2 02/14] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v2 03/14] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
` [PATCH v2 05/14] arm: "
` [PATCH v2 06/14] arm64: "
` [PATCH v2 07/14] s390: "
` [PATCH v2 08/14] powerpc: "
` [PATCH v2 09/14] mips: "
` [PATCH v2 10/14] loongarch: "
` [PATCH v2 11/14] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v2 12/14] kstack_erase: Support Clang stack depth tracking
` [PATCH v2 13/14] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v2 14/14] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH v13 00/27] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-05-23  4:48 UTC  (63+ messages)
` [PATCH v13 01/27] x86/cpufeatures: Add support for "
` [PATCH v13 03/27] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v13 04/27] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v13 05/27] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v13 06/27] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v13 08/27] x86/resctrl: Introduce mbm_cntr_cfg to track assignable counters at domain
` [PATCH v13 10/27] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v13 11/27] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v13 12/27] x86/resctrl: Introduce event configuration modes
` [PATCH v13 13/27] x86/resctrl: Add the functionality to assign MBM events
` [PATCH v13 14/27] x86/resctrl: Add the functionality to unassign "
` [PATCH v13 15/27] x86/resctrl: Report 'Unassigned' for MBM events in mbm_cntr_assign mode
` [PATCH v13 16/27] x86/resctrl: Pass entire struct rdtgroup rather than passing individual members
` [PATCH v13 17/27] x86/resctrl: Add the support for reading ABMC counters
` [PATCH v13 18/27] x86/resctrl: Add definitions for MBM event configuration
` [PATCH v13 19/27] x86/resctrl: Add event configuration directory under info/L3_MON/
` [PATCH v13 20/27] x86/resctrl: Provide interface to update the event configurations
` [PATCH v13 21/27] x86/resctrl: Introduce mbm_assign_on_mkdir to configure assignments
` [PATCH v13 23/27] x86/resctrl: Introduce mbm_L3_assignments to list assignments in a group

[PATCH] cpufreq, docs: (userspace governor) add that actual freq is >= scaling_setspeed
 2025-05-23  4:25 UTC  (9+ messages)

[PATCH] drm: add overview diagram for drm stack
 2025-05-23  3:10 UTC  (2+ messages)

[PATCH] Documentation: netlink - Fix documentation typo
 2025-05-23  3:05 UTC 

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-23  1:51 UTC  (7+ messages)
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-23  0:30 UTC  (9+ messages)
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response

[PATCH v2] docs: powerpc: Add htm.rst to table of contents
 2025-05-23  0:11 UTC 

[PATCH v5 0/8] x86/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-05-22 23:24 UTC  (13+ messages)
` [PATCH v5 1/8] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH v5 2/8] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v5 3/8] x86/resctrl: Detect io_alloc feature
` [PATCH v5 4/8] x86/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v5 5/8] x86/resctrl: Add user interface to enable/disable io_alloc feature
` [PATCH v5 6/8] x86/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v5 7/8] x86/resctrl: Modify rdt_parse_data to pass mode and CLOSID
` [PATCH v5 8/8] x86/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks

[PATCH] docs: filesystems: removed repeated word
 2025-05-22 23:11 UTC 

[PATCH] docs: hid: Fix typo in intel-thc-hid.rst
 2025-05-22 22:54 UTC  (2+ messages)

[PATCH net-next 0/5] net: bridge: propagate safe mcast snooping to switchdev + DSA
 2025-05-22 19:17 UTC  (6+ messages)
` [PATCH net-next 1/5] net: bridge: mcast: explicitly track active state
` [PATCH net-next 2/5] net: bridge: mcast: export ip{4,6}_active state to netlink
` [PATCH net-next 3/5] net: bridge: mcast: check if snooping is enabled for active state
` [PATCH net-next 4/5] net: bridge: switchdev: notify on mcast active changes
` [PATCH net-next 5/5] net: dsa: forward bridge/switchdev mcast active notification

[PATCH v3 0/3] cgroup, docs: cpu controller interaction with various scheduling policies
 2025-05-22 19:11 UTC  (8+ messages)
` [PATCH v3 1/3] cgroup, docs: convert space indentation to tab indentation
` [PATCH v3 2/3] sched_ext, docs: convert mentions of "CFS" to "fair-class scheduler"
` [PATCH v3 3/3] cgroup, docs: cpu controller's interaction with various scheduling policies

[PATCH v3 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-05-22 18:03 UTC  (4+ messages)
` [PATCH v3 01/10] dt-bindings: npu: rockchip,rknn: Add bindings

[PATCH] Documentation: amd-pstate:fix minimum performance state label error
 2025-05-22 17:35 UTC  (2+ messages)

[PATCH v22 0/5] arm64/perf: Enable branch stack sampling
 2025-05-22 17:20 UTC  (4+ messages)
` [PATCH v22 2/5] arm64: el2_setup.h: Make __init_el2_fgt labels consistent, again

[PATCH net-next v3 0/3] dpll: add Reference SYNC feature
 2025-05-22 16:29 UTC  (4+ messages)
` [PATCH net-next v3 1/3] dpll: add reference-sync netlink attribute
` [PATCH net-next v3 2/3] dpll: add reference sync get/set
` [PATCH net-next v3 3/3] ice: add ref-sync dpll pins

[RESEND PATCH v6 1/3] arm64: Add BBM Level 2 cpu feature
 2025-05-22 16:29 UTC  (12+ messages)

[PATCH] Doc: networking: Fix various typos in rds.rst
 2025-05-22 16:02 UTC  (2+ messages)

[PATCH v3 00/22] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-05-22 15:56 UTC  (8+ messages)

[PATCH v7 0/2] drm/bridge: add docs and kunit test for devm_drm_bridge_alloc()
 2025-05-22 15:53 UTC  (7+ messages)
` [PATCH v7 2/2] drm/tests: bridge: add a KUnit "

[PATCH v18 0/8] drm/vkms: Add support for YUV and DRM_FORMAT_R*
 2025-05-22 15:39 UTC  (4+ messages)
` [PATCH v18 6/8] drm/vkms: Create KUnit tests for YUV conversions

[net-next PATCH v4 00/11] Add PCS core support
 2025-05-22 15:14 UTC  (6+ messages)
` [net-next PATCH v4 03/11] net: pcs: Add subsystem

[PATCH v7 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-05-22 14:58 UTC  (2+ messages)

[PATCH v3] rtla: Set distinctive exit value for failed tests
 2025-05-22 13:43 UTC  (2+ messages)

[PATCH v3 0/7] prctl: introduce PR_SET/GET_THP_POLICY
 2025-05-22 12:10 UTC  (2+ messages)

[PATCH v2 00/14] Introduce AMD Pensando RDMA driver
 2025-05-22 11:28 UTC  (3+ messages)

[PATCH net-next v7 0/8] Add Microchip ZL3073x support (part 1)
 2025-05-22 11:23 UTC  (13+ messages)
` [PATCH net-next v7 8/8] mfd: zl3073x: Register DPLL sub-device during init

[PATCH linux next v3] Docs/zh_CN: Translate napi.rst to Simplified Chinese
 2025-05-22  9:30 UTC  (2+ messages)

[RFC PATCH 0/9] Introducing the Loadpol LSM
 2025-05-22  9:23 UTC  (7+ messages)
` [RFC PATCH 1/9] LSM: Introduce a new hook: security_kernel_module_load
` [RFC PATCH 9/9] Loadpol LSM: add a minimal documentation

[PATCH net-next v11 00/13] Add support for PSE budget evaluation strategy
 2025-05-22  8:25 UTC  (7+ messages)
` [PATCH net-next v11 01/13] net: pse-pd: Introduce attached_phydev to pse control
` [PATCH net-next v11 02/13] net: pse-pd: Add support for reporting events
` [PATCH net-next v11 07/13] net: pse-pd: Add support for budget evaluation strategies

[PATCH v2 00/12] riscv: Add vendor extensions support for SiFive
 2025-05-22  8:20 UTC  (4+ messages)
` [PATCH v2 02/12] riscv: Add SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensions

[PATCH] sched_deadline, docs: add affinity setting with cgroup2 cpuset controller
 2025-05-22  8:06 UTC 

[PATCH] documentation: networking: can: Document alloc_candev_mqs()
 2025-05-22  7:33 UTC  (3+ messages)

[PATCH 3/3] docs/core-api/symbol-namespaces: drop table of contents and section numbering
 2025-05-22  7:17 UTC 

[PATCH v7 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-05-22  6:49 UTC  (6+ messages)
` [PATCH v7 09/14] riscv: misaligned: move emulated access uniformity check in a function

[PATCH net-next v17 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2025-05-22  3:50 UTC  (2+ messages)

[PATCH v11 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
 2025-05-22  1:53 UTC  (7+ messages)
` [PATCH v11 1/6] platform/x86: Add lenovo-wmi-* driver Documentation
` [PATCH v11 2/6] platform/x86: Add lenovo-wmi-helpers
` [PATCH v11 3/6] platform/x86: Add Lenovo WMI Events Driver
` [PATCH v11 4/6] platform/x86: Add Lenovo Capability Data 01 WMI Driver
` [PATCH v11 5/6] platform/x86: Add Lenovo Gamezone "
` [PATCH v11 6/6] platform/x86: Add Lenovo Other Mode "

[PATCH v6 0/8] cxl: support CXL memory RAS features
 2025-05-21 23:55 UTC  (8+ messages)
` [PATCH v6 3/8] cxl/edac: Add CXL memory device patrol scrub control feature

[PATCH v10 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
 2025-05-21 13:40 UTC  (4+ messages)
` [PATCH v10 6/6] platform/x86: Add Lenovo Other Mode WMI Driver

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-21 22:26 UTC  (17+ messages)

[PATCH net-next V10 0/6] Support rate management on traffic classes in devlink and mlx5
 2025-05-21 22:24 UTC  (5+ messages)
` [PATCH net-next V10 2/6] selftest: netdevsim: Add devlink rate tc-bw test

[PATCH v2 0/3] cgroup, docs: cpu controller interaction with various scheduling policies
 2025-05-21 17:31 UTC  (5+ messages)
` [PATCH v2 3/3] "


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