Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2024-08-16 19:34:45 to 2024-08-26 06:20:57 UTC [more...]

[PATCH rc 0/2] Fix maps created without READ or WRITE
 2024-08-26  6:20 UTC  (7+ messages)
` [PATCH rc 1/2] iommufd: Do not allow creating areas "
` [PATCH rc 2/2] iommu: Do not return 0 from map_pages if it doesn't do anything

[PATCH] iommufd/selftest: Fix buffer read overrrun in the dirty test
 2024-08-26  6:10 UTC  (6+ messages)

[PATCH 5.15 000/479] 5.15.165-rc3 review
 2024-08-26  1:04 UTC  (6+ messages)

[RFC PATCH] rust: enable rustdoc's `--generate-link-to-definition`
 2024-08-25 20:29 UTC  (6+ messages)

[PATCH 1/2] docs: rust: link to https://rust.docs.kernel.org
 2024-08-25 20:22 UTC  (4+ messages)
` [PATCH 2/2] docs: rust: improve main page introducing a "Code documentation" section

[PATCH] docs: rust: quick-start: add Debian Testing
 2024-08-25 12:50 UTC  (2+ messages)

[PATCH] drm/xe: Fix total initialization in xe_ggtt_print_holes()
 2024-08-24 13:10 UTC  (2+ messages)

[PATCH v3 00/17] platform/chrome: Add DT USB/DP muxing/topology support
 2024-08-23 20:47 UTC  (47+ messages)
` [PATCH v3 01/17] drm/atomic-helper: Introduce lane remapping support to bridges
` [PATCH v3 02/17] drm/bridge: Verify lane assignment is going to work during atomic_check
` [PATCH v3 03/17] usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=n
` [PATCH v3 04/17] usb: typec: Add device managed typec_mux_register()
` [PATCH v3 05/17] usb: typec: Add device managed typec_switch_register()
` [PATCH v3 06/17] drm/bridge: aux-hpd: Support USB Type-C DP altmodes via DRM lane assignment
` [PATCH v3 07/17] drm/bridge: dp_typec: Support USB Type-C orientation
` [PATCH v3 08/17] drm/bridge: dp_typec: Add "no-hpd" support
` [PATCH v3 09/17] drm/bridge: dp_typec: Allow users to hook hpd notify path
` [PATCH v3 10/17] device property: Add remote endpoint to devcon matcher
` [PATCH v3 11/17] dt-bindings: usb-switch: Extract endpoints to defs
` [PATCH v3 12/17] dt-bindings: usb-switch: Extend for DisplayPort altmode
` [PATCH v3 13/17] dt-bindings: Move google,cros-ec-typec binding to usb
` [PATCH v3 14/17] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode
` [PATCH v3 15/17] platform/chrome: cros_ec_typec: Add support for signaling DP HPD via drm_bridge
` [PATCH v3 16/17] platform/chrome: cros_ec_typec: Support DP muxing
` [PATCH v3 17/17] platform/chrome: cros_ec_typec: Handle lack of HPD information

[PATCH 0/2] clk: qcom: gcc-sm8550: Fix shared clk parking breakage
 2024-08-23 20:33 UTC  (6+ messages)
` [PATCH 1/2] clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
` [PATCH 2/2] clk: qcom: gcc-sm8550: Don't park the USB RCG at registration time

[PATCH] kbuild: pahole-version: avoid errors if executing fails
 2024-08-23 18:47 UTC  (4+ messages)

[PATCH 00/14] Minor fixups and refactorings for AMD's io-pgtable code
 2024-08-23 12:14 UTC  (17+ messages)
` [PATCH 01/14] iommu/amd: Move allocation of the top table into v1_alloc_pgtable
` [PATCH 02/14] iommu/amd: Allocate the page table root using GFP_KERNEL
` [PATCH 03/14] iommu/amd: Set the pgsize_bitmap correctly
` [PATCH 04/14] iommu/amd: Remove amd_iommu_domain_update() from page table freeing
` [PATCH 05/14] iommu/amd: Remove the amd_iommu_domain_set_pt_root() and related
` [PATCH 06/14] iommu/amd: Rename struct amd_io_pgtable iopt to pgtbl
` [PATCH 07/14] iommu/amd: Remove amd_io_pgtable::pgtbl_cfg
` [PATCH 08/14] iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
` [PATCH 09/14] iommu/amd: Narrow the use of struct protection_domain to invalidation
` [PATCH 10/14] iommu/amd: Remove conditions from domain free paths
` [PATCH 11/14] iommu/amd: Fix typo of , instead of ;
` [PATCH 12/14] iommu/amd: Remove the confusing dummy iommu_flush_ops tlb ops
` [PATCH 13/14] iommu/amd: Correct the reported page sizes from the V1 table
` [PATCH 14/14] iommu/amd: Do not set the D bit on AMD v2 table entries

[PATCH] ARM: imx: Annotate imx7d_enet_init() as __init
 2024-08-23  9:20 UTC  (2+ messages)

[PATCH] x86/cpu_entry_area: Annotate percpu_setup_exception_stacks() as __init
 2024-08-23  0:18 UTC 

[PATCH] x86/resctrl: Annotate __get_mem_config_intel() as __init
 2024-08-23  0:12 UTC 

[RFC PATCH] docs: rust: quick-start: add Ubuntu
 2024-08-22 17:46 UTC  (2+ messages)

[PATCH] bcachefs: Fix format specifier in bch2_btree_key_cache_to_text()
 2024-08-22  0:26 UTC  (2+ messages)

[PATCH 0/3] clk: test: Test clock-assigned-rates{-u64}
 2024-08-22  0:24 UTC  (4+ messages)
` [PATCH 1/3] clk: test: Add test managed of_clk_add_hw_provider()
` [PATCH 2/3] of: kunit: Extract some overlay boiler plate into macros
` [PATCH 3/3] clk: test: Add KUnit tests for clock-assigned-rates{-u64} DT properties

[PATCH] rust: enable bindgen's `--enable-function-attribute-detection` flag
 2024-08-21 22:13 UTC  (2+ messages)

[PATCH v2 00/11] platform/chrome: Add DT USB/DP muxing/topology support
 2024-08-21 16:12 UTC  (4+ messages)
` [PATCH v2 07/11] dt-bindings: chrome: Add ports to google,cros-ec-typec for DP altmode

[PATCH v2 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-08-21 15:28 UTC  (5+ messages)
` [PATCH v2 5/6] objtool: list `noreturn` Rust functions

[PATCH v1] ASoC: tas2781: Remove unnecessary line feed for tasdevice_codec_remove
 2024-08-21  7:25 UTC 

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-21 12:06 UTC  (13+ messages)
` [PATCH 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available

[PATCH 6.10 000/263] 6.10.5-rc1 review
 2024-08-20 21:45 UTC  (11+ messages)
` [PATCH 6.10 090/263] drm/amdgpu/pm: Fix the param type of set_power_profile_mode

[PATCH 6.10 00/25] 6.10.6-rc3 review
 2024-08-20 18:04 UTC  (9+ messages)

[PATCH] ACPI: platform-profile: Fix CFI violation when accessing sysfs files
 2024-08-20 17:18 UTC  (4+ messages)

[PATCH] hexagon: Disable constant extender optimization for LLVM prior to 19.1.0
 2024-08-19 18:16 UTC 

[PATCH 5.10 000/345] 5.10.224-rc3 review
 2024-08-19 17:03 UTC  (8+ messages)
` Adding sample code in -stable? was "
` 5.10.225-rc1 [Was: Re: [PATCH 5.10 000/345] 5.10.224-rc3 review]

[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
 2024-08-19  7:28 UTC  (11+ messages)
` [PATCH 1/6] kbuild: rust: add `CONFIG_RUSTC_VERSION`
` [PATCH 3/6] kbuild: rust: re-run Kconfig if the version text changes
` [PATCH 4/6] kbuild: rust: rebuild "

[PATCH v3 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-08-18 21:34 UTC  (2+ messages)

[PATCH] rust: error: allow `useless_conversion` for 32-bit builds
 2024-08-18 21:32 UTC  (2+ messages)

[PATCH 4.19 000/196] 4.19.320-rc1 review
 2024-08-18 14:00 UTC  (3+ messages)

[PATCH 5.4 000/255] 5.4.282-rc2 review
 2024-08-18 14:00 UTC  (5+ messages)

[PATCH 6.10 00/25] 6.10.6-rc2 review
 2024-08-18  8:54 UTC  (9+ messages)

[PATCH 6.1 000/149] 6.1.105-rc2 review
 2024-08-17 16:23 UTC  (2+ messages)

[PATCH 6.6 000/189] 6.6.46-rc1 review
 2024-08-17 16:22 UTC  (2+ messages)

[PATCH 5.15 000/483] 5.15.165-rc2 review
 2024-08-17  7:48 UTC  (6+ messages)

[PATCH 5.10 000/350] 5.10.224-rc2 review
 2024-08-17  7:46 UTC  (7+ messages)

[RFC PATCH] rust: use the hidden variant of `rust-project.json`
 2024-08-17  7:09 UTC 

[PATCH 6.1 00/38] 6.1.106-rc1 review
 2024-08-16 20:44 UTC  (3+ messages)

[PATCH 6.6 00/67] 6.6.47-rc1 review
 2024-08-16 20:40 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