linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-29 19:48:24 to 2024-10-30 15:13:39 UTC [more...]

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-10-30 15:12 UTC  (6+ messages)
` [PATCH v1 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v1 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v1 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper

[PATCH v3 1/1] memcg/hugetlb: Adding hugeTLB counters to memcg
 2024-10-30 15:01 UTC  (7+ messages)

[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-30 14:48 UTC  (34+ messages)
` [PATCH v5 01/27] range: Add range_overlaps()
` [PATCH v5 02/27] ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values
` [PATCH v5 03/27] dax: Document struct dev_dax_range
` [PATCH v5 04/27] cxl/pci: Delay event buffer allocation
` [PATCH v5 05/27] cxl/hdm: Use guard() in cxl_dpa_set_mode()
` [PATCH v5 06/27] cxl/region: Refactor common create region code
` [PATCH v5 07/27] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v5 08/27] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v5 09/27] cxl/core: Separate region mode from decoder mode
` [PATCH v5 10/27] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v5 11/27] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v5 12/27] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v5 13/27] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v5 14/27] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v5 15/27] cxl/region: Add sparse DAX region support
` [PATCH v5 16/27] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v5 17/27] cxl/pci: Factor out interrupt policy check
` [PATCH v5 18/27] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v5 19/27] cxl/core: Return endpoint decoder information from region search
` [PATCH v5 20/27] cxl/extent: Process DCD events and realize region extents
` [PATCH v5 21/27] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v5 22/27] dax/bus: Factor out dev dax resize logic
` [PATCH v5 23/27] dax/region: Create resources on sparse DAX regions
` [PATCH v5 24/27] cxl/region: Read existing extents on region creation
` [PATCH v5 25/27] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v5 26/27] tools/testing/cxl: Make event logs dynamic
` [PATCH v5 27/27] tools/testing/cxl: Add DC Regions to mock mem data

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-30 14:33 UTC  (4+ messages)
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices

[PATCH v3 0/7] virtio-mem: s390 support
 2024-10-30 14:32 UTC  (15+ messages)
` [PATCH v3 1/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall
` [PATCH v3 2/7] Documentation: s390-diag.rst: document diag500(STORAGE LIMIT) subfunction
` [PATCH v3 3/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v3 4/7] virtio-mem: s390 support
` [PATCH v3 7/7] s390/sparsemem: provide memory_add_physaddr_to_nid() with CONFIG_NUMA

[PATCH v4 0/5] ad7380: add adaq4370-4 and adaq4380-4 support
 2024-10-30 14:32 UTC  (8+ messages)
` [PATCH v4 1/5] dt-bindings: iio: adc: ad7380: add adaq4370-4 and adaq4380-4 compatible parts
` [PATCH v4 2/5] iio: adc: ad7380: fix oversampling formula
` [PATCH v4 3/5] iio: adc: ad7380: use local dev variable to shorten long lines
` [PATCH v4 4/5] iio: adc: ad7380: add support for adaq4370-4 and adaq4380-4
` [PATCH v4 5/5] docs: iio: ad7380: add "

[PATCH v9 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-10-30 14:15 UTC  (31+ messages)
` [PATCH v9 01/26] x86/resctrl: Add __init attribute for the functions called in resctrl_late_init
` [PATCH v9 02/26] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)
` [PATCH v9 03/26] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v9 04/26] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v9 05/26] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v9 06/26] x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
` [PATCH v9 07/26] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v9 08/26] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v9 09/26] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v9 10/26] x86/resctrl: Introduce bitmap mbm_cntr_free_map to track assignable counters
` [PATCH v9 11/26] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg in struct rdt_hw_mon_domain
` [PATCH v9 12/26] x86/resctrl: Remove MSR reading of event configuration value
` [PATCH v9 13/26] x86/resctrl: Introduce mbm_cntr_map to track assignable counters at domain
` [PATCH v9 14/26] x86/resctrl: Introduce interface to display number of free counters
    `  "
` [PATCH v9 15/26] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v9 16/26] x86/resctrl: Introduce cntr_id in mongroup for assignments
` [PATCH v9 17/26] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
    `  "
` [PATCH v9 18/26] x86/resctrl: Add the interface to assign/update counter assignment
` [PATCH v9 19/26] x86/resctrl: Add the interface to unassign a MBM counter
` [PATCH v9 20/26] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v9 21/26] x86/resctrl: Report "Unassigned" for MBM events in mbm_cntr_assign mode
` [PATCH v9 22/26] x86/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v9 23/26] x86/resctrl: Configure mbm_cntr_assign mode if supported
` [PATCH v9 24/26] x86/resctrl: Update assignments on event configuration changes
` [PATCH v9 25/26] x86/resctrl: Introduce interface to list assignment states of all the groups
` [PATCH v9 26/26] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH net-next v19 00/10] net: Make timestamping selectable
 2024-10-30 13:54 UTC  (11+ messages)
` [PATCH net-next v19 01/10] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH net-next v19 02/10] net: Make net_hwtstamp_validate accessible
` [PATCH net-next v19 03/10] ptp: Add phc source and helpers to register specific PTP clock or get information
` [PATCH net-next v19 04/10] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v19 05/10] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
` [PATCH net-next v19 06/10] net: macb: "
` [PATCH net-next v19 07/10] net: ptp: Move ptp_clock_index() to builtin symbol
` [PATCH net-next v19 08/10] net: ethtool: tsinfo: Add support for reading tsinfo for a specific hwtstamp provider
` [PATCH net-next v19 09/10] net: ethtool: Add support for tsconfig command to get/set hwtstamp config
` [PATCH net-next v19 10/10] netlink: specs: Enhance tsinfo netlink attributes and add a tsconfig set command

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-10-30 13:49 UTC  (7+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines
` [RFC PATCH v3 4/6] kvm: gmem: add trace point for direct map state changes
` [RFC PATCH v3 5/6] kvm: document KVM_GMEM_NO_DIRECT_MAP flag
` [RFC PATCH v3 6/6] kvm: selftests: run gmem tests with KVM_GMEM_NO_DIRECT_MAP set

[PATCH V2] ASoC: doc: update clocking
 2024-10-30 13:08 UTC  (3+ messages)

[PATCH v3 0/4] mm: add more kernel parameters to control mTHP
 2024-10-30 12:58 UTC  (5+ messages)
` [PATCH v3 1/4] mm: fix docs for the kernel parameter ``thp_anon=``
` [PATCH v3 2/4] mm: shmem: control THP support through the kernel command line
` [PATCH v3 3/4] mm: shmem: override mTHP shmem default with a kernel parameter
` [PATCH v3 4/4] mm: huge_memory: Use strscpy() instead of strcpy()

[PATCH v5 00/16] Enable Linear Address Space Separation support
 2024-10-30 11:43 UTC  (27+ messages)
` [PATCH v5 01/16] x86/cpu: Enumerate the LASS feature bits
` [PATCH v5 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCH v5 04/16] init/main.c: Move EFI runtime service initialization to x86/cpu
` [PATCH v5 05/16] x86/cpu: Defer CR pinning setup until after EFI initialization
` [PATCH v5 11/16] x86/vsyscall: Document the fact that vsyscall=emulate disables LASS

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

[PATCH v2 0/4] printf: Add struct range print specifier
 2024-10-30 10:51 UTC  (2+ messages)

[PATCH 0/3] riscv: Add bfloat16 instruction support
 2024-10-30  9:48 UTC  (3+ messages)
` [PATCH 3/3] riscv: hwprobe: export bfloat16 ISA extension

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-30  5:57 UTC  (10+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH v10 0/8] Coresight for Kernel panic and watchdog reset
 2024-10-30  5:34 UTC  (8+ messages)
` [PATCH v10 5/8] coresight: tmc: Add support for reading crash data

[PATCH net-next v2] Documentation: networking: Add missing PHY_GET command in the message list
 2024-10-30  3:40 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: Small changes to support VMware guests
 2024-10-30  3:34 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Allow enabling of the vmware backdoor via a cap
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
` [PATCH 3/3] KVM: selftests: x86: Add a test for KVM_CAP_X86_VMWARE_HYPERCALL

[PATCH 1/2] mailbox: Documentation: remove the old documentation
 2024-10-30  1:17 UTC  (8+ messages)
` [PATCH 2/2] mailbox: Documentation: add the latest documentation

[PATCH v2] Documentation: admin: reorganize kernel-parameters intro
 2024-10-30  0:44 UTC  (2+ messages)

[PATCH v7 00/32] riscv control-flow integrity for usermode
 2024-10-29 23:44 UTC  (33+ messages)
` [PATCH v7 01/32] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v7 02/32] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v7 03/32] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v7 04/32] riscv: Add support for per-thread envcfg CSR values
` [PATCH v7 05/32] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v7 06/32] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v7 07/32] riscv: zicfiss / zicfilp enumeration
` [PATCH v7 08/32] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v7 09/32] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v7 10/32] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v7 11/32] riscv mm: manufacture shadow stack pte
` [PATCH v7 12/32] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v7 13/32] riscv mmu: write protect and shadow stack
` [PATCH v7 14/32] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v7 15/32] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v7 16/32] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 17/32] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v7 18/32] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v7 19/32] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v7 20/32] riscv/traps: Introduce software check exception
` [PATCH v7 21/32] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v7 22/32] riscv/signal: save and restore of shadow stack for signal
` [PATCH v7 23/32] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v7 24/32] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v7 25/32] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v7 26/32] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v7 27/32] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v7 28/32] riscv: kernel command line option to opt out of user cfi
` [PATCH v7 29/32] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v7 30/32] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v7 31/32] riscv: Documentation for shadow stack on riscv
` [PATCH v7 32/32] kselftest/riscv: kselftest for user mode cfi

[PATCH] ASoC: doc: update clocking
 2024-10-29 23:42 UTC 

[PATCH v3 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-10-29 22:24 UTC  (5+ messages)
` [PATCH v3 1/2] sparc/build: Put usage of -fcall-used* flags behind cc-option
` [PATCH v3 2/2] sparc/build: Add SPARC target flags for compiling with clang

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-29 22:06 UTC  (4+ messages)
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv

[PATCH v5 00/13] Add support for AMD hardware feedback interface
 2024-10-29 19:48 UTC  (3+ messages)
` [PATCH v5 10/13] x86/process: Clear hardware feedback history for AMD processors


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