Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2024-05-28 20:47:38 to 2024-06-04 16:50:28 UTC [more...]

[PATCH 0/8] Introduce fwctl subystem
 2024-06-04 16:50 UTC  (19+ messages)
` [PATCH 1/8] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH 4/8] taint: Add TAINT_FWCTL
` [PATCH 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH 6/8] fwctl: Add documentation
` [PATCH 7/8] fwctl/mlx5: Support for communicating with mlx5 fw
` [PATCH 8/8] mlx5: Create an auxiliary device for fwctl_mlx5

[PATCH 0/7] Tidy some minor things in the stream table/cd table area
 2024-06-04 16:22 UTC  (17+ messages)
` [PATCH 1/7] iommu/arm-smmu-v3: Split struct arm_smmu_strtab_cfg.strtab
` [PATCH 2/7] iommu/arm-smmu-v3: Do not zero the strtab twice
` [PATCH 3/7] iommu/arm-smmu-v3: Shrink the strtab l1_desc array
` [PATCH 4/7] iommu/arm-smmu-v3: Split struct arm_smmu_ctx_desc_cfg.cdtab
` [PATCH 5/7] iommu/arm-smmu-v3: Do not use devm for the cd table allocations
` [PATCH 6/7] iommu/arm-smmu-v3: Shrink the cdtab l1_desc array
` [PATCH 7/7] iommu/arm-smmu-v3: Use the new rb tree helpers

[PATCH v5 00/11] clk: Add kunit tests for fixed rate and parent data
 2024-06-04 13:48 UTC  (15+ messages)
` [PATCH v5 01/11] of/platform: Allow overlays to create platform devices from the root node
` [PATCH v5 02/11] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v5 03/11] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
` [PATCH v5 04/11] dt-bindings: test: Add KUnit empty node binding
` [PATCH v5 05/11] of: Add a KUnit test for overlays and test managed APIs
` [PATCH v5 06/11] platform: Add test managed platform_device/driver APIs
` [PATCH v5 07/11] dt-bindings: test: Add single clk consumer
` [PATCH v5 08/11] clk: Add test managed clk provider/consumer APIs
` [PATCH v5 09/11] clk: Add KUnit tests for clk fixed rate basic type
` [PATCH v5 10/11] dt-bindings: clk: Add clk_parent_data test
` [PATCH v5 11/11] clk: Add KUnit tests for clks registered with struct clk_parent_data

[PATCH] ASoC: codecs: ES8326: Slove headphone detection issue
 2024-06-04  2:19 UTC 

[PATCH v8 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-06-04  8:45 UTC  (20+ messages)
` [PATCH v8 01/14] iommu/arm-smmu-v3: Convert to domain_alloc_sva()
` [PATCH v8 02/14] iommu/arm-smmu-v3: Start building a generic PASID layer
` [PATCH v8 03/14] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v8 04/14] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v8 05/14] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v8 06/14] iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
` [PATCH v8 07/14] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v8 08/14] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v8 09/14] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v8 10/14] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v8 11/14] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v8 12/14] iommu/arm-smmu-v3: Test the STE S1DSS functionality
` [PATCH v8 13/14] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v8 14/14] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID

[PATCH v19 00/20] Add support for Sub-NUMA cluster (SNC) systems
 2024-06-03 23:15 UTC  (43+ messages)
` [PATCH v19 01/20] x86/resctrl: Prepare for new domain scope
` [PATCH v19 02/20] x86/resctrl: Prepare to split rdt_domain structure
` [PATCH v19 03/20] x86/resctrl: Prepare for different scope for control/monitor operations
` [PATCH v19 04/20] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
` [PATCH v19 05/20] x86/resctrl: Add node-scope to the options for feature scope
` [PATCH v19 06/20] x86/resctrl: Introduce snc_nodes_per_l3_cache
` [PATCH v19 07/20] x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) systems
` [PATCH v19 08/20] x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor files
` [PATCH v19 09/20] x86/resctrl: Add new fields to struct rmid_read for summation of domains
` [PATCH v19 10/20] x86/resctrl: Refactor mkdir_mondata_subdir() with a helper function
` [PATCH v19 11/20] x86/resctrl: Allocate a new bit in union mon_data_bits
` [PATCH v19 12/20] x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor files
` [PATCH v19 13/20] x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) mode
` [PATCH v19 14/20] x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counter
` [PATCH v19 15/20] x86/resctrl: Pass two extra arguments to resctrl_arch_rmid_read()
` [PATCH v19 16/20] x86/resctrl: Make resctrl_arch_rmid_read() handle sum over domains
` [PATCH v19 17/20] x86/resctrl: Update CPU sanity checks when reading RMID counters
` [PATCH v19 18/20] x86/resctrl: Enable RMID shared RMID mode on Sub-NUMA Cluster (SNC) systems
` [PATCH v19 19/20] x86/resctrl: Sub-NUMA Cluster (SNC) detection and enabling
` [PATCH v19 20/20] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH] sysfs: Add stub sysfs_bin_attr_simple_read() for !CONFIG_SYSFS
 2024-06-03 22:15 UTC  (3+ messages)

[PATCH v4 00/10] clk: Add kunit tests for fixed rate and parent data
 2024-06-03 22:02 UTC  (3+ messages)
` [PATCH v4 06/10] dt-bindings: kunit: Add fixed rate clk consumer test

[PATCH 0/3] Add and use get_cpu_cacheinfo_level()
 2024-06-03 18:24 UTC  (11+ messages)
` [PATCH 1/3] cacheinfo: Add function to get cacheinfo for a given (cpu, cachelevel)
` [PATCH 2/3] x86/resctrl: Replace open code cacheinfo search in pseudo_lock_region_init()
` [PATCH 3/3] x86/resctrl: Replace open code cacheinfo search in rdtgroup_cbm_to_size()

[PATCH 5.15 00/23] 5.15.160-rc1 review
 2024-06-03 13:44 UTC  (17+ messages)

[PATCH] peci, hwmon: Switch to new Intel CPU model defines
 2024-06-03 13:17 UTC  (3+ messages)

[PATCH] tty: mxser: Remove __counted_by from mxser_board.ports[]
 2024-06-03  8:26 UTC  (12+ messages)

[PATCH 00/11] New Intel CPU model defines for x86/platform
 2024-06-03  6:51 UTC  (11+ messages)
` [PATCH 01/11] platform/x86/intel/pmc: Switch to new Intel CPU model defines
` [PATCH 02/11] platform/x86: intel_telemetry: "
` [PATCH 03/11] x86/platform/atom: "
` [PATCH 04/11] platform/x86: p2sb: "
` [PATCH 05/11] platform/x86: intel_turbo_max_3: "
` [PATCH 06/11] platform/x86: intel_ips: "
` [PATCH 07/11] platform/x86: intel-uncore-freq: "
` [PATCH 08/11] platform/x86: intel_speed_select_if: "
` [PATCH 09/11] platform/x86: intel_scu_wdt: "

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-06-01 10:58 UTC  (23+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v16 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v16 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v16 5/5] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH 6.8 000/493] 6.8.12-rc1 review
 2024-06-01  5:39 UTC  (7+ messages)

[PATCH v4 00/71] New Intel CPUID families
 2024-05-31  9:37 UTC  (3+ messages)
` [PATCH v4 16/71] crypto: x86/poly1305 - Switch to new Intel CPU model defines

[PATCH] nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]
 2024-05-30 17:23 UTC  (3+ messages)

[PATCH] drm/radeon: Remove __counted_by from StateArray.states[]
 2024-05-30 14:57 UTC  (2+ messages)

[PATCH v6 06/49] ASoC: Intel: avs: es8336: Switch to new Intel CPU model defines
 2024-05-29 19:14 UTC 

[PATCH] kheaders: use `command -v` to test for existence of `cpio`
 2024-05-29  9:42 UTC  (2+ messages)

[PATCH 6.9 000/427] 6.9.3-rc1 review
 2024-05-29  3:28 UTC  (5+ messages)

[RFC] fstests: add mmap page boundary tests
 2024-05-28 22:23 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox