All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-18 08:00:49 to 2024-07-18 08:45:32 UTC [more...]

[PATCH V8 00/15] Add data type profiling support for powerpc
 2024-07-18  8:43 UTC  (8+ 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 v5 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-18  8:45 UTC 

[PATCH 00/12] Ultrajoiner basic functionality series
 2024-07-18  8:45 UTC  (15+ messages)
` [PATCH 01/12] drm/i915/display: Modify debugfs for joiner to force n pipes
` [PATCH 02/12] drm/i915/display: Use joined pipes in intel_dp_joiner_needs_dsc
` [PATCH 03/12] drm/i915/display: Use joined pipes in intel_mode_valid_max_plane_size
` [PATCH 04/12] drm/i915/display: Use joined pipes in dsc helpers for slices, bpp
` [PATCH 05/12] drm/i915: Add some essential functionality for joiners
` [PATCH 06/12] drm/i915: Split current joiner hw state readout
` [PATCH 07/12] drm/i915: Add bigjoiner and uncompressed joiner hw readout sanity checks
` [PATCH 08/12] drm/i915: Implement hw state readout and checks for ultrajoiner
` [PATCH 09/12] drm/i915/display/vdsc: Add ultrajoiner support with DSC
` [PATCH 10/12] drm/i915: Compute config and mode valid changes for ultrajoiner
` [PATCH 11/12] drm/i915: Add new abstraction layer to handle pipe order for different joiners
` [PATCH 12/12] drm/i915/intel_dp: Add support for forcing ultrajoiner
` ✗ Fi.CI.CHECKPATCH: warning for Ultrajoiner basic functionality series (rev6)
` ✗ Fi.CI.SPARSE: "

[PATCH v1 00/15] support ADC and I2C for AST2700
 2024-07-18  8:44 UTC  (7+ messages)
` [PATCH v1 04/15] hw/i2c/aspeed: support discontinuous register memory region of I2C bus
` [PATCH v1 05/15] hw/i2c/aspeed: rename the I2C class pool attribute to share_pool
` [PATCH v1 06/15] hw/i2c/aspeed: introduce a new bus pool buffer attribute in AspeedI2Cbus

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

[PATCH 0/1] Build PM into GuC CT layer
 2024-07-18  8:45 UTC  (2+ messages)
` [PATCH 1/1] drm/xe: "

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

[PATCH v2] drm/xe/pm: Add trace for pm functions
 2024-07-18  8:44 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pm: Add trace for pm functions (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH RFC] mm: warn potential return NULL for kmalloc_array and kvmalloc_array with __GFP_NOFAIL
 2024-07-18  8:43 UTC  (14+ 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 v3 0/3] Add support for Firefly Core-PX30-JD4 SoM & baseboard
 2024-07-18  8:40 UTC  (8+ 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 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  (9+ messages)
` [PATCH v2 01/21] sandbox: Use const in os_jump_to_file()
` [PATCH v2 02/21] sandbox: Fix a comment in os_find_u_boot()

[OE-core] [PATCH] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian
 2024-07-18  8:36 UTC  (6+ 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  (7+ messages)
` [PATCH v4 1/3] docs/interop/firmware.json: add new enum FirmwareFormat
` [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  (7+ messages)
` [PATCH v5 1/3] qdev-monitor: add option to report GenericError from find_device_state
` [PATCH v5 3/3] qapi: introduce device-sync-config

[PATCH 11/15] RDMA/hbl: add habanalabs RDMA driver
 2024-07-18  8:31 UTC  (11+ messages)

[scarthgap][meta-python][PATCH] python3-h5py: fix compile error with gcc 14
 2024-07-18  8:29 UTC  (2+ messages)
` [oe] "

[PATCH] ARM: dts: remove leftover Amlogic GX/G12 bindings headers
 2024-07-18  8:28 UTC 

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

[PATCH v3 0/7] iommufd support pasid attach/replace
 2024-07-18  8:27 UTC  (3+ messages)
` [PATCH v3 1/7] iommu: Introduce a replace API for device pasid

[PATCH net-next v5 00/25] Introducing OpenVPN Data Channel Offload
 2024-07-18  8:29 UTC  (11+ messages)
` [PATCH net-next v5 17/25] ovpn: implement keepalive mechanism
` [PATCH net-next v5 21/25] ovpn: implement key add/del/swap via netlink

[PATCH blktests v3 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-07-18  8:26 UTC  (4+ messages)
` [PATCH blktests v3 2/2] "

[PATCH] drm/mediatek: Declare Z Position for all planes
 2024-07-18  8:25 UTC 

[PATCH] clk: mediatek: reset: Remove unused mtk_register_reset_controller()
 2024-07-18  8:25 UTC 

[PATCH] drm/mediatek: Set sensible cursor width/height values to fix crash
 2024-07-18  8:24 UTC 

Question about virtio camera
 2024-07-18  8:24 UTC 

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

[arnd-asm-generic:syscall-tbl-6.11 81/98] powerpc-linux-ld: arch/powerpc/kernel/systbl.o:undefined reference to `__powerpc_sys_fadvise64_64_2'
 2024-07-18  8:23 UTC 

[GSoC][PATCH v3 0/5] t: port reftable/tree_test.c to the unit testing framework
 2024-07-18  8:23 UTC  (12+ messages)
` [GSoC][PATCH v4 "
  ` [PATCH v4 2/5] t: move "

[PATCH v1 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-07-18  8:16 UTC  (18+ messages)
` [PATCH v1 01/17] intel_iommu: Use the latest fault reasons defined by spec
` [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 v1 04/17] intel_iommu: Flush stage-2 cache in PADID-selective PASID-based iotlb invalidation
` [PATCH v1 05/17] intel_iommu: Rename slpte to pte
` [PATCH v1 06/17] intel_iommu: Implement stage-1 translation
` [PATCH v1 07/17] intel_iommu: Check if the input address is canonical
` [PATCH v1 08/17] intel_iommu: Set accessed and dirty bits during first stage translation
` [PATCH v1 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
` [PATCH v1 10/17] intel_iommu: Process PASID-based "
` [PATCH v1 11/17] intel_iommu: Extract device IOTLB invalidation logic
` [PATCH v1 12/17] intel_iommu: Add an internal API to find an address space with PASID
` [PATCH v1 13/17] intel_iommu: Add support for PASID-based device IOTLB invalidation
` [PATCH v1 14/17] intel_iommu: piotlb invalidation should notify unmap
` [PATCH v1 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode
` [PATCH v1 16/17] intel_iommu: Modify x-scalable-mode to be string option
` [PATCH v1 17/17] tests/qtest: Add intel-iommu test

ThinkPad P14s Gen 5 AMD micmute LED is not working sometimes
 2024-07-18  8:19 UTC 

[PATCH] hw/loongarch: Remove unimplemented extioi INT_encode mode
 2024-07-18  8:20 UTC  (2+ messages)

[PATCH v4 0/3] Allow userspace to change ID_AA64PFR1_EL1
 2024-07-18  8:21 UTC  (4+ messages)
` [PATCH v4 2/3] KVM: arm64: "

[PATCH V4 0/8] Add support for videocc and camcc on SM8650
 2024-07-18  8:21 UTC  (3+ messages)
` (subset) "

[PATCH v2] sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clock
 2024-07-18  8:20 UTC  (3+ messages)

[meta-security][scarthgap][PATCH] sssd: Fix CVE-2023-3758
 2024-07-18  8:20 UTC  (2+ messages)
  ` [yocto-patches] "

[LTP] [PATCH 0/6] sched_football in runtest/sched + configure cleanup
 2024-07-18  8:22 UTC  (2+ messages)

[PATCH v2 0/8] clang-format: add more rules and enable on CI
 2024-07-18  8:18 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 8/8] ci/style-check: add `RemoveBracesLLVM` to '.clang-format'

[PATCH v2 0/4] platform/x86: ideapad-laptop: synchronize VPC commands
 2024-07-18  8:17 UTC  (9+ messages)
` [PATCH v2 2/4] platform/x86: ideapad-laptop: move ymc_trigger_ec from lenovo-ymc
` [PATCH v2 3/4] platform/x86: ideapad-laptop: move ACPI helpers from header to source file
` [PATCH v2 4/4] platform/x86: ideapad-laptop: add a mutex to synchronize VPC commands

[ANNOUNCE] 4.4.302-cip89-rt50
 2024-07-18  8:16 UTC  (3+ messages)

[PATCH v4 0/8] clang-format: add more rules and enable on CI
 2024-07-18  8:16 UTC  (8+ messages)
` [PATCH v5 0/6] : "
  ` [PATCH v5 1/6] clang-format: indent preprocessor directives after hash
  ` [PATCH v5 2/6] clang-format: avoid spacing around bitfield colon
  ` [PATCH v5 3/6] clang-format: formalize some of the spacing rules
  ` [PATCH v5 4/6] ci: run style check on GitHub and GitLab
  ` [PATCH v5 5/6] check-whitespace: detect if no base_commit is provided
  ` [PATCH v5 6/6] ci/style-check: add `RemoveBracesLLVM` in CI job

[PATCH] erofs: support direct IO for ondemand mode
 2024-07-18  8:14 UTC  (5+ messages)

[meta-ti][master/scarthgap][PATCH 0/3] J742S2 support
 2024-07-18  8:12 UTC  (4+ messages)
` [meta-ti][master/scarthgap][PATCH 3/3] meta-ti-bsp: j742s2: add Rogue GPU driver to machine definition

[PATCH V7 1/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-07-18  8:12 UTC  (6+ messages)

[PATCH i-g-t v3 0/5] tests/gem_ctx_exec: Fix failing preempt timeout updates
 2024-07-18  8:10 UTC  (3+ messages)
` ✗ CI.xeFULL: failure for "

[PATCH] ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
 2024-07-18  8:09 UTC 

[PATCH v3 0/2] scsi discard fix
 2024-07-18  8:07 UTC  (3+ messages)
` [PATCH v3 1/2] scsi: sd: Keep the discard mode stable
` [PATCH v3 2/2] scsi: sd: remove some redundant initialization code

[PATCH 0/4] ui: fixes for dbus clipboard hanling
 2024-07-18  8:06 UTC  (2+ messages)

[PATCH v2] of: remove internal arguments from of_property_for_each_u32()
 2024-07-18  6:56 UTC  (3+ messages)

[PATCH i-g-t] tests/intel-ci/xe-sriov-vf.blocklist.txt: Blocklist for SR-IOV VF BAT runs
 2024-07-18  8:03 UTC  (5+ messages)
` ✗ CI.xeFULL: failure for "
` ✗ Fi.CI.IGT: "

[PATCH v3 00/17] Reconstruct loongson ipi driver
 2024-07-18  8:01 UTC  (4+ messages)
` [PATCH v3 04/17] hw/intc/loongson_ipi: Extract loongson_ipi_common_realize()

[PATCH] drm/ast: Fix black screen after resume
 2024-07-18  8:01 UTC  (3+ messages)

[PATCH v2 0/3] Binding and driver for voltage controlled oscillators
 2024-07-18  8:00 UTC  (8+ messages)
` [PATCH v2 3/3] arm64: dts: rockchip: fix the pcie refclock oscillator on Rock 5 ITX

[PATCH v2 0/4] add NETCMIX block control support on i.MX95
 2024-07-18  8:00 UTC  (4+ messages)
` [PATCH v2 3/4] clk: imx95: enable the clock of NETCMIX block control


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.