All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-08 21:35:28 to 2024-01-08 23:22:59 UTC [more...]

[PATCH v8 00/16] PCI: imx6: Clean up and add imx95 pci support
 2024-01-08 23:21 UTC  (14+ messages)
` [PATCH v8 01/16] PCI: imx6: Simplify clock handling by using clk_bulk*() function
` [PATCH v8 02/16] PCI: imx6: Simplify phy handling by using IMX6_PCIE_FLAG_HAS_PHYDRV
` [PATCH v8 03/16] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v8 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v8 05/16] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v8 06/16] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v8 07/16] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v8 08/16] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v8 09/16] dt-bindings: imx6q-pcie: Clean up irrationality clocks check

[PATCH 0/6] linux-user: prctl improvements
 2024-01-08 23:21 UTC  (5+ messages)
` [PATCH 3/6] linux-user: Add code for PR_GET/SET_UNALIGN

[pull request][net-next 00/15] mlx5 updates 2023-12-20
 2024-01-08 23:22 UTC  (9+ messages)
` [net-next 15/15] net/mlx5: Implement management PF Ethernet profile

[PATCH bpf-next v2 1/2] bpf: Track aligned st store as imprecise spilled registers
 2024-01-08 23:18 UTC  (12+ messages)

[PATCH] amd/amdkfd: Set correct svm range actual loc after spliting
 2024-01-08 23:17 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] bpf: volatile compare
 2024-01-08 23:16 UTC  (8+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce "volatile compare" macro

Reference to non-existing CONFIG_NETFS_FSCACHE
 2024-01-08 23:16 UTC  (3+ messages)

showmount -e with custom port number?
 2024-01-08 23:16 UTC  (4+ messages)
` nfs-utils&nfsd&autofs not supporting non-2049 TCP port numbers - Fwd: "

[BUG] allmodconfig build error in next-20240108
 2024-01-08 23:15 UTC  (5+ messages)

[PATCH v10 00/10] Implementation of NPI Mailbox and GMAC Networking Module
 2024-01-08 23:14 UTC  (12+ messages)
` [PATCH v10 01/10] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v10 02/10] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v10 03/10] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v10 04/10] hw/net: Add NPCMXXX GMAC device
` [PATCH v10 05/10] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v10 06/10] tests/qtest: Creating qtest for GMAC Module
` [PATCH v10 07/10] include/hw/net: GMAC IRQ Implementation
` [PATCH v10 08/10] hw/net: GMAC Rx Implementation
` [PATCH v10 09/10] hw/net: GMAC Tx Implementation
` [PATCH v10 10/10] tests/qtest: Adding PCS Module test to GMAC Qtest

[net-next] tcp: Avoid sending an erroneous RST due to RCU race
 2024-01-08 23:13 UTC 

[PATCH] mm: zswap: fix the lack of page lru flag in zswap_writeback_entry
 2024-01-08 23:12 UTC  (10+ messages)
  ` [External] "

[PATCH v3 0/4] Bluetooth: Improve retrying of connection attempts
 2024-01-08 23:13 UTC  (6+ messages)
` [PATCH v3 1/4] Bluetooth: Remove superfluous call to hci_conn_check_pending()
  ` Bluetooth: Improve retrying of connection attempts
` [PATCH v3 2/4] Bluetooth: hci_event: Use HCI error defines instead of magic values
` [PATCH v3 3/4] Bluetooth: hci_conn: Only do ACL connections sequentially
` [PATCH v3 4/4] Bluetooth: Remove pending ACL connection attempts

[PATCH 0/2] Deprecate the shix machine and the TC58128 flash device
 2024-01-08 23:11 UTC  (3+ messages)
` [PATCH 1/2] target/sh4: Deprecate the shix machine

[PATCH v3] drm/xe: Check skip_guc_pc before setting SLPC flag
 2024-01-08 23:12 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Check skip_guc_pc before setting SLPC flag (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v2 0/2] nubus: add nubus-virtio-mmio device
 2024-01-08 23:06 UTC  (3+ messages)
` [PATCH v2 1/2] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()

[PATCH] crypto: iaa - Remove header table code
 2024-01-08 23:07 UTC  (2+ messages)

[RFC 00/15] VBT read Cleanup
 2024-01-08 23:05 UTC  (16+ messages)
` [RFC 01/15] drm/i915: Extract display->vbt_data to a new vbt structure
` [RFC 02/15] drm/i915: Move vbt fields from opregion to its own structure
` [RFC 03/15] drm/i915: Cache opregion asls pointer
` [RFC 04/15] drm/i915: Extract opregion vbt capture to its own function
` [RFC 05/15] drm/i915: Init vbt fields when read from oprom/spi
` [RFC 06/15] drm/i915: Classify vbt type based on its residence
` [RFC 07/15] drm/i915: Collate vbt cleanup for different types
` [RFC 08/15] drm/i915: Make intel_bios_init operate on intel_vbt
` [RFC 09/15] drm/i915: Move vbt load from opregion to bios init
` [RFC 10/15] drm/i915: Move vbt firmware load into intel_bios_init
` [RFC 11/15] drm/i915: Make oprom_get_vbt operate on intel_vbt
` [RFC 12/15] drm/i915: Make spi_oprom_get_vbt "
` [RFC 13/15] drm/i915: Make intel_load_vbt_firmware "
` [RFC 14/15] drm/i915: Kill reduntant vbt_firmware from intel_vbt
` [RFC 15/15] drm/i915: Use vbt type to determine its validity

arch/arm/crypto/sha512-glue.c:34:3: warning: cast from 'void (*)(u64 *, const u8 *, int)' (aka 'void (*)(unsigned long long *, const unsigned char *, int)') to 'sha512_block_fn *' (aka 'void (*)(struct sha512_state *, const unsigned char *, int)') convert
 2024-01-08 23:06 UTC 

[linux-next:master 12569/12662] htmldocs: Warning: /sys/devices/.../hwmon/hwmon<i>/curr1_crit is defined 2 times: Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:52 Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:35
 2024-01-08 23:06 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 1e1ee397f195d619ac9975001a5d9f71f0dbcbfe
 2024-01-08 22:58 UTC 

[PATCH] drm/ci: Add msm tests
 2024-01-08 22:58 UTC  (3+ messages)

[PATCH v6 0/3] Add device STM32L4x5 EXTI
 2024-01-08 22:56 UTC  (3+ messages)
` [PATCH v6 1/3] hw/misc: Implement "

[PATCH v2 00/35] tcg: Introduce TCG_COND_TST{EQ,NE}
 2024-01-08 22:55 UTC  (4+ messages)

linux-next: manual merge of the btrfs tree with Linus' tree
 2024-01-08 22:54 UTC 

[PATCHv3] media: usb: s2255: add serial number V4L2_CID
 2024-01-08 22:49 UTC  (4+ messages)

M+ & H bugs with Milestone Movements WW01
 2024-01-08 22:50 UTC 

[PATCH v8 00/10] Introduce model for IBM's FSI
 2024-01-08 22:49 UTC  (7+ messages)
` [PATCH v8 04/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v8 06/10] hw/fsi: Aspeed APB2OPB interface

[PATCH v2 0/3] Hexagon (target/hexagon) Use QEMU decodetree
 2024-01-08 22:48 UTC  (4+ messages)
` [PATCH v2 1/3] Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)
` [PATCH v2 2/3] Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)
` [PATCH v2 3/3] Hexagon (target/hexagon) Remove old dectree.py

Enhancements/Bugs closed WW01!
 2024-01-08 22:49 UTC 

[PATCH 0/1] rng-tools: remove unneeded build time dependency
 2024-01-08 22:49 UTC  (2+ messages)
` [PATCH 1/1] rng-tools: remove obsolete build time dependency on sysfsutils

[f2fs-dev] [GIT PULL] fscrypt updates for 6.8
 2024-01-08 22:48 UTC  (2+ messages)
`  "

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-08 22:47 UTC  (6+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'
    ` [External] "

[PATCH] drm/bridge: parade-ps8640: Ensure bridge is suspended in .post_disable()
 2024-01-08 22:46 UTC  (3+ messages)

[PATCH RFT] arm64: dts: qcom: sm8350: Reenable crypto & cryptobam
 2024-01-08 22:45 UTC  (4+ messages)

Current high bug count owners for Yocto Project 5.0
 2024-01-08 22:45 UTC 

[PATCH v7 0/4] compare machine type compat_props
 2024-01-08 22:43 UTC  (3+ messages)

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2024-01-08 22:44 UTC 

[PATCH v3 0/5] drm/msm/dpu: remove dpu_encoder_phys_ops::atomic_mode_set callback
 2024-01-08 22:43 UTC  (11+ messages)
` [PATCH v3 4/5] drm/msm/dpu: move writeback's atomic_check to dpu_writeback.c
` [PATCH v3 5/5] drm/msm/dpu: drop dpu_encoder_phys_ops::atomic_check()

[Buildroot] [PATCH 1/3] Revert "package/libcamera-apps: bump to version 1.3.0"
 2024-01-08 22:42 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] packages/libcamera-apps: Fix build to use meson

[PATCH v2 0/4] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-01-08 22:42 UTC  (9+ messages)
` [PATCH v2 1/4] selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
` [PATCH v2 2/4] selftests/resctrl: Add helpers for the non-contiguous test
` [PATCH v2 3/4] selftests/resctrl: Split validate_resctrl_feature_request()
` [PATCH v2 4/4] selftests/resctrl: Add non-contiguous CBMs CAT test

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2024-01-08 22:40 UTC  (6+ messages)
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH 1/4] allarch: Fix allarch corner case
 2024-01-08 22:39 UTC  (4+ messages)
` [PATCH 4/4] classes/recipes: Switch to use inherit_defer
  ` [OE-core] "

[PATCH] amd/amdkfd: Refine locking in restore pages worker
 2024-01-08 22:37 UTC 

[PATCH v2 1/2] VMCI: Use struct_size() in kmalloc()
 2024-01-08 22:37 UTC  (4+ messages)
` [PATCH v2 2/2] VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()

[PATCH 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-01-08 22:36 UTC  (5+ messages)
` [PATCH 1/3] crypto: introduce acomp_is_async to expose if a acomp has a scomp backend
` [PATCH 2/3] mm/zswap: remove the memcpy if acomp is not asynchronous

v6.7: Regressions trying to install perf tool
 2024-01-08 22:36 UTC  (2+ messages)

ld.lld: error: vmlinux.a(kernel/kallsyms.o):(function kallsyms_on_each_symbol: .text+0x228): relocation R_RISCV_PCREL_HI20 out of range: -524417 is not in [-524288, 524287]; references kallsyms_token_index
 2024-01-08 22:35 UTC 

[PATCH 0/2] bcachefs: fiemap delalloc support and cleanup
 2024-01-08 22:34 UTC  (7+ messages)
` [PATCH 1/2] bcachefs: add fiemap delalloc extent detection

testing without the translation cache
 2024-01-08 22:34 UTC 

Documentation for RGB strip on RX 7900 XTX (Reference)
 2024-01-08 22:32 UTC  (2+ messages)

[Outreachy][PATCH v3] Port helper/test-ctype.c to unit-tests/t-ctype.c
 2024-01-08 22:32 UTC  (4+ messages)
` [Outreachy][PATCH v4] "

[PATCH 0/5] netfs, cachefiles, 9p: Additional patches
 2024-01-08 22:31 UTC  (5+ messages)
` [PATCH 1/5] cachefiles: Fix __cachefiles_prepare_write()

[PATCH v6 0/5] cxl: find_cxl_root() related cleanups
 2024-01-08 22:30 UTC  (5+ messages)
` [PATCH v6 2/5] cxl: Convert find_cxl_root() to return a 'struct cxl_root *'

[Buildroot] [PATCH v2] package/minisign: new package
 2024-01-08 22:25 UTC 

max14830 irq
 2024-01-08 22:29 UTC  (2+ messages)

[PATCH v3 0/4] Disconnect devices before rfkilling adapter
 2024-01-08 22:25 UTC  (3+ messages)

[PATCH] ref-manual: document cmake-qemu class
 2024-01-08 22:24 UTC  (3+ messages)
` [docs] "

[PATCH] nightly.conf: Add the xe repo to drm-tip
 2024-01-08 22:22 UTC  (8+ messages)

[PATCH] tracing user_events: Simplify user_event_parse_field() parsing
 2024-01-08 22:22 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/micropython: security bump to version 1.22.0
 2024-01-08 22:20 UTC  (2+ messages)

[Buildroot] [git commit] package/faad2: security bump to version 2.11.1
 2024-01-08 22:14 UTC 

[Buildroot] [git commit] package/micropython: security bump to version 1.22.0
 2024-01-08 22:15 UTC 

[Buildroot] [git commit] package/uftp: security bump to version 5.0.3
 2024-01-08 22:14 UTC 

[Buildroot] [git commit] package/sudo: security bump to version 1.9.15p5
 2024-01-08 22:14 UTC 

[Buildroot] [PATCH 1/1] package/sudo: security bump to version 1.9.15p5
 2024-01-08 22:19 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/faad2: security bump to version 2.11.1
 2024-01-08 22:19 UTC  (2+ messages)

Patchtest results for [PATCH 1/1] rng-tools: remove obsolete build time dependency on sysfsutils
 2024-01-08 22:18 UTC 

[Buildroot] [PATCH 1/1] package/uftp: security bump to version 5.0.3
 2024-01-08 22:18 UTC  (2+ messages)

[PATCH] drm/xe/display: Disable aux ccs framebuffers
 2024-01-08 22:18 UTC  (3+ messages)

[Buildroot] [PATCH] package/minisign: new package
 2024-01-08 22:17 UTC  (3+ messages)

[PATCHv3] x86/trampoline: Bypass compat mode in trampoline_start64() if not needed
 2024-01-08 22:16 UTC 

[PATCH v4 00/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2024-01-08 22:12 UTC  (4+ messages)

[PATCH v3] common: usb-hub: Reset hub port before scanning
 2024-01-08 22:11 UTC  (2+ messages)

[Buildroot] [PATCH v3,1/1] package/liquid-dsp: fix x86 builds
 2024-01-08 22:10 UTC  (2+ messages)

[PATCH v3 00/10] counter: Add stm32 timer events support
 2024-01-08 22:07 UTC  (4+ messages)
` [PATCH v3 10/10] counter: stm32-timer-cnt: add support for capture events

[PATCH] tools/perf: Fix compiler error when using gcc-14
 2024-01-08 22:09 UTC  (2+ messages)

[BUG] SHA-3 causes kmod 28 to segfault
 2024-01-08 22:09 UTC  (5+ messages)

[PATCH 0/1] rng-tools: remove unneeded build time dependency
 2024-01-08 22:09 UTC  (2+ messages)
` [PATCH 1/1] rng-tools: remove obsolete build time dependency on sysfsutils

[Buildroot] [git commit] package/liquid-dsp: fix x86 builds
 2024-01-08 21:56 UTC 

[PATCH] drm/bridge: parade-ps8640: Wait for HPD when doing an AUX transfer
 2024-01-08 21:59 UTC  (6+ messages)

[PATCH v3] rtc: abx80x: Don't warn about oscillator failure after PoR
 2024-01-08 22:05 UTC  (3+ messages)

[PATCH] drm/vmwgfx: Add SVGA_3D_CMD_DEFINE_GB_SURFACE_V4 to command array
 2024-01-08 21:16 UTC 

pvmove stuck/hung
 2024-01-08 21:59 UTC 

[PATCH] tests/msm: Add parallel recovery test
 2024-01-08 21:59 UTC 

[PATCHv2] x86/trampoline: Bypass compat mode in trampoline_start64() if not needed
 2024-01-08 21:58 UTC  (3+ messages)

[PATCH v6] drm/xe/dgfx: Release mmap mappings on rpm suspend
 2024-01-08 21:56 UTC  (2+ messages)

[Regression] Hang deleting ATA HDD device for undocking
 2024-01-08 21:55 UTC  (3+ messages)

how to appendVar via Tinfoil API
 2024-01-08 21:52 UTC 

[PATCH 0/2] trace: fix ability to use systemtap with qemu tools
 2024-01-08 21:50 UTC  (3+ messages)
` [PATCH 1/2] tracetool: remove redundant --target-type / --target-name args

[Bpf] BPF ISA conformance groups
 2024-01-08 21:51 UTC  (14+ messages)

REGRESSION: lockdep warning triggered by 15b9ce7ecd: virtio_balloon: stay awake while adjusting balloon
 2024-01-08 21:50 UTC 

Linux client SMB and DFS site awareness
 2024-01-08 21:49 UTC  (3+ messages)

[PATCH 2/2] tests/kms_bw: Add 2160x1440p mode
 2024-01-08 21:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next 00/10] Fix MODULE_DESCRIPTION() for net (p1)
 2024-01-08 21:49 UTC  (3+ messages)
` [PATCH net-next 05/10] net: fill in MODULE_DESCRIPTION()s for Sun RPC

[PATCH v4 4/4] arch/x86: Do not include <asm/bootparam.h> in several files
 2024-01-08 21:44 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Add benchmark for bpf memory allocator
 2024-01-08 21:45 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: "

[PATCH 0/1] Skip cleanup test if not built out of tree
 2024-01-08 21:44 UTC  (2+ messages)

[Bug 218347] New: Crash. amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2024-01-08 21:43 UTC  (2+ messages)
` [Bug 218347] "

[xen-unstable test] 184278: regressions - FAIL
 2024-01-08 21:42 UTC 

[Bpf] [PATCH bpf-next] Introduce concept of conformance groups
 2024-01-08 21:42 UTC  (3+ messages)
  `  "

[PATCH] drm/amdgpu: move kiq_reg_write_reg_wait() out of amdgpu_virt.c
 2024-01-08 21:38 UTC 

[PATCH v14 0/5] riscv: Add fine-tuned checksum functions
 2024-01-08 21:37 UTC  (5+ messages)
` [PATCH v14 2/5] riscv: Add static key for misaligned accesses

[net-next v3 2/3] net: wwan: t7xx: Add sysfs attribute for device state machine
 2024-01-08 21:37 UTC  (2+ messages)

[PATCH] fs/9p: fix inode nlink accounting
 2024-01-08 21:37 UTC  (5+ messages)

[PATCH v2 0/3] Add device tree for IBM system1 BMC
 2024-01-08 21:34 UTC  (3+ messages)
` [PATCH v2 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board


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.