All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-19 20:20:35 to 2023-04-19 21:24:39 UTC [more...]

[PATCH 00/18] btrfs-progs: more prep work for syncing ctree.c
 2023-04-19 21:23 UTC 

[Intel-xe] [PATCH 00/17] Cleanup registers and introduce xe_reg_t
 2023-04-19 21:24 UTC  (15+ messages)
` [Intel-xe] [PATCH 11/17] drm/xe: Introduce xe_reg_t

[PATCH v6 0/3] Add sync object UAPI support to VirtIO-GPU driver
 2023-04-19 21:22 UTC  (4+ messages)

[PATCH 00/10] btrfs-progs: prep work for syncing ctree.c
 2023-04-19 21:20 UTC  (9+ messages)
` [PATCH 02/10] btrfs-progs: bring root->state into btrfs-progs
` [PATCH 03/10] btrfs-progs: rename btrfs_alloc_free_block to btrfs_alloc_tree_block
` [PATCH 05/10] btrfs-progs: add btrfs_locking_nest "
` [PATCH 06/10] btrfs-progs: add some missing extent buffer helpers
` [PATCH 07/10] btrfs-progs: rename btrfs_set_block_flags -> btrfs_set_disk_extent_flags
` [PATCH 08/10] btrfs-progs: cleanup args for btrfs_set_disk_extent_flags
` [PATCH 09/10] btrfs-progs: rename clear_extent_buffer_dirty => btrfs_clear_buffer_dirty
` [PATCH 10/10] btrfs-progs: make __btrfs_cow_block static

[Ocfs2-devel] [PATCH] ocfs2: reduce ioctl stack usage
 2023-04-19 21:21 UTC  (6+ messages)
        `  "

[PATCH] staging: vchiq_arm: Make vchiq_platform_init() static
 2023-04-19 21:21 UTC  (5+ messages)

[PATCH net-next] page_pool: add DMA_ATTR_WEAK_ORDERING on all mappings
 2023-04-19 21:20 UTC  (2+ messages)

[PATCH BlueZ 0/3] Add additional Broadcast tests/options
 2023-04-19 21:20 UTC  (2+ messages)

[PATCH net] net: dsa: microchip: ksz8795: Correctly handle huge frame configuration
 2023-04-19 21:20 UTC  (2+ messages)

[PATCH] binman: Use expanduser instead of HOME
 2023-04-19 21:21 UTC 

[PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address
 2023-04-19 21:18 UTC  (18+ messages)
` [PATCH 02/18] arm64: dts: qcom: msm8916: correct camss "
` [PATCH 03/18] arm64: dts: qcom: msm8916: correct MMC "
` [PATCH 04/18] arm64: dts: qcom: msm8916: correct WCNSS "
` [PATCH 05/18] arm64: dts: qcom: msm8953: correct IOMMU "
` [PATCH 06/18] arm64: dts: qcom: msm8953: correct WCNSS "
` [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC "
` [PATCH 08/18] arm64: dts: qcom: msm8994: correct SPMI "
` [PATCH 09/18] arm64: dts: qcom: msm8996: correct camss "
` [PATCH 10/18] arm64: dts: qcom: sdm630: "
` [PATCH 11/18] arm64: dts: qcom: sdm845: "
` [PATCH 12/18] arm64: dts: qcom: sm6115: correct thermal-sensor "
` [PATCH 13/18] arm64: dts: qcom: sm8350: correct DMA controller "
` [PATCH 14/18] arm64: dts: qcom: sm8350: correct PCI phy "
` [PATCH 15/18] arm64: dts: qcom: sm8350: correct USB "
` [PATCH 16/18] arm64: dts: qcom: sm8550: correct crypto "
` [PATCH 17/18] arm64: dts: qcom: sm8550: correct pinctrl "
` [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg

[RFT RFC PATCH] arm64: dts: qcom: sdm630-nile: correct duplicated reserved memory node
 2023-04-19 21:19 UTC 

[PATCH v2] Bluetooth: btnxpuart: Enable flow control before checking boot signature
 2023-04-19 21:18 UTC  (3+ messages)
` [v2] "

[PATCH 0/8] btrfs-progs: sync basic code from the kernel
 2023-04-19 21:17 UTC  (9+ messages)
` [PATCH 1/8] btrfs-progs: sync uapi/btrfs.h into btrfs-progs
` [PATCH 2/8] btrfs-progs: sync ondisk definitions from the kernel
` [PATCH 3/8] btrfs-progs: sync messages.* "
` [PATCH 4/8] btrfs-progs: add struct va_format support to our btrfs_no_printk helper
` [PATCH 5/8] btrfs-progs: sync accessors.[ch] from the kernel
` [PATCH 6/8] btrfs-progs: sync file-item.h into progs
` [PATCH 7/8] btrfs-progs: sync async-thread.[ch] from the kernel
` [PATCH 8/8] btrfs-progs: sync extent-io-tree.[ch] and misc.h "

[PATCH blktests v2 0/2] nvme_trtype=fc fixes
 2023-04-19 21:15 UTC  (4+ messages)
` [PATCH blktests v2 2/2] nvme-rc: Cleanup fc resource before module unloading

[PATCH 00/11] btrfs-progs: prep work for syncing files into kernel-shared
 2023-04-19 21:13 UTC  (12+ messages)
` [PATCH 01/11] btrfs-progs: fix kerncompat.h include ordering for libbtrfs
` [PATCH 02/11] btrfs-progs: use $SUDO_HELPER in convert tests for temp files
` [PATCH 03/11] btrfs-progs: re-add __init to include/kerncompat.h
` [PATCH 04/11] btrfs-progs: introduce UASSERT() for purely userspace code
` [PATCH 05/11] btrfs-progs: move BTRFS_DISABLE_BACKTRACE check in print_trace
` [PATCH 06/11] btrfs-progs: remove the _on() related message helpers
` [PATCH 07/11] btrfs-progs: consolidate the btrfs "
` [PATCH 08/11] btrfs-progs: rename the qgroup structs to match the kernel
` [PATCH 09/11] btrfs-progs: remove fs_info argument from btrfs_check_* helpers
` [PATCH 10/11] btrfs-progs: add a btrfs check helper for checking blocks
` [PATCH 11/11] btrfs-progs: remove parent_key arg from btrfs_check_* helpers

[bluez/bluez] 180d1c: monitor/packet: Fix BIG encryption decoding
 2023-04-19 21:14 UTC 

[PATCH] soc: ti: pruss: Avoid cast to incompatible function type
 2023-04-19 21:14 UTC  (4+ messages)

[RFC v1 0/1] nvme testsuite runtime optimization
 2023-04-19 21:13 UTC  (7+ messages)

[Buildroot] No sound device
 2023-04-19 21:12 UTC  (2+ messages)

[PATCH v2 00/11] mq-deadline: Improve support for zoned block devices
 2023-04-19 21:12 UTC  (4+ messages)
` [PATCH v2 03/11] block: Introduce blk_rq_is_seq_zoned_write()

[PATCH] maple_tree: Fix allocation in mas_sparse_area()
 2023-04-19 21:11 UTC  (3+ messages)

[PATCH 0/8] drm/i915/mtl: Define MOCS and PAT tables for MTL
 2023-04-19 21:12 UTC  (18+ messages)
` [Intel-gfx] "
` [PATCH 1/8] drm/i915/mtl: Set has_llc=0
  ` [Intel-gfx] "
` [PATCH 2/8] drm/i915/mtl: Define MOCS and PAT tables for MTL
  ` [Intel-gfx] "
` [PATCH 3/8] drm/i915/mtl: Add PTE encode function
  ` [Intel-gfx] "
` [PATCH 4/8] drm/i915/mtl: workaround coherency issue for Media
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 5/8] drm/i915/mtl: end support for set caching ioctl
  `  "
` [PATCH 6/8] drm/i915: preparation for using PAT index
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 7/8] drm/i915: use pat_index instead of cache_level
  `  "
` [Intel-gfx] [PATCH 8/8] drm/i915: Allow user to set cache at BO creation
  `  "

[PATCH] device property: make device_property functions take const device *
 2023-04-19 21:11 UTC  (3+ messages)

Reading file would overwrite reserved memory. Failed to load 'hello_world.bin - imx7d-pico - Uboot 2022.04
 2023-04-19 21:10 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v3] tests/xe/xe_huc_copy: check debugfs for huc running
 2023-04-19 21:11 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/xe/xe_huc_copy: check debugfs for huc running (rev3)

[igt-dev] [PATCH i-g-t] tests/intel-ci: update blacklist
 2023-04-19 21:09 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 0/5] leds: trigger: netdev: fixup preparation for LEDs hw control
 2023-04-19 21:07 UTC  (6+ messages)
` [PATCH 1/5] leds: trigger: netdev: recheck NETDEV_LED_MODE_LINKUP on dev rename
` [PATCH 2/5] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [PATCH 3/5] leds: trigger: netdev: rename add namespace to netdev trigger enum modes
` [PATCH 4/5] leds: trigger: netdev: convert device attr to macro
` [PATCH 5/5] leds: trigger: netdev: use mutex instead of spinlocks

[PATCH RFT v2 00/14] SMD RPMCC sleep preparations
 2023-04-19 21:08 UTC  (8+ messages)
` [PATCH RFT v2 01/14] dt-bindings: clock: qcom,rpmcc: Add a way to enable unused clock cleanup

[PATCH] relayfs: fix out-of-bounds access in relay_file_read
 2023-04-19 21:07 UTC  (3+ messages)

[PATCH net-next] gve: update MAINTAINERS
 2023-04-19 21:05 UTC 

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-04-19 21:05 UTC  (4+ messages)

[PATCH v7 0/5] spi: dw: DW SPI DMA Driver updates
 2023-04-19 21:03 UTC  (8+ messages)
` [PATCH v7 4/5] spi: dw: Add DMA address widths capability check

+ relayfs-fix-out-of-bounds-access-in-relay_file_read.patch added to mm-hotfixes-unstable branch
 2023-04-19 21:03 UTC 

[PATCH] ubsan: remove cc-option test for UBSAN_TRAP
 2023-04-19 21:02 UTC  (6+ messages)

[PATCH v4 0/7] Re-enable IDXD kernel workqueue under DMA API
 2023-04-19 21:05 UTC  (9+ messages)
` [PATCH v4 3/7] iommu: Support allocation of global PASIDs outside SVA

[PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-04-19 21:00 UTC  (11+ messages)
` [PATCH] Smack modifications for: "

[PATCH v2 0/2] hwmon: (adt7475) Handle DT unaware platforms
 2023-04-19 20:59 UTC  (5+ messages)
` [PATCH v2 2/2] hwmon: (adt7475) Convert to use device_property APIs

[android-common:android12-5.4 5500/27000] mm/page_alloc.c:2741:29: sparse: sparse: Using plain integer as NULL pointer
 2023-04-19 20:59 UTC 

[PATCH v10 00/14] HP BIOSCFG driver
 2023-04-19 20:59 UTC  (4+ messages)
` [PATCH v10 03/14] HP BIOSCFG driver - bioscfg

[PATCH net-next v3 0/8] TXGBE PHYLINK support
 2023-04-19 20:58 UTC  (5+ messages)
` [PATCH net-next v3 1/8] net: txgbe: Add software nodes to support phylink
` [PATCH net-next v3 2/8] i2c: designware: Add driver support for Wangxun 10Gb NIC

[PATCH v3 1/2] soc: nuvoton: Add a menu for Nuvoton SoC drivers
 2023-04-19 20:55 UTC  (5+ messages)

[PATCH v2] drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2
 2023-04-19 20:54 UTC  (3+ messages)

+ hugetlb-pte_alloc_huge-to-replace-huge-pte_alloc_map.patch added to mm-unstable branch
 2023-04-19 20:53 UTC 

[GIT PULL] regulator fixes for v6.3-rc7
 2023-04-19 20:52 UTC  (2+ messages)

[GIT PULL] SPI fixes for v6.3-rc7
 2023-04-19 20:52 UTC  (2+ messages)

[sashal-stable:pending-5.4 103/107] kernel/trace/trace_entries.h:390:1: error: macro "FTRACE_ENTRY" requires 6 arguments, but only 5 given
 2023-04-19 20:49 UTC 

[PATCH 0/5] x86: reduce cache flushing overhead
 2023-04-19 20:46 UTC  (3+ messages)
` [PATCH 4/5] VT-d: restrict iommu_flush_all() to cache writeback

KCIDB: Support one more test status
 2023-04-19 19:38 UTC  (2+ messages)

[PATCH v2] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-19 20:45 UTC  (5+ messages)

[ANNOUNCE] 5.15.107-rt62
 2023-04-19 20:43 UTC 

[RFC PATCH 0/5] Enable multiple MCAN on AM62x
 2023-04-19 20:40 UTC  (5+ messages)

[PATCH] cpufreq: CPPC: use 10ms delay instead of 2us to avoid high error
 2023-04-19 20:40 UTC  (11+ messages)

[PATCH 0/4] landlock.7: Code example improvements
 2023-04-19 20:37 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/8] drm/i915/mtl: Define MOCS and PAT tables for MTL
 2023-04-19 20:37 UTC  (2+ messages)

[PATCH v2 00/18] wifi: rtl8xxxu: Add AP mode support for 8188f
 2023-04-19 20:35 UTC  (2+ messages)

[PATCH 1/2] kbuild: add srcdeb-pkg target
 2023-04-19 20:34 UTC  (3+ messages)
` [PATCH 2/2] kbuild: deb-pkg: add KDEB_SOURCE_COMPRESS to specify compression type

[PATCH V5 0/3] rpmsg signaling/flowcontrol patches
 2023-04-19 20:37 UTC  (4+ messages)
` [PATCH V5 1/3] rpmsg: core: Add signal API support

[PATCH v2 00/12] Re-introduce Exynos4212 support and add Samsung Galaxy Tab 3 8.0 boards
 2023-04-19 20:24 UTC  (9+ messages)
` [PATCH v2 03/12] ARM: exynos: Re-introduce Exynos4212 support
` [PATCH v2 12/12] ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boards

[f2fs-dev] [PATCH v4 1/2] f2fs: refactor struct iostat_lat_info
 2023-04-19 20:32 UTC  (3+ messages)
  `  "

[PATCH v2] ft: fix double free when disconnecting mid-FT
 2023-04-19 20:30 UTC 

[PATCH 00/33] Split ptdesc from struct page
 2023-04-19 20:29 UTC  (9+ messages)
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "

[PATCH] f2fs: add async reset zone command support
 2023-04-19 20:28 UTC  (3+ messages)
    ` [f2fs-dev] "

[PATCH 6.1 000/129] 6.1.25-rc3 review
 2023-04-19 20:28 UTC  (2+ messages)

[PATCH 5.15 00/84] 5.15.108-rc4 review
 2023-04-19 20:28 UTC  (2+ messages)

[PATCH 6.2 000/135] 6.2.12-rc3 review
 2023-04-19 20:28 UTC  (2+ messages)

[PATCH v7 00/10] livepatch: klp-convert tool
 2023-04-19 20:27 UTC  (2+ messages)

RTL8188EU (LogiLink WL0151A) - Malformed packets
 2023-04-19 20:27 UTC  (7+ messages)

[PATCH v2] firmware/sysfb: Fix VESA format selection
 2023-04-19 20:27 UTC  (4+ messages)

[PATCH v10 0/2] Expose header information to git-send-email's sendemail-validate hook
 2023-04-19 20:27 UTC  (3+ messages)
` [PATCH v10 1/2] send-email: refactor header generation functions
` [PATCH v10 2/2] send-email: expose header information to git-send-email's sendemail-validate hook

[GIT PULL] ASoC fixes for v6.3-rc7
 2023-04-19 20:24 UTC 

What's cooking in git.git (Apr 2023, #05; Mon, 17)
 2023-04-19 20:24 UTC  (2+ messages)
` rj/branch-unborn-in-other-worktrees (was Re: What's cooking in git.git (Apr 2023, #05; Mon, 17))

[Intel-xe] [PATCH] drm/xe/guc_pc: Reorder forcewake and xe_pm_runtime calls
 2023-04-19 20:25 UTC  (2+ messages)

[PATCH 1/2] regex.3: note that pmatch is still used if REG_NOSUB if REG_STARTEND
 2023-04-19 20:23 UTC  (3+ messages)
` [PATCH 2/2] regex.3: improve REG_STARTEND

[PATCH v4 00/23] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-04-19 20:23 UTC  (24+ messages)
` [PATCH v4 01/23] cxl: Export QTG ids from CFMWS to sysfs
` [PATCH v4 02/23] cxl: Add checksum verification to CDAT from CXL
` [PATCH v4 03/23] cxl: Add support for reading CXL switch CDAT table
` [PATCH v4 04/23] cxl: Add common helpers for cdat parsing
` [PATCH v4 05/23] cxl: Add callback to parse the DSMAS subtables from CDAT
` [PATCH v4 06/23] cxl: Add callback to parse the DSLBIS subtable "
` [PATCH v4 07/23] cxl: Add callback to parse the SSLBIS "
` [PATCH v4 08/23] cxl: Add support for _DSM Function for retrieving QTG ID
` [PATCH v4 09/23] cxl: Add helper function to retrieve ACPI handle of CXL root device
` [PATCH v4 10/23] cxl: Add helpers to calculate pci latency for the CXL device
` [PATCH v4 11/23] cxl: Add helper function that calculates QoS values for switches
` [PATCH v4 12/23] cxl: Add helper function that calculate QoS values for PCI path
` [PATCH v4 13/23] ACPI: NUMA: Create enum for memory_target hmem_attrs indexing
` [PATCH v4 14/23] ACPI: NUMA: Add genport target allocation to the HMAT parsing
` [PATCH v4 15/23] ACPI: NUMA: Add setting of generic port locality attributes
` [PATCH v4 16/23] ACPI: NUMA: Add helper function to retrieve the performance attributes
` [PATCH v4 17/23] cxl: Add helper function to retrieve generic port QoS
` [PATCH v4 18/23] cxl: Add latency and bandwidth calculations for the CXL path
` [PATCH v4 19/23] cxl: Wait Memory_Info_Valid before access memory related info
` [PATCH v4 20/23] cxl: Move identify and partition query from pci probe to port probe
` [PATCH v4 21/23] cxl: Store QTG IDs and related info to the CXL memory device context
` [PATCH v4 22/23] cxl: Export sysfs attributes for memory device QTG ID
` [PATCH v4 23/23] cxl/mem: Add debugfs output for QTG related data

[PATCH pre-6.4] btrfs: dev-replace: error out if we have unrepaired metadata error during
 2023-04-19 20:23 UTC 

[PATCH] ft: fix double free when disconnecting mid-FT
 2023-04-19 20:23 UTC 

[PATCH] PCI: Restrict device disabled status check to DT
 2023-04-19 20:20 UTC  (2+ messages)

[igt-dev] [i-g-t V4 0/6] Enable KMS tests in XE BAT
 2023-04-19 20:20 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Enable KMS tests in XE BAT (rev5)


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.