All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-12 03:48:26 to 2023-10-12 04:37:14 UTC [more...]

coreboot 4.11 + U-boot master
 2023-10-12  3:45 UTC  (2+ messages)

[PATCH v3] nvme: fix memory corruption for passthrough metadata
 2023-10-12  4:36 UTC  (6+ messages)

[PATCH 0/8] shmem,tmpfs: general maintenance
 2023-10-12  4:36 UTC  (10+ messages)
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)

[RFC/PATCH v0 00/12] Gunyah hypervisor support
 2023-10-12  4:36 UTC  (9+ messages)
` [RFC/PATCH v0 01/12] hw/arm/virt: Avoid NULL pointer de-reference
` [RFC/PATCH v0 03/12] gunyah: Basic support
` [RFC/PATCH v0 08/12] gunyah: Specific device-tree location
` [RFC/PATCH v0 09/12] gunyah: Customize device-tree

[PATCH] libdft: fdt_next_tag: Harden offset overflow check
 2023-10-12  4:23 UTC  (2+ messages)

[PATCH v2] drivers: net: wwan: wwan_core.c: resolved spelling mistake
 2023-10-12  4:35 UTC 

[PATCH] toaster: Monitoring - implement Django logging system
 2023-10-12  4:34 UTC  (2+ messages)
` [bitbake-devel] "

[Outreachy Applicant] Introduction and a quick question
 2023-10-12  4:34 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Remove the module parameter 'fastboot'
 2023-10-12  4:34 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Remove the module parameter 'fastboot' (rev5)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-xe] [PATCH v5 0/7] DRM scheduler changes for Xe
 2023-10-12  4:31 UTC  (6+ messages)
` [Intel-xe] [PATCH v5 3/7] drm/sched: Move schedule policy to scheduler
    `  "
` [Intel-xe] ✗ CI.Patch_applied: failure for DRM scheduler changes for Xe (rev7)

[PATCH v6 2/3] sysfs: Add a attr_is_visible function to attribute_group
 2023-10-12  4:31 UTC  (12+ messages)

[PATCH 00/26] test: spl: Test some load methods
 2023-10-12  4:30 UTC  (40+ 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 14/26] net: bootp: Move port numbers to header
` [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 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] eeprom: remove doc and MAINTAINERS section after driver was removed
 2023-10-12  4:28 UTC 

[Intel-xe] [PATCH 0/6] LRC debugfs and general instruction tweaks
 2023-10-12  4:26 UTC  (3+ messages)
` [Intel-xe] [PATCH 5/6] drm/xe/debugfs: Add dump of default LRCs' MI instructions

[PATCHSET 0/3] fstests: random fixes for v2023.10.08
 2023-10-12  4:26 UTC  (5+ messages)
` [PATCH 1/3] xfs/178: don't fail when SCRATCH_DEV contains random xfs superblocks

[Intel-xe] [RFC PATCH v2 0/1] DRM scheduler update
 2023-10-12  4:22 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✗ CI.KUnit: failure "

Feature Request: Device Manager Fake Trim / Zero Trim
 2023-10-12  4:22 UTC  (7+ messages)

[PULL 00/54] riscv-to-apply queue
 2023-10-12  4:10 UTC  (55+ messages)
` [PULL 01/54] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PULL 02/54] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PULL 03/54] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PULL 04/54] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PULL 05/54] target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
` [PULL 06/54] target/riscv/cpu.c: split vendor "
` [PULL 07/54] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
` [PULL 08/54] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
` [PULL 09/54] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PULL 10/54] target/riscv: add 'max' CPU type
` [PULL 11/54] avocado, risc-v: add tuxboot tests for 'max' CPU
` [PULL 12/54] target/riscv: deprecate the 'any' CPU type
` [PULL 13/54] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PULL 14/54] target/riscv: make CPUCFG() macro public
` [PULL 15/54] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PULL 16/54] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PULL 17/54] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PULL 18/54] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PULL 19/54] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PULL 20/54] target/riscv/cpu.c: consider user option with RVG
` [PULL 21/54] target/riscv: Clear CSR values at reset and sync MPSTATE with host
` [PULL 22/54] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
` [PULL 23/54] target/riscv: introduce TCG AccelCPUClass
` [PULL 24/54] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
` [PULL 25/54] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PULL 26/54] target/riscv: move riscv_tcg_ops "
` [PULL 27/54] target/riscv/cpu.c: add .instance_post_init()
` [PULL 28/54] target/riscv: move 'host' CPU declaration to kvm.c
` [PULL 29/54] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PULL 30/54] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
` [PULL 31/54] target/riscv: make riscv_add_satp_mode_properties() public
` [PULL 32/54] target/riscv: remove kvm-stub.c
` [PULL 33/54] target/riscv: introduce KVM AccelCPUClass
` [PULL 34/54] target/riscv: move KVM only files to kvm subdir
` [PULL 35/54] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PULL 36/54] target/riscv/cpu.c: export set_misa()
` [PULL 37/54] target/riscv/tcg: introduce tcg_cpu_instance_init()
` [PULL 38/54] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
` [PULL 39/54] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
` [PULL 40/54] target/riscv/cpu.c: export isa_edata_arr[]
` [PULL 41/54] target/riscv/cpu: move priv spec functions to tcg-cpu.c
` [PULL 42/54] target/riscv: add riscv_cpu_get_name()
` [PULL 43/54] target/riscv/tcg-cpu.c: add extension properties for all cpus
` [PULL 44/54] softmmu: add means to pass an exit code when requesting a shutdown
` [PULL 45/54] softmmu: pass the main loop status to gdb "Wxx" packet
` [PULL 46/54] hw/misc/sifive_test.c: replace exit calls with proper shutdown
` [PULL 47/54] hw/char: riscv_htif: "
` [PULL 48/54] gdbstub: replace exit calls with proper shutdown for softmmu
` [PULL 49/54] target/riscv/kvm: improve 'init_multiext_cfg' error msg
` [PULL 50/54] target/riscv/kvm: support KVM_GET_REG_LIST
` [PULL 51/54] target/riscv/tcg: remove RVG warning
` [PULL 52/54] target/riscv: Use env_archcpu for better performance
` [PULL 53/54] target/riscv: deprecate capital 'Z' CPU properties
` [PULL 54/54] target/riscv: Fix vfwmaccbf16.vf

[kvmtool PATCH v2 0/6] RISC-V AIA irqchip and Svnapot support
 2023-10-12  4:20 UTC  (3+ messages)

[RFC PATCH v3 1/3] rust: core abstractions for network PHY drivers
 2023-10-12  4:20 UTC  (5+ messages)

[syzbot] [net?] [wireless?] possible deadlock in ieee80211_change_mac
 2023-10-12  4:15 UTC 

next/pending-fixes baseline: 63 runs, 6 regressions (v6.6-rc5-359-g960f4d0f660c7)
 2023-10-12  4:14 UTC 

[PATCH v10 00/16] MediaTek DDP GAMMA - 12-bit LUT support
 2023-10-12  4:12 UTC  (13+ messages)
` [PATCH v10 06/16] drm/mediatek: gamma: Use bitfield macros
` [PATCH v10 07/16] drm/mediatek: aal: "
` [PATCH v10 09/16] drm/mediatek: gamma: Support specifying number of bits per LUT component

[PATCH 0/3] hw/pci-host/sh_pcic: Style cleanup
 2023-10-12  4:12 UTC  (4+ messages)
` [PATCH 1/3] hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 2/3] hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names
` [PATCH 3/3] hw/pci-host/sh_pcic: Replace magic value by proper definition

[pci:config-errs] BUILD SUCCESS 875760900b44fb33753dc1c53d0c03acb3336447
 2023-10-12  4:11 UTC 

[android-common:android14-6.1 2/3] include/trace/hooks/mm.h:15:1: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-10-12  4:11 UTC 

[PATCH] Input: bcm5974 - check endpoint type before starting traffic
 2023-10-12  4:11 UTC 

[djwong-xfs:inode-refactor 96/269] checkpatch: WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
 2023-10-12  4:11 UTC 

[djwong-xfs:inode-refactor 95/269] checkpatch: WARNING: please, no spaces at the start of a line
 2023-10-12  4:11 UTC 

[Intel-gfx] [PATCH v5 0/2] Refactor i915 HDCP for XE
 2023-10-12  4:10 UTC  (3+ messages)

[Intel-xe] [PATCH 00/11] Supporting CSC and SOC HARDWARE ERROR HANDLING on PVC
 2023-10-12  4:01 UTC  (6+ messages)
` [Intel-xe] [PATCH 10/11] drm/xe: Clear SOC CORRECTABLE error registers

[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  (9+ messages)
` [PATCH v5 00/40] "
  ` [PATCH v5 36/40] net/hns3: support setting and querying RSS hash function
  ` [PATCH v5 39/40] app/proc-info: support querying RSS hash algorithm

[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] 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  (5+ messages)
` [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  (7+ messages)
` [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

[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  (3+ messages)
` [PATCH v4 2/8] binman: ftest: Add test for ti-secure firewall node


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.