All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-09 17:01:24 to 2024-01-09 17:51:29 UTC [more...]

[PATCH RFC 0/4] arm64: support DMA zone starting above 4GB
 2024-01-09 17:51 UTC  (7+ messages)
` [PATCH RFC 3/4] dma-direct: add offset to zone_dma_bits

[PATCH 0/3] wifi: ath12k: Cleanup QMI messaging functions
 2024-01-09 17:51 UTC  (4+ messages)
` [PATCH 1/3] wifi: ath12k: Remove unnecessary struct qmi_txn initializers
` [PATCH 2/3] wifi: ath12k: Add missing qmi_txn_cancel() calls
` [PATCH 3/3] wifi: ath12k: Use initializers for QMI message buffers

[Buildroot] [PATCH 1/1] package/python-django: bump to version 5.0.1
 2024-01-09 17:51 UTC  (2+ messages)

[PATCH v4 00/14] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-01-09 17:50 UTC  (3+ messages)
` [PATCH v4 13/14] iommu: Add ops->domain_alloc_sva()

[RFC 00/20] First attempt to kill mem_access
 2024-01-09 17:50 UTC  (10+ messages)
` [RFC 06/20] drm/xe: Convert mem_access assertion towards the runtime_pm state
` [RFC 08/20] drm/xe: Runtime PM wake on every exec
` [RFC 20/20] drm/xe: Mega Kill of mem_access

[PATCH 0/2][GSOC] t7501: Add tests for various index usages, -i and -o, of commit command and amending commit to add signoff
 2024-01-09 17:50 UTC  (12+ messages)
` [PATCH 1/2] t7501: Add tests for various index usages, -i and -o, of commit command
` [PATCH 2/2] t7501: Add test for amending commit to add signoff
` [PATCH v2 1/2] t7501: add tests for --include, --only of commit
` [PATCH v2 2/2] t7501: add test for --amend with --signoff

[meta-oe][PATCH] nvme-cli: upgrade 2.6 -> 2.7.1
 2024-01-09 17:49 UTC 

Please pull u-boot-samsung master
 2024-01-09 17:49 UTC  (2+ messages)

[PATCH] dhcp: fix overflow causing retries to stop
 2024-01-09 17:49 UTC  (4+ messages)

Pull request rng-2024-04-rc1
 2024-01-09 17:49 UTC  (2+ messages)

[PATCH v4 1/4] Bluetooth: Remove superfluous call to hci_conn_check_pending()
 2024-01-09 17:49 UTC  (4+ messages)
` [PATCH v4 2/4] Bluetooth: hci_event: Use HCI error defines instead of magic values
` [PATCH v4 3/4] Bluetooth: hci_conn: Only do ACL connections sequentially
` [PATCH v4 4/4] Bluetooth: Remove pending ACL connection attempts

[Buildroot] [PATCH 1/1] package/python-can: bump to version 4.3.1
 2024-01-09 17:49 UTC  (2+ messages)

[libgpiod] Documentation question
 2024-01-09 17:49 UTC  (7+ messages)

[PATCH] cpufreq: intel_pstate: Update Meteor Lake hybrid scaling factor
 2024-01-09 17:48 UTC 

[PATCH 0/3] fix some problems of flower firmware
 2024-01-09 17:48 UTC  (7+ messages)
` [PATCH 2/3] net/nfp: fix free resource problem

[ima-evm-utils PATCH v3 00/13] Address non concurrency-safe libimaevm global variables
 2024-01-09 17:21 UTC  (5+ messages)
` [ima-evm-utils PATCH v3 07/13] Update ima_measurements to define and use a local list of public keys
` [ima-evm-utils PATCH v3 09/13] Use a local hash algorithm variable when verifying file signatures

[PATCH v3 0/4] Few cleanups and AMD Family 19h Models 90h-9fh EDAC Support
 2024-01-09 17:47 UTC  (4+ messages)
` [PATCH v3 1/4] EDAC/mce_amd: Remove SMCA Extended Error code descriptions
  ` [PATCH] Documentation: Begin a RAS section

[Buildroot] [PATCH v3 0/3] i.MX91 and i.MX93 support
 2024-01-09 17:26 UTC  (4+ messages)
` [Buildroot] [PATCH v3 1/3] package/freescale-imx: add i.MX91 and i.MX93 SoC support
` [Buildroot] [PATCH v3 2/3] package/freescale-imx/firmware-ele-imx: new package
` [Buildroot] [PATCH v3 3/3] configs/freescale_imx93evk: new defconfig

[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
 2024-01-09 17:45 UTC  (7+ messages)
` [PATCH v2 1/4] hw/cxl: fix build error in cxl_type3_stubs.c
` [PATCH v2 2/4] hw/cxl/device: read from register values in mdev_reg_read()

[RFC PATCH] find_vma BPF test: increase length CPU computation
 2024-01-09 17:45 UTC  (2+ messages)

[PATCH v1 0/2] thermal: core: Cleanups related to the netlink I/F
 2024-01-09 17:29 UTC  (5+ messages)
` [PATCH v1 1/2] thermal: netlink: Rework notify API for cooling devices
` [PATCH v1 2/2] thermal: helpers: Rearrange thermal_cdev_set_cur_state()

[PATCH v2 00/14] Support SPI NAND in fastboot protocol
 2024-01-09 17:32 UTC  (15+ messages)
` [PATCH v2 01/14] nand: move NAND initialization API to nand/core.c
` [PATCH v2 02/14] nand: don't overwrite mtd name in nand_register()
` [PATCH v2 03/14] nand: move nand_util.c to NAND core folder
` [PATCH v2 04/14] nand: move nand_erase_opts() to core NAND folder
` [PATCH v2 05/14] spi: add board_nand_init() function
` [PATCH v2 06/14] spi: use nand_register() instead of add_mtd_device()
` [PATCH v2 07/14] mtdparts: use negative error codes
` [PATCH v2 08/14] mtdparts: use CMD_RET_FAILURE define
` [PATCH v2 09/14] jffs2: use negative error codes
` [PATCH v2 10/14] jffs2: use CMD_RET_FAILURE/SUCCESS defines
` [PATCH v2 11/14] cmd: allow to enable CMD_NAND for SPI NAND devices
` [PATCH v2 12/14] fastboot: check device type for SPI NAND too
` [PATCH v2 13/14] fastboot: enable FASTBOOT_FLASH option for SPI NAND devices
` [PATCH v2 14/14] fastboot: fb_nand: add missing newlines in pr_err() macro

[PATCH net 0/7] Networking MAINTAINERS spring 2024 cleanup
 2024-01-09 17:43 UTC  (4+ messages)
` [PATCH net 3/7] MAINTAINERS: eth: mvneta: move Thomas to CREDITS

[PATCH] MAINTAINERS: add Yosry Ahmed as a zswap reviewer
 2024-01-09 17:43 UTC 

[PATCH 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-09 17:42 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v2 0/2] wifi: ath11k: add support for QCA2066
 2024-01-09 17:41 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v9 0/2] Resolve suspend-resume racing with GuC destroy-context-worker
 2024-01-09 17:41 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for Resolve suspend-resume racing with GuC destroy-context-worker (rev13)

[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
 2024-01-09 17:40 UTC  (8+ messages)

[PATCH] examples/ipsec-secgw: use bulk free
 2024-01-09 17:39 UTC  (2+ messages)

[PATCH 1/2] examples/ipsec-secgw: fix width of variables
 2024-01-09 17:38 UTC  (3+ messages)

[PATCH] tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11
 2024-01-09 17:35 UTC 

[PATCH v17 000/116] KVM TDX basic feature support
 2024-01-09 17:36 UTC  (6+ messages)
` [PATCH v17 092/116] KVM: TDX: Handle TDX PV HLT hypercall

[PATCH 0/2] Small runtime PM API changes
 2024-01-09 17:35 UTC  (4+ messages)
` [PATCH 1/2] pm: runtime: Simplify pm_runtime_get_if_active() usage

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-01-09 17:34 UTC  (8+ messages)
` [PATCH v2 3/8] riscv: dts: thead: Add TH1520 pin control nodes

[RFC PATCH v2 0/2] Node migration between memory tiers
 2024-01-09 17:34 UTC  (11+ messages)
  ` [EXT] "

[PATCH] Revert "fsnotify: optionally pass access range in file permission hooks"
 2024-01-09 17:33 UTC  (3+ messages)

[PATCH v3 0/8] Suspend to RAM support for K3 J7200
 2024-01-09 17:32 UTC  (2+ messages)

[Bpf] [PATCH bpf-next] The original document has some inconsistency
 2024-01-09 17:32 UTC  (3+ messages)
    `  "

[PATCH 0/9] sparc/leon3: Add support for -smp
 2024-01-09 17:31 UTC  (3+ messages)
` [PATCH 5/9] target/sparc: implement asr17 feature for smp

[bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
 2024-01-09 17:31 UTC 

[meta-arago][kirkstone][PATCH] CI/CD Auto-Merger: cicd.kirkstone.202401090400
 2024-01-09 17:31 UTC 

[meta-ti][kirkstone][PATCH] CI/CD Auto-Merger: cicd.kirkstone.202401090400
 2024-01-09 17:31 UTC 

[DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board
 2024-01-09 17:31 UTC  (8+ messages)
` [DO NOT MERGE v6 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [DO NOT MERGE v6 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema

[PATCH] drm/v3d: Fix support for register debugging on the RPi 4
 2024-01-09 17:30 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/madplay: force arm mode instead of Thumb mode
 2024-01-09 17:30 UTC 

[RFC][oe-core][PATCHv2] webp: switch recipe to cmake buildsystem
 2024-01-09 17:29 UTC  (2+ messages)

Rework TTMs busy handling
 2024-01-09 17:29 UTC  (3+ messages)
` [PATCH 3/5] drm/ttm: replace busy placement with flags v5

[PATCH v3 0/4] arm64: dts: qcom: sc8280xp: Add CAMSS core dtsi support
 2024-01-09 17:29 UTC  (3+ messages)
` [PATCH v3 2/4] dt-bindings: media: camss: Add qcom,sc8280xp-camss binding

[PATCH v2 0/2] Add waveshare 7inch touchscreen panel support
 2024-01-09 17:28 UTC  (6+ messages)

[PATCHv3] media: usb: s2255: add serial number V4L2_CID
 2024-01-09 17:28 UTC  (5+ messages)

[PATCH 0/4] Page fault logic clean ups
 2024-01-09 17:28 UTC  (5+ messages)
` [PATCH 1/4] drm/xe: Add build on bug to assert page fault queue works
` [PATCH 2/4] drm/xe: Invert page fault queue head / tail
` [PATCH 3/4] drm/xe: Add build on bug to assert access counter queue works
` [PATCH 4/4] drm/xe: Invert access counter queue head / tail

[RFC PATCH 0/8] Dynamic vcpu priority management in kvm
 2024-01-09 17:26 UTC  (3+ messages)
` [RFC PATCH 7/8] sched/core: boost/unboost in guest scheduler

[PATCH bpf-next 0/3] infer packet range for 'if pkt ==/!= pkt_end' instructions
 2024-01-09 17:26 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpf: infer packet range for 'if pkt ==/!= pkt_end' comparisons

[bitbake][nanbield][2.6][PATCH 0/1] Pull request (cover letter only)
 2024-01-09 17:26 UTC 

Unresolved Alsa-UCM GitHub issue redirect
 2024-01-09 17:22 UTC 

[RFC] Bluetooth: hci_event: Rework hci_store_wake_reason
 2024-01-09 17:22 UTC  (2+ messages)

[PATCH v3 0/2] iommu/iova: Make the rcache depot properly flexible
 2024-01-09 17:21 UTC  (4+ messages)

[PATCH 00/11] Device tree support for Imagination Series5 GPU
 2024-01-09 17:19 UTC  (36+ messages)
` [PATCH 01/11] dt-bindings: gpu: Rename img,powervr to img,powervr-rogue
  ` [PATCH 01/11] dt-bindings: gpu: Rename img, powervr to img, powervr-rogue
` [PATCH 02/11] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs
` [PATCH 03/11] ARM: dts: omap3: Add device tree entry for SGX GPU
` [PATCH 04/11] ARM: dts: omap4: "
` [PATCH 05/11] ARM: dts: omap5: "
` [PATCH 06/11] ARM: dts: AM33xx: "
` [PATCH 07/11] ARM: dts: AM437x: "
` [PATCH 08/11] ARM: dts: DRA7xx: "
` [PATCH 09/11] arm64: dts: ti: k3-am654-main: "
` [PATCH 10/11] ARM: dts: sun6i: "
` [PATCH 11/11] MIPS: DTS: jz4780: "

[PATCH 0/3] target/riscv: Add support for 'B' extension
 2024-01-09 17:07 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Add infrastructure for 'B' MISA extension
` [PATCH 2/3] target/riscv: Add step to validate 'B' extension
` [PATCH 3/3] target/riscv: Enable 'B' extension on max CPU type

[LTP] Cleanup IA-64 related code?
 2024-01-09 17:20 UTC  (3+ messages)

[BUG] KASAN "INFO: trying to register non-static key"
 2024-01-09 17:20 UTC  (4+ messages)

Patchtest results for [RFC][oe-core][PATCHv2] webp: switch recipe to cmake buildsystem
 2024-01-09 17:18 UTC 

[PATCH v2 0/4] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-01-09 17:17 UTC  (5+ messages)
` [PATCH v2 4/4] selftests/resctrl: Add non-contiguous CBMs CAT test

[PATCH RESEND] drm/bridge: Fixed a DP link training bug
 2024-01-09 17:17 UTC  (3+ messages)

[PATCH v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-09 17:17 UTC  (12+ messages)
` [PATCH v3 bpf-next 7/9] libbpf: implement __arg_ctx fallback logic

[PATCH] libxl: Use vkb=[] for HVMs
 2024-01-09 17:16 UTC 

[PATCH] cryptodev: remove unused extern
 2024-01-09 17:16 UTC  (2+ messages)
` [EXT] "

Analyzing a corrupted index file
 2024-01-09 17:16 UTC  (4+ messages)

[PATCH v10 0/4] StarFive's Pulse Width Modulation driver support
 2024-01-09 17:15 UTC  (6+ messages)
` [PATCH v10 1/4] dt-bindings: pwm: Add bindings for OpenCores PWM Controller

[PATCH] drm/ci: Add msm tests
 2024-01-09 17:16 UTC  (6+ messages)

[i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
 2024-01-09 17:15 UTC  (2+ messages)
` ✓ CI.xeBAT: success for "

[LTP] [PATCH v2] syscalls/mmap15: Rewrite test using new LTP API
 2024-01-09 17:15 UTC  (3+ messages)
` [LTP] [PATCH v3] "

[PATCH v1 0/8] Add device tree for IBM system1 BMC
 2024-01-09 17:14 UTC  (10+ messages)
` [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

[PATCH v8 0/3] Add device STM32L4x5 EXTI
 2024-01-09 17:13 UTC  (3+ messages)
` [PATCH v8 1/3] hw/misc: Implement "

[PATCH] target/arm: arm_pamax() no longer needs to do feature propagation
 2024-01-09 17:11 UTC  (2+ messages)

[PATCH] Bluetooth: qca: fix device-address endianness
 2024-01-09 17:12 UTC  (3+ messages)

[RFC] Sleep waiting for an rwsem to be unlocked
 2024-01-09 17:12 UTC 

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

[PATCH 0/6] netfs, cachefiles: More additional patches
 2024-01-09 17:11 UTC  (3+ messages)

[PATCH v1 0/1] Add more compatibility strings to tpm-tis-i2c
 2024-01-09 17:11 UTC  (3+ messages)
` [PATCH v1 1/1] tpm: tis-i2c: Add more compatible strings

[PATCH i-g-t v2 0/3] Add Xe2 render-copy implementation
 2024-01-09 17:11 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Add Xe2 render-copy implementation (rev2)

[PATCH v6 0/2] acpi: report numa nodes for device memory using GI
 2024-01-09 17:10 UTC  (9+ messages)
` [PATCH v6 1/2] qom: new object to associate device to numa node

[PATCH 0/4] Refactor CONFIG_DEBUG_WX and check_wx_pages debugfs attribute
 2024-01-09 17:09 UTC  (6+ messages)
` [PATCH 1/4] arm: ptdump: Rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX

[PATCH v22 0/8] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2024-01-09 17:08 UTC  (4+ messages)
` [PATCH v22 1/8] dt-bindings: clock: npcm845: Add reference 25m clock property

Pull request smbios-2024-04-rc1
 2024-01-09 17:09 UTC 

[PATCH] docs/system/arm/virt.rst: Improve 'highmem' option docs
 2024-01-09 17:08 UTC 

[PATCH] ARM64: Update __NR_compat_syscalls for statmount/listmount
 2024-01-09 17:05 UTC  (4+ messages)

[PATCH 0/2] libxl: devd support for QEMU 9pfs
 2024-01-09 17:05 UTC  (3+ messages)
` [PATCH 1/2] libxl: Fix segfault in device_model_spawn_outcome
` [PATCH 2/2] libxl: devd: Spawn QEMU for 9pfs

[RFC][PATCH] ima: add crypto agility support for template-hash algorithm
 2024-01-09 17:05 UTC  (5+ messages)

[PATCH] kernfs: convert kernfs_idr_lock to an irq safe raw spinlock
 2024-01-09 17:05 UTC  (3+ messages)

[PATCH v2] wifi: ath11k: fix IOMMU errors on buffer rings
 2024-01-09 17:04 UTC  (3+ messages)

[PATCH v2] xen/gntdev: Fix the abuse of underlying struct page in DMA-buf import
 2024-01-09 17:03 UTC  (3+ messages)

[PATCH v3] xfstest: add detection for ext4.h presence in configure.ac
 2024-01-09 17:04 UTC  (2+ messages)

[PATCH 00/10] docs/migration: Reorganize migration documentations
 2024-01-09 17:03 UTC  (3+ messages)
` [PATCH 05/10] docs/migration: Split "Debugging" and "Firmware"

[PATCH] s390/vfio-ap: handle response code 01 on queue reset
 2024-01-09 17:02 UTC  (5+ messages)


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.