All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-18 08:31:35 to 2024-07-18 09:09:37 UTC [more...]

[PATCH v13 0/7] Introduce perf check subcommand
 2024-07-18  9:09 UTC  (10+ messages)
` [PATCH v13 1/7] tools/lib/subcmd: Don't free the usage string
` [PATCH v13 2/7] perf check: Introduce 'check' subcommand
` [PATCH v13 3/7] perf version: Update --build-options to use 'supported_features' array
` [PATCH v13 4/7] tools/perf/tests: Update test_task_analyzer.sh to use perf check feature
` [PATCH v13 5/7] tools/perf/tests: Update probe_vfs_getname.sh script "
` [PATCH v13 6/7] perf: Fix inconsistencies in feature names
` [PATCH v13 7/7] perf: Add more features to supported_features list

[PATCH] mem/cxl_type3: Fix overlapping region validation error
 2024-07-18  9:07 UTC 

[PATCH 0/1] Build PM into GuC CT layer
 2024-07-18  9:08 UTC  (7+ messages)
` [PATCH 1/1] drm/xe: "
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "

[PATCH net-next] net: axienet: Fix coding style issues
 2024-07-18  9:06 UTC  (2+ messages)

[PATCH v1 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-07-18  9:06 UTC  (5+ messages)
` [PATCH v1 02/17] intel_iommu: Make pasid entry type check accurate
` [PATCH v1 03/17] intel_iommu: Add a placeholder variable for scalable modern mode

[PATCH v4 00/12] hw/iommufd: IOMMUFD Dirty Tracking
 2024-07-18  9:05 UTC  (6+ messages)
` [PATCH v4 11/12] vfio/migration: Don't block migration device dirty tracking is unsupported

Performance of Reassociation
 2024-07-18  9:05 UTC  (2+ messages)

next/master build: 178 builds: 12 failed, 166 passed, 11 errors, 10331 warnings (next-20240718)
 2024-07-18  9:05 UTC 

next/master build: 178 builds: 12 failed, 166 passed, 11 errors, 10331 warnings (next-20240718)
 2024-07-18  9:05 UTC 

[PATCH] rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
 2024-07-18  9:03 UTC  (3+ messages)

[LTP] [PATCH v1 1/1] migrate_pages03: remove wait_ksmd_full_scan() check because it's not necessary
 2024-07-18  9:03 UTC 

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-18  9:02 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2024-07-18  9:01 UTC 

[PATCH net-next v2 1/2] net: dsa: vsc73xx: make RGMII delays configurable
 2024-07-18  9:01 UTC  (2+ messages)

[RFC 0/7] UEFI emulator for kexec
 2024-07-18  8:57 UTC  (13+ messages)
` [RFC 1/7] efi/libstub: Ask efi_random_alloc() to skip unusable memory
` [RFC 2/7] debug/libstub: cheats to step around some boot service
` [RFC 3/7] efi/emulator: Initial rountines to emulate EFI boot time service
` [RFC 4/7] efi/emulator: Turn on mmu for arm64
` [RFC 5/7] arm64: mm: Change to prototype of
` [RFC 6/7] arm64: kexec: Prepare page table for emulator

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-18  9:00 UTC  (4+ messages)

[PATCH 00/17] xen: address violation of MISRA C:2012 Directive 4.10
 2024-07-18  8:59 UTC  (11+ messages)
` [RFC PATCH 17/17] CODING_STYLE: Add a section on header guards naming conventions

[Intel-wired-lan] [PATCH net v2] igb: cope with large MAX_SKB_FRAGS
 2024-07-18  8:59 UTC  (6+ messages)

[PATCH i-g-t v4 0/5] tests/gem_ctx_exec: Fix failing preempt timeout updates
 2024-07-18  8:55 UTC  (6+ messages)
` [PATCH i-g-t v4 1/5] tests/gem_ctx_exec: Fail on unsuccessful preempt timeout update
` [PATCH i-g-t v4 2/5] lib: Add more debug messages to error paths
` [PATCH i-g-t v4 3/5] lib/gem_engine_topology: Fix premature break from primary find loop
` [PATCH i-g-t v4 4/5] lib/gem_engine_topology: Simplify the method of opening a primary
` [PATCH i-g-t v4 5/5] lib/gem_engine_topology: Fix broken compare of device links

ld.lld: error: undefined symbol: iosf_mbi_available
 2024-07-18  8:59 UTC  (6+ messages)

Subject: [PATCH] mtd: spi-nor: add support for MRAM Everspin EM008LXB
 2024-07-18  8:57 UTC 

[Intel-wired-lan] [PATCH net v3] igb: cope with large MAX_SKB_FRAGS
 2024-07-18  8:56 UTC  (2+ messages)
`  "

[PATCH V8 00/15] Add data type profiling support for powerpc
 2024-07-18  8:43 UTC  (32+ messages)
` [PATCH V8 01/15] tools/perf: Move the data structures related to register type to header file
` [PATCH V8 02/15] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [PATCH V8 03/15] tools/perf: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
` [PATCH V8 04/15] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [PATCH V8 05/15] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [PATCH V8 06/15] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V8 07/15] tools/perf: Add parse function for memory instructions in powerpc
` [PATCH V8 08/15] tools/perf: Add support to identify memory instructions of opcode 31 "
` [PATCH V8 09/15] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [PATCH V8 10/15] tools/perf: Add more instructions for instruction tracking
` [PATCH V8 11/15] tools/perf: Update instruction tracking for powerpc
` [PATCH V8 12/15] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [PATCH V8 13/15] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [PATCH V8 14/15] tools/perf: Add support to use libcapstone in powerpc
` [PATCH V8 15/15] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[PATCH v1 00/15] support ADC and I2C for AST2700
 2024-07-18  8:55 UTC  (13+ messages)
` [PATCH v1 04/15] hw/i2c/aspeed: support discontinuous register memory region of I2C bus
` [PATCH v1 06/15] hw/i2c/aspeed: introduce a new bus pool buffer attribute in AspeedI2Cbus
` [PATCH v1 07/15] hw/i2c/aspeed: support discontinuous poll buffer memory region of I2C bus
` [PATCH v1 09/15] hw/i2c/aspeed: Add AST2700 support
` [PATCH v1 14/15] aspeed: fix coding style
` [PATCH v1 15/15] aspeed: add tmp105 in i2c bus 0 for AST2700

[PATCH] x86/boot: Use __ASM_SIZE() to reduce ifdeffery in cpuflags.c
 2024-07-18  8:55 UTC  (4+ messages)

[syzbot] [kernel?] KCSAN: data-race in kobject_put / kobject_uevent_env (2)
 2024-07-18  8:55 UTC 

[PATCH 00/12] Ultrajoiner basic functionality series
 2024-07-18  8:54 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Ultrajoiner basic functionality series (rev6)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v2 00/13] forcealign for xfs
 2024-07-18  8:53 UTC  (5+ messages)
` [PATCH v2 07/13] xfs: Introduce FORCEALIGN inode flag

[PATCH 0/2] mm: skip memcg for certain address space
 2024-07-18  8:52 UTC  (12+ messages)

[PATCH net] net: phy: micrel: Fix the KSZ9131 MDI-X status issue
 2024-07-18  8:51 UTC  (2+ messages)

[PATCH i-g-t v3 0/5] tests/gem_ctx_exec: Fix failing preempt timeout updates
 2024-07-18  8:51 UTC  (3+ messages)
` [PATCH i-g-t v3 2/5] lib: Add more debug messages to error paths

[PATCH RFC] mm: warn potential return NULL for kmalloc_array and kvmalloc_array with __GFP_NOFAIL
 2024-07-18  8:50 UTC  (12+ messages)

[PATCH v2] hw/loongarch: Remove unimplemented extioi INT_encode mode
 2024-07-18  8:32 UTC 

[PATCH v2] drm/xe/pm: Add trace for pm functions
 2024-07-18  8:50 UTC  (3+ messages)
` ✗ CI.BAT: failure for drm/xe/pm: Add trace for pm functions (rev3)

[PATCH] drm/mediatek: Set sensible cursor width/height values to fix crash
 2024-07-18  8:49 UTC  (3+ messages)

[PATCH v2] soc: qcom: cmd-db: Map shared memory as WC, not WB
 2024-07-18  8:49 UTC  (5+ messages)

[PATCH v3 0/3] Add support for Firefly Core-PX30-JD4 SoM & baseboard
 2024-07-18  8:49 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: arm: rockchip: Add Firefly Core-PX30-JD4 on baseboard
` [PATCH v3 2/3] arm64: dts: rockchip: add Firefly Core-PX30-JD4 SoM
` [PATCH v3 3/3] arm64: dts: rockchip: add Firefly JD4 baseboard with "

[PATCH] clk: sophgo: clk-sg2042-pll: Fix uninitialized variable in debug output
 2024-07-18  8:48 UTC  (2+ messages)

[PATCH v1] perf test: Avoid python leak sanitizer test failures
 2024-07-18  8:47 UTC  (2+ messages)

[PATCH] drm/amd/display: Add 'pstate_keepout' kdoc entry in 'optc1_program_timing'
 2024-07-18  8:46 UTC  (2+ messages)

[PATCH] sparse: ignore warning from new glibc headers
 2024-07-18  8:46 UTC  (10+ messages)

[syzbot] [wireless?] divide error in mac80211_hwsim_link_info_changed
 2024-07-18  8:46 UTC 

[PATCH v2 0/3] Add support for Firefly Core-PX30-JD4 SoM & baseboard
 2024-07-18  8:45 UTC  (11+ messages)
` [PATCH v2 1/3] dt-bindings: arm: rockchip: Add Firefly Core-PX30-JD4 with baseboard

[PATCH v5 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-18  8:45 UTC  (4+ messages)
` [PATCH v5 1/3] net: introduce helper sendpages_ok()
` [PATCH v5 2/3] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v5 3/3] drbd: "

[PATCH] RDMA/rds: Remove duplicate MODULE_LICENSE() from ib.c
 2024-07-18  8:44 UTC  (2+ messages)

[PATCH v2] erofs: support STATX_DIOALIGN
 2024-07-18  8:43 UTC  (5+ messages)
` [PATCH v3] "

Hp victus hp-wmi code
 2024-07-18  8:42 UTC 

[PATCH v4] blk-cgroup: Replace u64 sync with spinlock for iostat
 2024-07-18  8:41 UTC 

[PATCH v4 00/18] Reconstruct loongson ipi driver
 2024-07-18  8:38 UTC  (19+ messages)
` [PATCH v4 01/18] hw/intc/loongson_ipi: Declare QOM types using DEFINE_TYPES() macro
` [PATCH v4 02/18] hw/intc/loongson_ipi: Access memory in little endian
` [PATCH v4 03/18] hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIState
` [PATCH v4 04/18] hw/intc/loongson_ipi: Extract loongson_ipi_common_finalize()
` [PATCH v4 05/18] hw/intc/loongson_ipi: Extract loongson_ipi_common_realize()
` [PATCH v4 06/18] hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stub
` [PATCH v4 07/18] hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.h
` [PATCH v4 08/18] hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIState
` [PATCH v4 09/18] hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.h
` [PATCH v4 10/18] hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()
` [PATCH v4 11/18] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handler
` [PATCH v4 12/18] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handler
` [PATCH v4 13/18] hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpers
` [PATCH v4 14/18] hw/intc/loongson_ipi: Move common code to loongson_ipi_common.c
` [PATCH v4 15/18] hw/intc/loongarch_ipi: Add loongarch IPI support
` [PATCH v4 16/18] hw/loongarch/virt: Replace loongson IPI with loongarch IPI
` [PATCH v4 17/18] hw/intc/loongson_ipi: Restrict to MIPS
` [PATCH v4 18/18] hw/intc/loongson_ipi: Remove unused headers

[RFC PATCH 0/3] Fix and refactor do_{huge_pmd_}numa_page()
 2024-07-18  8:36 UTC  (3+ messages)
` [RFC PATCH 3/3] mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)

[PATCH v2 0/6] Use the kernel from sstate when building fitImages
 2024-07-18  8:39 UTC  (5+ messages)
  ` [OE-core] "

[PATCH v2] mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable()
 2024-07-18  8:38 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth
 2024-07-18  8:38 UTC  (2+ messages)
` Add support for Amlogic HCI UART

[PATCH V5] LoongArch: Add AVEC irqchip support
 2024-07-18  8:37 UTC  (5+ messages)

[PATCH] mm: list_lru: fix UAF for memory cgroup
 2024-07-18  8:36 UTC 

[PATCH v2 00/21] Universal Payload initial series
 2024-07-18  8:23 UTC  (5+ messages)

[OE-core] [PATCH] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian
 2024-07-18  8:36 UTC  (3+ messages)
` [PATCH v2] "
  ` [OE-core] "

[PATCH v7 0/3] Introduce mtdblock device
 2024-07-18  5:46 UTC  (4+ messages)
` [PATCH v7 1/3] disk: support MTD partitions
` [PATCH v7 2/3] drivers: introduce mtdblock abstraction
` [PATCH v7 3/3] spinand: bind mtdblock

Anbernic RGXX3 devices with later mainline kernels don't boot
 2024-07-18  8:35 UTC  (4+ messages)

[PATCH v6 0/6] Introduce UBI block device
 2024-07-18  5:45 UTC  (7+ messages)
` [PATCH v6 1/6] ubi: allow to read from volume with offset
` [PATCH v6 2/6] ubi: allow to write to "
` [PATCH v6 3/6] drivers: introduce UBI block abstraction
` [PATCH v6 4/6] disk: don't try search for partition type if already set
` [PATCH v6 5/6] disk: support UBI partitions
` [PATCH v6 6/6] spinand: bind UBI block

[PATCH v3 00/11] Zacas/Zabha support and qspinlocks
 2024-07-18  8:33 UTC  (6+ messages)
` [PATCH v3 05/11] riscv: Implement arch_cmpxchg128() using Zacas

Pull request: u-boot-rockchip-20240718
 2024-07-18  8:33 UTC 

Pull request: u-boot-rockchip-20240614
 2024-07-18  8:33 UTC  (3+ messages)

[PATCH v4 0/3] docs/interop/firmware.json: scripts/qapi-gen.py compatibility
 2024-07-18  8:32 UTC  (5+ messages)
` [PATCH v4 2/3] docs/interop/firmware.json: add new enum FirmwareArchitecture
` [PATCH v4 3/3] docs: add test for firmware.json QAPI

[PATCH v4 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-18  8:31 UTC  (5+ messages)
` [PATCH v4 4/4] libceph: use sendpages_ok() instead of sendpage_ok()

[PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE
 2024-07-18  8:31 UTC 

[PATCH v5 0/3] vhost-user-blk: live resize additional APIs
 2024-07-18  8:31 UTC  (3+ 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.