All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-16 13:55:29 to 2018-01-16 14:21:49 UTC [more...]

[Qemu-devel] [PATCH v3 0/4] cryptodev: add vhost support
 2018-01-16 14:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/4] cryptodev: add vhost-user as a new cryptodev backend
` [Qemu-devel] [PATCH v3 2/4] cryptodev: add vhost support
` [Qemu-devel] [PATCH v3 3/4] cryptodev-vhost-user: add crypto session handler
` [Qemu-devel] [PATCH v3 4/4] cryptodev-vhost-user: set the key length

[REGRESSION] linux-next panics when trying to mount root
 2018-01-16 14:21 UTC  (4+ messages)

[PATCH i-g-t v3 6/8] tests/kms_plane_scaling: test scaling with tiling rotation and pixel formats, v2
 2018-01-16 14:22 UTC  (3+ messages)
` [PATCH i-g-t] tests/kms_plane_scaling: test scaling with tiling rotation and pixel formats, v3

[PATCH 0/2] add tracepoints for nvme command submission and completion
 2018-01-16 14:19 UTC  (4+ messages)
` [PATCH 1/2] nvme: add tracepoint for nvme_setup_cmd

conntrack enhancement
 2018-01-16 14:17 UTC  (2+ messages)

[PATCH] mbuf:using sanity checks do not panic on null mbuf
 2018-01-16 14:19 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 4.4-stable v3] kaiser: Set _PAGE_NX only if supported
 2018-01-16 14:19 UTC  (5+ messages)
` [PATCH 3.2-stable 1/2] "
` [PATCH 3.2-stable 2/2] "
` [PATCH 3.16-stable 1/2] "
` [PATCH 3.16-stable 2/2] "

[Qemu-devel] [PULL v4 00/51] Misc patches for 2018-01-12
 2018-01-16 14:17 UTC  (52+ messages)
` [Qemu-devel] [PULL 01/51] scsi-generic: Add share-rw option
` [Qemu-devel] [PULL 02/51] scsi: fix scsi_convert_sense crash when in_buf == NULL && in_len == 0
` [Qemu-devel] [PULL 03/51] pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine type
` [Qemu-devel] [PULL 04/51] hpet: recover timer offset correctly
` [Qemu-devel] [PULL 05/51] i386/cpu/kvm: look at PMU's CPUID before setting MSRs
` [Qemu-devel] [PULL 06/51] chardev: use backend chr context when watch for fe
` [Qemu-devel] [PULL 07/51] chardev: let g_idle_add() be with chardev gcontext
` [Qemu-devel] [PULL 08/51] chardev: introduce qemu_chr_timeout_add_ms()
` [Qemu-devel] [PULL 09/51] build-sys: fix qemu-ga -pthread linking
` [Qemu-devel] [PULL 10/51] build-sys: silence make by default or V=0
` [Qemu-devel] [PULL 11/51] build-sys: add a rule to print a variable
` [Qemu-devel] [PULL 12/51] build-sys: compile with -Og or -O1 when --enable-debug
` [Qemu-devel] [PULL 13/51] tests/docker: add some sanitizers to fedora dockerfile
` [Qemu-devel] [PULL 14/51] tests/docker: add test-debug
` [Qemu-devel] [PULL 15/51] tests: fix check-qobject leak
` [Qemu-devel] [PULL 16/51] vl: fix direct firmware directories leak
` [Qemu-devel] [PULL 17/51] readline: add a free function
` [Qemu-devel] [PULL 18/51] tests: fix migration-test leak
` [Qemu-devel] [PULL 19/51] crypto: fix stack-buffer-overflow error
` [Qemu-devel] [PULL 20/51] qemu-config: fix leak in query-command-line-options
` [Qemu-devel] [PULL 21/51] tests: fix qmp-test leak
` [Qemu-devel] [PULL 22/51] tests: fix coroutine leak in /basic/entered
` [Qemu-devel] [PULL 23/51] mips: fix potential fopen(NULL,...)
` [Qemu-devel] [PULL 24/51] disas/s390: fix global-buffer-overflow
` [Qemu-devel] [PULL 25/51] scsi-disk: release AioContext in unaligned WRITE SAME case
` [Qemu-devel] [PULL 26/51] tests/boot-serial-test: Add tests for microblaze boards
` [Qemu-devel] [PULL 27/51] tests/boot-serial-test: Add a test for the moxiesim machine
` [Qemu-devel] [PULL 28/51] tests/boot-serial-test: Add support for the raspi2 machine
` [Qemu-devel] [PULL 29/51] target/i386: move hflags update code to a function
` [Qemu-devel] [PULL 30/51] target/i386: hax: change to use x86_update_hflags
` [Qemu-devel] [PULL 31/51] target/i386: hax: Move x86_update_hflags
` [Qemu-devel] [PULL 32/51] target-i386: update hflags on Hypervisor.framework
` [Qemu-devel] [PULL 33/51] scripts/qemu-gdb: add simple tcg lock status helper
` [Qemu-devel] [PULL 34/51] scripts/qemu-gdb/timers.py: new helper to dump timer state
` [Qemu-devel] [PULL 35/51] icount: fixed saving/restoring of icount warp timers
` [Qemu-devel] [PULL 36/51] cpus: unify qemu_*_wait_io_event
` [Qemu-devel] [PULL 37/51] irq: fix memory leak
` [Qemu-devel] [PULL 38/51] net: Drop unusual use of do { } while (0);
` [Qemu-devel] [PULL 39/51] mips: Tweak location of ';' in macros
` [Qemu-devel] [PULL 40/51] chardev: Use goto/label instead of do/break/while(0)
` [Qemu-devel] [PULL 41/51] chardev: Clean up previous patch indentation
` [Qemu-devel] [PULL 42/51] tests: Avoid 'do/while(false); ' in vhost-user-bridge
` [Qemu-devel] [PULL 43/51] maint: Fix macros with broken 'do/while(0); ' usage
` [Qemu-devel] [PULL 44/51] checkpatch: Enforce proper do/while (0) style
` [Qemu-devel] [PULL 45/51] cpu_physical_memory_sync_dirty_bitmap: Another alignment fix
` [Qemu-devel] [PULL 46/51] find_ram_offset: Add comments and tracing
` [Qemu-devel] [PULL 47/51] find_ram_offset: Align ram_addr_t allocation on long boundaries
` [Qemu-devel] [PULL 48/51] block/iscsi: fix initialization of iTask in iscsi_co_get_block_status
` [Qemu-devel] [PULL 49/51] cpu: flush TB cache when loading VMState
` [Qemu-devel] [PULL 50/51] util/qemu-thread-*: add qemu_lock, locked and unlock trace events
` [Qemu-devel] [PULL 51/51] scripts/analyse-locks-simpletrace.py: script to analyse lock times

[Buildroot] [PATCH] xen: bump to version 4.9.1
 2018-01-16 14:18 UTC  (2+ messages)

User-visible context-mount API
 2018-01-16 14:18 UTC  (6+ messages)

[Qemu-devel] [PULL v1 0/8] Xilinx queue
 2018-01-16 14:17 UTC  (2+ messages)

[PATCH v5 00/44] ARM: davinci: convert to common clock framework​
 2018-01-16 14:16 UTC  (10+ messages)
` [PATCH v5 12/44] clk: davinci: Add platform information for TI DA850 PSC
` [PATCH v5 13/44] clk: davinci: Add platform information for TI DM355 PSC
` [PATCH v5 14/44] clk: davinci: Add platform information for TI DM365 PSC

[Qemu-devel] [PATCH 0/4] vhost-user: notify backend with number of queues setup
 2018-01-16 14:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/4] virtio-net: notify backend with number of queue pairs setup

[RFC] adapter: Add CreateDevice method
 2018-01-16 14:15 UTC  (2+ messages)

[PATCH] samples/bpf: Fix trailing semicolon
 2018-01-16 14:15 UTC 

[PATCH v4 0/7] ARM: stm32: add initial STM32MPU support
 2018-01-16 14:12 UTC  (16+ messages)
` [PATCH v4 1/7] Documentation: arm: stm32: move to rst format
` [PATCH v4 2/7] ARM: stm32: prepare stm32 family to welcome armv7 architecture
` [PATCH v4 3/7] dt-bindings: stm32: add support of STM32MP157
` [PATCH v4 4/7] ARM: stm32: add initial support for STM32MP157
` [PATCH v4 5/7] ARM: configs: multi_v7: add stm32 support
` [PATCH v4 6/7] ARM: dts: stm32: add stm32mp157c initial support
` [PATCH v4 7/7] ARM: dts: stm32: add initial support of stm32mp157c eval board

[PATCH 1/3] tools: Add initial code for btmon-logger
 2018-01-16 14:15 UTC  (4+ messages)

[PATCH v5 0/6] drm/i915: expose RCS topology to userspace
 2018-01-16 14:14 UTC  (6+ messages)
` [PATCH v5 4/6] drm/i915: add rcs topology to error state
` [PATCH v5 5/6] drm/i915: add query uAPI

[Qemu-devel] [PATCH 0/3] linux-user: select CPU type according ELF header values
 2018-01-16 14:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] linux-user: introduce functions to detect CPU type

[LSF/MM TOPIC] Matthew's minor MM topics
 2018-01-16 14:13 UTC 

[Buildroot] [PATCH v2] open-lldp: new package
 2018-01-16 14:13 UTC  (3+ messages)

[PATCH v8 00/17] x86: Mitigations for SP2/CVE-2017-5715/Branch Target Injection
 2018-01-16 14:13 UTC  (8+ messages)
` [PATCH v8 02/17] x86: Support indirect thunks from assembly code
` [PATCH v8 13/17] x86/boot: Calculate the most appropriate BTI mitigation to use

[PATCH 0/4] ARM: r8a7790: Add soc node
 2018-01-16 14:12 UTC  (3+ messages)
` [PATCH 3/4] ARM: r8a7790: sort subnodes of "

[U-Boot] [PATCH] ubi: Fix filesystem corruption on detach when fastmap enabled
 2018-01-16 14:13 UTC  (5+ messages)

[PATCH v8 0/5] Add MCAN Support for Dra76 platform
 2018-01-16 14:12 UTC  (6+ messages)
` [PATCH v8 3/5] can: m_can: Move allocation of net device to probe

[PATCH i-g-t 1/4] meson: Build cnl_compute_wrpll
 2018-01-16 14:12 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/4] "

i2c: core: report OF style module alias for devices registered via OF
 2018-01-16 14:11 UTC  (2+ messages)

[Buildroot] Requesting libvte
 2018-01-16 14:11 UTC  (2+ messages)

[Buildroot] llvm/clang
 2018-01-16 14:10 UTC  (2+ messages)

[PATCH v5 01/15] clk: ingenic: Use const pointer to clk_ops in struct
 2018-01-16 14:10 UTC  (8+ messages)
` [PATCH v6 00/15] JZ4770 SoC support
  ` [PATCH v6 10/15] MIPS: ingenic: Detect machtype from SoC compatible string
  ` [PATCH v6 13/15] MIPS: JZ4770: Workaround for corrupted DMA transfers

wic- optimizing an image containing a large empty partition
 2018-01-16 14:10 UTC  (3+ messages)

[PATCH] perf stat: Ignore error thread when enabling system-wide --per-thread
 2018-01-16 15:43 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/11] qdev: remove DeviceClass::init/exit()
 2018-01-16 14:09 UTC  (6+ messages)
` [Qemu-devel] [PATCH 03/11] hw/i2c: convert I2CSlaveClass::init -> realize
` [Qemu-devel] [PATCH 05/11] virtio-ccw: convert VirtIOCCWDeviceClass::init "

[PATCH] xfs: Regression test for invalid sb_logsunit
 2018-01-16 14:09 UTC  (13+ messages)
` [PATCH v2 1/2] common/xfs: Check if write supports [-c|-d] option in xfs_db
  ` [PATCH v2 2/2] xfs: Regression test for invalid sb_logsunit

Problem with dialstring ##21#
 2018-01-16 14:09 UTC  (2+ messages)

[PATCH 0/5] drm/ttm, drm/vmwgfx: Use kmap_atomic() for cpu blit
 2018-01-16 14:08 UTC  (8+ messages)
` [PATCH 1/5] drm/ttm: Clean up kmap_atomic_prot selection code
` [PATCH 2/5] drm/ttm: Export the ttm_k[un]map_atomic_prot API
` [PATCH 3/5] drm/vmwgfx: Don't cache framebuffer maps
` [PATCH 4/5] drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bos
` [PATCH 5/5] drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blits

[PATCH] efi/arm*: Only register page tables when they exist
 2018-01-16 14:08 UTC  (2+ messages)

[Qemu-devel] [QEMU-PPC] [PATCH V3 0/6] target/ppc: Rework spapr_caps
 2018-01-16 13:54 UTC  (3+ messages)
` [Qemu-devel] [Qemu-ppc] "

[PATCH v2 1/2] overlays: auto allocate phandles for nodes in base fdt
 2018-01-16 14:07 UTC  (13+ messages)

[Buildroot] [PATCH 00/14] Bump ejabberd version to 17.04
 2018-01-16 14:06 UTC  (15+ messages)
` [Buildroot] [PATCH 01/14] erlang-lager: Bump to version 3.4.2
` [Buildroot] [PATCH 02/14] erlang-p1-utils: Bump to version 1.0.10
` [Buildroot] [PATCH 03/14] erlang-p1-zlib: Bump to version 1.0.3
` [Buildroot] [PATCH 04/14] erlang-p1-xml: Bump to version 1.1.25
` [Buildroot] [PATCH 05/14] erlang-stringprep: Bump to version 1.0.10
` [Buildroot] [PATCH 06/14] erlang-p1-xmpp: Bump to version 1.1.16
` [Buildroot] [PATCH 07/14] erlang-p1-cache-tab: Bump to version 1.0.12
` [Buildroot] [PATCH 08/14] erlang-p1-iconv: Bump to version 1.0.6
` [Buildroot] [PATCH 09/14] erlang-p1-oauth2: Bump to version 0.6.2
` [Buildroot] [PATCH 10/14] erlang-p1-tls: Bump to version 1.0.17
` [Buildroot] [PATCH 11/14] erlang-p1-stun: Bump to version 1.0.16
` [Buildroot] [PATCH 12/14] erlang-p1-sip: Bump to version 1.0.17
` [Buildroot] [PATCH 13/14] erlang-p1-yaml: Bump to version 1.0.12
` [Buildroot] [PATCH 14/14] ejabberd: Bump to version 17.11

[PATCH 1/2] linux-qoriq_4.9: ${KERNEL_PACKAGE_NAME} replaces original key "kernel"
 2018-01-16  2:33 UTC  (2+ messages)

[PATCH 0/2] turn on force option for FUSE in builtin policies
 2018-01-16 14:05 UTC  (4+ messages)

[PATCH v2 1/2] drm/i915: Add display WA #1175 for planes ending close to right screen edge
 2018-01-16 14:05 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [v2,1/2] "

[PATCH] kernel:bpf Remove structure passing and assignment to save stack and no coping structures
 2018-01-16 13:55 UTC  (2+ messages)

glib-2.0 fails to configure with USE_NLS="no"
 2018-01-16 14:04 UTC  (6+ messages)

[PATCH] ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y
 2018-01-16 14:02 UTC  (4+ messages)

[PATCH 00/13] Changes to avoid CamelCase and removed unused variable
 2018-01-16 14:02 UTC  (14+ messages)
` [PATCH 01/13] staging: wilc1000: rename elements of wilc_priv struct to avoid using camelCase
` [PATCH 02/13] staging: wilc1000: rename wilc_wfi_p2pListenParams struct and its member variable
` [PATCH 03/13] staging: wilc1000: rename au8Sta_AssociatedBss element sta_info structure
` [PATCH 04/13] staging: wilc1000: remove unused element in wilc_wfi_p2p_listen_params struct
` [PATCH 05/13] staging: wilc1000: rename s32Error variable to avoid camelCase notation
` [PATCH 06/13] staging: wilc1000: rename CfgConnectResult() and its local variable names
` [PATCH 07/13] staging: wilc1000: rename camelCase used in functions start with WILC_WFI_Cfg
` [PATCH 08/13] staging: wilc1000: rename pstrWFIDrv to wfi_drv to avoid camelCase naming
` [PATCH 09/13] staging: wilc1000: rename NullBssid to null_bssid to avoid camelCase variable name
` [PATCH 10/13] staging: wilc1000: rename variables using camelCase in add_key()
` [PATCH 11/13] staging: wilc1000: rename strStaParams variable to avoid camelCase
` [PATCH 12/13] staging: wilc1000: rename pstrCfgParamVal varaible in set_wiphy_params()
` [PATCH 13/13] staging: wilc1000: rename strStatistics & tenuAuth_type to avoid camelCase

[PATCH 1/2] tools/btpclient: Use address convertion function from libbluetooth
 2018-01-16 14:03 UTC  (2+ messages)
` [PATCH 2/2] shared/btp: Use bdaddr_t for storing address

[Qemu-devel] [PULL v3 00/53] Misc changes for 2017-01-12
 2018-01-16 14:02 UTC  (6+ messages)

[PATCH v5 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver
 2018-01-16 14:02 UTC  (5+ messages)
` [PATCH v5 6/9] media: i2c: ov772x: Remove soc_camera dependencies

[PATCH] Staging: netlogic: platform_net: Fixed '(' at the EOL
 2018-01-16 14:03 UTC  (5+ messages)

Prevent trivial oom from gem_exec_nop/sequential
 2018-01-16 14:02 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [01/10] drm/i915: Only attempt to scan the requested number of shrinker slabs (rev4)

[PATCH libdrm] drm: fix return value
 2018-01-16 14:01 UTC  (4+ messages)

[PATCH] sha1_file: remove static strbuf from sha1_file_name()
 2018-01-16 14:01 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: Add a quirk for Nura's first gen headset
 2018-01-16 13:59 UTC  (3+ messages)

[RFC 0/6] Enlightened VMCS support for KVM on Hyper-V
 2018-01-16 13:58 UTC  (5+ messages)

[PATCH 0/5] perf trace: Introduce arch-specific errno code/name mappings
 2018-01-16 13:58 UTC  (3+ messages)
` [PATCH 3/5] perf util: Introduce architecture specific errno/name mapping

[PATCH] x86/acpi: check rsdp address received via bootparams to be valid
 2018-01-16 13:57 UTC 

Applied "IIO: ADC: stm32-dfsdm: code optimization" to the asoc tree
 2018-01-16 13:57 UTC 

[PATCH] ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()
 2018-01-16 13:57 UTC  (3+ messages)
` Applied "ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()" to the asoc tree

Applied "IIO: ADC: stm32-dfsdm: fix static check warning" to the asoc tree
 2018-01-16 13:57 UTC 

[PATCH] ASoC: tlv320dac33: fix regression by adding back .read/.write
 2018-01-16 13:56 UTC  (2+ messages)
` Applied "ASoC: tlv320dac33: fix regression by adding back .read/.write" to the asoc tree

[PATCH] ASoC: uda1380: fix regression by adding back .read/.write
 2018-01-16 13:56 UTC  (2+ messages)
` Applied "ASoC: uda1380: fix regression by adding back .read/.write" to the asoc tree

[PATCH] ASoC: cx20442: fix regression by adding back .read/.write
 2018-01-16 13:56 UTC  (2+ messages)
` Applied "ASoC: cx20442: fix regression by adding back .read/.write" to the asoc tree

[PATCH] ASoC: add Component level .read/.write
 2018-01-16 13:55 UTC  (2+ messages)
` Applied "ASoC: add Component level .read/.write" to the asoc tree


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.