All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-02 13:49:14 to 2021-03-02 15:01:06 UTC [more...]

[PATCH] phy: ralink: phy-mt7621-pci: fix XTAL bitmask
 2021-03-02 12:28 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 01/33] i2c: rcar: faster irq code to minimize HW race condition
 2021-03-02 11:57 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 08/33] powerpc/pci: Add ppc_md.discover_phbs()
` [PATCH AUTOSEL 5.4 15/33] iommu/amd: Fix performance counter initialization
` [PATCH AUTOSEL 5.4 22/33] misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom
` [PATCH AUTOSEL 5.4 31/33] nbd: handle device refs for DESTROY_ON_DISCONNECT properly

[PATCH AUTOSEL 5.10 01/47] i2c: rcar: faster irq code to minimize HW race condition
 2021-03-02 11:56 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 06/47] udf: fix silent AED tagLocation corruption
` [PATCH AUTOSEL 5.10 07/47] iommu/vt-d: Clear PRQ overflow only when PRQ is empty

[PATCH AUTOSEL 4.19 01/21] i2c: rcar: optimize cacheline to minimize HW race condition
 2021-03-02 11:58 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 02/21] udf: fix silent AED tagLocation corruption
` [PATCH AUTOSEL 4.19 07/21] powerpc: improve handling of unrecoverable system reset
` [PATCH AUTOSEL 4.19 08/21] powerpc/perf: Record counter overflow always if SAMPLE_IP is unset
` [PATCH AUTOSEL 4.19 09/21] sparc32: Limit memblock allocation to low memory
` [PATCH AUTOSEL 4.19 11/21] x86, build: use objtool mcount
` [PATCH AUTOSEL 4.19 15/21] drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register

[PATCH AUTOSEL 5.11 01/52] i2c: rcar: faster irq code to minimize HW race condition
 2021-03-02 11:55 UTC  (6+ messages)
` [PATCH AUTOSEL 5.11 42/52] i40e: Fix memory leak in i40e_probe
` [PATCH AUTOSEL 5.11 44/52] kasan: fix memory corruption in kasan_bitops_tags test
` [PATCH AUTOSEL 5.11 45/52] riscv: Get rid of MAX_EARLY_MAPPING_SIZE
` [PATCH AUTOSEL 5.11 48/52] sysctl.c: fix underflow value setting risk in vm_table
` [PATCH AUTOSEL 5.11 50/52] nbd: handle device refs for DESTROY_ON_DISCONNECT properly

[PATCH v8 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
 2021-03-02 14:36 UTC  (3+ messages)
` [PATCH v8 5/6] "

[PATCH next v3 00/15] printk: remove logbuf_lock
 2021-03-02 13:55 UTC  (7+ messages)
` [PATCH next v3 12/15] printk: introduce a kmsg_dump iterator
` [PATCH next v3 13/15] printk: remove logbuf_lock

[PATCH v3 00/32] KVM: arm64: A stage 2 for the host
 2021-03-02 14:59 UTC  (24+ messages)
` [PATCH v3 01/32] arm64: lib: Annotate {clear, copy}_page() as position-independent
` [PATCH v3 02/32] KVM: arm64: Link position-independent string routines into .hyp.text
` [PATCH v3 03/32] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [PATCH v3 04/32] KVM: arm64: Initialize kvm_nvhe_init_params early
` [PATCH v3 05/32] KVM: arm64: Avoid free_page() in page-table allocator
` [PATCH v3 06/32] KVM: arm64: Factor memory allocation out of pgtable.c
` [PATCH v3 07/32] KVM: arm64: Introduce a BSS section for use at Hyp
` [PATCH v3 08/32] KVM: arm64: Make kvm_call_hyp() a function call "
` [PATCH v3 09/32] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [PATCH v3 10/32] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v3 11/32] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [PATCH v3 12/32] KVM: arm64: Introduce a Hyp buddy page allocator
` [PATCH v3 13/32] KVM: arm64: Enable access to sanitized CPU features at EL2
` [PATCH v3 14/32] KVM: arm64: Factor out vector address calculation
` [PATCH v3 15/32] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v3 16/32] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v3 17/32] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [PATCH v3 18/32] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [PATCH v3 19/32] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [PATCH v3 20/32] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v3 21/32] KVM: arm64: Refactor __load_guest_stage2()
` [PATCH v3 22/32] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2

[PATCH v3 00/27] cpu: Introduce SysemuCPUOps structure, remove watchpoints from usermode
 2021-03-02 14:58 UTC  (23+ messages)
` [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
` [PATCH v3 02/27] cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
` [PATCH v3 03/27] cpu: Introduce cpu_virtio_is_big_endian()
` [PATCH v3 04/27] cpu: Directly use cpu_write_elf*() fallback handlers in place
` [PATCH v3 05/27] cpu: Directly use get_paging_enabled() "
` [PATCH v3 06/27] cpu: Directly use get_memory_mapping() "
` [PATCH v3 07/27] cpu: Introduce SysemuCPUOps structure
` [PATCH v3 08/27] cpu: Move CPUClass::vmsd to SysemuCPUOps
` [PATCH v3 09/27] cpu: Move CPUClass::virtio_is_big_endian "
` [PATCH v3 10/27] cpu: Move CPUClass::get_crash_info "
` [PATCH v3 11/27] cpu: Move CPUClass::write_elf* "
` [PATCH v3 12/27] cpu: Move CPUClass::asidx_from_attrs "
` [PATCH v3 13/27] cpu: Move CPUClass::get_phys_page_debug "
` [PATCH v3 14/27] cpu: Move CPUClass::get_memory_mapping "
` [PATCH v3 15/27] cpu: Move CPUClass::get_paging_enabled "
` [PATCH v3 16/27] cpu: Restrict "hw/core/sysemu-cpu-ops.h" to target/cpu.c
` [PATCH v3 17/27] linux-user: Remove dead code
` [PATCH v3 18/27] gdbstub: Remove watchpoint dead code in gdbserver_fork()

[PATCH 0/2] Fix CMDLINE_EXTEND handling for FDT "bootargs"
 2021-03-02 14:56 UTC  (6+ messages)

[Intel-gfx] [PATCH v3 0/9] drm/i915/edp: enable eDP Multi-SST Operation (MSO)
 2021-03-02 14:57 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 6/9] drm/i915/mso: add splitter state readout for platforms that support it

[PATCH 0/2] Acceptance Tests: restore the use of target related information
 2021-03-02 14:56 UTC  (3+ messages)
` [PATCH 1/2] Acceptance Tests: restore downloading of VM images

[Accel-config] Re: [PATCH 1/1] accel-config: Remove duplicate movdir64b and enqcmd instructions
 2021-03-02 14:53 UTC 

[PATCH 0/7] ALSA/ASoC/SOF/SoundWire: fix Kconfig issues
 2021-03-02 14:52 UTC  (7+ messages)
` [PATCH 6/7] ALSA: hda: move Intel SoundWire ACPI scan to dedicated module

[PATCH] KVM: x86: do not fail if software breakpoint has already been removed
 2021-03-02 14:52 UTC  (3+ messages)

[Cocci] A few build failures with OCaml 4.12.0
 2021-03-02 14:52 UTC  (2+ messages)

[PATCH] ARM: imx: imx8mn-ddr4-evk: Add ethernet support
 2021-03-02 14:52 UTC  (9+ messages)

[Intel-gfx] [PATCH resend 0/2] drm/i915/display: Make vlv_find_free_pps() skip pipes which are in use for non DP purposes
 2021-03-02 14:51 UTC  (4+ messages)
` [Intel-gfx] [PATCH resend 2/2] "
  `  "

[GIT PULL -perfbook] Bibliography and misc updates, take two
 2021-03-02 14:50 UTC 

[PATCH] sparc64: Fix opcode filtering in handling of no fault loads
 2021-03-02 14:50 UTC  (4+ messages)

[meta-oe][PATCH] lvm2/libdevmapper: 2.03.06 -> 2.03.11
 2021-03-02 14:49 UTC 

[PATCH v4 00/14] qemu: arm64: Add support for uefi capsule update on qemu arm platform
 2021-03-02 14:48 UTC  (4+ messages)
` [PATCH v4 14/14] qemu: arm64: Add documentation for capsule update

[PATCH 0/2] semihosting: Move it out of hw/
 2021-03-02 14:46 UTC  (4+ messages)

[PATCH] ALSA: hda: ignore invalid NHLT table
 2021-03-02 14:41 UTC 

[scan-admin@coverity.com: New Defects reported by Coverity Scan for Das U-Boot]
 2021-03-02 14:42 UTC 

[PATCH] perf buildid-cache: Add test for PE executable
 2021-03-02 12:41 UTC  (5+ messages)

[PATCH] drm: panel-simple: fix missing DRM_MODE_CONNECTOR_DPI for Ortustech com37h3m
 2021-03-02 12:42 UTC 

[PATCH] This patch fixes the check-patch errors
 2021-03-02 12:42 UTC 

[PATCH net] hv_netvsc: Fix validation in netvsc_linkstatus_callback()
 2021-03-01 23:54 UTC  (2+ messages)

Does perf working for Xenomai?
 2021-03-02 14:37 UTC  (2+ messages)

[PATCH v3] qemu-storage-daemon: add --pidfile option
 2021-03-02 14:34 UTC  (2+ messages)

drivers/accessibility/speakup/serialio.c:54 spk_serial_init() warn: always true condition '(index >= (0 / 20 + (0))) => (s32min-s32max >= 0)'
 2021-03-02 14:35 UTC 

[dpdk-dev] [RFC 0/1] lib/librte_ethdev: Meter algorithms support packet per second
 2021-03-02 14:33 UTC  (8+ messages)
` [dpdk-dev] [RFC v4 0/4] adds support PPS(packet per second) on meter
  ` [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

Nested Wireguard tunnels not working on Android and Windows
 2021-03-02 14:31 UTC  (7+ messages)

Error in yocto compilation for SAMA5D3
 2021-03-02 14:30 UTC  (2+ messages)
` [poky] "

[dpdk-dev] [PATCH] net/bnxt: fix Rx descriptor status
 2021-03-02 14:29 UTC 

[LTP] [PATCH] open_posix_testsuite/generate-makefiles.sh: Fix determinism issue
 2021-03-02 14:29 UTC  (2+ messages)

[PATCH] ASoC: sgtl5000: Fix identation of .driver elements
 2021-03-02 14:28 UTC 

[PATCH] arm-autonomy/xenguest: Fix issues raised by shellcheck
 2021-03-02 14:28 UTC  (2+ messages)
` [meta-arm] "

[PATCH 0/2] improve loading of 32 bit PVH kernels
 2021-03-02 14:26 UTC  (6+ messages)
` [PATCH 1/2] elf_ops: correct loading of 32 bit PVH kernel
` [PATCH 2/2] x86/pvh: extract only 4 bytes of start address for 32 bit kernels

[gatesgarth][PATCH v2] bind: fix CVE-2020-8625
 2021-03-02 14:28 UTC 

[PATCH 1/3] arm-bsp/fvp-base*: move to u-boot 2021.01
 2021-03-02 14:28 UTC  (2+ messages)
` [meta-arm] "

[PULL 0/4] pc,virtio,pci: bug fixes
 2021-03-02 14:21 UTC  (5+ messages)
` [PULL 1/4] i386/acpi: restore device paths for pre-5.1 vms
` [PULL 2/4] virtio-net: handle zero mac for a vdpa peer
` [PULL 3/4] hw/pci: Have safer pcie_bus_realize() by checking error path
` [PULL 4/4] vhost: simplify vhost_dev_init() fail_busyloop label

linux uml segfault
 2021-03-02 14:23 UTC  (9+ messages)

[Intel-wired-lan] [PATCH net-next v3 0/8] ethtool: Add support for frame preemption
 2021-03-02 14:23 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net-next v3 1/8] ethtool: Add support for configuring "

[PATCH 4.9 000/135] 4.9.259-rc2 review
 2021-03-02 12:26 UTC 

[PATCH 4.19 000/247] 4.19.178-rc3 review
 2021-03-02 12:27 UTC 

[PATCH 5.4 000/339] 5.4.102-rc3 review
 2021-03-02 12:27 UTC 

[PATCH 4.14 000/176] 4.14.223-rc3 review
 2021-03-02 12:26 UTC 

[PATCH v4 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2021-03-02 14:22 UTC  (5+ messages)
` [PATCH v4 07/14] drm/bridge: imx: Add i.MX8qm/qxp display pixel link support
` [PATCH v4 10/14] drm/bridge: imx: Add LDB driver helper support

[Virtio-fs] [RFC PATCH] fuse: Clear SGID bit when setting mode in setacl
 2021-03-02 14:22 UTC  (3+ messages)

renesas/master baseline: 260 runs, 8 regressions (v5.12-rc1-379-gc28144dc9685d)
 2021-03-02  3:51 UTC 

renesas/next baseline: 289 runs, 11 regressions (v5.12-rc1-12-g3158164f1526)
 2021-03-02  3:15 UTC 

renesas/master usb: 2 runs, 1 regressions (v5.12-rc1-379-gc28144dc9685d)
 2021-03-02  1:21 UTC 

renesas/next igt-kms-rockchip: 2 runs, 3 regressions (v5.12-rc1-12-g3158164f1526)
 2021-03-02  0:45 UTC 

[LTP] [PATCH] mk/lib.mk: Sort wildcard expansion for determinism
 2021-03-02 14:21 UTC  (2+ messages)

[renesas-devel:renesas-arm-dt-for-v5.13] BUILD SUCCESS 292e0f7520a565fe958e0256e0cd09ae1d9a2fcb
 2021-03-01 23:47 UTC 

[renesas-devel:master] BUILD SUCCESS c28144dc9685de3293c3672e85b2f8f89b7615f4
 2021-03-01 23:47 UTC 

[renesas-devel:next] BUILD SUCCESS 3158164f15266c9acdb4d53ec2df89b4723dcde7
 2021-03-01 23:47 UTC 

[renesas-devel:renesas-drivers-for-v5.13] BUILD SUCCESS fb13bbd6c90ee4fb983c0e9a341bd2832a3857cf
 2021-03-01 23:47 UTC 

[dpdk-dev] [PATCH] test: move debug_autotest out of fast suite
 2021-03-02 14:19 UTC  (4+ messages)

[PATCH v2] ASoC: codec: Omit superfluous error message in jz4760_codec_probe()
 2021-03-02 14:16 UTC  (2+ messages)

[RFC PATCH 00/10] vdpa: get/set_config() rework
 2021-03-02 14:15 UTC  (7+ messages)
` [RFC PATCH 01/10] vdpa: add get_config_size callback in vdpa_config_ops
` [RFC PATCH 10/10] vhost/vdpa: return configuration bytes read and written to user space

[PATCH] ALSA: hda: ignore invalid NHLT table
 2021-03-02 14:10 UTC 

[Buildroot] [PATCH 1/1] package/dovecot-pigeonhole: add CPE variables
 2021-03-02 14:15 UTC 

[PATCH v2 0/2] send QAPI_EVENT_MEM_UNPLUG_ERROR for ppc64 unplugs
 2021-03-02 14:10 UTC  (3+ messages)
` [PATCH v2 1/2] spapr.c: remove duplicated assert in spapr_memory_unplug_request()
` [PATCH v2 2/2] spapr.c: send QAPI event when memory hotunplug fails

[PATCH] silabs: add new firmware for WF200
 2021-03-02 14:13 UTC 

[PATCH] drm/radeon: Use kvmalloc for CS chunks
 2021-03-02 14:13 UTC  (2+ messages)

[PATCH] file-posix: allow -EBUSY errors during write zeros on block
 2021-03-02 14:10 UTC  (2+ messages)

[PATCH] lsilogic: Use PCIDevice::exit instead of DeviceState::unrealize
 2021-03-02 14:09 UTC  (2+ messages)

[PATCH 1/1] Revert "iommu/iova: Retry from last rb tree node if iova search fails"
 2021-03-02 12:30 UTC  (7+ messages)

[PATCH] perf stat: improve readability of shadow stats
 2021-03-02 12:25 UTC  (4+ messages)

[PATCH] Perf: Clean generated directory
 2021-03-02 12:23 UTC  (2+ messages)

[dpdk-dev] [RFC 1/7] ethdev: support sub function representor
 2021-03-02 14:10 UTC  (3+ messages)
` [dpdk-dev] [PATCH v7 8/9] ethdev: representor iterator compare complete info

[Buildroot] [PATCH 1/1] package/giflib: set GIFLIB_CPE_ID_VALID
 2021-03-02 14:09 UTC 

[PATCH][next] drm/amd/display: fix the return of the uninitialized value in ret
 2021-03-02 14:05 UTC  (2+ messages)

flash.bin from imx8mq_evk_defconfig does not start
 2021-03-02 14:08 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Clevo NH55RZQ
 2021-03-02 14:06 UTC  (2+ messages)

[PATCH v2] ltp: Fixing determinism issues
 2021-03-02 14:06 UTC 

[Buildroot] [PATCH 1/1] package/nmap: add NMAP_CPE_ID_VENDOR
 2021-03-02 14:04 UTC 

[dm-crypt] Spontaneous Unmounting - LUKS Device Busy
 2021-03-02 14:03 UTC  (2+ messages)

[LTP] Determinism issue for swapon/swapoff tests
 2021-03-02 14:02 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ruby: add RUBY_CPE_ID_VENDOR
 2021-03-02 14:01 UTC 

[dpdk-dev] [PATCH 00/13] Features and bugfixes for hns3
 2021-03-02 13:58 UTC  (16+ messages)
` [dpdk-dev] [PATCH V2 00/14] "
  ` [dpdk-dev] [PATCH V2 01/14] net/hns3: support module EEPROM dump
  ` [dpdk-dev] [PATCH V2 02/14] net/hns3: add more registers to dump
  ` [dpdk-dev] [PATCH V2 03/14] net/hns3: implement cleanup for Tx done
  ` [dpdk-dev] [PATCH V2 04/14] net/hns3: add Rx and Tx bytes stats
  ` [dpdk-dev] [PATCH V2 05/14] net/hns3: add imissed packet stats
  ` [dpdk-dev] [PATCH V2 06/14] net/hns3: encapsulate a port shaping interface
  ` [dpdk-dev] [PATCH V2 07/14] net/hns3: fix device capabilities for copper media type
  ` [dpdk-dev] [PATCH V2 08/14] net/hns3: support PF device with copper phys
  ` [dpdk-dev] [PATCH V2 09/14] net/hns3: support RXD advanced layout
  ` [dpdk-dev] [PATCH V2 10/14] net/hns3: fix maximum frame size update after buffer alloc
  ` [dpdk-dev] [PATCH V2 11/14] net/hns3: remove unused parameter from func declaration
  ` [dpdk-dev] [PATCH V2 12/14] net/hns3: fix memory leakage for mbuf
  ` [dpdk-dev] [PATCH V2 13/14] net/hns3: add process for MAC interrupt
  ` [dpdk-dev] [PATCH V2 14/14] net/hns3: fix imprecise statistics

[PATCH AUTOSEL 4.14 01/13] udf: fix silent AED tagLocation corruption
 2021-03-02 11:58 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 04/13] powerpc: improve handling of unrecoverable system reset

[PATCH 1/2] ltp: Fixing determinism issues
 2021-03-02 13:59 UTC  (2+ messages)
` [PATCH 2/2] python3-cython: Remove build paths from debug sources

[PATCH v2] qemu-storage-daemon: add --pidfile option
 2021-03-02 13:57 UTC  (2+ messages)

[LTP] [PATCH 1/2] fsstress: Indicate sg_handler's argument is unused
 2021-03-02 13:59 UTC  (3+ messages)
` [LTP] [PATCH 2/2] fsstress: Indicate one of sync_f's arguments "

[Buildroot] [PATCH 1/1] package/gd: add CPE variables
 2021-03-02 13:59 UTC 

[Xenomai] bad syscall <0x197>
 2021-03-02 13:58 UTC  (8+ messages)

[PATCH 0/8] drm/vc4: hdmi: Support the 4k @ 60Hz modes
 2021-03-02 13:57 UTC  (4+ messages)
` [PATCH 8/8] drm/vc4: plane: Remove redundant assignment

[PATCH v3 0/5] Increase amount of data for monitor to read
 2021-03-02 13:53 UTC  (3+ messages)
` [PATCH v3 2/5] monitor: drain requests queue with 'channel closed' event

[igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
 2021-03-02 13:54 UTC  (7+ messages)

hppa64-linux-ld: kernel/rcu/refscale.o(.init.text+0x228): cannot reach schedule_timeout_uninterruptible
 2021-03-02 13:52 UTC  (2+ messages)

[Intel-gfx] Public i915 CI shardruns are disabled
 2021-03-02 13:50 UTC  (2+ messages)

[PATCH 0/2] A64/R40 DRAM controller dual-rank-related changes
 2021-03-02 13:50 UTC  (4+ messages)
` [PATCH 2/2] sunxi: enable dual rank memory on R40

[Buildroot] [PATCH 1/1] package/libfribidi: add CPE variables
 2021-03-02 13:50 UTC 

[LTP] [PATCH 0/7] zram cleanup, tst_set_timeout(timeout)
 2021-03-02 13:50 UTC  (6+ messages)
` [LTP] [PATCH 5/7] tst_test.sh: Introduce tst_set_timeout(timeout)

[PATCH v2 00/37] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-02 13:48 UTC  (3+ messages)
` [PATCH v2 24/37] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9


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.