All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-08 21:28:32 to 2020-07-08 22:20:55 UTC [more...]

[PATCH v2] MAINTAINERS: Cover the firmware JSON schema
 2020-07-08 10:37 UTC  (4+ messages)

[PATCH] cpu: Add starts_halted() method
 2020-07-08 21:39 UTC  (15+ messages)

Failure prints during format or mounting a usb storage device
 2020-07-08 10:29 UTC  (9+ messages)

Migrating custom qemu.org infrastructure to GitLab
 2020-07-08 13:38 UTC  (8+ messages)

[PULL 00/53] Misc patches for QEMU 5.1 soft freeze
 2020-07-08 18:41 UTC  (9+ messages)

[PULL 00/31] Block patches
 2020-07-08 15:45 UTC  (4+ messages)

[PATCH v8 00/14] LUKS: encryption slot management using amend interface
 2020-07-08 13:47 UTC  (5+ messages)
` [PATCH v8 11/14] block/core: add generic infrastructure for x-blockdev-amend qmp command

build error of unused function as MACRO G_DEFINE_AUTOPTR_CLEANUP_FUNC expand
 2020-07-08 19:39 UTC  (4+ messages)

[PATCH 0/2] small fixes for NIOS2
 2020-07-08 22:19 UTC  (3+ messages)
` [PATCH 1/2] nios2: long double is 64-bit
` [PATCH 2/2] nios2: add non-trailing double underscore predefines

incoming
 2020-07-08 22:20 UTC  (5+ messages)
` + vfat-fat-msdos-filesystem-replace-http-links-with-https-ones.patch added to -mm tree
` + kbuild-move-wtype-limits-to-w=2.patch "
` [to-be-updated] mm-zswap-move-to-use-crypto_acomp-api-for-hardware-acceleration.patch removed from "
` + mm-remove-unneeded-includes-of-asm-pgalloch-fix.patch added to "

[Fuego] [PATCH 01/12] add network testcase to spec
 2020-07-08 22:19 UTC  (11+ messages)
` [Fuego] [PATCH 02/12] skip cases missing ftp cmd
` [Fuego] [PATCH 03/12] skip cases missing rsh cmd
` [Fuego] [PATCH 05/12] skip cases missing rcp cmd
` [Fuego] [PATCH 06/12] skip some cases because ONFIG_XFRM_USER is not set
` [Fuego] [PATCH 07/12] skip cases because 'netstat -s' not support

[PATCH v7 00/47] block: Deal with filters
 2020-07-08 20:47 UTC  (6+ messages)

[PATCH v2 0/3] Add Support for GET LBA STATUS 16 command in scsi emulation
 2020-07-08 12:38 UTC  (6+ messages)
` [PATCH v2 3/3] scsi-disk: Add support for the GET LBA STATUS 16 command
    ` 回复: "

[PATCH RFC 0/5] s390x: initial support for virtio-mem
 2020-07-08 18:51 UTC  (3+ messages)
` [PATCH RFC 3/5] s390x: prepare device memory address space
` [PATCH RFC 4/5] s390x: implement virtio-mem-ccw

[PATCH v4 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-08 21:47 UTC  (5+ messages)
` [PATCH v4 05/12] hw/arm: Add NPCM730 and NPCM750 SoC models

[Intel-gfx] [PATCH] drm/i915: Soften the tasklet flush frequency before waits
 2020-07-08 22:17 UTC 

[PATCH] blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-07-08 22:15 UTC  (7+ messages)

remove leftovers of the old ->media_changed method
 2020-07-08 22:16 UTC  (2+ messages)

[PATCH] trivial: Remove trailing whitespaces
 2020-07-08 11:34 UTC  (3+ messages)

[PULL 00/34] target-arm queue
 2020-07-08 14:40 UTC  (4+ messages)
` [PULL 05/34] virtio-iommu: Implement RESV_MEM probe request

[PULL 00/53] Error reporting patches patches for 2020-07-07
 2020-07-07 21:25 UTC  (54+ messages)
` [PULL 01/53] error: Fix examples in error.h's big comment
` [PULL 02/53] error: Improve "
` [PULL 03/53] error: Document Error API usage rules
` [PULL 04/53] qdev: Use returned bool to check for qdev_realize() etc. failure
` [PULL 05/53] macio: Tidy up error handling in macio_newworld_realize()
` [PULL 06/53] virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
` [PULL 07/53] qemu-option: Check return value instead of @err where convenient
` [PULL 08/53] qemu-option: Make uses of find_desc_by_name() more similar
` [PULL 09/53] qemu-option: Factor out helper find_default_by_name()
` [PULL 10/53] qemu-option: Simplify around find_default_by_name()
` [PULL 11/53] qemu-option: Factor out helper opt_create()
` [PULL 12/53] qemu-option: Replace opt_set() by cleaner opt_validate()
` [PULL 13/53] qemu-option: Make functions taking Error ** return bool, not void
` [PULL 14/53] qemu-option: Use returned bool to check for failure
` [PULL 15/53] block: Avoid error accumulation in bdrv_img_create()
` [PULL 16/53] hmp: Eliminate a variable in hmp_migrate_set_parameter()
` [PULL 17/53] qapi: Make visitor functions taking Error ** return bool, not void
` [PULL 18/53] qapi: Use returned bool to check for failure, Coccinelle part
` [PULL 19/53] qapi: Use returned bool to check for failure, manual part
` [PULL 20/53] s390x/pci: Fix harmless mistake in zpci's property fid's setter
` [PULL 21/53] qom: Use error_reportf_err() instead of g_printerr() in examples
` [PULL 22/53] qom: Rename qdev_get_type() to object_get_type()
` [PULL 23/53] qom: Crash more nicely on object_property_get_link() failure
` [PULL 24/53] qom: Don't handle impossible "
` [PULL 25/53] qom: Use return values to check for error where that's simpler
` [PULL 26/53] qom: Put name parameter before value / visitor parameter
` [PULL 27/53] qom: Make functions taking Error ** return bool, not void
` [PULL 28/53] qom: Use returned bool to check for failure, Coccinelle part
` [PULL 29/53] qom: Use returned bool to check for failure, manual part
` [PULL 30/53] qom: Make functions taking Error ** return bool, not 0/-1
` [PULL 31/53] qdev: Make functions taking Error ** return bool, not void
` [PULL 32/53] qdev: Use returned bool to check for failure, Coccinelle part
` [PULL 33/53] error: Avoid unnecessary error_propagate() after error_setg()
` [PULL 34/53] error: Eliminate error_propagate() with Coccinelle, part 1
` [PULL 35/53] error: Eliminate error_propagate() with Coccinelle, part 2
` [PULL 36/53] error: Eliminate error_propagate() manually
` [PULL 37/53] error: Reduce unnecessary error propagation
` [PULL 38/53] block/parallels: Simplify parallels_open() after previous commit
` [PULL 39/53] qapi: Smooth another visitor error checking pattern
` [PULL 40/53] qapi: Smooth visitor error checking in generated code
` [PULL 41/53] qapi: Purge error_propagate() from QAPI core
` [PULL 42/53] error: Avoid error_propagate() after migrate_add_blocker()
` [PULL 43/53] qemu-img: Ignore Error objects where the return value suffices
` [PULL 44/53] qdev: "
` [PULL 45/53] hmp: "
` [PULL 46/53] error: New macro ERRP_GUARD()
` [PULL 47/53] scripts: Coccinelle script to use ERRP_GUARD()
` [PULL 48/53] sd: Use ERRP_GUARD()
` [PULL 49/53] pflash: "
` [PULL 50/53] fw_cfg: "
` [PULL 51/53] virtio-9p: "
` [PULL 52/53] nbd: "
` [PULL 53/53] xen: "

mainline/master bisection: baseline.dmesg.crit on qemu_arm-vexpress-a15
 2020-07-08 22:10 UTC  (2+ messages)

[PATCH v3] mm/hugetlb: avoid hardcoding while checking if cma is enable
 2020-07-08 22:11 UTC  (5+ messages)

[PATCH v2 0/1] Add Script for Dissecting QEMU Execution
 2020-07-08 15:41 UTC  (3+ messages)
` [PATCH v2 1/1] scripts/performance: Add dissect.py script

Qemu core dump when stop guest with virtio-blk(remote storage) and iothread
 2020-07-08  9:34 UTC  (2+ messages)

[PATCH v1 0/1] NFS: Fix -EREMOTEIO error on interrupted slots
 2020-07-08 22:09 UTC  (6+ messages)
` [PATCH v1 1/1] NFS: Fix interrupted slots by sending a solo SEQUENCE operation

[PATCH] arm64: Introduce sysctl to disable pointer authentication
 2020-07-08 22:08 UTC  (4+ messages)

[PATCH net-next v2 2/2] net: sched: Lockless Token Bucket (LTB) qdisc
 2020-07-08 22:08 UTC  (6+ messages)

[PATCH 0/4] arm64: kgdb/kdb: Fix single-step debugging issues
 2020-07-08 22:06 UTC  (10+ messages)

[PATCH 00/12] Introduce B1x5v2 support
 2020-07-08 22:06 UTC  (4+ messages)
  ` [PATCH 08/12] poweroff: Add poweroff-gpio driver

[PATCH V2] blk-mq: streamline handling of q->mq_ops->queue_rq result
 2020-07-08 22:05 UTC  (5+ messages)

[PATCH v2 0/4] arm64: Allow the compat vdso to be disabled at runtime
 2020-07-08 22:02 UTC  (3+ messages)

[PATCH v3] drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_groups()
 2020-07-08 22:02 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix definition of PAGE_HYP_DEVICE
 2020-07-08 22:02 UTC  (4+ messages)

[PATCH] arm64: Documentation: Fix broken table in generated HTML
 2020-07-08 22:02 UTC  (2+ messages)

[PATCH v2 0/2] arm64: Fix the call trace when running kgdb test suite
 2020-07-08 22:02 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Update impl quirks comment
 2020-07-08 22:02 UTC  (3+ messages)

[PATCH v2] drivers/firmware/psci: Assign @err directly in hotplug_tests()
 2020-07-08 22:02 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 1/5] drm/i915/display: Replace drm_i915_private in voltage swing functions by intel_encoder
 2020-07-08 22:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v4,1/5] "

[PATCH v1] virtio-mem-pci: force virtio version 1
 2020-07-08 14:36 UTC 

[ak:lto-5.8-1 34/38] find: 'arch/arm64/kernel/efi-entry.stub.ver.c': No such file or directory
 2020-07-08 22:02 UTC 

[PATCH] arm64: dts: Introduce r8a774a1-beacon-rzg2m-kit
 2020-07-08 22:00 UTC  (4+ messages)

[PATCH 0/3] QEMU cpus.c refactoring part1
 2020-07-08 14:34 UTC  (3+ messages)
` [PATCH 3/3] cpu-timers, icount: new modules

[PATCH net] cxgb4: fix all-mask IP address comparison
 2020-07-08 21:44 UTC 

[PATCH] fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
 2020-07-08 21:57 UTC 

[PATCH 0/3] rockchip: rk3328: Add SPI support
 2020-07-08 21:57 UTC  (4+ messages)
` [PATCH 1/3] drivers: clk: rockchip: clk_rk3328: "
` [PATCH 2/3] drivers: spi: rk_spi: Add support for RK3328
` [PATCH 3/3] ARM: dts: rk3328: Add SPI support

[PATCH] fscrypt: add comments that describe the HKDF info strings
 2020-07-08 21:55 UTC 

[PATCH net-next 1/2] dt-bindings: dp83867: Fix the type of device
 2020-07-08 21:56 UTC  (4+ messages)
` [PATCH net-next 2/2] dt-bindings: dp83869: "

[PATCH bpf-next 0/3] bpf: Populate bpffs with map and prog iterators
 2020-07-08 21:55 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpf: Add BPF program and map iterators as built-in BPF programs

[PATCH 0/3] add the predefines for endianness
 2020-07-08 21:53 UTC  (4+ messages)
` [PATCH 1/3] mips: add predefines __MIPSEL__ or __MIPSEB__ & friends
` [PATCH 2/3] arm64: add predefine for endianness
` [PATCH 3/3] arm: add predefine __ARMEL__ or __ARMEB__

linux-kbuild missing from lore?
 2020-07-08 21:52 UTC  (10+ messages)
                ` [Kernel.org Helpdesk #93182] [linuxfoundation.org #93182] "

[PATCH v3 0/6] Improvements for MAX77620 GPIO driver
 2020-07-08 21:49 UTC  (6+ messages)
` [PATCH v3 3/6] gpio: max77620: Don't set of_node
  ` [PATCH v1 0/5] Improvements for MAX77620 GPIO driver

[PATCH 0/2] kvm: x86/cpu: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-07-08 17:26 UTC  (4+ messages)
` [PATCH 2/2] x86/cpu: Handle GUEST_MAXPHYADDR < HOST_MAXPHYADDR for hosts that don't support it

[dpdk-dev] [PATCH] eal/windows: detect insufficient privileges for hugepages
 2020-07-08 21:48 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v4 00/10] net: eth: altera: tse: Add PTP and mSGDMA prefetcher
 2020-07-08 21:49 UTC  (3+ messages)
` [PATCH v4 09/10] net: eth: altera: add msgdma prefetcher

[PATCH iproute2] nstat: case-insensitive pattern matching
 2020-07-08 21:48 UTC  (3+ messages)

[PATCH 0/3] teach sparse about the '-march' for RISC-V
 2020-07-08 21:48 UTC  (4+ messages)
` [PATCH 1/3] arch: teach sparse about the '-march' option
` [PATCH 2/3] riscv: parse '-march=....'
` [PATCH 3/3] riscv: add the predefines for the extensions

Feedback on Current OpenBMC and Proposing Some Improvements ---- "Improvements" Ideas
 2020-07-08 21:46 UTC  (13+ messages)

[PATCH 8/9] platform/x86: thinkpad_acpi: Register a privacy-screen device
 2020-07-08 21:45 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] EDAC-I7300: Replace HTTP links with HTTPS ones
 2020-07-08 21:46 UTC  (2+ messages)

how does the caching works in bcachefs
 2020-07-08 21:46 UTC 

[PATCH v4] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-07-08 21:45 UTC  (3+ messages)

[PATCH] fixdep: fix CONFIG_IS_ENABLED etc. handling
 2020-07-08 21:45 UTC 

[PATCH v6 0/2] sched/uclamp: new sysctl for default RT boost value
 2020-07-08 21:45 UTC  (9+ messages)
` [PATCH v6 1/2] sched/uclamp: Add a new sysctl to control RT default "

[PATCH 0/2] qom: Make "info qom-tree" show children sorted
 2020-07-08  9:24 UTC  (5+ messages)
` [PATCH 2/2] "
  ` Slow down with: 'Make "info qom-tree" show children sorted'

ucm2: Add config for Rockchip/rk3399-gru-sound
 2020-07-08 21:43 UTC 

general protection fault in dma_buf_release
 2020-07-08 21:43 UTC 

[PATCH v4] nbd: Fix memory leak in nbd_add_socket
 2020-07-08 21:42 UTC  (2+ messages)

[dpdk-dev] [PATCH] add flow shared action API
 2020-07-08 21:39 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/6] add flow shared action API + PMD
  ` [dpdk-dev] [PATCH v2 1/6] ethdev: add flow shared action API
  ` [dpdk-dev] [PATCH v2 2/6] common/mlx5: modify advanced Rx object via DevX
  ` [dpdk-dev] [PATCH v2 3/6] net/mlx5: modify hash Rx queue objects
  ` [dpdk-dev] [PATCH v2 4/6] net/mlx5: shared action PMD
  ` [dpdk-dev] [PATCH v2 5/6] net/mlx5: driver support for shared action
  ` [dpdk-dev] [PATCH v2 6/6] examples/flow_filtering: utilize shared RSS action

[PATCH net-next v4 0/9] bnxt_en: Driver update for net-next
 2020-07-08 21:39 UTC  (2+ messages)

[PATCH v4 00/13] Finish converting git bisect to C part 2
 2020-07-08 21:38 UTC  (3+ messages)
` [PATCH v4 10/13] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C

[PATCH 0/3 v4] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests
 2020-07-08 21:36 UTC  (4+ messages)
` [PATCH 2/3 v4] KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set "

[PATCH] oeqa/selftest/sstatetests: Avoid polluting DL_DIR
 2020-07-08 21:38 UTC 

[PATCH] kunit: capture stderr on all make subprocess calls
 2020-07-08 21:35 UTC 

Dell XPS 13 9360: PM: Device 0000:39:00.0 failed to resume async: error -19
 2020-07-08 21:36 UTC  (3+ messages)

ucm2: Add config for Rockchip/rk3399-gru-sound
 2020-07-08 21:34 UTC 

[PATCH 1/1] usbserial: cp210x - icount support for parity error checking
 2020-07-08 21:34 UTC  (11+ messages)
          ` [PATCH v3] "
              ` [PATCH v4] "
                  ` [PATCH v5] "

kernel/bpf/syscall.c:1384:13: sparse: sparse: incorrect type in initializer (different address spaces)
 2020-07-08 21:33 UTC  (2+ messages)

[PATCH] io_uring: export cq overflow status to userspace
 2020-07-08 21:33 UTC  (8+ messages)

[OE-core][zeus][PATCH 01/19] python3: Upgrade 3.7.7 -> 3.7.8
 2020-07-08 21:32 UTC  (2+ messages)
` ✗ patchtest: failure for "[zeus] python3: Upgrade 3.7.7 ..." and 18 more

[PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze
 2020-07-08 17:25 UTC  (2+ messages)
` [PULL v2 44/52] accel/kvm: Simplify kvm_check_extension()

[PATCH 0/8] Introduce UCLASS_SOC
 2020-07-08 21:28 UTC  (4+ messages)
` [PATCH 1/8] dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching


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.