All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-02 14:11:35 to 2021-03-02 15:07:43 UTC [more...]

[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 02/33] i2c: rcar: optimize cacheline "
` [PATCH AUTOSEL 5.4 08/33] powerpc/pci: Add ppc_md.discover_phbs()
` [PATCH AUTOSEL 5.4 14/33] powerpc/64: Fix stack trace not displaying final frame
` [PATCH AUTOSEL 5.4 15/33] iommu/amd: Fix performance counter initialization

[PATCH AUTOSEL 5.10 01/47] i2c: rcar: faster irq code to minimize HW race condition
 2021-03-02 11:56 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 04/47] scsi: ufs: WB is only available on LUN #0 to #7
` [PATCH AUTOSEL 5.10 05/47] scsi: ufs: Introduce a quirk to allow only page-aligned sg entries
` [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

post-receive: pub/scm/linux/kernel/git/tip/tip
 2021-03-02 15:07 UTC 

[PATCH v19 00/13] Carry forward IMA measurement log on kexec on ARM64
 2021-03-02 15:06 UTC  (2+ messages)

[linux-linus test] 159798: regressions - FAIL
 2021-03-02 15:05 UTC 

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

[PATCH v2 00/37] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-02 15:04 UTC  (4+ messages)
` [PATCH v2 28/37] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling

[PATCH v3 00/27] cpu: Introduce SysemuCPUOps structure, remove watchpoints from usermode
 2021-03-02 14:58 UTC  (27+ 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()

[Intel-gfx] [CI] drm/i915: Wedge the GPU if command parser setup fails
 2021-03-02 15:04 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Wedge the GPU if command parser setup fails (rev3)

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

[PATCH] queue: Fix an l_queue_insert corner case
 2021-03-02 15:03 UTC  (2+ messages)

[PATCH RFC for-4.15] x86/msr: introduce an option for legacy MSR behavior selection
 2021-03-02 15:00 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/mdf/linux-fpga
 2021-03-02 15:01 UTC 

[PATCH v3 00/32] KVM: arm64: A stage 2 for the host
 2021-03-02 15:00 UTC  (33+ 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 23/32] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2
` [PATCH v3 25/32] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v3 26/32] KVM: arm64: Introduce PROT_NONE mappings for stage 2
` [PATCH v3 27/32] KVM: arm64: Refactor stage2_map_set_prot_attr()
` [PATCH v3 28/32] KVM: arm64: Add kvm_pgtable_stage2_idmap_greedy()
` [PATCH v3 29/32] KVM: arm64: Wrap the host with a stage 2
` [PATCH v3 30/32] KVM: arm64: Page-align the .hyp sections
` [PATCH v3 31/32] KVM: arm64: Disable PMU support in protected mode
` [PATCH v3 32/32] KVM: arm64: Protect the .hyp sections from the host

post-receive: pub/scm/linux/kernel/git/mdf/linux-fpga
 2021-03-02 15:01 UTC 

[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] 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)

[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)
` [PATCH resend 2/2] "
    ` [Intel-gfx] "

[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)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-03-02 14:50 UTC 

[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  (3+ 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 

[RFC 00/13] Generic way of dealing with broken 64-bit buses
 2021-03-02 12:42 UTC  (4+ messages)
` [RFC 09/13] iommu/arm-smmu: Make use of dev_64bit_mmio_supported()

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2021-03-02 14:39 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2021-03-02 14:39 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2021-03-02 14:39 UTC 

[PATCH 1/2] staging: rtl8192e: Pass array value to memcpy instead of struct pointer
 2021-03-02 14:38 UTC  (7+ messages)
` [PATCH 2/2] staging: rtl8192e: Change state information from u16 to u8

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

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

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:36 UTC 

[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 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:33 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:33 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

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:32 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:31 UTC 

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

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:30 UTC 

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)

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:29 UTC 

[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  (4+ messages)
` [PATCH 1/2] elf_ops: correct loading of 32 bit PVH kernel

[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

post-receive: pub/scm/linux/kernel/git/brauner/xfstests-dev
 2021-03-02 14:28 UTC 

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

post-receive: pub/scm/linux/kernel/git/brauner/xfstests-dev
 2021-03-02 14:24 UTC 

[PATCH v3 0/8] Add support for SVM atomics in Nouveau
 2021-03-02 12:41 UTC  (5+ messages)
` [Nouveau] [PATCH v3 5/8] mm: Device exclusive memory access
      `  "

[PATCH AUTOSEL 5.11 01/52] i2c: rcar: faster irq code to minimize HW race condition
 2021-03-02 11:55 UTC  (11+ messages)
` [PATCH AUTOSEL 5.11 40/52] kbuild: clamp SUBLEVEL to 255
` [PATCH AUTOSEL 5.11 41/52] PCI: Fix pci_register_io_range() memory leak
` [PATCH AUTOSEL 5.11 42/52] i40e: Fix memory leak in i40e_probe
` [PATCH AUTOSEL 5.11 43/52] PCI/ERR: Retain status from error notification
` [PATCH AUTOSEL 5.11 46/52] s390/smp: __smp_rescan_cpus() - move cpumask away from stack
` [PATCH AUTOSEL 5.11 47/52] drivers/base/memory: don't store phys_device in memory blocks
` [PATCH AUTOSEL 5.11 48/52] sysctl.c: fix underflow value setting risk in vm_table
` [PATCH AUTOSEL 5.11 49/52] scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling
` [PATCH AUTOSEL 5.11 51/52] scsi: target: core: Add cmd length set before cmd complete
` [PATCH AUTOSEL 5.11 52/52] scsi: target: core: Prevent underflow for service actions

post-receive: pub/scm/linux/kernel/git/brauner/xfstests-dev
 2021-03-02 14:23 UTC 

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

[PATCH v3 1/2] pwm: sunxi: Add Allwinner SoC PWM controller driver
 2021-03-02 12:37 UTC 

[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 

post-receive: pub/scm/linux/kernel/git/brauner/xfstests-dev
 2021-03-02 14:23 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:23 UTC 

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

[PATCH] mmc: tmio: remove workaround for NON_REMOVABLE
 2021-03-02 10:38 UTC  (2+ messages)

[PATCH 0/2] mmc: tmio/sdhi: add support for custom MASK_ALL
 2021-03-02 10:39 UTC  (3+ messages)
` [PATCH 1/2] mmc: tmio: support custom irq masks

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

post-receive: pub/scm/linux/kernel/git/brauner/xfstests-dev
 2021-03-02 14:22 UTC 

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 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-03-02 14:21 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 

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

post-receive: pub/scm/linux/kernel/git/brauner/xfstests-dev
 2021-03-02 14:21 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2021-03-02 14:20 UTC 

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

post-receive: pub/scm/virt/kvm/mst/qemu
 2021-03-02 14:20 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2021-03-02 14:19 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2021-03-02 14:19 UTC 

[PATCH] staging: rtl8192u avoid flex array of flex array
 2021-03-02 14:18 UTC  (2+ 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  (4+ messages)
` [RFC PATCH 01/10] vdpa: add get_config_size callback in vdpa_config_ops

[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

post-receive: pub/scm/utils/cryptsetup/cryptsetup
 2021-03-02 14:13 UTC 

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

[PATCH next v3 00/15] printk: remove logbuf_lock
 2021-03-02 12:15 UTC  (3+ messages)
` [PATCH next v3 13/15] "

[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)


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.