All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-27 17:45:43 to 2024-03-27 18:13:20 UTC [more...]

[PATCH v6 00/29] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-27 18:08 UTC  (38+ messages)
` [PATCH v6 01/29] iommu: Validate the PASID in iommu_attach_device_pasid()
` [PATCH v6 02/29] iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
` [PATCH v6 03/29] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v6 04/29] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v6 05/29] iommu/arm-smmu-v3: Add a type for the CD entry
` [PATCH v6 06/29] iommu/arm-smmu-v3: Add an ops indirection to the STE code
` [PATCH v6 07/29] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
` [PATCH v6 08/29] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v6 09/29] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v6 10/29] iommu/arm-smmu-v3: Make arm_smmu_alloc_cd_ptr()
` [PATCH v6 11/29] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v6 12/29] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH v6 13/29] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v6 14/29] iommu/arm-smmu-v3: Start building a generic PASID layer
` [PATCH v6 15/29] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v6 16/29] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v6 17/29] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v6 18/29] iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
` [PATCH v6 19/29] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v6 20/29] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v6 21/29] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v6 22/29] iommu: Add ops->domain_alloc_sva()
` [PATCH v6 23/29] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v6 24/29] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH v6 25/29] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH v6 26/29] iommu/arm-smmu-v3: Bring back SVA BTM support
` [PATCH v6 27/29] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v6 28/29] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v6 29/29] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID

[GIT PULL] iommu/arm-smmu: Fixes for 6.9-rc
 2024-03-27 18:13 UTC 

drivers/gpu/drm/qxl/qxl_cmd.c:424:6: error: variable 'count' set but not used
 2024-03-27 18:12 UTC  (4+ messages)

[PATCH] PCI: Update pci_find_capability() stub return values
 2024-03-27 18:12 UTC  (2+ messages)

bring back RT delalloc support v5
 2024-03-27 18:12 UTC  (6+ messages)
` [PATCH 04/13] xfs: move RT inode locking out of __xfs_bunmapi

[PATCH] cpu: mark cpu_possible_mask as __ro_after_init
 2024-03-27 18:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH BlueZ 1/2] btio: Remove POLLOUT check from bt_io_bcast_accept
 2024-03-27 18:10 UTC  (2+ messages)
` Remove POLLOUT check before bcast defer accept

[PATCH net] i40e: Fix VF MAC filter removal
 2024-03-27 18:10 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[PATCH] selftests: iommu: add config needed for iommufd_fail_nth
 2024-03-27 18:09 UTC  (8+ messages)

[PATCHSET 0/4] Use io_wq_work_list for task_work
 2024-03-27 18:04 UTC  (4+ messages)

[PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
 2024-03-27 18:09 UTC  (3+ messages)

[PATCH v3 00/19] Venus cleanups
 2024-03-27 18:08 UTC  (20+ messages)
` [PATCH v3 01/19] media: venus: pm_helpers: Only set rate of the core clock in core_clks_enable
` [PATCH v3 02/19] media: venus: pm_helpers: Rename core_clks_get to venus_clks_get
` [PATCH v3 03/19] media: venus: pm_helpers: Add kerneldoc to venus_clks_get()
` [PATCH v3 04/19] media: venus: core: Set OPP clkname in a common code path
` [PATCH v3 05/19] media: venus: pm_helpers: Kill dead code
` [PATCH v3 06/19] media: venus: pm_helpers: Move reset acquisition to common code
` [PATCH v3 07/19] media: venus: core: Deduplicate OPP genpd names
` [PATCH v3 08/19] media: venus: core: Get rid of vcodec_num
` [PATCH v3 09/19] media: venus: core: Drop cache properties in resource struct
` [PATCH v3 10/19] media: venus: core: Use GENMASK for dma_mask
` [PATCH v3 11/19] media: venus: core: Remove cp_start
` [PATCH v3 12/19] media: venus: pm_helpers: Commonize core_power
` [PATCH v3 13/19] media: venus: pm_helpers: Remove pm_ops->core_put
` [PATCH v3 14/19] media: venus: core: Define a pointer to core->res
` [PATCH v3 15/19] media: venus: pm_helpers: Simplify vcodec clock handling
` [PATCH v3 16/19] media: venus: pm_helpers: Commonize getting clocks and GenPDs
` [PATCH v3 17/19] media: venus: pm_helpers: Commonize vdec_get()
` [PATCH v3 18/19] media: venus: pm_helpers: Commonize venc_get()
` [PATCH v3 19/19] media: venus: pm_helpers: Use reset_bulk API

[PATCH v1 0/6] intel_pstate: Turbo disabled handling rework
 2024-03-27 18:08 UTC  (3+ messages)
` [PATCH v1 6/6] cpufreq: intel_pstate: Update the maximum CPU frequency consistently

RTT-PROBE: lore-subspace-rtt
 2024-03-27 18:08 UTC 

[PATCH v3 0/6] riscv: dts: starfive: add Milkv Mars board device tree
 2024-03-27 18:06 UTC  (5+ messages)
` [PATCH v3 6/6] "

[PATCH 0/2] phy: qcom-qmp-ufs: Add support for SM8475
 2024-03-27 18:06 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: phy: Add QMP UFS PHY comptible "
` [PATCH 2/2] phy: qcom-qmp-ufs: Add SM8475 support

[PATCH 00/11] PCI: endpoint: Make host reboot handling more robust
 2024-03-27 18:06 UTC  (3+ messages)
` [PATCH 07/11] PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down event

[PATCH] xfs/558: scale blk IO size based on the filesystem blksz
 2024-03-27 18:06 UTC  (4+ messages)

[PATCH 1/2] block: track per-node I/O latency
 2024-03-27 18:03 UTC  (2+ messages)

[PATCH v2 0/5] target/riscv: Support Zve32x and Zve64x extensions
 2024-03-27 18:02 UTC  (3+ messages)
` [PATCH v2 3/5] target/riscv: Add support for Zve64x extension

[PATCH v1 0/2] Add camera subsystem for StarFive
 2024-03-27 18:03 UTC  (9+ messages)
` [PATCH v1 1/2] dt-bindings: media: starfive: Match driver and yaml property names
    ` 回复: "
        ` 回复: "

[PATCH v3 0/5] clk: qcom: apss-ipq-pll: various cleanups
 2024-03-27 18:02 UTC  (3+ messages)
` [PATCH v3 5/5] clk: qcom: clk-cbf-8996: use HUAYRA_APPS register map for cbf_pll

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-15 20:48 UTC  (5+ messages)
` [PATCH 05/11] neighbour: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH 1/2] block: add a helper to cancel atomic queue limit updates
 2024-03-27 18:01 UTC  (3+ messages)
` [PATCH 2/2] nvme: cancel the queue limit update when nvme_update_zone_info fails

+ mm-madvise-avoid-split-during-madv_pageout-and-madv_cold.patch added to mm-unstable branch
 2024-03-27 18:01 UTC 

+ mm-vmscan-avoid-split-during-shrink_folio_list.patch added to mm-unstable branch
 2024-03-27 18:01 UTC 

+ mm-swap-allow-storage-of-all-mthp-orders.patch added to mm-unstable branch
 2024-03-27 18:01 UTC 

+ mm-swap-simplify-struct-percpu_cluster.patch added to mm-unstable branch
 2024-03-27 18:01 UTC 

+ mm-swap-free_swap_and_cache_nr-as-batched-free_swap_and_cache.patch added to mm-unstable branch
 2024-03-27 18:01 UTC 

+ mm-swap-remove-cluster_flag_huge-from-swap_cluster_info-flags.patch added to mm-unstable branch
 2024-03-27 18:01 UTC 

[PATCH 0/1] THP_SWAP support for ARM64 SoC with MTE
 2024-03-27 17:58 UTC  (7+ messages)
` [PATCH 1/1] arm64: mm: swap: support THP_SWAP on hardware "

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-03-27 17:58 UTC  (7+ messages)
` [PATCH 4/9] USB: Convert from tasklet to BH workqueue
` [PATCH 6/9] ipmi: "

Regression caused by 'x86/returnthunk: Allow different return thunks'
 2024-03-27 17:58 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-27 17:58 UTC 

[PATCH v1 0/5] BeagleV Fire support
 2024-03-27 17:57 UTC  (13+ messages)
` [PATCH v1 1/5] dt-bindings: riscv: microchip: document beaglev-fire
` [PATCH v1 2/5] dt-bindings: gpio: mpfs: add coreGPIO support
` [PATCH v1 3/5] dt-bindings: gpio: mpfs: allow gpio-line-names
` [PATCH v1 4/5] dt-bindings: PCI: microchip: increase number of items in ranges property

[PATCH 1/3][V2] tests/amdgpu/amd_dp_dsc: Correct code style problems
 2024-03-27 17:57 UTC  (2+ messages)
` ✓ CI.xeBAT: success for series starting with [1/3,V2] "

[PATCH 1/2] drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`
 2024-03-27 17:55 UTC  (2+ messages)
` [PATCH 2/2] drm/qxl: remove unused variable from `qxl_process_single_command()`

New Public Key for Maxime Ripard
 2024-03-27 17:56 UTC  (2+ messages)

[RFC PATCH] mm, netfs: Provide a means of invalidation without using launder_folio
 2024-03-27 17:55 UTC  (4+ messages)
` [RFC PATCH v2] "

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-03-27 17:54 UTC  (5+ messages)
` [PATCH 13/26] cxl/mem: Configure dynamic capacity interrupts
` [PATCH 14/26] cxl/region: Read existing extents on region creation

[PATCH net-next v6 00/21] ice: add PFCP filter support
 2024-03-27 15:23 UTC  (2+ messages)
` [Intel-wired-lan] [PATCH net-next v6 16/21] ip_tunnel: convert __be16 tunnel flags to bitmaps

+ mm-gup-handle-hugetlb-in-the-generic-follow_page_mask-code.patch added to mm-unstable branch
 2024-03-27 17:54 UTC 

+ mm-gup-handle-hugepd-for-follow_page.patch added to mm-unstable branch
 2024-03-27 17:54 UTC 

+ mm-gup-handle-huge-pmd-for-follow_pmd_mask.patch added to mm-unstable branch
 2024-03-27 17:54 UTC 

+ mm-gup-handle-huge-pud-for-follow_pud_mask.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-gup-cache-pudp-in-follow_pud_mask.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-gup-handle-hugetlb-for-no_page_table.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-gup-refactor-record_subpages-to-find-1st-small-page.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-gup-drop-folio_fast_pin_allowed-in-hugepd-processing.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-arch-provide-pud_pfn-fallback.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-introduce-vma_pgtable_walk_beginend.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-make-hpage_pxd_-macros-even-if-thp.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-hugetlb-declare-hugetlbfs_pagecache_present-non-static.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

+ mm-kconfig-config_pgtable_has_huge_leaves.patch added to mm-unstable branch
 2024-03-27 17:53 UTC 

[PATCH] usb: phy: MAINTAINERS: mark Freescale USB PHY as orphaned
 2024-03-27 17:53 UTC 

[PATCH 1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot
 2024-03-27 17:51 UTC  (5+ messages)
` [PATCH 3/3] drm/xe: Add INSTDONE registers to devcoredump

[GIT PULL] Char/Misc driver changes for 6.9-rc1
 2024-03-27 17:51 UTC  (3+ messages)

[PATCH 0/5] rust: time: Add clock read support
 2024-03-27 17:49 UTC  (6+ messages)
` [PATCH 3/5] rust: time: Introduce clock reading framework

folio_mmapped
 2024-03-27 17:50 UTC  (12+ messages)
                  ` folio_mmapped

[PATCH v2] rcu-tasks: Update show_rcu_tasks_trace_gp_kthread buffer size
 2024-03-27 17:52 UTC  (3+ messages)
` [PATCH v4] rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow

[PATCH] ata: pata_macio: drop driver owner assignment
 2024-03-27 17:49 UTC 

[PATCH 1/2] scsi: csiostor: drop driver owner assignment
 2024-03-27 17:49 UTC  (2+ messages)
` [PATCH 2/2] scsi: qla2xxx: "

[PATCH] fpga: altera: drop driver owner assignment
 2024-03-27 17:49 UTC 

[PATCH 1/4] drm/tiny: ili9225: drop driver owner assignment
 2024-03-27 17:48 UTC  (4+ messages)
` [PATCH 2/4] drm/tiny: mi0283qt: "
` [PATCH 3/4] drm/tiny: panel-mipi-dbi: "
` [PATCH 4/4] drm/tiny: st7586: "

[PATCH bpf-next v4 0/2] bpf: Add a generic bits iterator
 2024-03-27 17:48 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add selftest for bits iter

[PATCH net-next 1/4] net: microchip: encx24j600: drop driver owner assignment
 2024-03-27 17:48 UTC  (4+ messages)
` [PATCH net-next 2/4] net: wwan: mhi: "
` [PATCH net-next 3/4] nfc: mrvl: spi: "
` [PATCH net-next 4/4] nfc: st95hf: "

RTT-PROBE: lore-subspace-rtt
 2024-03-27 17:48 UTC 

[PATCH BlueZ 0/2] Remove POLLOUT check before bcast defer accept
 2024-03-27 17:48 UTC  (4+ messages)
` [PATCH BlueZ 2/2] iso-tester: Separate iso_defer_accept into dedicated functions

[PATCH 1/3] spi: loopback-test: drop driver owner assignment
 2024-03-27 17:47 UTC  (3+ messages)
` [PATCH 2/3] spi: coldfire-qspi: "
` [PATCH 3/3] spi: fsl-dspi: "

[PATCH] staging: pi433: drop driver owner assignment
 2024-03-27 17:47 UTC 

[PATCH] Input: stmpe - drop driver owner assignment
 2024-03-27 17:46 UTC  (2+ messages)

[PATCH] video: backlight: otm3225a: drop driver owner assignment
 2024-03-27 17:47 UTC 

[PATCH 0/4] kprobes: permit use without modules
 2024-03-27 17:46 UTC  (7+ messages)
` [PATCH 4/4] kprobes: Remove core dependency on modules

[PATCH] i2c: viperboard: drop driver owner assignment
 2024-03-27 17:47 UTC 

[PATCH] pcmcia: bcm63xx: drop driver owner assignment
 2024-03-27 17:46 UTC 

[PATCH v6 0/8] drm/xe/guc: Add GuC based register capture for error capture
 2024-03-27 17:46 UTC  (8+ messages)

[PATCH] watchdog: mtx-1: drop driver owner assignment
 2024-03-27 17:46 UTC 

[PATCH 0/3] dmaengine: xilinx: xdma: Various fixes for xdma
 2024-03-27 17:46 UTC  (4+ messages)
` [PATCH 2/3] dmaengine: xilinx: xdma: Fix synchronization issue

[PATCH 00/13] drm/i915: Implemnt vblank sycnhronized mbus joining changes
 2024-03-27 17:45 UTC  (14+ messages)
` [PATCH 01/13] drm/i915/cdclk: Fix CDCLK programming order when pipes are active
` [PATCH 02/13] drm/i915/cdclk: Fix voltage_level programming edge case
` [PATCH 03/13] drm/i915/cdclk: Drop tgl/dg2 cdclk bump hacks
` [PATCH 04/13] drm/i915/cdclk: Indicate whether CDCLK change happens during pre or post plane update
` [PATCH 05/13] drm/i915: Loop over all active pipes in intel_mbus_dbox_update
` [PATCH 06/13] drm/i915: Relocate intel_mbus_dbox_update()
` [PATCH 07/13] drm/i915: Extract intel_dbuf_mbus_join_update()
` [PATCH 08/13] drm/i915: Extract intel_dbuf_mdclk_min_tracker_update()
` [PATCH 09/13] drm/i915: Add debugs for mbus joining and dbuf ratio programming
` [PATCH 10/13] drm/i915: Use old mbus_join value when increasing CDCLK
` [PATCH 11/13] drm/i915: Implement vblank synchronized MBUS join changes
` [PATCH 12/13] drm/i915: Use a plain old int for the cdclk/mdclk ratio
` [PATCH 13/13] drm/i915: Optimize out redundant dbuf slice updates

[PATCH 1/2] usb: phy: fsl-usb: drop driver owner assignment
 2024-03-27 17:46 UTC  (2+ messages)
` [PATCH 2/2] usb: typec: nvidia: "

[PATCH 00/18] ASoC: drop driver owner assignment
 2024-03-27 17:44 UTC  (10+ messages)
` [PATCH 10/18] ASoC: rt700-sdw: "
` [PATCH 11/18] ASoC: rt711-sdca-sdw: "
` [PATCH 12/18] ASoC: rt711-sdw: "
` [PATCH 13/18] ASoC: rt712-sdca-dmic: "
` [PATCH 14/18] ASoC: rt712-sdca-sdw: "
` [PATCH 15/18] ASoC: rt715-sdca-sdw: "
` [PATCH 16/18] ASoC: rt715-sdw: "
` [PATCH 17/18] ASoC: rt722-sdca-sdw: "
` [PATCH 18/18] ASoC: sdw-mockup: "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.