Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2024-08-18 08:53:49 to 2024-08-27 14:43:31 UTC [more...]

[PATCH 6.6 000/341] 6.6.48-rc1 review
 2024-08-27 14:34 UTC  (35+ messages)
` [PATCH 6.6 001/341] tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
` [PATCH 6.6 002/341] tty: atmel_serial: use the correct RTS flag
` [PATCH 6.6 003/341] Revert "ACPI: EC: Evaluate orphan _REG under EC device"
` [PATCH 6.6 004/341] Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"
` [PATCH 6.6 005/341] Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"
` [PATCH 6.6 006/341] selinux: revert our use of vma_is_initial_heap()
` [PATCH 6.6 007/341] fuse: Initialize beyond-EOF page contents before setting uptodate
` [PATCH 6.6 008/341] char: xillybus: Dont destroy workqueue from work item running on it
` [PATCH 6.6 009/341] char: xillybus: Refine workqueue handling
` [PATCH 6.6 010/341] char: xillybus: Check USB endpoints when probing device
` [PATCH 6.6 011/341] ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET
` [PATCH 6.6 012/341] ALSA: usb-audio: Support Yamaha P-125 quirk entry
` [PATCH 6.6 013/341] xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
` [PATCH 6.6 015/341] ALSA: hda/tas2781: fix wrong calibrated data order
` [PATCH 6.6 016/341] s390/dasd: fix error recovery leading to data corruption on ESE devices
` [PATCH 6.6 024/341] dm persistent data: fix memory allocation failure
` [PATCH 6.6 025/341] vfs: Dont evict inode under the inode lru traversing context
` [PATCH 6.6 026/341] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH 6.6 027/341] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH 6.6 028/341] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH 6.6 029/341] bitmap: introduce generic optimized bitmap_size()
` [PATCH 6.6 030/341] fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
` [PATCH 6.6 031/341] i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
` [PATCH 6.6 032/341] rtla/osnoise: Prevent NULL dereference in error handling
` [PATCH 6.6 033/341] net: mana: Fix RX buf alloc_size alignment and atomic op panic
` [PATCH 6.6 034/341] net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
` [PATCH 6.6 035/341] wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
` [PATCH 6.6 036/341] fs/netfs/fscache_cookie: add missing "n_accesses" check
` [PATCH 6.6 037/341] selinux: fix potential counting error in avc_add_xperms_decision()
` [PATCH 6.6 038/341] selinux: add the processing of the failure of avc_add_xperms_decision()
` [PATCH 6.6 039/341] mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu
` [PATCH 6.6 040/341] btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type
` [PATCH 6.6 041/341] btrfs: zoned: properly take lock to read/update block groups zoned variables
` [PATCH 6.6 042/341] btrfs: tree-checker: add dev extent item checks

[PATCH 00/14] Minor fixups and refactorings for AMD's io-pgtable code
 2024-08-27 14:38 UTC  (18+ 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] iommufd/selftest: Fix buffer read overrrun in the dirty test
 2024-08-27 12:47 UTC  (7+ messages)

[PATCH] rust: allow `stable_features` lint
 2024-08-27 11:30 UTC  (4+ messages)

[PATCH v3 00/17] platform/chrome: Add DT USB/DP muxing/topology support
 2024-08-27  3:25 UTC  (49+ 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 5.15 000/479] 5.15.165-rc3 review
 2024-08-26 13:27 UTC  (5+ messages)

[PATCH 0/2] clk: qcom: gcc-sm8550: Fix shared clk parking breakage
 2024-08-26  9:55 UTC  (7+ 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 rc 0/2] Fix maps created without READ or WRITE
 2024-08-26  7:16 UTC  (8+ 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

[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] kbuild: pahole-version: avoid errors if executing fails
 2024-08-23 18:47 UTC  (4+ messages)

[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  (3+ 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  (7+ 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  (4+ messages)
` 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  (2+ messages)

[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  (2+ messages)

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

[PATCH 6.10 00/25] 6.10.6-rc2 review
 2024-08-18  8:54 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