All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-17 17:34:02 to 2020-02-17 18:17:58 UTC [more...]

[PATCH v5 00/79] refactor main RAM allocation to use hostmem backend
 2020-02-17 17:34 UTC  (80+ messages)
` [PATCH v5 01/79] numa: remove deprecated -mem-path fallback to anonymous RAM
` [PATCH v5 02/79] machine: introduce memory-backend property
` [PATCH v5 03/79] machine: alias -mem-path and -mem-prealloc into memory-foo backend
` [PATCH v5 04/79] machine: introduce convenience MachineState::ram
` [PATCH v5 05/79] initialize MachineState::ram in NUMA case
` [PATCH v5 06/79] vl.c: move -m parsing after memory backends has been processed
` [PATCH v5 07/79] vl.c: ensure that ram_size matches size of machine.memory-backend
` [PATCH v5 08/79] alpha/dp264: use memdev for RAM
` [PATCH v5 09/79] arm/aspeed: actually check RAM size
` [PATCH v5 10/79] arm/aspeed: use memdev for RAM
` [PATCH v5 11/79] arm/collie: "
` [PATCH v5 12/79] arm/cubieboard: "
` [PATCH v5 13/79] arm/digic_boards: "
` [PATCH v5 14/79] arm/highbank: "
` [PATCH v5 15/79] arm/imx25_pdk: drop RAM size fixup
` [PATCH v5 16/79] arm/imx25_pdk: use memdev for RAM
` [PATCH v5 17/79] arm/integratorcp: "
` [PATCH v5 18/79] arm/kzm: drop RAM size fixup
` [PATCH v5 19/79] arm/kzm: use memdev for RAM
` [PATCH v5 20/79] arm/mcimx6ul-evk: "
` [PATCH v5 21/79] arm/mcimx7d-sabre: "
` [PATCH v5 22/79] arm/mps2-tz: "
` [PATCH v5 23/79] arm/mps2: "
` [PATCH v5 24/79] arm/musicpal: "
` [PATCH v5 25/79] arm/nseries: "
` [PATCH v5 26/79] arm/omap_sx1: "
` [PATCH v5 27/79] arm/palm: "
` [PATCH v5 28/79] arm/sabrelite: "
` [PATCH v5 29/79] arm/raspi: "
` [PATCH v5 30/79] arm/sbsa-ref: "
` [PATCH v5 31/79] arm/versatilepb: "
` [PATCH v5 32/79] arm/vexpress: "
` [PATCH v5 33/79] arm/virt: "
` [PATCH v5 34/79] arm/xilinx_zynq: drop RAM size fixup
` [PATCH v5 35/79] arm/xilinx_zynq: use memdev for RAM
` [PATCH v5 36/79] arm/xlnx-versal-virt: "
` [PATCH v5 37/79] arm/xlnx-zcu102: "
` [PATCH v5 38/79] s390x/s390-virtio-ccw: "
` [PATCH v5 39/79] null-machine: "
` [PATCH v5 40/79] cris/axis_dev88: "
` [PATCH v5 41/79] hppa: "
` [PATCH v5 42/79] x86/microvm: "
` [PATCH v5 43/79] x86/pc: "
` [PATCH v5 44/79] lm32/lm32_boards: "
` [PATCH v5 45/79] lm32/milkymist: "
` [PATCH v5 46/79] m68k/an5206: "
` [PATCH v5 47/79] m68k/q800: "
` [PATCH v5 48/79] m68k/mcf5208: "
` [PATCH v5 49/79] m68k/next-cube: "
` [PATCH v5 50/79] mips/boston: "
` [PATCH v5 51/79] mips/mips_fulong2e: drop RAM size fixup
` [PATCH v5 52/79] mips/mips_fulong2e: use memdev for RAM
` [PATCH v5 53/79] mips/mips_jazz: "
` [PATCH v5 54/79] mips/mips_jazz: add max ram size check
` [PATCH v5 55/79] mips/mips_malta: use memdev for RAM
` [PATCH v5 56/79] mips/mips_mipssim: "
` [PATCH v5 57/79] mips/mips_r4k: "
` [PATCH v5 58/79] ppc/e500: drop RAM size fixup
` [PATCH v5 59/79] ppc/e500: use memdev for RAM
` [PATCH v5 60/79] ppc/mac_newworld: "
` [PATCH v5 61/79] ppc/mac_oldworld: "
` [PATCH v5 62/79] ppc/pnv: "
` [PATCH v5 63/79] ppc/ppc405_boards: add RAM size checks
` [PATCH v5 64/79] ppc/ppc405_boards: use memdev for RAM
` [PATCH v5 65/79] ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
` [PATCH v5 66/79] ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
` [PATCH v5 67/79] ppc/spapr: "
` [PATCH v5 68/79] ppc/virtex_ml507: "
` [PATCH v5 69/79] sparc/leon3: "
` [PATCH v5 70/79] sparc/sun4m: "
` [PATCH v5 71/79] sparc/niagara: "
` [PATCH v5 72/79] remove no longer used memory_region_allocate_system_memory()
` [PATCH v5 73/79] exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()
` [PATCH v5 74/79] exec: drop bogus mem_path from qemu_ram_alloc_from_fd()
` [PATCH v5 75/79] make mem_path local variable
` [PATCH v5 76/79] hostmem: introduce "prealloc-threads" property
` [PATCH v5 77/79] hostmem: fix strict bind policy
` [PATCH v5 78/79] tests/numa-test: make top level args dynamic and g_autofree(cli) cleanups
` [PATCH v5 79/79] tests:numa-test: use explicit memdev to specify node RAM

[PATCH v4 0/7] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-17 18:16 UTC  (16+ messages)
` [PATCH v4 1/7] pmem: Add functions for reading/writing page to/from pmem
` [PATCH v4 2/7] pmem: Enable pmem_do_write() to deal with arbitrary ranges
` [PATCH v4 3/7] dax, pmem: Add a dax operation zero_page_range
` [PATCH v4 4/7] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver
` [PATCH v4 5/7] dm,dax: Add dax zero_page_range operation
` [PATCH v4 6/7] dax,iomap: Start using dax native zero_page_range()
` [PATCH v4 7/7] dax,iomap: Add helper dax_iomap_zero() to zero a range

[Bug 1855072] [NEW] ARM: HCR.TVM traps are not implemented
 2020-02-17 18:00 UTC  (2+ messages)
` [Bug 1855072] "

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-02-17 18:17 UTC 

[PATCH] imx8qxp_mek: Fix the console command line string
 2020-02-17 18:17 UTC 

[ISSUE] The time cost of IOSQE_IO_LINK
 2020-02-17 18:16 UTC  (12+ messages)

[PATCH] iio: accel: mma8452: Expose temperature channel
 2020-02-17 18:16 UTC  (6+ messages)

[PATCH tip/core/rcu 0/3] Tasks-RCU updates for v5.7
 2020-02-17 18:16 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu-tasks: *_ONCE() for rcu_tasks_cbs_head

kernel panic in SPI rt driver interrupt
 2020-02-17 18:15 UTC  (3+ messages)

[RFC v2 0/6] vTPM for aarch64
 2020-02-17 18:13 UTC  (9+ messages)
` [RFC v2 2/6] tpm: Use TPMState as a common struct
` [RFC v2 5/6] tpm: Add the SysBus TPM TIS device

[PULL v3 00/11] target/hppa patch queue
 2020-02-17 17:56 UTC  (3+ messages)
` [PULL v3 02/11] hppa: Add support for LASI chip with i82596 NIC

Still some lockups when enabling ftrace
 2020-02-17 18:13 UTC  (8+ messages)

[PATCH v2 0/3] arm: allwinner: Wire up USB ports
 2020-02-17 18:05 UTC  (4+ messages)
` [PATCH v2 3/3] "

[zeus/master][PATCH 1/2] am57xx-evm: re-add am5729-beagleboneai.dtb
 2020-02-17 18:12 UTC  (2+ messages)
` [zeus/master][PATCH 2/2] j7-evm: add k3-j721e-pcie-backplane.dtbo

[PATCH 00/44] Manually convert filesystem FS documents to ReST
 2020-02-17 18:11 UTC  (3+ messages)
` [PATCH 10/44] docs: filesystems: convert cramfs.txt "

[PATCH v11 1/2] dt-bindings: edac: dmc-520.yaml
 2020-02-17 18:10 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display: sun4i-tcon: Add LVDS Dual Link property
 2020-02-17 18:10 UTC  (8+ messages)

About r8169 regression 5.4
 2020-02-17 18:08 UTC  (8+ messages)

[PATCH v3 0/7] dax,pmem: Provide a dax operation to zero range of memory
 2020-02-17 18:08 UTC  (9+ messages)
` [PATCH v3 1/7] pmem: Add functions for reading/writing page to/from pmem
` [PATCH v3 3/7] dax, pmem: Add a dax operation zero_page_range

[PATCH] target/arm: Honor the HCR_EL2.{TVM,TRVM} bits
 2020-02-17 17:38 UTC 

[PATCH] ipc: use a work queue to free_ipc
 2020-02-17 18:08 UTC  (4+ messages)

[alsa-devel] Applied "ASoC: core: ensure component names are unique" to the asoc tree
 2020-02-17 18:06 UTC  (3+ messages)
` [RFT/DONTMERGE] ASoC: devm_snd_soc_register_component fixup

Draft of Git Rev News edition 60
 2020-02-17 18:07 UTC  (3+ messages)

[PATCH 0/8] Support --pathspec-from-file in rm, stash
 2020-02-17 18:06 UTC  (14+ messages)
` [PATCH 2/8] rm: support the --pathspec-from-file option
` [PATCH v2 0/8] Support --pathspec-from-file in rm, stash
  ` [PATCH v2 2/8] rm: support the --pathspec-from-file option
  ` [PATCH v3 0/8] Support --pathspec-from-file in rm, stash
    ` [PATCH v3 2/8] rm: support the --pathspec-from-file option

[PATCH 0/2] xfs_admin: unify online/offline fs label setting
 2020-02-17 18:06 UTC  (5+ messages)
` [PATCH 1/2] xfs: refactor calls to xfs_admin
` [PATCH 2/2] xfs: test setting labels with xfs_admin

[PATCH ipipe-noarch] ipipe: Disable rcuidle trace path when running over the head domain
 2020-02-17 18:06 UTC 

btrfs: convert metadata from raid5 to raid1
 2020-02-17 18:05 UTC  (7+ messages)

[dpdk-dev] [PATCH] mempool/octeontx2: fix compile issue
 2020-02-17 18:04 UTC  (4+ messages)

[PATCH] check-ignore: fix handling with negated patterns
 2020-02-17 18:04 UTC  (2+ messages)

[CFT 0/8] rework phylink interface for split MAC/PCS support
 2020-02-17 18:03 UTC  (7+ messages)
` [CFT 1/8] net: phylink: propagate resolved link config via mac_link_up()

[PATCH] mingw: workaround for hangs when sending STDIN
 2020-02-17 18:01 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[Bug 206577] New: Periodic screen blanking at a high refresh rate and resolution
 2020-02-17 18:01 UTC 

Difficulties with ulog / NFCT
 2020-02-17 18:01 UTC  (4+ messages)

[PATCH 00/30] Lock warning cleanup
 2020-02-17 18:00 UTC  (3+ messages)
  ` [PATCH 21/30] sfc: Add missing annotation for efx_ef10_try_update_nic_stats_vf()

[dpdk-dev] [PATCH 0/2] improve Travis coverage
 2020-02-17 18:00 UTC  (6+ messages)
` [dpdk-dev] [PATCH 2/2] ci: enable more drivers in Travis builds
` [dpdk-dev] [PATCH 1/2] ci: remove redundant configs disabling kmods

[PATCH 0/2] KVM: arm/arm64: Fixes for scheudling htimer of emulated timers
 2020-02-17 18:00 UTC  (4+ messages)

[Xen-devel] [PATCH 5/6] tools/libx[cl]: Don't use HVM_PARAM_PAE_ENABLED as a function parameter
 2020-02-17 17:59 UTC  (3+ messages)
` [Xen-devel] [PATCH v2 "

[Xen-devel] [PATCH v5 0/7] xl/libxl: domid allocation/preservation changes
 2020-02-17 17:55 UTC  (7+ messages)
` [Xen-devel] [PATCH v5 4/7] libxl: add infrastructure to track and query 'recent' domids
` [Xen-devel] [PATCH v5 5/7] libxl: allow creation of domains with a specified or random domid
` [Xen-devel] [PATCH v5 7/7] xl: allow domid to be preserved on save/restore or migrate

RFC: Unpinned DMA-buf handling
 2020-02-17 17:55 UTC  (5+ messages)
` [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
    ` [Intel-gfx] "

next/pending-fixes build: 155 builds: 0 failed, 155 passed, 23 warnings (v5.6-rc1-553-g98fb8f80927f)
 2020-02-17 17:53 UTC 

[tip: x86/cleanups] x86/syscalls: Add prototypes for C syscall callbacks
 2020-02-17 17:52 UTC 

[PATCH] ARM: socfpga: Add initial support for the ABB SECU board
 2020-02-17 17:52 UTC  (3+ messages)

[PATCH] drivers: connector: cn_proc: allow limiting certain messages
 2020-02-17 17:52 UTC  (4+ messages)

[PATCH] media: staging: rkisp1: remove serialization item in the TODO file
 2020-02-17 17:52 UTC 

[PATCH 1/1] Support LVDS output on Allwinner A20
 2020-02-17 17:51 UTC  (10+ messages)
` [PATCH v2 2/2] ARM: sun7i: dts: Add LVDS panel support on A20

[PATCH] media: staging: rkisp1: destroy subdevs' mutexes when unregistering
 2020-02-17 17:51 UTC 

[PATCH v2 02/16] bus: mhi: core: Add support for registering MHI controllers
 2020-02-17 17:50 UTC  (11+ messages)

[PATCH 1/2] arm64: dts: allwinner: h5: Fix PMU compatible
 2020-02-17 17:49 UTC  (3+ messages)

[Virtio-fs] SELinux support in virtio-fs
 2020-02-17 17:48 UTC  (2+ messages)

[PATCH] usb: xhci-pci: Raspberry Pi FW loader for VIA VL805
 2020-02-17 17:47 UTC  (3+ messages)

[PATCH v4 0/2] mtd: spi-nor: use spi-mem dirmap API
 2020-02-17 17:47 UTC  (4+ messages)
` [PATCH v4 1/2] mtd: spi-nor: split spi_nor_spimem_xfer_data()

Creating a build system which can scale. #yocto
 2020-02-17 17:47 UTC  (2+ messages)
` [yocto] "

[PATCH tip/core/rcu 0/4] SRCU updates for v5.7
 2020-02-17 17:46 UTC  (6+ messages)
` [PATCH tip/core/rcu 1/4] srcu: Fix __call_srcu()/process_srcu() datarace

[Xen-devel] [linux-4.4 bisection] complete test-amd64-i386-xl-qemuu-ovmf-amd64
 2020-02-17 17:45 UTC 

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-02-17 17:43 UTC  (6+ messages)
` [PATCH v2 12/94] KVM: arm64: nv: Add EL2->EL1 translation helpers

[PATCH] powerpc/kprobes: Fix trap address when trap happened in real mode
 2020-02-17 17:41 UTC  (9+ messages)

[PATCH net] net: macb: Properly handle phylink on at91rm9200
 2020-02-17 17:42 UTC  (4+ messages)

[PATCH 0/4] trace-cmd: SQL-like syntax for ftrace histograms configuration
 2020-02-17 17:39 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd: Add new libtracefs API tracefs_instance_file_append()
` [PATCH 2/4] trace-cmd: Clear synthetic events on reset subcommand
` [PATCH 3/4] trace-cmd: Clear error log "
` [PATCH 4/4] trace-cmd: Add "--sql" option to trace-cmd start and record sub commands

Strange nf_conntrack_tcp_timeout_established behavior
 2020-02-17 17:33 UTC 

[Xen-devel] [linux-4.14 bisection] complete test-armhf-armhf-xl
 2020-02-17 17:39 UTC 

[RFC v2 0/4] Introduce i3c device userspace interface
 2020-02-17 17:37 UTC  (4+ messages)

[PATCH] image.h: Change android_image_get_dtb* to use uint and not u32
 2020-02-17 17:35 UTC  (6+ messages)

[PATCH] usb: host: fhci-hcd: annotate PIPE_CONTROL switch case with fallthrough
 2020-02-17 17:33 UTC  (4+ messages)

[Xen-devel] [PATCH v3 0/3] Xen on Hyper-V: Implement L0 assisted TLB flush
 2020-02-17 17:34 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 3/3] x86/hyperv: "


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.