All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-19 15:04:46 to 2020-05-19 15:43:14 UTC [more...]

small block accounting cleanups
 2020-05-19 15:43 UTC  (2+ messages)

avoid a few q_usage_counter roundtrips v3
 2020-05-19 15:43 UTC  (2+ messages)

[PATCH] replay: synchronize on every virtual timer callback
 2020-05-19 15:42 UTC  (9+ messages)

[PATCH] block: Remove unused flush_queue_delayed in struct blk_flush_queue
 2020-05-19 15:42 UTC  (2+ messages)

[PATCH 0/3] arm64 sigreturn unwinding fixes
 2020-05-19 15:42 UTC  (14+ messages)
` [PATCH 1/3] arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instruction
` [PATCH 3/3] arm64: vdso: Fix CFI directives in sigreturn trampoline

AM3517 MUSB and CPPI
 2020-05-19 15:42 UTC  (4+ messages)

linux-next: Tree for May 18 (drivers/infiniband/ulp/rtrs/rtrs-clt.c)
 2020-05-19 15:42 UTC  (6+ messages)
` [PATCH 0/1] Fix RTRS compilation with block layer disabled
  ` [PATCH 1/1] rnbd/rtrs: pass max segment size from blk user to the rdma library

[PATCH v2] sched/pelt: sync util/runnable_sum with PELT window when propagating
 2020-05-19 15:41 UTC  (3+ messages)

[PATCH 1/1] efi_loader: add EFI_MEMORY_SP to memory attributes
 2020-05-19 15:41 UTC 

[PULL 0/7] bitmaps patches for 2020-05-18
 2020-05-19 15:30 UTC  (3+ messages)

[git pull] IOMMU Fixes for Linux v5.7-rc6
 2020-05-19 15:40 UTC  (2+ messages)

[PATCH v3 0/4] Block layer patches for kernel v5.8
 2020-05-19 15:40 UTC  (4+ messages)
` [PATCH v3 3/4] block: Document the bio_vec properties

[RFC PATCH 0/3] block: Synchronous bdrv_*() from coroutine in different AioContext
 2020-05-19 15:29 UTC  (8+ messages)

[PATCH v2] hw/display/edid: Add missing 'qdev-properties.h' header
 2020-05-19 15:28 UTC  (2+ messages)

[PATCH v2 0/4] arch/x86: Optionally flush L1D on context switch
 2020-05-19 15:39 UTC  (3+ messages)
` [PATCH v2 4/4] arch/x86: Add L1D flushing Documentation

question on tty_operations->flush_char()
 2020-05-19 15:39 UTC 

[PATCH] hier.7: Updating from FHS 2.3 to 3.0
 2020-05-19 15:34 UTC  (7+ messages)
          ` [PATCH-v2] "

[PATCH v3 0/5] domain context infrastructure
 2020-05-19 15:38 UTC  (18+ messages)
` [PATCH v3 1/5] xen/common: introduce a new framework for save/restore of 'domain' context
` [PATCH v3 2/5] xen/common/domctl: introduce XEN_DOMCTL_get/setdomaincontext
` [PATCH v3 4/5] common/domain: add a domain context record for shared_info

[PATCH v2] tests/tcg: fix invocation of the memory record/replay tests
 2020-05-19 15:25 UTC  (2+ messages)

[xen-unstable test] 150238: regressions - FAIL
 2020-05-19 15:37 UTC 

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-05-19 15:37 UTC  (7+ messages)
` [PATCH v5 4/7] block: move main block debugfs initialization to its own file
` [PATCH v5 6/7] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v5 7/7] loop: be paranoid on exit and prevent new additions / removals

[PATCH Kernel v20 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-19 15:35 UTC  (6+ messages)
` [PATCH Kernel v20 4/8] vfio iommu: Add ioctl definition for dirty pages tracking

[dpdk-dev] [PATCH v1 1/2] devtools: add internal ABI version check
 2020-05-19 15:35 UTC  (4+ messages)
` [dpdk-dev] [PATCH v1 2/2] devtools: updating internal symbols ABI version

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-19 14:55 UTC  (39+ messages)
` [PATCH 03/55] qdev: New qdev_new(), qdev_realize(), etc
` [PATCH 08/55] qdev: Convert uses of qdev_create() with Coccinelle
` [PATCH 10/55] qdev: Convert uses of qdev_set_parent_bus() "
` [PATCH 12/55] pci: New pci_new(), pci_realize_and_unref() etc
` [PATCH 14/55] pci: Convert uses of pci_create() etc. with Coccinelle
` [PATCH 15/55] pci: Convert uses of pci_create() etc. manually
` [PATCH 16/55] pci: pci_create(), pci_create_multifunction() are now unused, drop
` [PATCH 17/55] isa: New isa_new(), isa_realize_and_unref() etc
` [PATCH 21/55] ssi: ssi_auto_connect_slaves() never does anything, drop
` [PATCH 22/55] ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle
` [PATCH 24/55] ssi: ssi_create_slave_no_init() is now unused, drop
` [PATCH 25/55] usb: New usb_new(), usb_realize_and_unref()
` [PATCH 26/55] usb: Convert uses of usb_create()
` [PATCH 27/55] usb: usb_create() is now unused, drop
` [PATCH 28/55] usb: Eliminate usb_try_create_simple()
` [PATCH 29/55] qdev: qdev_create(), qdev_try_create() are now unused, drop
` [PATCH 33/55] qom: Tidy up a few object_initialize_child() calls
` [PATCH 34/55] qom: Less verbose object_initialize_child()
` [PATCH 35/55] macio: Convert use of qdev_set_parent_bus()
` [PATCH 36/55] macio: Eliminate macio_init_child_obj()
` [PATCH 37/55] sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls
` [PATCH 39/55] sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1
` [PATCH 40/55] hw/arm/armsse: Pass correct child size to sysbus_init_child_obj()
` [PATCH 41/55] sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 2
` [PATCH 42/55] sysbus: New sysbus_realize(), sysbus_realize_and_unref()
` [PATCH 43/55] sysbus: Convert to sysbus_realize() etc. with Coccinelle
` [PATCH 44/55] qdev: Drop qdev_realize() support for null bus
` [PATCH 45/55] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
` [PATCH 46/55] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
` [PATCH 47/55] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3
` [PATCH 48/55] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4
` [PATCH 49/55] sysbus: sysbus_init_child_obj() is now unused, drop
` [PATCH 50/55] s390x/event-facility: Simplify creation of SCLP event devices
` [PATCH 51/55] qdev: Make qdev_realize() support bus-less devices
` [PATCH 52/55] qdev: Use qdev_realize() in qdev_device_add()
` [PATCH 53/55] qdev: Convert bus-less devices to qdev_realize() with Coccinelle
` [PATCH 54/55] qdev: qdev_init_nofail() is now unused, drop
` [PATCH 55/55] MAINTAINERS: Make section QOM cover hw/core/*bus.c as well

[virtio-comment] [PATCH v2 0/3] virtio-spec: Add documentation for recently added balloon features
 2020-05-19 15:35 UTC  (8+ messages)
` [virtio-comment] [PATCH v2 1/3] content: Document balloon feature free page hints

[PULL 0/8] Block patches
 2020-05-19 15:15 UTC  (2+ messages)

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-19 15:34 UTC  (6+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "
      ` [PATCH v2 2/8] exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds

[PATCH v7 00/19] Add support for qemu-xen runnning in a Linux-based stubdomain
 2020-05-19 15:33 UTC  (7+ messages)
` [PATCH v7 06/19] libxl: Use libxl__xs_* in libxl__write_stub_dmargs
` [PATCH v7 07/19] libxl: write qemu arguments into separate xenstore keys

[PATCH] x86/traps: Rework #PF[Rsvd] bit handling
 2020-05-19 15:33 UTC  (5+ messages)

[PATCH 0/2] Allow either FLATMEM or SPARSEMEM on the multiplatform build
 2020-05-19 15:32 UTC  (11+ messages)
` [PATCH 2/2] ARM: "

[PATCH v3 00/17] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-05-19 15:33 UTC  (11+ messages)
` [PATCH v3 14/17] mtd: spi-nor-core: Perform a Soft Reset on shutdown
` [PATCH v3 15/17] mtd: spi-nor-core: Perform a Soft Reset on boot

[PATCH v5 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-05-19 15:32 UTC  (11+ messages)
` [PATCH v5 10/10] mmap locking API: rename mmap_sem to mmap_lock
          ` [PATCH v5.5 "

[PATCH] staging: rtl8192u: Merge almost duplicate code
 2020-05-19 15:00 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] KVM: x86: emulate reserved nops from 0f/18 to 0f/1f
 2020-05-19 15:32 UTC  (8+ messages)

[next-queue RFC 0/4] ethtool: Add support for frame preemption
 2020-05-19 15:32 UTC  (7+ messages)
` [next-queue RFC 1/4] ethtool: Add support for configuring "
    ` [Intel-wired-lan] "
    ` [Intel-wired-lan] [next-queue RFC 0/4] ethtool: Add support for "

[PATCH ghak28/ghak25 user 0/2] parse EVENT_LISTENER and NETFILTER_CFG
 2020-05-19 15:31 UTC  (3+ messages)
` [PATCH ghak28/ghak25 user 1/2] ausearch-parse: add parser for YAASAO
` [PATCH ghak28/ghak25 user 2/2] ausearch-parse: mod parser for YAASAO for NETFILTER_CFG

cp -a leaves some compressed data
 2020-05-19 15:32 UTC  (5+ messages)

ARM CE: CTS IV handling
 2020-05-19 15:31 UTC 

[PATCH v8 0/3] PM / AVS: SVS: Introduce SVS engine
 2020-05-19 15:30 UTC  (5+ messages)
` [PATCH v8 3/3] "

[PATCH ghak25 v5] audit: add subj creds to NETFILTER_CFG record to cover async unregister
 2020-05-19 15:30 UTC  (2+ messages)

[PATCH v2 0/7] Base support for POWER10
 2020-05-19 15:28 UTC  (6+ messages)
` [PATCH v2 6/7] powerpc/dt_cpu_ftrs: Add MMA feature

[PATCH] x86/mem-paging: further adjustments to p2m_mem_paging_prep()'s error handling
 2020-05-19 15:30 UTC  (2+ messages)

[linux-next:master 7243/9662] sh4-linux-ar: net/netlink/genetlink.o: No such file or directory
 2020-05-19 15:30 UTC  (2+ messages)

blk-mq: improvement CPU hotplug (simplified version) v2
 2020-05-19 15:30 UTC  (3+ messages)

[PATCH v6 1/4] m68k: mcf5441x: add support for esdhc mmc controller
 2020-05-19 15:29 UTC  (2+ messages)

[PATCH 00/17] RZ/G1H describe I2C, IIC, MMC0, SATA, AVB, RWDT and APMU nodes
 2020-05-19 15:29 UTC  (3+ messages)
` [PATCH 04/17] dt-bindings: mmc: renesas,sdhi: Document r8a7742 support

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-19 15:30 UTC  (8+ messages)

[PATCH v1] sdhci: tegra: Remove warnings about missing device-tree properties
 2020-05-19 15:29 UTC  (4+ messages)

[PATCH v7 00/15] Fix qla2xxx endianness annotations
 2020-05-19 15:29 UTC  (5+ messages)
` [PATCH v7 12/15] qla2xxx: Cast explicitly to uint16_t / uint32_t
` [PATCH v7 15/15] qla2xxx: Fix endianness annotations in source files

[PATCH RISU] arm.risu, thumb.risu: Add v8.2 DP and FHM insns
 2020-05-19 15:21 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: hwmon: Add compatible for ti,ina260
 2020-05-19 15:28 UTC  (6+ messages)
` [PATCH 3/3] hwmon: (ina2xx) Add support for ina260

[PATCH 00/10] Introduce attach/detach_page_private to cleanup code
 2020-05-19 15:27 UTC  (7+ messages)
` [PATCH 10/10] mm/migrate.c: call detach_page_private "

[PATCH 1/7] amlogic: Remove ARCH= references from documentation
 2020-05-19 15:28 UTC  (6+ messages)
` [PATCH 2/7] imx: "
` [PATCH 7/7] fu540: "

[PATCH v8 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-19 14:47 UTC  (2+ messages)

[PATCH v6 00/15] Fix qla2xxx endianness annotations
 2020-05-19 15:27 UTC  (5+ messages)
` [PATCH v6 15/15] qla2xxx: Fix endianness annotations in source files

[dpdk-dev] [PATCH] ring: empty and count optimizations
 2020-05-19 15:27 UTC  (4+ messages)
` [dpdk-dev] [PATCH 0/2] ring: empty optimization
  ` [dpdk-dev] [PATCH 1/2] ring: coding style cleanup
  ` [dpdk-dev] [PATCH 2/2] ring: empty optimization

[PATCH] dcdbas: Check SMBIOS for protected buffer address
 2020-05-19 15:27 UTC 

[PATCH] linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32
 2020-05-19 15:02 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
 2020-05-19 15:27 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for "
` [igt-dev] ✓ Fi.CI.BAT: success "

[PATCH v2] target/arm: Allow user-mode code to write CPSR.E via MSR
 2020-05-19 15:01 UTC  (2+ messages)

[PATCH v3 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-19 15:25 UTC  (6+ messages)
` [PATCH v3 2/7] mm/vmalloc: Track which page-table levels were modified

Flakeway recipe
 2020-05-19 15:24 UTC  (2+ messages)

[PATCH 2/2] mmc: tmio: Make sure the PM domain is 'started' while probing
 2020-05-19 15:24 UTC 

High CPU load when using MAX14830 SPI UART controller
 2020-05-19 15:24 UTC  (2+ messages)

[PATCH 1/2] mmc: tmio: Further fixup runtime PM management at remove
 2020-05-19 15:24 UTC 

[dpdk-dev] [PATCH 1/2] lib/metrics: fix to reset the init flag
 2020-05-19 15:24 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 2/2] test: support cleanup in bitrate and latency test

[dpdk-dev] DPDK techboard minutes of May 6
 2020-05-19 15:24 UTC 

[meta-virtualization][PATCH v2] libvirt: uprev v6.1.0 -> v6.3.0
 2020-05-19 15:23 UTC 

[PATCH v12 00/12] Reftable support git-core
 2020-05-19 15:21 UTC  (6+ messages)
` [PATCH v13 00/13] "
  ` [PATCH v13 13/13] Add some reftable testing infrastructure

LDAP authentication is not working
 2020-05-19 15:21 UTC  (2+ messages)

[PATCH v3] docs/s390x: document vfio-ccw
 2020-05-19 14:56 UTC  (3+ messages)

[PATCH] optee-os: replace old pycrypto with pycryptodome - a drop-in replacement
 2020-05-19 15:20 UTC  (3+ messages)
  ` [meta-arm] "

[dpdk-dev] [PATCH 1/2] bitratestats: add support for free
 2020-05-19 15:19 UTC  (3+ messages)
` [dpdk-dev] [PATCHv2 "

[PATCH v3] arm-toolchain: gcc-arm-none-eabi-native: Add recipe
 2020-05-19 15:19 UTC  (2+ messages)

[PATCH bpf-next v3 07/15] i40e: separate kernel allocated rx_bi rings from AF_XDP rings
 2020-05-19 15:18 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[meta-arm][PATCH] optee-os: Fix compile with GCC 10
 2020-05-19 15:18 UTC  (3+ messages)
` [meta-arm][PATCH v2] "

[PATCH] trusted-firmware-a: re-enable generation of packages
 2020-05-19 15:17 UTC  (3+ messages)
` [meta-arm] "

[PATCH net-next v2 0/4] Implement classifier-action terse dump mode
 2020-05-19 15:17 UTC  (5+ messages)

[PATCH 00/16 v8] nvme-rdma/nvmet-rdma: Add metadata/T10-PI support
 2020-05-19 14:05 UTC  (2+ messages)
` [PATCH 01/16] block: always define struct blk_integrity in genhd.h

Travis CI: Run selinux-testsuite
 2020-05-19 15:14 UTC  (2+ messages)
` [PATCH] ci: run SE Linux kernel test suite

[PATCH] drm/mediatek: mtk_hdmi: Remove debug messages for function calls
 2020-05-19 15:13 UTC  (5+ messages)

[PATCH] fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
 2020-05-19 15:10 UTC  (2+ messages)

[PATCH] drm/mediatek: mtk_mt8173_hdmi_phy: Remove unnused const variables
 2020-05-19 15:12 UTC  (5+ messages)

[PATCH v11 00/11] Guest Last Branch Recording Enabling
 2020-05-19 15:12 UTC  (4+ messages)
` [PATCH v11 07/11] KVM: x86: Expose MSR_IA32_PERF_CAPABILITIES for LBR record format

[PATCH v9] Add new mac80211 driver mwlwifi
 2020-05-19 15:12 UTC  (11+ messages)

[PATCH] iomm/arm-smmu: Add stall implementation hook
 2020-05-19 15:11 UTC  (12+ messages)

[PATCH] PCI: endpoint: Fix epc windows allocation in pci_epc_multi_mem_init()
 2020-05-19 15:11 UTC 

[MPTCP] Re: [PATCH mptcp-next] mptcp: use rightmost 64 bits in ADD_ADDR HMAC
 2020-05-19 15:11 UTC 

[PATCH 1/4] clk/soc: mediatek: mt8183: Bind clock driver from platform device
 2020-05-19 15:10 UTC  (9+ messages)
` [PATCH 3/4] clk/soc: mediatek: mt6779: "
` [PATCH 4/4] arm64: dts: mt6797: Fix mmsys node name

[PATCH] mtd: rawnand: ingenic: Convert the driver to exec_op()
 2020-05-19 15:10 UTC  (8+ messages)

[PATCH 0/4] Relocate execve() sanity checks
 2020-05-19 15:06 UTC  (2+ messages)

[PATCH] ix86: keep page table dumping off hypervisor area
 2020-05-19 15:10 UTC 

[PATCH 4.9 00/90] 4.9.224-rc1 review
 2020-05-19 15:08 UTC  (2+ messages)

[PATCH 00/24] efi/libstub: Add printf implementation
 2020-05-19 15:07 UTC  (6+ messages)
` [PATCH 17/24] efi/libstub: Implement printk-style logging

[bug report] RDMA/rtrs: server: main functionality
 2020-05-19 15:07 UTC  (2+ messages)

[PATCH 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
 2020-05-19 15:05 UTC  (11+ messages)
` [PATCH 6/7] xen/guest_access: Consolidate guest access helpers "

[igt-dev] [PATCH i-g-t] tests/kms_flip: Don't use igt_fixture in an exit handler
 2020-05-19 15:06 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[kbd] Canadian Multilingual Standard keyboard map
 2020-05-19 15:05 UTC  (2+ messages)

[PATCH 4.14 000/114] 4.14.181-rc1 review
 2020-05-19 15:05 UTC  (2+ messages)

[PATCH] linux/bits.h: adjust GENMASK_INPUT_CHECK() check
 2020-05-19 15:04 UTC  (2+ messages)

[Intel-gfx] [PATCH v10] drm/i915/dsb: Pre allocate and late cleanup of cmd buffer
 2020-05-19 15:04 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.