messages from 2023-10-04 18:36:00 to 2023-10-09 13:08:33 UTC [more...]
[PATCH 6.5 000/163] 6.5.7-rc1 review
2023-10-09 12:59 UTC (25+ messages)
` [PATCH 6.5 001/163] ALSA: hda/tas2781: Add tas2781 HDA driver
` [PATCH 6.5 002/163] ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LED
` [PATCH 6.5 004/163] ALSA: hda/realtek - ALC287 I2S speaker platform support
` [PATCH 6.5 005/163] ALSA: hda/realtek - ALC287 Realtek "
` [PATCH 6.5 006/163] ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol
` [PATCH 6.5 013/163] scsi: Do not attempt to rescan suspended devices
` [PATCH 6.5 014/163] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH 6.5 015/163] btrfs: remove btrfs_writepage_endio_finish_ordered
` [PATCH 6.5 016/163] btrfs: remove end_extent_writepage
` [PATCH 6.5 017/163] btrfs: dont clear uptodate on write errors
` [PATCH 6.5 018/163] arm64: add HWCAP for FEAT_HBC (hinted conditional branches)
` [PATCH 6.5 019/163] arm64: cpufeature: Fix CLRBHB and BC detection
` [PATCH 6.5 020/163] net: add sysctl accept_ra_min_rtr_lft
` [PATCH 6.5 021/163] net: change accept_ra_min_rtr_lft to affect all RA lifetimes
` [PATCH 6.5 022/163] net: release reference to inet6_dev pointer
` [PATCH 6.5 023/163] iommu/arm-smmu-v3: Avoid constructing invalid range commands
` [PATCH 6.5 024/163] maple_tree: reduce resets during store setup
` [PATCH 6.5 025/163] maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states
` [PATCH 6.5 026/163] iommu/apple-dart: Handle DMA_FQ domains in attach_dev()
` [PATCH 6.5 027/163] scsi: zfcp: Fix a double put in zfcp_port_enqueue()
` [PATCH 6.5 028/163] iommu/vt-d: Avoid memory allocation in iommu_suspend()
` [PATCH 6.5 029/163] net: mana: Fix TX CQE error handling
` [PATCH 6.5 030/163] vringh: dont use vringh_kiov_advance() in vringh_iov_xfer()
` [PATCH 6.5 031/163] net: ethernet: mediatek: disable irq before schedule napi
[PATCH 0/3] Rust 1.73.0 upgrade
2023-10-09 8:49 UTC (15+ messages)
` [PATCH 1/3] rust: task: remove redundant explicit link
` [PATCH 2/3] rust: print: use explicit link in documentation
` [PATCH 3/3] rust: upgrade to Rust 1.73.0
[PATCH 5.15 000/183] 5.15.134-rc1 review
2023-10-09 1:20 UTC (19+ messages)
[PATCH 0/7] drm/msm/dp: Simplify DPCD related code with helpers
2023-10-08 14:01 UTC (2+ messages)
[PATCH 0/2] drm/msm/dp: More DPCD cleanups
2023-10-08 14:01 UTC (6+ messages)
` [PATCH 1/2] drm/msm/dp: Inline dp_display_is_sink_count_zero()
` [PATCH 2/2] drm/msm/dp: Remove error message when downstream port not connected
[PATCH 5.10 000/509] 5.10.188-rc1 review
2023-10-07 11:57 UTC (4+ messages)
` [PATCH 5.10 397/509] PCI: qcom: Disable write access to read only registers for IP v2.3.3
[PATCH 4.19 000/273] 4.19.295-rc1 review
2023-10-07 11:53 UTC (4+ messages)
` [PATCH 4.19 178/273] media: dvb: symbol fixup for dvb_attach()
[PATCH 4.19 000/323] 4.19.291-rc1 review
2023-10-07 11:22 UTC (4+ messages)
` [PATCH 4.19 322/323] drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
[PATCH 6.1 000/259] 6.1.56-rc1 review
2023-10-07 8:58 UTC (24+ messages)
[PATCH v6 0/8] Add support for Sub-NUMA cluster (SNC) systems
2023-10-06 20:27 UTC (11+ messages)
` [PATCH v8 "
` [PATCH v8 1/8] x86/resctrl: Prepare for new domain scope
` [PATCH v8 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
` [PATCH v8 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes
[PATCH v4 00/15] Introduce /dev/mshv drivers
2023-10-06 18:13 UTC (23+ messages)
` [PATCH v4 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v4 14/15] asm-generic: hyperv: Use new Hyper-V headers conditionally
[RFC PATCH V2 00/18] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
2023-10-06 16:41 UTC (19+ messages)
` [RFC PATCH V2 01/18] PCI/MSI: Provide stubs for IMS functions
` [RFC PATCH V2 02/18] vfio/pci: Move PCI specific check from wrapper to PCI function
` [RFC PATCH V2 03/18] vfio/pci: Use unsigned int instead of unsigned
` [RFC PATCH V2 04/18] vfio/pci: Make core interrupt callbacks accessible to all virtual devices
` [RFC PATCH V2 05/18] vfio/pci: Split PCI interrupt management into front and backend
` [RFC PATCH V2 06/18] vfio/pci: Separate MSI and MSI-X handling
` [RFC PATCH V2 07/18] vfio/pci: Move interrupt eventfd to interrupt context
` [RFC PATCH V2 08/18] vfio/pci: Move mutex acquisition into function
` [RFC PATCH V2 09/18] vfio/pci: Move interrupt contexts to generic interrupt struct
` [RFC PATCH V2 10/18] vfio/pci: Move IRQ type to generic interrupt context
` [RFC PATCH V2 11/18] vfio/pci: Split interrupt context initialization
` [RFC PATCH V2 12/18] vfio/pci: Provide interrupt context to generic ops
` [RFC PATCH V2 13/18] vfio/pci: Make vfio_pci_set_irqs_ioctl() available
` [RFC PATCH V2 14/18] vfio/pci: Add core IMS support
` [RFC PATCH V2 15/18] vfio/pci: Support emulated interrupts
` [RFC PATCH V2 16/18] vfio/pci: Support emulated interrupts in IMS backend
` [RFC PATCH V2 17/18] vfio/pci: Add accessor for IMS index
` [RFC PATCH V2 18/18] vfio/pci: Support IMS cookie modification
[PATCH v2 0/9] IFS support for GNR and SRF
2023-10-06 10:30 UTC (16+ messages)
` [PATCH v3 "
` [PATCH v4 "
` [PATCH v4 1/9] platform/x86/intel/ifs: Store IFS generation number
` [PATCH v4 2/9] platform/x86/intel/ifs: Refactor image loading code
` [PATCH v4 3/9] platform/x86/intel/ifs: Gen2 scan image loading
` [PATCH v4 4/9] platform/x86/intel/ifs: Gen2 Scan test support
` [PATCH v4 5/9] platform/x86/intel/ifs: Validate image size
` [PATCH v4 6/9] platform/x86/intel/ifs: Metadata validation for start_chunk
` [PATCH v4 7/9] platform/x86/intel/ifs: Add new CPU support
` [PATCH v4 8/9] platform/x86/intel/ifs: Add new error code
` [PATCH v4 9/9] platform/x86/intel/ifs: ARRAY BIST for Sierra Forest
[PATCH 6.5 000/321] 6.5.6-rc1 review
2023-10-06 9:54 UTC (52+ messages)
` [PATCH 6.5 271/321] kernel/sched: Modify initial boot task idle setup
` [PATCH 6.5 274/321] NFSv4: Fix a state manager thread deadlock regression
` [PATCH 6.5 275/321] ACPI: NFIT: Fix incorrect calculation of idt size
` [PATCH 6.5 276/321] timers: Tag (hr)timer softirq as hotplug safe
` [PATCH 6.5 277/321] drm/tests: Fix incorrect argument in drm_test_mm_insert_range
` [PATCH 6.5 278/321] cxl/mbox: Fix CEL logic for poison and security commands
` [PATCH 6.5 279/321] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
` [PATCH 6.5 280/321] mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()
` [PATCH 6.5 293/321] btrfs: fix race between reading a directory and adding entries to it
` [PATCH 6.5 294/321] btrfs: properly report 0 avail for very full file systems
` [PATCH 6.5 295/321] media: uvcvideo: Fix OOB read
` [PATCH 6.5 296/321] bpf: Add override check to kprobe multi link attach
` [PATCH 6.5 297/321] bpf: Fix BTF_ID symbol generation collision
` [PATCH 6.5 298/321] bpf: Fix BTF_ID symbol generation collision in tools/
` [PATCH 6.5 299/321] net: thunderbolt: Fix TCPv6 GSO checksum calculation
` [PATCH 6.5 300/321] thermal: sysfs: Fix trip_point_hyst_store()
` [PATCH 6.5 301/321] fs/smb/client: Reset password pointer to NULL
` [PATCH 6.5 302/321] tracing/user_events: Align set_bit() address for all archs
` [PATCH 6.5 303/321] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH 6.5 304/321] ata: libata-core: Fix port and device removal
` [PATCH 6.5 305/321] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH 6.5 306/321] ata: libata-sata: increase PMP SRST timeout to 10s
` [PATCH 6.5 307/321] i915: Limit the length of an sg list to the requested length
` [PATCH 6.5 308/321] drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top
` [PATCH 6.5 309/321] power: supply: rk817: Add missing module alias
` [PATCH 6.5 310/321] power: supply: ab8500: Set typing and props
` [PATCH 6.5 311/321] fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
` [PATCH 6.5 312/321] drm/amdkfd: Use gpu_offset for user queues wptr
` [PATCH 6.5 313/321] drm/amd/display: fix the ability to use lower resolution modes on eDP
` [PATCH 6.5 314/321] drm/meson: fix memory leak on ->hpd_notify callback
` [PATCH 6.5 315/321] rbd: move rbd_dev_refresh() definition
` [PATCH 6.5 316/321] rbd: decouple header read-in from updating rbd_dev->header
` [PATCH 6.5 317/321] rbd: decouple parent info read-in from updating rbd_dev
` [PATCH 6.5 318/321] rbd: take header_rwsem in rbd_dev_refresh() only when updating
` [PATCH 6.5 319/321] memcg: drop kmem.limit_in_bytes
` [PATCH 6.5 320/321] mm, memcg: reconsider kmem.limit_in_bytes deprecation
` [PATCH 6.5 321/321] ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL
[PATCH] OPP: Fix -Wunsequenced in _of_add_opp_table_v1()
2023-10-06 7:19 UTC (3+ messages)
[PATCH] kbuild: Enable -Wincompatible-function-pointer-types-strict in W=1
2023-10-05 18:38 UTC (2+ messages)
[PATCH] drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary device
2023-10-05 17:18 UTC (3+ messages)
[PATCH 1/2] MAINTAINERS: update Rust webpage
2023-10-05 16:12 UTC (2+ messages)
[PATCH 0/2] Rust 1.72.0 upgrade
2023-10-05 12:31 UTC (2+ messages)
[PATCH v4 7/7] rust: workqueue: add examples
2023-10-05 6:32 UTC (3+ messages)
[PATCH 0/4] platform/chrome: Random driver cleanups
2023-10-05 1:56 UTC (2+ messages)
[PATCH 0/2] Fix a couple recent instances of -Wincompatible-function-pointer-types-strict from ->mode_get() implementations
2023-10-05 0:30 UTC (2+ messages)
[PATCH v3 9/9] platform/x86/intel/ifs: ARRAY BIST for Sierra Forest
2023-10-04 19:04 UTC (2+ messages)
[PATCH v3 6/9] platform/x86/intel/ifs: Metadata validation for start_chunk
2023-10-04 19:00 UTC (2+ messages)
[PATCH v3 5/9] platform/x86/intel/ifs: Validate image size
2023-10-04 18:56 UTC (2+ messages)
[PATCH v8 0/3] Handle corrected machine check interrupt storms
2023-10-04 18:36 UTC (5+ messages)
` [PATCH v9 "
` [PATCH v9 1/3] x86/mce: Remove old CMCI storm mitigation code
` [PATCH v9 2/3] x86/mce: Add per-bank CMCI storm mitigation
` [PATCH v9 3/3] x86/mce: Handle Intel threshold interrupt storms
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox