messages from 2023-10-12 02:52:38 to 2023-10-12 04:09:23 UTC [more...]
coreboot 4.11 + U-boot master
2023-10-12 3:45 UTC (2+ messages)
[PATCH 0/8] shmem,tmpfs: general maintenance
2023-10-12 4:09 UTC (6+ messages)
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)
[PATCH v10 00/16] MediaTek DDP GAMMA - 12-bit LUT support
2023-10-12 4:05 UTC (17+ messages)
` [PATCH v10 07/16] drm/mediatek: aal: Use bitfield macros
` [PATCH v10 09/16] drm/mediatek: gamma: Support specifying number of bits per LUT component
` [PATCH v10 10/16] drm/mediatek: gamma: Support multi-bank gamma LUT
` [PATCH v10 11/16] drm/mediatek: gamma: Add support for 12-bit LUT and MT8195
[Intel-xe] [PATCH 00/11] Supporting CSC and SOC HARDWARE ERROR HANDLING on PVC
2023-10-12 4:01 UTC (14+ messages)
` [Intel-xe] [PATCH 06/11] drm/xe: Notify userspace about GSC HW errors
` [Intel-xe] [PATCH 10/11] drm/xe: Clear SOC CORRECTABLE error registers
` [Intel-xe] [PATCH 11/11] drm/xe: Clear all SoC errors post warm reset
[Intel-gfx] [PATCH] drm/i915: Support FP16 compressed formats on MTL
2023-10-12 4:01 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
[PATCH 0/2] i2c: mv64xxx: reset-gpios
2023-10-12 3:58 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: i2c: mv64xxx: add reset-gpios property
` [PATCH 2/2] i2c: mv64xxx: add an optional "
[PATCH 1/1] toaster:update selenium version and code syntax
2023-10-12 4:00 UTC (3+ messages)
` [bitbake-devel] "
[intel-tdx:kvm-upstream 29/235] checkpatch: WARNING: Prefer using '"%s...", __func__' to using 'usage', this function's name, in a string
2023-10-12 4:00 UTC
[sj:damon/next 27/28] hppa-linux-ld: fs/xfs/xfs_trace.o(.text+0x42da0): cannot reach 0000a892_bpf_trace_run2+0, recompile with -ffunction-sections
2023-10-12 3:55 UTC (3+ messages)
[PATCH v4 0/7] support setting and querying RSS algorithms
2023-10-12 3:59 UTC (15+ messages)
` [PATCH v5 00/40] "
` [PATCH v5 36/40] net/hns3: support setting and querying RSS hash function
` [PATCH v5 38/40] app/proc-info: adjust the display format of RSS info
` [PATCH v5 39/40] app/proc-info: support querying RSS hash algorithm
` [PATCH v5 40/40] app/testpmd: add RSS hash algorithms display
[PATCH net-next v3 0/3] Rust abstractions for network PHY drivers
2023-10-12 3:59 UTC (4+ messages)
` [PATCH net-next v3 1/3] rust: core "
[PATCH] platform: Uses hart count as the default size of tlb info
2023-10-12 3:59 UTC (2+ messages)
why does git set X in LESS env var?
2023-10-12 3:54 UTC (4+ messages)
[PATCH] pid: Allow frozen userspace to reboot from non-init pid ns
2023-10-12 3:53 UTC (4+ messages)
[RFC 00/48] perf tools: Introduce data type profiling (v1)
2023-10-12 3:51 UTC (49+ messages)
` [PATCH 01/48] perf annotate: Move raw_comment and raw_func_start
` [PATCH 02/48] perf annotate: Check if operand has multiple regs
` [PATCH 03/48] perf tools: Add util/debuginfo.[ch] files
` [PATCH 04/48] perf dwarf-aux: Fix die_get_typename() for void *
` [PATCH 05/48] perf dwarf-aux: Move #ifdef code to the header file
` [PATCH 06/48] perf dwarf-aux: Add die_get_scopes() helper
` [PATCH 07/48] perf dwarf-aux: Add die_find_variable_by_reg() helper
` [PATCH 08/48] perf dwarf-aux: Factor out __die_get_typename()
` [PATCH 09/48] perf dwarf-regs: Add get_dwarf_regnum()
` [PATCH 10/48] perf annotate-data: Add find_data_type()
` [PATCH 11/48] perf annotate-data: Add dso->data_types tree
` [PATCH 12/48] perf annotate: Factor out evsel__get_arch()
` [PATCH 13/48] perf annotate: Add annotate_get_insn_location()
` [PATCH 14/48] perf annotate: Implement hist_entry__get_data_type()
` [PATCH 15/48] perf report: Add 'type' sort key
` [PATCH 16/48] perf report: Support data type profiling
` [PATCH 17/48] perf annotate-data: Add member field in the data type
` [PATCH 18/48] perf annotate-data: Update sample histogram for type
` [PATCH 19/48] perf report: Add 'typeoff' sort key
` [PATCH 20/48] perf report: Add 'symoff' "
` [PATCH 21/48] perf annotate: Add --data-type option
` [PATCH 22/48] perf annotate: Add --type-stat option for debugging
` [PATCH 23/48] perf annotate: Add --insn-stat "
` [PATCH 24/48] perf annotate-data: Parse 'lock' prefix from llvm-objdump
` [PATCH 25/48] perf annotate-data: Handle macro fusion on x86
` [PATCH 26/48] perf annotate-data: Handle array style accesses
` [PATCH 27/48] perf annotate-data: Add stack operation pseudo type
` [PATCH 28/48] perf dwarf-aux: Add die_find_variable_by_addr()
` [PATCH 29/48] perf annotate-data: Handle PC-relative addressing
` [PATCH 30/48] perf annotate-data: Support global variables
` [PATCH 31/48] perf dwarf-aux: Add die_get_cfa()
` [PATCH 32/48] perf annotate-data: Support stack variables
` [PATCH 33/48] perf dwarf-aux: Check allowed DWARF Ops
` [PATCH 34/48] perf dwarf-aux: Add die_collect_vars()
` [PATCH 35/48] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 36/48] perf annotate-data: Introduce struct data_loc_info
` [PATCH 37/48] perf map: Add map__objdump_2rip()
` [PATCH 38/48] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 39/48] perf annotate-data: Maintain variable type info
` [PATCH 40/48] perf annotate-data: Add update_insn_state()
` [PATCH 41/48] perf annotate-data: Handle global variable access
` [PATCH 42/48] perf annotate-data: Handle call instructions
` [PATCH 43/48] perf annotate-data: Implement instruction tracking
` [PATCH 44/48] perf annotate: Parse x86 segment register location
` [PATCH 45/48] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 46/48] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 47/48] perf annotate-data: Add stack canary type
` [PATCH 48/48] perf annotate-data: Add debug message
[PATCH 00/26] test: spl: Test some load methods
2023-10-12 3:41 UTC (44+ messages)
` [PATCH 01/26] spl: legacy: Fix referencing _image_binary_end
` [PATCH 02/26] spl: nor: Don't allocate header on stack
` [PATCH 03/26] spl: fit: Fix entry point for SPL_LOAD_FIT_FULL
` [PATCH 09/26] spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time
` [PATCH 10/26] lib: acpi: Fix linking SPL when ACPIGEN is enabled
` [PATCH 11/26] fs: ext4: Fix building ext4 in SPL if write "
` [PATCH 12/26] fs: Compile in sandbox filesystem in SPL if it "
` [PATCH 13/26] net: Fix compiling SPL when fastboot "
` [PATCH 14/26] net: bootp: Move port numbers to header
` [PATCH 15/26] net: bootp: Fall back to BOOTP from DHCP when unit testing
` [PATCH 16/26] spl: Don't cache devices when UNIT_TEST is enabled
` [PATCH 17/26] spl: Use map_sysmem where appropriate
` [PATCH 18/26] test: spl: Split tests up and use some configs
` [PATCH 19/26] test: spl: Fix spl_test_load not failing if fname doesn't exist
` [PATCH 20/26] test: spl: Add functions to create images
` [PATCH 21/26] test: spl: Add functions to create filesystems
` [PATCH 22/26] test: spl: Add a test for spl_blk_load_image
` [PATCH 23/26] test: spl: Add a test for the MMC load method
` [PATCH 24/26] test: spl: Add a test for the NET "
` [PATCH 25/26] test: spl: Add a test for the NOR "
` [PATCH 26/26] test: spl: Add a test for the SPI "
[PATCH] riscv: binman: Fix compilation error
2023-10-12 3:45 UTC (2+ messages)
[PATCH v5] bootstd: sata: Add bootstd support for ahci sata
2023-10-12 3:45 UTC (2+ messages)
[PATCH v2 0/6] Support for dumping capsule headers and empty capsules
2023-10-12 3:45 UTC (9+ messages)
` [PATCH v2 3/6] binman: capsule: Remove superfluous [address, size]-cells properties
` [PATCH v2 3/6] binman: capsule: Remove superfluous [address,size]-cells properties
` [PATCH v2 4/6] binman: capsule: Use dumped capsule header contents for verification
` [PATCH v2 5/6] btool: mkeficapsule: Add support for EFI empty capsule generation
` [PATCH v2 6/6] binman: capsule: Add support for generating EFI empty capsules
[PATCH 0/5] smbios: Deal with tables beyond 4GB
2023-10-12 3:45 UTC (4+ messages)
` [PATCH 3/5] smbios: Use SMBIOS 3.0 to support an address above 4GB
[PATCH v6 00/14] firmware: scmi: add SCMI base protocol support
2023-10-12 3:45 UTC (3+ messages)
` [PATCH v6 02/14] firmware: scmi: use a protocol's own channel if assigned
[PATCH v2 0/9] ufs: Add a PCI UFS controller support
2023-10-12 3:41 UTC (19+ messages)
` [PATCH v2 1/9] ufs: Correct the UFS terminlogy
` [PATCH v2 2/9] ufs: Add a line feed to the end of some dev_xxx() messages
` [PATCH v2 3/9] cmd: kconfig: Make ufs prompt look similar to other commands
` [PATCH v2 4/9] cmd: ufs: Correct the help text
` [PATCH v2 5/9] pci_ids: Add Red Hat vendor and device IDs
` [PATCH v2 6/9] ufs: Allow mmio registers on the PCI bus
` [PATCH v2 7/9] ufs: Add a PCI based UFS controller driver
` [PATCH v2 8/9] ufs: Handle UFS 3.1 controllers
` [PATCH v2 9/9] qemu: riscv: Enable UFS support
[igt-dev] [PATCH i-g-t 0/4] Fix various intel_gpu_top UI layout issues
2023-10-12 3:48 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Fix various intel_gpu_top UI layout issues (rev2)
[RESEND PATCH V2] leds: sc27xx: Move mutex_init() to the end of probe
2023-10-12 3:47 UTC
[PATCH v4 0/8] ATF and OP-TEE Firewalling for K3 devices
2023-10-12 3:41 UTC (5+ messages)
` [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities
` [PATCH v4 2/8] binman: ftest: Add test for ti-secure firewall node
[PATCH 0/9] ufs: Add a PCI UFS controller support
2023-10-12 3:41 UTC (3+ messages)
` [PATCH 1/9] ufs: Correct the UFS terminlogy
[RFC PATCH] ssb: relax SSB_EMBEDDED dependencies
2023-10-12 3:44 UTC (6+ messages)
[PATCH v2] cpufreq: ARM_BRCMSTB_AVS_CPUFREQ cannot be used with ARM_SCMI_CPUFREQ
2023-10-12 3:44 UTC (2+ messages)
[PATCH] mmc: pci: Drop the superfluous cast
2023-10-12 3:41 UTC (2+ messages)
[PATCH v3 1/3] dt-bindings: mtd: fixed-partitions: Add binman compatible
2023-10-12 3:40 UTC (7+ messages)
` [PATCH v3 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles
[igt-dev] [PATCH v2] tests/xe_huc_copy: Handle multiple GTs
2023-10-12 3:43 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/xe_huc_copy: Handle multiple GTs (rev2)
` [igt-dev] ✓ CI.xeBAT: "
[PATCH v5 0/6] cpufreq: qcom-nvmem: support apq8064 cpufreq scaling
2023-10-12 3:42 UTC (3+ messages)
[PATCH] net: e1000: Drop e1000_eth_ids[]
2023-10-12 3:40 UTC (2+ messages)
[Intel-xe] [PATCH] Revert "FIXME: drm/i915/ips: apparently silence warnings"
2023-10-12 3:41 UTC (3+ messages)
[djwong-xfs:inode-refactor 84/269] checkpatch: ERROR: space required before the open parenthesis '('
2023-10-12 3:37 UTC
[asahilinux:bits/080-wifi 30/32] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:3965:7: warning: variable 'netinfo' is used uninitialized whenever switch case is taken
2023-10-12 3:37 UTC
[PATCH] arm64: dts: imx8mp: Describe VDD_ARM run and standby voltage for Data Modul i.MX8M Plus eDM SBC
2023-10-12 3:39 UTC (10+ messages)
[Intel-xe] [v2 0/3] drm/xe: Cleanup for addressing vga decode
2023-10-12 3:39 UTC (2+ messages)
[LTP] [PATCH] Migrating the libhugetlbfs/testcases/fallocate_stress.c
2023-10-12 3:39 UTC
[PATCH RFC v4 0/9] Add loongarch kvm accel support
2023-10-12 3:38 UTC (3+ messages)
[PATCH 1/3] drm/amdgpu: Update PSP interface header
2023-10-12 3:35 UTC (4+ messages)
` [PATCH 3/3] drm/amd/pm: Add P2S tables for SMU v13.0.6
[PATCH] pid_ns: support pidns switching between sibling
2023-10-12 3:30 UTC (2+ messages)
[PATCH v7 0/4] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
2023-10-12 3:28 UTC (10+ messages)
` [PATCH v7 1/4] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
` [PATCH v7 2/4] PCI: Add Alibaba Vendor ID to linux/pci_ids.h
` [PATCH v7 3/4] drivers/perf: add DesignWare PCIe PMU driver
` [PATCH v7 4/4] MAINTAINERS: add maintainers for "
Linux 6.5 broke iwd
2023-10-12 3:28 UTC (5+ messages)
[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
2023-10-09 16:09 UTC (2+ messages)
[PATCH v2] x86/msi: Fix compile error caused by GENERIC_MSI_IRQ and X86_LOCAL_APIC
2023-10-12 3:26 UTC (2+ messages)
` [PATCH v3] "
[PATCH] lib: utils/fdt: Allow zero length mtime when parsing ACLINT
2023-10-12 3:27 UTC (2+ messages)
[PATCH 00/12] PCI device authentication
2023-10-12 3:26 UTC (13+ messages)
` [PATCH 07/12] spdm: Introduce library to authenticate devices
[djwong-xfs:inode-refactor 83/269] checkpatch: WARNING: please, no spaces at the start of a line
2023-10-12 3:25 UTC
blktest nvme_trtyp3=tcp nvme/003 is failing on nvme-6.7
2023-10-12 3:26 UTC
[Intel-gfx] [PATCH v2] drm/i915: Add new DG2 PCI IDs
2023-10-12 3:26 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Add new DG2 PCI IDs (rev2)
[djwong-xfs:inode-refactor 80/269] checkpatch: WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
2023-10-12 3:25 UTC
[PATCH 3/3] toaster:update jquery and functional tests waiting time
2023-10-12 3:22 UTC (2+ messages)
` [Toaster] "
[PATCH v2 1/2] dt-bindings: usb: Add the binding example for the Genesys Logic GL3523 hub
2023-10-12 3:20 UTC (3+ messages)
[Intel-xe] [PATCH 0/6] LRC debugfs and general instruction tweaks
2023-10-12 3:20 UTC (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "
[PATCH v2 0/6] Support discontinuous PMU counters
2023-10-12 3:18 UTC (3+ messages)
` [PATCH v2 1/6] target/riscv: Propagate error from PMU setup
[RFC PATCH v3 1/3] rust: core abstractions for network PHY drivers
2023-10-12 3:16 UTC (6+ messages)
[djwong-xfs:inode-refactor 79/269] checkpatch: WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
2023-10-12 3:14 UTC
[PATCH v2 0/5] mm: memcg: subtree stats flushing and thresholds
2023-10-12 3:13 UTC (9+ messages)
` [PATCH v2 3/5] mm: memcg: make stats flushing threshold per-memcg
[Intel-xe] [PATCH 00/21] Add OA functionality to Xe
2023-10-12 3:14 UTC (4+ messages)
` [Intel-xe] [PATCH 18/21] drm/xe/uapi: More OA uapi fixes/additions
[PATCH v2 0/5] fix npcm bmc error
2023-10-12 3:12 UTC (4+ messages)
` [PATCH v2 2/5] configs: npcm: support more uart baud rate
[PATCH] perf tools: Put the function return operation at the end of the function
2023-10-12 3:10 UTC
[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 2318d58f358e7aef726c038aff87a68bec8f09e0
2023-10-12 3:09 UTC
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS f875e4431b614f455016bf2b036542a4efec3dd2
2023-10-12 3:09 UTC
[PATCH] btrfs: output extra info when delayed inode update failed
2023-10-12 3:07 UTC (3+ messages)
[djwong-xfs:inode-refactor 76/269] checkpatch: WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
2023-10-12 3:04 UTC
[djwong-xfs:inode-refactor 74/269] checkpatch: WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
2023-10-12 3:03 UTC
[linux-next:master 466/11428] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c:292 dcn35_update_clocks() warn: inconsistent indenting
2023-10-12 3:03 UTC
[PATCH v7 0/5] Share sva domains with all devices bound to a mm
2023-10-12 3:01 UTC (6+ messages)
` [PATCH v7 1/5] iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()
` [PATCH v7 2/5] iommu: Add mm_get_enqcmd_pasid() helper function
` [PATCH v7 3/5] mm: Add structure to keep sva information
` [PATCH v7 4/5] iommu: Support mm PASID 1:n with sva domains
` [PATCH v7 5/5] mm: Deprecate pasid field
[xen-4.16-testing test] 183341: regressions - FAIL
2023-10-12 2:58 UTC
[PATCH v2 00/12] ubi: fastmap: Fix a series of wear leveling problems
2023-10-12 2:57 UTC (3+ messages)
[pull] amdgpu drm-fixes-6.6
2023-10-12 2:56 UTC
[PATCH] ARM: dts: sun8i-r40: Add interconnect to video-codec
2023-10-12 2:53 UTC (3+ messages)
[PATCH 0/3] Some cleanup of vop2 driver
2023-10-12 2:37 UTC (2+ messages)
` [PATCH 3/3] drm/rockchip: fix the plane format defination of rk3568/6
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.