messages from 2024-06-24 14:18:57 to 2024-06-24 14:51:42 UTC [more...]
[PATCH virtio 0/8] virtio_pci_modern: allow parallel admin queue commands execution
2024-06-24 14:51 UTC (6+ messages)
[PATCH v6 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-06-24 14:45 UTC (39+ messages)
` [PATCH v6 01/23] powerpc/64e: Remove unused IBM HTW code
` [PATCH v6 02/23] powerpc/64e: Split out nohash Book3E 64-bit code
` [PATCH v6 03/23] powerpc/64e: Drop E500 ifdefs in "
` [PATCH v6 04/23] powerpc/64e: Drop MMU_FTR_TYPE_FSL_E checks "
` [PATCH v6 05/23] powerpc/64e: Consolidate TLB miss handler patching
` [PATCH v6 06/23] powerpc/64e: Drop unused TLB miss handlers
` [PATCH v6 07/23] mm: Define __pte_leaf_size() to also take a PMD entry
` [PATCH v6 08/23] mm: Provide mm_struct and address to huge_ptep_get()
` [PATCH v6 09/23] powerpc/mm: Remove _PAGE_PSIZE
` [PATCH v6 10/23] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [PATCH v6 11/23] powerpc/mm: Allow hugepages without hugepd
` [PATCH v6 12/23] powerpc/8xx: Fix size given to set_huge_pte_at()
` [PATCH v6 13/23] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [PATCH v6 14/23] powerpc/8xx: Simplify struct mmu_psize_def
` [PATCH v6 15/23] powerpc/e500: Remove enc and ind fields from "
` [PATCH v6 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
` [PATCH v6 17/23] powerpc/e500: Encode hugepage size in PTE bits
` [PATCH v6 18/23] powerpc/e500: Don't pre-check write access on data TLB error
` [PATCH v6 19/23] powerpc/e500: Free r10 for FIND_PTE
` [PATCH v6 20/23] powerpc/e500: Use contiguous PMD instead of hugepd
` [PATCH v6 21/23] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [PATCH v6 22/23] powerpc/mm: Remove hugepd leftovers
` [PATCH v6 23/23] mm: Remove CONFIG_ARCH_HAS_HUGEPD
[PATCH v3 1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free
2024-06-24 14:51 UTC (3+ messages)
` [PATCH v3 2/2] drm/xe/lnl: Offload system clear page activity to GPU
` ✓ CI.Patch_applied: success for series starting with [v3,1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free
[GIT PULL FOR 6.11] New drivers
2024-06-24 14:50 UTC (2+ messages)
Patch "ACPI: EC: Install address space handler at the namespace root" has been added to the 6.6-stable tree
2024-06-24 14:50 UTC (2+ messages)
[PATCH v2] [PATCH] debugobjects: Annotate racy debug variables
2024-06-24 14:50 UTC (2+ messages)
` [tip: core/debugobjects] "
[PATCH net-next 0/4] selftests: drv-net: rss_ctx: add tests for RSS contexts
2024-06-24 14:50 UTC (7+ messages)
` [PATCH net-next 2/4] selftests: drv-net: add helper to wait for HW stats to sync
` [PATCH net-next 4/4] selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts
[PATCH v2] m68k: fix TT bootup freeze / unexpected (SCU) interrupt messages
2024-06-24 14:49 UTC
Patch "ASoC: Intel: sof_cs42l42: rename BT offload quirk" has been added to the 6.9-stable tree
2024-06-24 14:49 UTC (2+ messages)
[PATCH v1] Bluetooth: Fix double free in hci_req_sync_complete
2024-06-24 14:49 UTC
[PATCH 0/3] timer_migration: Fix a possible race and improvements
2024-06-24 14:48 UTC (2+ messages)
[PATCH] ACPI / amba: Drop unnecessary check for registered amba_dummy_clk
2024-06-24 14:48 UTC (3+ messages)
` [PATCH v4] "
[PATCH] drm/amd/display: Remove unused function reverse_planes_order
2024-06-24 14:47 UTC (2+ messages)
[PATCH v4 00/16] drm/msm/dpu: be more friendly to X.org
2024-06-24 14:47 UTC (17+ messages)
` [PATCH v4 01/16] drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails
` [PATCH v4 02/16] drm/msm/dpu: fix error condition in dpu_encoder_virt_atomic_mode_set
` [PATCH v4 03/16] drm/msm/dpu: move CRTC resource assignment to dpu_encoder_virt_atomic_mode_set
` [PATCH v4 04/16] drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
` [PATCH v4 05/16] drm/msm/dpu: drop dpu_format_check_modified_format
` [PATCH v4 06/16] drm/msm/dpu: drop dpu_format_populate_layout from dpu_plane_sspp_atomic_update
` [PATCH v4 07/16] drm/msm/dpu: drop extra aspace checks in dpu_formats
` [PATCH v4 08/16] drm/msm/dpu: drop msm_format from struct dpu_hw_fmt_layout
` [PATCH v4 09/16] drm/msm/dpu: pass drm_framebuffer to _dpu_format_get_plane_sizes()
` [PATCH v4 10/16] drm/msm/dpu: move pitch check to _dpu_format_get_plane_sizes_linear()
` [PATCH v4 11/16] drm/msm/dpu: split dpu_format_populate_layout
` [PATCH v4 12/16] drm/msm/dpu: make dpu_format_populate_addrs return void
` [PATCH v4 13/16] drm/msm/dpu: move layout setup population out of dpu_plane_prepare_fb()
` [PATCH v4 14/16] drm/msm/dpu: check for the plane pitch overflow
` [PATCH v4 15/16] drm/msm/dpu: merge MAX_IMG_WIDTH/HEIGHT with DPU_MAX_IMG_WIDTH/HEIGHT
` [PATCH v4 16/16] drm/msm/dpu: sync mode_config limits to the FB limits in dpu_plane.c
[PATCH v2] drm/xe: add wopcm device info and set region into Guc registers
2024-06-24 14:47 UTC (4+ messages)
` ✗ CI.Hooks: failure for drm/xe: add wopcm device info and set region into Guc registers (rev2)
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
[PATCH 1/1] MAINTAINERS: Change fsl-fman.yaml to fsl,fman.yaml
2024-06-24 14:46 UTC
[PATCH v4] ALSA: compress_offload: introduce passthrough operation mode
2024-06-24 14:47 UTC (2+ messages)
[PATCH 00/39] DC Patches June 20, 2024
2024-06-24 14:46 UTC (2+ messages)
[PATCH] vhost: only emit debug log with invalid FD
2024-06-24 14:46 UTC
[PATCH 00/31] Preparatory patches for BCM2712 (Pi5) support
2024-06-24 14:45 UTC (5+ messages)
[PATCH v3 0/9] can: mcp251xfd: workaround for erratum DS80000789E 6 of mcp2518fd
2024-06-24 14:45 UTC (10+ messages)
` [PATCH v3 1/9] can: mcp251xfd: properly indent labels
` [PATCH v3 2/9] can: mcp251xfd: update errata references
` [PATCH v3 3/9] can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_start/stop()
` [PATCH v3 4/9] can: mcp251xfd: clarify the meaning of timestamp
` [PATCH v3 5/9] can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate function
` [PATCH v3 6/9] can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
` [PATCH v3 7/9] can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
` [PATCH v3 8/9] can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
` [PATCH v3 9/9] can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
[PATCH] drm/amd/display: Use ARRAY_SIZE for array length
2024-06-24 14:45 UTC (2+ messages)
[GIT PULL] pin control fixes for v6.10
2024-06-24 14:44 UTC (2+ messages)
[Intel-wired-lan] [PATCH iwl-next v2 0/7] Switch API optimizations
2024-06-24 14:45 UTC (16+ messages)
` "
` [Intel-wired-lan] [PATCH iwl-next v2 1/7] ice: Remove unused struct ice_prot_lkup_ext members
` "
` [Intel-wired-lan] [PATCH iwl-next v2 2/7] ice: Remove reading all recipes before adding a new one
` "
` [Intel-wired-lan] [PATCH iwl-next v2 3/7] ice: Simplify bitmap setting in adding recipe
` "
` [Intel-wired-lan] [PATCH iwl-next v2 4/7] ice: remove unused recipe bookkeeping data
` "
` [Intel-wired-lan] [PATCH iwl-next v2 5/7] ice: Optimize switch recipe creation
` "
` [Intel-wired-lan] [PATCH iwl-next v2 6/7] ice: Remove unused members from switch API
` "
` [Intel-wired-lan] [PATCH iwl-next v2 7/7] ice: Add tracepoint for adding and removing switch rules
` "
[PATCH] drm/xe: Get XE_FORCEWAKE_ALL to read RING_TIMESTAMP
2024-06-24 14:44 UTC (2+ messages)
[PATCH] drm/stm: ltdc: Remove unused function plane_to_ltdc
2024-06-24 14:42 UTC (2+ messages)
[PATCH net] tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
2024-06-24 14:43 UTC
[PATCH v4 0/5] rcar-vin: Add support for R-Car V4M
2024-06-24 14:41 UTC (6+ messages)
` [PATCH v4 1/5] dt-bindings: media: renesas,vin: Add Gen4 family fallback
` [PATCH v4 2/5] arm64: dts: renesas: r8a779g0: Add family fallback for VIN IP
` [PATCH v4 3/5] media: rcar-vin: Add family compatible for R-Car Gen4 family
` [PATCH v4 4/5] dt-bindings: media: renesas,vin: Add binding for V4M
` [PATCH v4 5/5] arm64: dts: renesas: r8a779h0: Add family fallback for VIN IP
[PATCH v8] usb: typec: ucsi: add Lenovo Yoga C630 glue driver
2024-06-24 14:43 UTC (4+ messages)
[PATCH] compiler.h: simplify data_race() macro
2024-06-24 14:42 UTC (5+ messages)
[PATCH V3] ACPI: Add acpi=nospcr to disable ACPI SPCR as default console on arm64
2024-06-24 14:42 UTC (3+ messages)
[PATCH 1/1] hw/i386/acpi-build: add OSHP method support for SHPC driver load
2024-06-24 14:40 UTC (5+ messages)
[PATCH 0/7] Provide support for RMPREAD and a segmented RMP
2024-06-24 14:42 UTC (9+ messages)
` [PATCH 1/7] x86/sev: Prepare for using the RMPREAD instruction to access the RMP
` [PATCH 2/7] x86/sev: Add support for the RMPREAD instruction
` [PATCH 3/7] x86/sev: Require the RMPREAD instruction after Fam19h
` [PATCH 4/7] x86/sev: Move the SNP probe routine out of the way
` [PATCH 5/7] x86/sev: Map only the RMP table entries instead of the full RMP range
` [PATCH 6/7] x86/sev: Treat the contiguous RMP table as a single RMP segment
` [PATCH 7/7] x86/sev: Add full support for a segmented RMP table
[PATCH v2 1/3] Fix userfaultfd_api to return EINVAL as expected
2024-06-24 14:42 UTC (5+ messages)
` [PATCH v2 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured
[PATCH v2 0/3] arm64: dts: qcom: x1e80100: Add soundwire controller resets
2024-06-24 14:40 UTC (7+ messages)
` [PATCH v2 1/3] dt-bindings: clock: Add x1e80100 LPASS AUDIOCC reset controller
` [PATCH v2 2/3] dt-bindings: clock: Add x1e80100 LPASSCC "
` [PATCH v2 3/3] arm64: dts: qcom: x1e80100: add soundwire controller resets
[PATCH] brd: add missing MODULE_DESCRIPTION() macro
2024-06-24 14:40 UTC (2+ messages)
[PATCH v3] mmc: Convert from tasklet to BH workqueue
2024-06-24 14:38 UTC (6+ messages)
Regression in xen-blkfront regarding sector sizes
2024-06-24 14:38 UTC (3+ messages)
[PATCH v2 0/2] Teach git version --build-options about zlib+libcurl
2024-06-24 14:38 UTC (7+ messages)
` [PATCH v2 1/2] Teach git version --build-options about libcurl
` [PATCH v2 2/2] Teach git version --build-options about zlib versions
[PATCH 00/13] forcealign for xfs
2024-06-24 14:36 UTC (4+ messages)
` [PATCH 07/13] xfs: Introduce FORCEALIGN inode flag
[RFC PATCH v2] iommu/xen: Add Xen PV-IOMMU driver
2024-06-24 14:36 UTC (3+ messages)
[PATCH v2 0/4] iio: adc: ad4695: new driver for AD4695 and similar ADCs
2024-06-24 14:36 UTC (9+ messages)
` [PATCH v2 2/4] dt-bindings: iio: adc: add "
[PATCH v1] Bluetooth: L2CAP: Fix deadlock
2024-06-24 14:34 UTC (2+ messages)
` [v1] "
[PATCH v5 0/4] usb: typec: ucsi: Update UCSI alternate mode
2024-06-24 14:33 UTC (5+ messages)
` [PATCH v5 4/4] usb: typec: ucsi: Always set number of alternate modes
[PATCH v1] crypto/ipsec_mb: use new ipad/opad calculation API
2024-06-24 14:33 UTC (2+ messages)
[PATCH v2 0/9] drm/i915: Polish plane surface alignment handling
2024-06-24 14:33 UTC (3+ messages)
[PATCH v1 0/2] ipv6: always accept routing headers with 0 segments left
2024-06-24 14:15 UTC (3+ messages)
` [PATCH v1 1/2] ipv6: introduce ipv6_rthdr_rcv_last()
` [PATCH v1 2/2] ipv6: always accept routing headers with 0 segments left
[PATCH v2 2/2] leds: Add LED1202 I2C driver
2024-06-24 14:31 UTC (3+ messages)
[f2fs-dev] [RFC PATCH 00/10] f2fs-tools: introduce inject.f2fs
2024-06-24 13:59 UTC (6+ messages)
` [f2fs-dev] [RFC PATCH 05/10] inject.f2fs: add nat injection
` [f2fs-dev] [RFC PATCH 06/10] inject.f2fs: add sit injection
` [f2fs-dev] [RFC PATCH 07/10] inject.f2fs: add ssa injection
` [f2fs-dev] [RFC PATCH 09/10] inject.f2fs: add dentry injection
` [f2fs-dev] [RFC PATCH 10/10] man: add inject.f2fs man page
[PATCH v3 0/5] Fix MEI command timeout issue following warm reboot
2024-06-24 14:31 UTC (5+ messages)
` [PATCH v3 2/5] mei: vsc: Enhance SPI transfer of IVSC rom
` [PATCH v3 5/5] mei: vsc: Fix spelling error
[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
2024-06-24 14:30 UTC (3+ messages)
` [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings
[PATCH v1 0/2] Fix coverity issues for AST2700
2024-06-24 14:30 UTC (6+ messages)
` [PATCH v1 1/2] aspeed/soc: fix coverity issue
[PATCH v9 0/9] Marvell HW overlay support for Cadence xSPI
2024-06-24 14:29 UTC (3+ messages)
` [PATCH v9 4/9] spi: cadence: Add Marvell SDMA operations
[git pull] Input updates for v6.10-rc5
2024-06-24 14:28 UTC (2+ messages)
[PATCH v1 0/3] Support for Adreno X1-85 GPU
2024-06-24 14:28 UTC (4+ messages)
` [PATCH v1 2/3] drm/msm/adreno: Add support for X185 GPU
linux-user crash in python test
2024-06-24 14:26 UTC (2+ messages)
[PATCH v1 0/2] dts: api docs generation
2024-06-24 14:25 UTC (9+ messages)
` [PATCH v6 0/4] dts: API "
` [PATCH v6 4/4] dts: add API doc generation
` [PATCH v7 0/4] dts: API docs generation
` [PATCH v7 1/4] dts: update params and parser docstrings
` [PATCH v7 2/4] dts: add doc generation dependencies
` [PATCH v7 3/4] dts: add API doc sources
` [PATCH v7 4/4] dts: add API doc generation
[OE-core][PATCH] python3-numpy: upgrade 1.26.4 -> 2.0.0
2024-06-24 14:26 UTC (4+ messages)
[PATCH 1/1] iommu/vt-d: Fix missed device TLB cache tag
2024-06-24 14:26 UTC (10+ messages)
[PATCH v5 00/18] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-06-24 14:24 UTC (5+ messages)
` [PATCH v5 16/18] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
[PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-06-24 14:25 UTC (4+ messages)
` [PATCH 19/39] sched_ext: Print sched_ext info when dumping stack
[PATCH v2] binder: frozen notification
2024-06-24 14:24 UTC (2+ messages)
[axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression
2024-06-24 14:21 UTC (5+ messages)
[PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-06-24 14:23 UTC (7+ messages)
[PATCH v2] usb: gadget: aspeed_udc: validate endpoint index for ast udc
2024-06-24 14:21 UTC (3+ messages)
[PATCH v5 0/5] Add kd101ne3-40ti configuration in driver jd9365da
2024-06-24 14:19 UTC (6+ messages)
` [PATCH v5 1/5] drm/panel: jd9365da: Modify the method of sending commands
` [PATCH v5 2/5] dt-bindings: display: panel: Add compatible for kingdisplay-kd101ne3
` [PATCH v5 3/5] drm/panel: panel-jadard-jd9365da-h3: use wrapped MIPI DCS functions
` [PATCH v5 4/5] drm/panel: jd9365da: Support for kd101ne3-40ti MIPI-DSI panel
` [PATCH v5 5/5] drm/panel: jd9365da: Add the function of adjusting orientation
[PATCH 1/2] iommu: Take group lock before attaching device in iommu_deferred_attach()
2024-06-24 14:20 UTC (5+ messages)
[PATCH v5 0/2] ALSA: pcm: reinvent the stream synchronization ID API
2024-06-24 14:20 UTC (4+ messages)
` [PATCH v5 2/2] ALSA: pcm: optimize and clarify stream sychronization "
[PATCH v2] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx
2024-06-24 14:20 UTC (2+ messages)
[PATCH v2 0/3] print befor sbi_console_init
2024-06-24 14:18 UTC (4+ messages)
` [PATCH v2 1/3] lib: sbi: print before sbi_console_init
` [PATCH v2 2/3] lib: sbi: dump logs when crash
` [PATCH v2 3/3] lib: sbi: Make the console print buffer size configurable
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.