All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-05 16:40:01 to 2023-01-05 17:04:01 UTC [more...]

[isar-cip-core] security.yml: Add root user credentials in security kas file
 2023-01-05 16:45 UTC  (4+ messages)

[PATCH] hw/net: Fix read of uninitialized memory in imx_fec
 2023-01-05 16:50 UTC  (4+ messages)

[PULL 00/34] target-arm queue
 2023-01-05 16:44 UTC  (16+ messages)
` [PULL 02/34] target/arm: Don't add all MIDR aliases for cores that implement PMSA
` [PULL 03/34] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PULL 04/34] target/arm: Make stage_2_format for cache attributes optional
` [PULL 10/34] hw/timer/imx_epit: improve comments
` [PULL 12/34] hw/timer/imx_epit: define SR_OCIF
` [PULL 13/34] hw/timer/imx_epit: update interrupt state on CR write access
` [PULL 15/34] hw/timer/imx_epit: factor out register write handlers
` [PULL 16/34] hw/timer/imx_epit: remove explicit fields cnt and freq
` [PULL 17/34] hw/timer/imx_epit: fix compare timer handling
` [PULL 18/34] target/arm: Fix checkpatch comment style warnings in helper.c
` [PULL 19/34] target/arm: Fix checkpatch space errors "
` [PULL 20/34] target/arm: Fix checkpatch brace "
` [PULL 24/34] hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg
` [PULL 25/34] hw/arm/nseries: Constify various read-only arrays
` [PULL 34/34] hw/net: Fix read of uninitialized memory in imx_fec

[Intel-gfx] [PATCH 0/2] Defeature Interlace modes for Display >= 12
 2023-01-05 17:03 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for Defeature Interlace modes for Display >= 12 (rev3)

[PATCH v7 00/45] Recover from failure to probe GPU
 2023-01-05 17:01 UTC  (110+ messages)
` [PATCH v7 01/45] drm/amd: Delay removal of the firmware framebuffer
` [PATCH v7 02/45] drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"
` [PATCH v7 03/45] drm/amd: Convert SMUv11 microcode to use `amdgpu_ucode_ip_version_decode`
` [PATCH v7 04/45] drm/amd: Convert SMUv13 "
` [PATCH v7 05/45] drm/amd: Add a new helper for loading/validating microcode
` [PATCH v7 06/45] drm/amd: Use `amdgpu_ucode_request` helper for SDMA
` [PATCH v7 07/45] drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`
` [PATCH v7 08/45] drm/amd: Make SDMA firmware load failures less noisy
` [PATCH v7 09/45] drm/amd: Use `amdgpu_ucode_*` helpers for VCN
` [PATCH v7 10/45] drm/amd: Load VCN microcode during early_init
` [PATCH v7 11/45] drm/amd: Load MES "
` [PATCH v7 12/45] drm/amd: Use `amdgpu_ucode_*` helpers for MES
` [PATCH v7 13/45] drm/amd: Remove superfluous assignment for `adev->mes.adev`
` [PATCH v7 14/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX9
` [PATCH v7 15/45] drm/amd: Load GFX9 microcode during early_init
` [PATCH v7 16/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX10
` [PATCH v7 17/45] drm/amd: Load GFX10 microcode during early_init
` [PATCH v7 18/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX11
` [PATCH v7 19/45] drm/amd: Load GFX11 microcode during early_init
` [PATCH v7 20/45] drm/amd: Parse both v1 and v2 TA microcode headers using same function
` [PATCH v7 21/45] drm/amd: Avoid BUG() for case of SRIOV missing IP version
` [PATCH v7 22/45] drm/amd: Load PSP microcode during early_init
` [PATCH v7 23/45] drm/amd: Use `amdgpu_ucode_*` helpers for PSP
` [PATCH v7 24/45] drm/amd/display: Load DMUB microcode during early_init
` [PATCH v7 25/45] drm/amd: Use `amdgpu_ucode_release` helper for DMUB
` [PATCH v7 26/45] drm/amd: Use `amdgpu_ucode_*` helpers for SMU
` [PATCH v7 27/45] drm/amd: Load SMU microcode during early_init
` [PATCH v7 28/45] drm/amd: Optimize SRIOV switch/case for PSP microcode load
` [PATCH v7 29/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX6
` [PATCH v7 30/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX7
` [PATCH v7 31/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX8
` [PATCH v7 32/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC6
` [PATCH v7 33/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC7
` [PATCH v7 34/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC8
` [PATCH v7 35/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA2.4
` [PATCH v7 36/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA3.0
` [PATCH v7 37/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA on CIK
` [PATCH v7 38/45] drm/amd: Use `amdgpu_ucode_*` helpers for UVD
` [PATCH v7 39/45] drm/amd: Use `amdgpu_ucode_*` helpers for VCE
` [PATCH v7 40/45] drm/amd: Use `amdgpu_ucode_*` helpers for CGS
` [PATCH v7 41/45] drm/amd: Use `amdgpu_ucode_*` helpers for GPU info bin
` [PATCH v7 42/45] drm/amd: Use `amdgpu_ucode_*` helpers for DMCU
` [PATCH v7 43/45] drm/amd: Use `amdgpu_ucode_release` helper for powerplay
` [PATCH v7 44/45] drm/amd: Use `amdgpu_ucode_release` helper for si
` [PATCH v7 45/45] drm/amd: make amdgpu_ucode_validate static

[PATCH 0/2] efi: small hii conformance fix
 2023-01-05 17:03 UTC  (5+ messages)
` [PATCH 2/2] efi_selftest: add hii database protocol test case

[PATCH] mm: Fix two spelling mistakes in highmem.h
 2023-01-05 17:02 UTC  (2+ messages)

[PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour
 2023-01-05 17:02 UTC  (25+ messages)
` [PATCH v2 01/21] gdbstub/internals.h: clean up include guard
` [PATCH v2 02/21] target/arm: fix handling of HLT semihosting in system mode
` [PATCH v2 03/21] gdbstub: fix-up copyright and license files
` [PATCH v2 04/21] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
` [PATCH v2 05/21] gdbstub: define separate user/system structures
` [PATCH v2 06/21] gdbstub: move GDBState to shared internals header
` [PATCH v2 07/21] includes: move tb_flush into its own header
` [PATCH v2 08/21] gdbstub: move fromhex/tohex routines to internals
` [PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module
` [PATCH v2 10/21] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v2 11/21] gdbstub: move chunks of user code into own files
` [PATCH v2 12/21] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v2 13/21] gdbstub: specialise handle_query_attached
` [PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug
` [PATCH v2 15/21] gdbstub: introduce gdb_get_max_cpus
` [PATCH v2 16/21] gdbstub: specialise stub_can_reverse
` [PATCH v2 17/21] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v2 18/21] gdbstub: don't use target_ulong while handling registers
` [PATCH v2 19/21] gdbstub: move register helpers into standalone include
` [PATCH v2 20/21] gdbstub: move syscall handling to new file
` [PATCH v2 21/21] gdbstub: only compile gdbstub twice for whole build

[PATCH] ASoC: amd: ps: Fix uninitialized ret in create_acp64_platform_devs()
 2023-01-05 17:04 UTC  (3+ messages)

[BUG] `git gc` or `git pack-refs` wipes all notes for `git notes` command
 2023-01-05 16:59 UTC  (3+ messages)

[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-05 17:00 UTC  (9+ messages)

[PATCH v2] mm: Remove an ambiguous sentence from kmap_local_folio() kdocs
 2023-01-05 16:58 UTC  (2+ messages)

next: powerpc: clang-15: defconfig failed
 2023-01-05 16:58 UTC 

[PATCH 1/2] drm/amdgpu: fix another missing fence reference in the CS code
 2023-01-05 16:50 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: fix missing dma_fence_put in error path

nvdimm fsdax metadata
 2023-01-05 16:58 UTC  (2+ messages)

[PATCH 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
 2023-01-05 16:57 UTC  (2+ messages)

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-05 16:57 UTC  (9+ messages)

versioncheck: ./init/version-timestamp.c: 5 linux/version.h not needed
 2023-01-05 16:57 UTC 

NVD data format change and cve-check migration
 2023-01-05 16:56 UTC  (2+ messages)

[PATCH V4 1/9] PCI/CXL: Export native CXL error reporting control
 2023-01-05 16:56 UTC  (2+ messages)

[PATCH 01/77] glib-2.0: upgrade 2.74.3 -> 2.74.4
 2023-01-05 16:55 UTC  (5+ messages)
` [PATCH 45/77] python3-setuptools: upgrade 65.5.1 -> 65.6.3
  ` [OE-core] "

b4 prep --show-info for non-current branch
 2023-01-05 16:55 UTC  (3+ messages)

[PATCH v11 00/16] Add Multi Circular Queue Support
 2023-01-05 16:54 UTC  (3+ messages)

[PATCH] KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_logging
 2023-01-05 16:54 UTC 

[driver-core:debugfs_lookup_fix] [mm/damon/dbgfs] ff25f87cfc: kernel_BUG_at_lib/list_debug.c
 2023-01-05 16:54 UTC  (2+ messages)

[PATCH v5] cxl: add RAS status unmasking for CXL
 2023-01-05 16:54 UTC  (2+ messages)

[PATCH v5] cxl: add RAS status unmasking for CXL
 2023-01-05 16:53 UTC  (4+ messages)

[PATCH v7] livepatch: Clear relocation targets on a module removal
 2023-01-05 16:53 UTC  (5+ messages)

File system can't mount
 2023-01-05 16:52 UTC  (5+ messages)

[regression] Bug 216851 - btrfs write time corrupting for log tree
 2023-01-05 16:49 UTC  (8+ messages)

[Bug 204769] New: SCSI devices missing for disks attached to controller
 2023-01-05 16:49 UTC  (2+ messages)
` [Bug 204769] "

next: clang-15: s390x-linux-gnu-ld: BFD (GNU Binutils for Debian) 2.35.2 assertion fail ../../bfd/elf64-s390.c:3349
 2023-01-05 16:49 UTC 

[PATCH] lib/scatterlist: Fix to merge contiguous pages into the last SG properly
 2023-01-05 16:48 UTC  (3+ messages)

[igt-dev] [PATCH 1/4] lib/amdgpu: rename function parameter
 2023-01-05 16:48 UTC  (3+ messages)
` [igt-dev] [PATCH 3/4] lib/amdgpu: add cp dma helper functions

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-01-05 16:48 UTC  (3+ messages)
` [PATCH rcu 11/27] drivers/dax: Remove "select SRCU"

[PATCH 2/2] Input: cap11xx - add support for cap1203, cap1293 and cap1298
 2023-01-05 16:47 UTC 

[Intel-gfx] [PATCH v2 10/21] drm/i915/mtl: C20 port clock calculation
 2023-01-05 16:47 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 05/21] drm/i915/mtl: Add C10 phy programming for HDMI
 2023-01-05 16:47 UTC  (2+ messages)

btrfs send and receive showing errors
 2023-01-05 16:47 UTC  (10+ messages)

[PATCH 00/22] Remove the directmap
 2023-01-05 16:46 UTC  (3+ messages)
` [PATCH 13/22] xen/x86: Add support for the PMAP

[syzbot] [hfs?] WARNING in hfs_write_inode
 2023-01-05 16:45 UTC  (8+ messages)

[syzbot] [udf?] KASAN: null-ptr-deref Write in udf_fiiter_add_entry
 2023-01-05 16:43 UTC 

[PATCH v2 00/27] ARM: pxa: remove all unused boards&drivers
 2023-01-05 16:42 UTC  (5+ messages)
` [PATCH 07/27] power: remove tosa_battery driver
` [PATCH 16/27] power: remove pda_power supply driver

stable-rc/queue/4.9 baseline: 81 runs, 12 regressions (v4.9.336-251-g39dace1254b5)
 2023-01-05 16:42 UTC 

[PATCH 0/3] fix mlx5 build with MinGW
 2023-01-05 16:40 UTC  (3+ messages)
` [PATCH 1/3] eal/windows: fix pedantic build

[PATCH v4 0/2] Add minimal RISC-V Xen build and build testing
 2023-01-05 16:39 UTC  (7+ messages)
` [PATCH v4 1/2] arch/riscv: initial RISC-V support to build/run minimal Xen

b4 v0.11.2 available
 2023-01-05 16:40 UTC 

[kvm-unit-tests GIT PULL 0/4] s390x: storage key and CMM concurrent tests
 2023-01-05 16:39 UTC  (4+ messages)
` [kvm-unit-tests GIT PULL 4/4] s390x: add CMM test during migration


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.