Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2024-09-02 06:02:52 to 2024-09-05 09:43:29 UTC [more...]

[PATCH 6.10 000/184] 6.10.9-rc1 review
 2024-09-05  9:38 UTC  (17+ messages)
` [PATCH 6.10 001/184] drm/fb-helper: Dont schedule_work() to flush frame buffer during panic()
` [PATCH 6.10 002/184] drm: panel-orientation-quirks: Add quirk for OrangePi Neo
` [PATCH 6.10 003/184] scsi: ufs: core: Check LSDBS cap when !mcq
` [PATCH 6.10 004/184] scsi: ufs: core: Bypass quick recovery if force reset is needed
` [PATCH 6.10 010/184] ALSA: ump: Explicitly reset RPN with Null RPN
` [PATCH 6.10 011/184] ALSA: seq: ump: Use the common RPN/bank conversion context
` [PATCH 6.10 012/184] ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
` [PATCH 6.10 013/184] ALSA: seq: ump: Explicitly reset RPN with Null RPN
` [PATCH 6.10 014/184] net/mlx5: DR, Fix stack guard page was hit error in dr_rule
` [PATCH 6.10 015/184] smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
` [PATCH 6.10 016/184] ASoC: amd: yc: Support mic on HP 14-em0002la
` [PATCH 6.10 017/184] spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
` [PATCH 6.10 018/184] platform/x86/amd: pmf: Add quirk for ROG Ally X
` [PATCH 6.10 019/184] platform/x86/amd/pmf: Add new ACPI ID AMDI0107
` [PATCH 6.10 020/184] btrfs: factor out stripe length calculation into a helper
` [PATCH 6.10 021/184] btrfs: scrub: update last_physical after scrubbing one stripe

[PATCH 00/19] rust: lint improvements
 2024-09-05  9:41 UTC  (40+ messages)
` [PATCH 01/19] rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
` [PATCH 02/19] rust: sort global Rust flags
` [PATCH 03/19] rust: types: avoid repetition in `{As,From}Bytes` impls
` [PATCH 04/19] rust: enable `clippy::undocumented_unsafe_blocks` lint
` [PATCH 05/19] rust: enable `clippy::unnecessary_safety_comment` lint
` [PATCH 06/19] rust: enable `clippy::unnecessary_safety_doc` lint
` [PATCH 07/19] rust: enable `clippy::ignored_unit_patterns` lint
` [PATCH 08/19] rust: enable `rustdoc::unescaped_backticks` lint
` [PATCH 09/19] rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
` [PATCH 10/19] rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`
` [PATCH 11/19] rust: introduce `.clippy.toml`
` [PATCH 12/19] rust: replace `clippy::dbg_macro` with `disallowed_macros`
` [PATCH 13/19] rust: rbtree: fix `SAFETY` comments that should be `# Safety` sections
` [PATCH 14/19] rust: provide proper code documentation titles
` [PATCH 15/19] rust: enable Clippy's `check-private-items`
` [PATCH 16/19] Documentation: rust: add coding guidelines on lints
` [PATCH 17/19] rust: start using the `#[expect(...)]` attribute
` [PATCH 18/19] Documentation: rust: discuss `#[expect(...)]` in the guidelines
` [PATCH 19/19] rust: std_vendor: simplify `{ .. macro! .. }` with inner attributes

[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
 2024-09-05  1:19 UTC  (9+ messages)
` [PATCH 4/6] kbuild: rust: rebuild if the version text changes

[PATCH v2 0/6] `RUSTC_VERSION` and re-config/re-build support on compiler change
 2024-09-05  1:08 UTC  (13+ messages)
` [PATCH v2 1/6] kbuild: rust: add `CONFIG_RUSTC_VERSION`
` [PATCH v2 2/6] kbuild: rust: re-run Kconfig if the version text changes
` [PATCH v2 3/6] kbuild: rust: rebuild "
` [PATCH v2 4/6] kbuild: rust: replace proc macros dependency on `core.o` with the version text
` [PATCH v2 5/6] kbuild: rust: warn if the out-of-tree compiler differs from the kernel one
` [PATCH v2 6/6] docs: rust: include other expressions in conditional compilation section

[PATCH v4 00/18] platform/chrome: Add DT USB/DP muxing/topology support
 2024-09-04 21:45 UTC  (27+ messages)
` [PATCH v4 03/18] usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=n
` [PATCH v4 04/18] usb: typec: Add device managed typec_mux_register()
` [PATCH v4 05/18] usb: typec: Add device managed typec_switch_register()
` [PATCH v4 06/18] drm/bridge: aux-hpd: Support USB Type-C DP altmodes via DRM lane assignment
` [PATCH v4 10/18] devcon property: Document devcon_match_fn_t
` [PATCH v4 11/18] device property: Add remote endpoint to devcon matcher
` [PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode
` [PATCH v4 16/18] platform/chrome: cros_ec_typec: Add support for signaling DP HPD via drm_bridge
` [PATCH v4 17/18] platform/chrome: cros_ec_typec: Support DP muxing
` [PATCH v4 18/18] platform/chrome: cros_ec_typec: Handle lack of HPD information

[PATCH] rust: avoid `box_uninit_write` feature
 2024-09-04 21:16 UTC  (4+ messages)

[PATCH v8 0/3] Final pieces of Intel new families support
 2024-09-04 15:51 UTC  (12+ messages)
` [PATCH v8 1/3] extcon: axp288: Switch to new Intel CPU model defines
` [PATCH v8 2/3] x86/cpu/vfm: Delete X86_MATCH_INTEL_FAM6_MODEL[_STEPPING]() macros
` [PATCH v8 3/3] x86/cpu/vfm: Delete all the *_FAM6_ CPU #defines

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-09-04 15:00 UTC  (35+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH v2 4/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v2 6/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v2 7/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH 4.19 00/98] 4.19.321-rc1 review
 2024-09-04  9:51 UTC  (10+ messages)

[PATCH v2 00/14] Minor fixups and refactorings for AMD's io-pgtable code
 2024-09-04  9:39 UTC  (2+ messages)

[PATCH 5.15 000/215] 5.15.166-rc1 review
 2024-09-04  9:34 UTC  (11+ messages)
` [PATCH 5.15 187/215] ksmbd: the buffer of smb2 query dir response has at least 1 byte

[PATCH 5.4 000/134] 5.4.283-rc1 review
 2024-09-04  9:29 UTC  (6+ messages)

[PATCH 5.10 000/151] 5.10.225-rc1 review
 2024-09-04  9:29 UTC  (12+ messages)
` [PATCH 5.10 130/151] Revert "Input: ioc3kbd - convert to platform remove callback returning void"

[PATCH v3 0/2] clk: qcom: gcc-sm8550: Fix shared clk parking breakage
 2024-09-04  7:37 UTC  (8+ messages)
` [PATCH v3 1/2] clk: qcom: dispcc-sc7180: Only park display clks at init

[PATCH 6.1 00/71] 6.1.108-rc1 review
 2024-09-04  7:24 UTC  (8+ messages)

[PATCH v2] kbuild: pahole-version: improve overall checking and error messages
 2024-09-04  2:23 UTC  (8+ messages)

[PATCH 6.6 000/166] 6.6.8-rc1 review
 2024-09-03 22:17 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer
 2024-09-03 21:56 UTC  (5+ messages)

[PATCH] spi: Revert "spi: Insert the missing pci_dev_put()before return"
 2024-09-03 21:07 UTC  (2+ messages)

[PATCH 6.10 000/149] 6.10.8-rc1 review
 2024-09-03 17:58 UTC  (7+ messages)

[PATCH] xfs: Fix format specifier for max_folio_size in xfs_fs_fill_super()
 2024-09-03 13:02 UTC  (2+ messages)

[PATCH 6.6 00/93] 6.6.49-rc1 review
 2024-09-03 11:44 UTC  (7+ messages)

[PATCH] kbuild: pahole-version: avoid errors if executing fails
 2024-09-02 16:11 UTC  (6+ messages)

[PATCH v2 10/14] iommu/amd: Remove conditions from domain free paths
 2024-09-02 12:03 UTC  (2+ messages)

[PATCH 6.6 41/93] Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"
 2024-09-02 10:58 UTC  (2+ messages)

[PATCH 6.10 008/149] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
 2024-09-02  9:58 UTC  (4+ messages)
` [PATCH] tpm: export tpm2_sessions_init() to fix ibmvtpm building
` [PATCH v2] "


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