All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-15 00:59:19 to 2019-08-15 03:27:08 UTC [more...]

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-15  3:26 UTC  (9+ messages)

✅ PASS: Stable queue: queue-5.2
 2019-08-15  3:24 UTC 

[net] tipc: fix false detection of retransmit failures
 2019-08-15  3:24 UTC 

please help on compiling my kernel
 2019-08-15  3:23 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] colo: Add support for continious replication
 2019-08-15  3:20 UTC  (2+ messages)

[meta-filesystems] [PATCH v2 1/2] xfsprogs: upgrade 5.1.0 -> 5.2.0
 2019-08-15  3:20 UTC  (2+ messages)
` [meta-filesystems] [PATCH v2 2/2] xfsdump: fix error to work with xfsprogs 5.2.0

[Qemu-riscv] [PATCH v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren
 2019-08-15  3:19 UTC  (6+ messages)
` [Qemu-riscv] [Qemu-devel] "
      `  "

[PATCH] virtio-net: lower min ring num_free for efficiency
 2019-08-15  3:17 UTC  (6+ messages)

[PATCH] arm64: dts: imx8mn: Add gpio-ranges property
 2019-08-15  2:57 UTC  (2+ messages)

[PATCH] sh: Drop -Werror from kernel Makefile
 2019-08-15  3:14 UTC  (7+ messages)

[PATCH 1/2] riscv: Add memmove string operation
 2019-08-15  3:12 UTC  (6+ messages)

[PATCH] nbd: add a missed nbd_config_put() in nbd_xmit_timeout()
 2019-08-15  3:13 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v3 00/46] rewrite MMX/SSE/SSE2/SSE3 instruction translation
 2019-08-15  3:06 UTC  (48+ messages)
` [Qemu-devel] [RFC PATCH v3 01/46] target/i386: Push rex_r into DisasContext
` [Qemu-devel] [RFC PATCH v3 02/46] target/i386: Push rex_w "
` [Qemu-devel] [RFC PATCH v3 03/46] target/i386: reduce scope of variable aflag
` [Qemu-devel] [RFC PATCH v3 04/46] target/i386: use dflag from DisasContext
` [Qemu-devel] [RFC PATCH v3 05/46] target/i386: use prefix "
` [Qemu-devel] [RFC PATCH v3 06/46] target/i386: Simplify gen_exception arguments
` [Qemu-devel] [RFC PATCH v3 07/46] target/i386: use pc_start from DisasContext
` [Qemu-devel] [RFC PATCH v3 08/46] target/i386: make variable b1 const
` [Qemu-devel] [RFC PATCH v3 09/46] target/i386: make variable is_xmm const
` [Qemu-devel] [RFC PATCH v3 10/46] target/i386: add vector register file alignment constraints
` [Qemu-devel] [RFC PATCH v3 11/46] target/i386: introduce gen_(ld, st)d_env_A0
` [Qemu-devel] [RFC PATCH v3 12/46] target/i386: introduce gen_sse_ng
` [Qemu-devel] [RFC PATCH v3 13/46] target/i386: disable unused function warning temporarily
` [Qemu-devel] [RFC PATCH v3 14/46] target/i386: introduce mnemonic aliases for several gvec operations
` [Qemu-devel] [RFC PATCH v3 15/46] target/i386: introduce function ck_cpuid
` [Qemu-devel] [RFC PATCH v3 16/46] target/i386: introduce instruction operand infrastructure
` [Qemu-devel] [RFC PATCH v3 17/46] target/i386: introduce generic operand alias
` [Qemu-devel] [RFC PATCH v3 18/46] target/i386: introduce generic either-or operand
` [Qemu-devel] [RFC PATCH v3 19/46] target/i386: introduce generic load-store operand
` [Qemu-devel] [RFC PATCH v3 20/46] target/i386: introduce tcg_temp operands
` [Qemu-devel] [RFC PATCH v3 21/46] target/i386: introduce modrm operand
` [Qemu-devel] [RFC PATCH v3 22/46] target/i386: introduce operands for decoding modrm fields
` [Qemu-devel] [RFC PATCH v3 23/46] target/i386: introduce operand for direct-only r/m field
` [Qemu-devel] [RFC PATCH v3 24/46] target/i386: introduce operand vex_v
` [Qemu-devel] [RFC PATCH v3 25/46] target/i386: introduce Ib (immediate) operand
` [Qemu-devel] [RFC PATCH v3 26/46] target/i386: introduce M* (memptr) operands
` [Qemu-devel] [RFC PATCH v3 27/46] target/i386: introduce G*, R*, E* (general register) operands
` [Qemu-devel] [RFC PATCH v3 28/46] target/i386: introduce P*, N*, Q* (MMX) operands
` [Qemu-devel] [RFC PATCH v3 29/46] target/i386: introduce H*, V*, U*, W* (SSE/AVX) operands
` [Qemu-devel] [RFC PATCH v3 30/46] target/i386: introduce code generators
` [Qemu-devel] [RFC PATCH v3 31/46] target/i386: introduce helper-based code generator macros
` [Qemu-devel] [RFC PATCH v3 32/46] target/i386: introduce gvec-based "
` [Qemu-devel] [RFC PATCH v3 33/46] target/i386: introduce sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v3 34/46] target/i386: introduce instruction translator macros
` [Qemu-devel] [RFC PATCH v3 35/46] target/i386: introduce MMX translators
` [Qemu-devel] [RFC PATCH v3 36/46] target/i386: introduce MMX code generators
` [Qemu-devel] [RFC PATCH v3 37/46] target/i386: introduce MMX instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v3 38/46] target/i386: introduce SSE translators
` [Qemu-devel] [RFC PATCH v3 39/46] target/i386: introduce SSE code generators
` [Qemu-devel] [RFC PATCH v3 40/46] target/i386: introduce SSE instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v3 41/46] target/i386: introduce SSE2 translators
` [Qemu-devel] [RFC PATCH v3 42/46] target/i386: introduce SSE2 code generators
` [Qemu-devel] [RFC PATCH v3 43/46] target/i386: introduce SSE2 instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v3 44/46] target/i386: introduce SSE3 translators
` [Qemu-devel] [RFC PATCH v3 45/46] target/i386: introduce SSE3 code generators
` [Qemu-devel] [RFC PATCH v3 46/46] target/i386: introduce SSE3 instructions to sse-opcode.inc.h

[f2fs-dev] [PATCH 1/2] mkfs.f2fs: add "zip" to cold data types
 2019-08-15  3:04 UTC  (6+ messages)

[PATCH] cxgb4: fix a memory leak bug
 2019-08-15  3:03 UTC  (2+ messages)

[PATCH 1/8] drm/i915/execlists: Lift process_csb() out of the irq-off spinlock
 2019-08-15  3:03 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/8] "

[PATCH net-next] net/mvpp2: Replace tasklet with softirq hrtimer
 2019-08-15  3:02 UTC  (2+ messages)

[Qemu-devel] [PULL 5/7] file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes
 2019-08-15  2:44 UTC 

[RFC PATCH 0/2] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-15  3:01 UTC  (10+ messages)
` [RFC PATCH 2/2] mm/gup: introduce vaddr_pin_pages_remote()

[PATCH] kernel-devsrc: cp Documentation/ to sdk kernel
 2019-08-15  3:00 UTC  (11+ messages)

[Qemu-devel] [PATCH v1 0/2] Integrating qemu to Linux Perf
 2019-08-15  2:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 1/2] accel/tcg: adding integration with linux perf
` [Qemu-devel] [PATCH v1 2/2] tb-stats: adding TBStatistics info into perf dump

S/G_SELECTION: The target flag usage for capture/output buftype
 2019-08-15  2:59 UTC 

[PATCH] arm: dts: rockchip: fix vcc_host_5v regulator for usb3 host
 2019-08-15  2:59 UTC  (2+ messages)

[PATCH 0/2] Netfilter updates for net-next
 2019-08-15  2:59 UTC  (2+ messages)

S/G_SELECTION: The target flag usage for capture/output buftype
 2019-08-15  2:59 UTC 

[RFC PATCH v2 0/5] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-15  2:58 UTC 

[U-Boot] RFC: Migration target date for DM_ETH
 2019-08-15  2:57 UTC  (4+ messages)
    ` [U-Boot] [U-Boot-Custodians] "

[Qemu-devel] [PATCH v9 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-08-15  2:31 UTC  (8+ messages)
` [Qemu-devel] [PATCH v9 05/11] numa: Extend CLI to provide initiator information for numa nodes

[Qemu-devel] [PATCH v5 00/10] Measure Tiny Code Generation Quality
 2019-08-15  2:18 UTC  (11+ messages)
` [Qemu-devel] [PATCH v5 01/10] accel: introducing TBStatistics structure
` [Qemu-devel] [PATCH v5 02/10] accel: collecting TB execution count
` [Qemu-devel] [PATCH v5 03/10] accel: collecting JIT statistics
` [Qemu-devel] [PATCH v5 04/10] accel: replacing part of CONFIG_PROFILER with TBStats
` [Qemu-devel] [PATCH v5 05/10] accel: adding TB_JIT_TIME and full replacing CONFIG_PROFILER
` [Qemu-devel] [PATCH v5 06/10] log: adding -d tb_stats to control tbstats
` [Qemu-devel] [PATCH v5 07/10] monitor: adding tb_stats hmp command
` [Qemu-devel] [PATCH v5 08/10] Adding info [tbs|tb|coverset] commands to HMP. These commands allow the exploration of TBs generated by the TCG. Understand which one hotter, with more guest/host instructions... and examine their guest, host and IR code
` [Qemu-devel] [PATCH v5 09/10] monitor: adding new info cfg command
` [Qemu-devel] [PATCH v5 10/10] linux-user: dumping hot TBs at the end of the execution

[PATCH v2 2/2] riscv: Make __fstate_clean() work correctly
 2019-08-15  2:53 UTC  (7+ messages)

Historical Sensor Information
 2019-08-15  2:51 UTC  (2+ messages)

[cip-dev] Testing CIP kernel with Debian gcc
 2019-08-15  2:50 UTC  (4+ messages)

[pull] amdgpu, scheduler drm-fixes-5.3
 2019-08-15  2:49 UTC 

[PATCH] Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for clang
 2019-08-15  2:44 UTC  (9+ messages)

[PATCH] x86/fixmap: update stale comments
 2019-08-15  2:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] Fix MemoryRegionSection alignment and comparison
 2019-08-15  2:16 UTC  (2+ messages)

[PATCH V3 1/4] staging: iio: adc: ad7192: Add low_pass_3db_filter_frequency
 2019-08-15  2:39 UTC  (3+ messages)
` [PATCH V3 4/4] dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192

[PATCH v11 0/4] crypto: switch to crypto API for ESSIV generation
 2019-08-15  2:37 UTC  (5+ messages)
` [PATCH v11 1/4] crypto: essiv - create wrapper template "
    ` [dm-devel] "

[PATCH] afs: Move comments after /* fallthrough */
 2019-08-15  2:36 UTC 

recovering from "parent transid verify failed"
 2019-08-15  2:35 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for 5.3-rc, take 3
 2019-08-15  2:34 UTC 

[PATCH] bugreport: add tool to generate debugging info
 2019-08-15  2:34 UTC 

[PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
 2019-08-15  2:30 UTC  (7+ messages)

[BUG] kernel BUG at fs/userfaultfd.c:385 after 04f5866e41fb
 2019-08-15  2:21 UTC  (6+ messages)

What's cooking in git.git (Aug 2019, #04; Wed, 14)
 2019-08-15  2:15 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] lib/tests/igt_audio: silence uninitialized variable warning
 2019-08-15  2:14 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] scsi: fnic: remove redundant assignment of variable rc
 2019-08-15  2:12 UTC  (3+ messages)

[PATCH] of: irq: fix a trivial typo in a doc comment
 2019-08-15  2:12 UTC  (3+ messages)

wic create - bad ownership of directories inside image
 2019-08-15  2:11 UTC  (2+ messages)

[Xen-devel] [xen-unstable test] 140117: regressions - FAIL
 2019-08-15  2:10 UTC 

[PATCH v2 0/2] scsi: qla2xxx: fixes for FW trace/dump buffers
 2019-08-15  2:08 UTC  (2+ messages)

[PATCH] scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()
 2019-08-15  2:08 UTC  (2+ messages)

[PATCH 0/1] btrfs: Simplify parsing max_inline mount option
 2019-08-15  2:04 UTC  (2+ messages)
` [PATCH 1/1] "

Segmentation fault | bitbake machine-image.bb | core dumped
 2019-08-15  2:00 UTC  (2+ messages)

[PATCH v2] tcmu: avoid use-after-free after command timeout
 2019-08-15  2:00 UTC  (3+ messages)

[PATCH] psi: get poll_work to run when calling poll syscall next time
 2019-08-15  1:59 UTC  (3+ messages)
` [PATCH v2] "

[U-Boot] [PATCH v2 0/6] cbfs: Allow use before relocation / BSS
 2019-08-15  1:56 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] cbfs: Allow CBFS to be used in SPL
` [U-Boot] [PATCH v2 2/6] cbfs: Move declarations above functions
` [U-Boot] [PATCH v2 3/6] cbfs: Move static variables into a struct
` [U-Boot] [PATCH v2 4/6] cbfs: Move result variable into the struct
` [U-Boot] [PATCH v2 5/6] cbfs: Add functions to support multiple CBFSs
` [U-Boot] [PATCH v2 6/6] cbfs: Rename camel-case variables

[Qemu-riscv] [Qemu-devel] [PATCH 1/3] riscv: sifive_u: Add support for loading initrd
 2019-08-15  1:53 UTC  (5+ messages)
  `  "

[PATCH RESEND] qla2xxx: Fix gnl.l memory leak on adapter init failure
 2019-08-15  1:51 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] cbfs: Allow use before relocation / BSS
 2019-08-15  1:50 UTC  (4+ messages)
` [U-Boot] [PATCH 3/6] cbfs: Move static variables into a struct

Закупочная среда
 2019-08-15  1:48 UTC 

[PATCH] dma-buf/sw_sync: Synchronize signal vs syncpt free
 2019-08-15  1:46 UTC  (5+ messages)

[PATCH v2] drm/i915: Remove i915 ggtt WA since GT E0
 2019-08-15  1:42 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Remove i915 ggtt WA since GT E0 (rev3)

[PATCH v2 0/2] drm/mediatek: make imported PRIME buffers contiguous
 2019-08-15  1:40 UTC  (4+ messages)

[ndctl PATCH] ndctl/dimm: Add support for separate security-frozen attribute
 2019-08-15  1:23 UTC 

[PATCH] ALSA: hda - Fixes inverted Conexant GPIO mic mute led
 2019-08-15  1:38 UTC 

[U-Boot] [PATCH v2 0/4] USB: Add cadence USB3 gadget driver and host driver
 2019-08-15  1:38 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/4] USB: host: Add the USB3 "
    ` [U-Boot] 答复: "

[PATCH 0/3] libnvdimm/security: Enumerate the frozen state and other cleanups
 2019-08-15  1:20 UTC  (8+ messages)
` [PATCH 1/3] libnvdimm/security: Introduce a 'frozen' attribute
` [PATCH 2/3] libnvdimm/security: Tighten scope of nvdimm->busy vs security operations
` [PATCH 3/3] libnvdimm/security: Consolidate 'security' operations

[PATCH 5.2 000/144] 5.2.9-stable review
 2019-08-15  1:34 UTC  (2+ messages)

Init stops working on second boot cycle
 2019-08-15  1:32 UTC  (2+ messages)

[PATCH v2 1/3] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-15  1:31 UTC  (4+ messages)
` [PATCH v2 3/3] staging: erofs: correct all misused ENOTSUPP

[PATCH 4.19 00/91] 4.19.67-stable review
 2019-08-15  1:29 UTC  (2+ messages)

[PATCH] drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2)
 2019-08-15  1:29 UTC  (2+ messages)

[PATCH v2 0/5] Add mode 2 GPU reset for RV2/Picasso
 2019-08-15  1:29 UTC  (3+ messages)
` [PATCH v2 5/5] drm/amdgpu: Use new mode2 reset interface for RV

WARNING in cgroup_rstat_updated
 2019-08-15  1:26 UTC  (2+ messages)

[PATCH net-next 1/5] RDS: Re-add pf/sol access via sysctl
 2019-08-15  1:25 UTC  (4+ messages)

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_schedule: Check timeslice
 2019-08-15  1:22 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 4.14 00/69] 4.14.139-stable review
 2019-08-15  1:20 UTC  (2+ messages)

[PATCH 1/3] musl: Update to latest tip
 2019-08-15  1:16 UTC  (3+ messages)
` [PATCH 2/3] systemd: Drop musl __secure_getenv patch
` [PATCH 3/3] mesa: Add packageconfigs for vc4 and v3d

unexpected configuration output given examples
 2019-08-15  1:16 UTC  (2+ messages)

kexec on rk3399
 2019-08-15  1:15 UTC  (6+ messages)

[patch net-next v3 0/2] netdevsim: implement support for devlink region and snapshots
 2019-08-15  1:14 UTC  (3+ messages)
` [patch net-next v3 1/2] "

[patch net-next v2 0/2] selftests: netdevsim: add devlink paramstests
 2019-08-15  1:09 UTC  (3+ messages)
` [patch net-next v2 2/2] selftests: netdevsim: add devlink params tests

[Virtio-fs] [PATCH v4 0/2] virtiofsd: Improve io bandwidth by replacing pwrite with pwritev
 2019-08-15  1:11 UTC  (4+ messages)
` [Virtio-fs] [PATCH v4 2/2] virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performance

[U-Boot] [PATCH 00/22] i.MX8MM support
 2019-08-15  1:11 UTC  (7+ messages)
` [U-Boot] [PATCH 09/22] imx8m: update imx-regs for i.MX8MM
` [U-Boot] [PATCH 20/22] arm: dts: import i.MX8MM dtsi

[PATCH] drm/i915/tgl: disable DDIC
 2019-08-15  1:08 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/tgl: Enabling DSC on Pipe A for TGL
 2019-08-15  1:05 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[cip-dev] CIP IRC weekly meeting today
 2019-08-15  1:04 UTC 

[PATCH] linux-yocto/4.19: make drm-bochs feature available
 2019-08-15  1:01 UTC  (2+ messages)
` ✗ patchtest: failure for "

[Virtio-fs] [PATCH v5 0/2] virtiofsd: Improve io bandwidth by replacing pwrite with pwritev
 2019-08-15  0:59 UTC  (2+ messages)
` [Virtio-fs] [PATCH v5 2/2] virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performance


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.