All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-03 08:09:53 to 2018-07-03 09:00:25 UTC [more...]

[PATCH 0/3] clk: meson: add a sub EMMC clock controller support
 2018-07-03 14:57 UTC  (9+ messages)
` [PATCH 1/3] clk: meson: add DT documentation for emmc clock controller
` [PATCH 3/3] clk: meson: add sub EMMC clock controller driver

[PATCH] PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabled
 2018-07-03  9:00 UTC 

[Cluster-devel] [GFS2 PATCH] GFS2: Eliminate bitmap clones
 2018-07-03  9:00 UTC  (2+ messages)

[virtio] [PATCH v3 0/6] rework notifications terminology
 2018-07-03  9:00 UTC  (3+ messages)
` [virtio] Re: [virtio-dev] "

4.17.x won't boot due to "x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G"
 2018-07-03  8:59 UTC  (5+ messages)

[PATCH] ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
 2018-07-03  8:59 UTC  (3+ messages)

[Xenomai] How to locate the max latency
 2018-07-03  8:59 UTC 

[PATCH] git-gui: use commit message template
 2018-07-03  8:53 UTC  (3+ messages)
  ` AW: "

panic kexec broken on ARM64?
 2018-07-03  8:58 UTC  (8+ messages)

[PATCH 1/2] xen/xsm: Introduce new boot parameter xsm
 2018-07-03  8:58 UTC  (3+ messages)

src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6
 2018-07-03  9:04 UTC  (6+ messages)

[PATCH] test/compress: add scatter-gather tests
 2018-07-03  0:52 UTC 

[RFC PATCH] ata: ahci: Enable DEVSLP by default on x86 modern standby platform
 2018-07-03  8:57 UTC  (5+ messages)

[PATCH v1] examples/multi_process: add l2fwd_fork to Makefile
 2018-07-03  8:57 UTC 

[PATCH 00/15] arm: dts: Fix OPP and cooling device properties
 2018-07-03  8:56 UTC  (7+ messages)
` [PATCH 15/15] arm: dts: imx: Add missing OPP properties for CPUs

[RFC PATCH for 4.18] rseq: use __u64 for rseq_cs fields, validate user inputs
 2018-07-03  8:55 UTC  (17+ messages)

[PATCH i-g-t v3] lib: Report file cache as available system memory
 2018-07-03  8:56 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] i2c: tegra: Fix NACK error handling
 2018-07-03  8:55 UTC  (2+ messages)

[amdgpu][tahiti xt] cursor motion smoothness
 2018-07-03  8:54 UTC  (9+ messages)

[Qemu-devel] [PATCH v2 00/32] ] qmp: Fixes and cleanups around OOB commands
 2018-07-03  8:53 UTC  (33+ messages)
` [Qemu-devel] [PATCH v2 01/32] qmp: Say "out-of-band" instead of "Out-Of-Band"
` [Qemu-devel] [PATCH v2 02/32] monitor: Spell "I/O thread" consistently in comments
` [Qemu-devel] [PATCH v2 03/32] docs/interop/qmp: Improve OOB documentation
` [Qemu-devel] [PATCH v2 04/32] qmp: Document COMMAND_DROPPED design flaw
` [Qemu-devel] [PATCH v2 05/32] qmp: Get rid of x-oob-test command
` [Qemu-devel] [PATCH v2 06/32] tests/qmp-test: Test in-band command doesn't overtake
` [Qemu-devel] [PATCH v2 07/32] qmp: Make "id" optional again even in "oob" monitors
` [Qemu-devel] [PATCH v2 08/32] tests/test-qga: Demonstrate the guest-agent ignores "id"
` [Qemu-devel] [PATCH v2 09/32] qmp qemu-ga: Revert change that accidentally made qemu-ga accept "id"
` [Qemu-devel] [PATCH v2 10/32] tests/test-qga: Demonstrate the guest-agent ignores "control"
` [Qemu-devel] [PATCH v2 11/32] qmp qemu-ga: Fix qemu-ga not to accept "control"
` [Qemu-devel] [PATCH v2 12/32] qmp: Redo how the client requests out-of-band execution
` [Qemu-devel] [PATCH v2 13/32] qmp: Revert change to handle_qmp_command tracepoint
` [Qemu-devel] [PATCH v2 14/32] qmp: Always free QMPRequest with qmp_request_free()
` [Qemu-devel] [PATCH v2 15/32] qmp: Simplify code around monitor_qmp_dispatch_one()
` [Qemu-devel] [PATCH v2 16/32] tests/qmp-test: Demonstrate QMP errors jumping the queue
` [Qemu-devel] [PATCH v2 17/32] qmp: Don't let malformed in-band commands jump "
` [Qemu-devel] [PATCH v2 18/32] qmp: Don't let JSON errors "
` [Qemu-devel] [PATCH v2 19/32] monitor: Rename use_io_thr to use_io_thread
` [Qemu-devel] [PATCH v2 20/32] monitor: Peel off @mon_global wrapper
` [Qemu-devel] [PATCH v2 21/32] qobject: New qdict_from_jsonf_nofail()
` [Qemu-devel] [PATCH v2 22/32] qmp: De-duplicate error response building
` [Qemu-devel] [PATCH v2 23/32] qmp: Use QDict * instead of QObject * for response objects
` [Qemu-devel] [PATCH v2 24/32] qmp: Replace monitor_json_emitter{, raw}() by qmp_{queue, send}_response()
` [Qemu-devel] [PATCH v2 25/32] qmp: Replace get_qmp_greeting() by qmp_greeting()
` [Qemu-devel] [PATCH v2 26/32] qmp: Simplify monitor_qmp_respond()
` [Qemu-devel] [PATCH v2 27/32] qmp: Add some comments around null responses
` [Qemu-devel] [PATCH v2 28/32] qmp: Switch timestamp_put() to qdict_from_jsonf_nofail()
` [Qemu-devel] [PATCH v2 29/32] qobject: Let qobject_from_jsonf() fail instead of abort
` [Qemu-devel] [PATCH v2 30/32] qmp: Clean up capability negotiation after commit 02130314d8c
` [Qemu-devel] [PATCH v2 31/32] monitor: Improve some comments
` [Qemu-devel] [PATCH v2 32/32] qapi: Polish command flags documentation in qapi-code-gen.txt

[PATCH] btrfs: qgroups: Move transaction managed inside btrfs_quota_enable
 2018-07-03  8:54 UTC  (3+ messages)

[Qemu-devel] [PATCH] replay: wake up vCPU when replaying
 2018-07-03  8:52 UTC 

[v6,1/2] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)
 2018-07-03  8:52 UTC 

[PATCH v2 0/2] drm/i915: Optimize the read/write fence_reg on SNB+
 2018-07-03  8:51 UTC  (5+ messages)
` [PATCH v2 1/2] drm/i915: Use 64-bit to Read/Write fence reg "
` [PATCH v2 2/2] drm/i915: write fence reg only once on VGPU

Oops in sock_wfree
 2018-07-03  8:51 UTC 

So, does btrfs check lowmem take days? weeks?
 2018-07-03  8:50 UTC  (13+ messages)

[Qemu-devel] [Bug 1779634] [NEW] qemu-x86_64 on aarch64 reports "Synchronous External Abort"
 2018-07-03  8:44 UTC  (2+ messages)
` [Qemu-devel] [Bug 1779634] "

[PATCH 2/3] locking: Clarify requirements for smp_mb__after_spinlock()
 2018-07-03  8:49 UTC  (5+ messages)
` [PATCH v2 "

[Qemu-devel] [PULL v2 00/50] More misc patches for 3.0 soft freeze
 2018-07-03  8:48 UTC  (2+ messages)

[PATCH v4 00/27] Venus updates
 2018-07-03  8:49 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/5] Add Icelake CPU model
 2018-07-03  8:48 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] i386: Add support for IA32_PRED_CMD and IA32_ARCH_CAPABILITIES MSRs

[PATCH 0/3] mmc: sdhci-esdhc-imx: fix no UHS modes
 2018-07-03  8:48 UTC  (4+ messages)
` [PATCH 2/3] mmc: sdhci: add quirk to prevent higher speed modes

[PATCH v2 1/2] btrfs: Check each block group has corresponding chunk at mount time
 2018-07-03  8:47 UTC  (4+ messages)

[PATCH net] r8169: fix mac address change
 2018-07-03  8:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] fsdev: fix compilation with VIRTIO but not VIRTIO_9P
 2018-07-03  8:46 UTC  (3+ messages)

[RFC/RFT PATCH 0/2] disable_hest quirk on HP m400 with bad UEFI firmwware
 2018-07-03  8:46 UTC  (8+ messages)

omap5 fixing palmas IRQ_TYPE_NONE warning leads to gpadc timeouts
 2018-07-03  8:45 UTC  (2+ messages)

[PATCH] x86/entry/64: add two more instruction suffixes
 2018-07-03  8:46 UTC  (3+ messages)
` [tip:x86/asm] x86/entry/64: Add "

[RFC PATCH 2/2] fpga: zynq-fpga: Add support for readback of configuration registers
 2018-07-03  8:44 UTC  (3+ messages)

[RFC PATCH 1/2] fpga: fpga-mgr: Add readback support
 2018-07-03  8:44 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/kms_psr_sink_crc: Do not test sink crc
 2018-07-03  8:44 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_psr_sink_crc: Test PSR source HW status

[PATCH] fstests: btrfs/168 verify device ready after device delete
 2018-07-03  8:47 UTC 

[Buildroot] [PATCH 0/3] Bump and various improvements to systemd
 2018-07-03  8:44 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] systemd: bump to v239

[PATCH] drm/amdgpu: Reserve shared fence slot in amdgpu_vm_update_directories
 2018-07-03  8:42 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/2] PCI: Initial imx7d pm support
 2018-07-03  8:42 UTC  (7+ messages)
` [PATCH 2/2] PCI: imx: "

[PATCH] [yocto-ab-helper] Extend LAVA buildset JSON to ABHELPER
 2018-07-03  8:40 UTC 

[meta-raspberrypi] Waveshare touchscreen
 2018-07-03  8:40 UTC  (3+ messages)

[qmimodems] gprs context provisioning versus automatically discovered contexts in LTE
 2018-07-03  8:40 UTC 

[igt-dev] [PATCH i-g-t] tests: Drop drm_vma_limiter*
 2018-07-03  8:40 UTC  (2+ messages)

[PATCH v9 0/6] add support for relative references in special sections
 2018-07-03  8:38 UTC  (5+ messages)

[PATCH v6] Add udmabuf misc device
 2018-07-03  8:37 UTC  (6+ messages)

[PATCH] crypto/zuc: add dynamic logging to zuc
 2018-07-03  8:38 UTC  (4+ messages)
` [PATCH v2] crypto/zuc: add dynamic logging

[PATCH] crypto/aesni_gcm: add dynamic logging to aesni_gcm
 2018-07-03  8:37 UTC  (3+ messages)
` [PATCH v2] crypto/aesni_gcm: add dynamic logging

[Qemu-devel] [PATCH 00/32] qmp: Fixes and cleanups around OOB commands
 2018-07-03  8:36 UTC  (3+ messages)

[MODERATED] KVM L1TF options
 2018-07-03  8:36 UTC  (3+ messages)
` [MODERATED] "

[PATCH v2] x86-64: use 32-bit XOR to zero registers
 2018-07-03  8:35 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/64: Use "

[PATCH v2] ARM: dts: ux500: Get rid of DTC warnings
 2018-07-03  8:35 UTC 

[PATCH 1/2] x86/bugs: Update when to check for the LS_CFG SSBD mitigation
 2018-07-03  8:33 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 2/2] x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
 2018-07-03  8:34 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH] crypto/kasumi: add dynamic logging to kasumi
 2018-07-03  8:34 UTC  (3+ messages)
` [PATCH v2] crypto/kasumi: add dynamic logging

[PATCH V4] blk-mq: dequeue request one by one from sw queue iff hctx is busy
 2018-07-03  8:34 UTC 

[PATCH V5 0/3] PCI: separate hotplug handling from fatal error handling
 2018-07-03  8:34 UTC  (3+ messages)
` [PATCH V5 3/3] PCI: Mask and unmask hotplug interrupts during reset

[PATCH 0/6] arm64: dts: Add missing cooling device properties for CPUs
 2018-07-03  8:34 UTC  (5+ messages)
` [PATCH 2/6] arm64: dts: freescale: "

[PATCH] crypto/aesni_mb: add dynamic logging to aesni_mb
 2018-07-03  8:33 UTC  (3+ messages)
` [PATCH v2] crypto/aesni_mb: add dynamic logging

recvmsg bug not clear
 2018-07-03  8:33 UTC 

A list of bugs in btrfs found by fuzzing
 2018-07-03  8:32 UTC  (3+ messages)

[PATCH] crypto/null: add dynamic logging to null driver
 2018-07-03  8:32 UTC  (3+ messages)
` [PATCH v2] crypto/null: add dynamic logging

[PATCH] crypto/openssl: add dynamic logging to openssl
 2018-07-03  8:32 UTC  (3+ messages)
` [PATCH v2] crypto/openssl: add dynamic logging

[PATCH 00/14] rtlwifi: remove duplicate C2H handlers
 2018-07-03  8:32 UTC  (8+ messages)
` [PATCH 13/14] rtlwifi: access skb->data to get C2H data by macro

[PATCH V2 00/19] C-SKY(csky) Linux Kernel Port
 2018-07-03  8:31 UTC  (4+ messages)
` [PATCH V2 02/19] csky: defconfig

[PATCH] ARM: dts: ux500: Fix LCDA clock line muxing
 2018-07-03  8:31 UTC 

[PATCH v2] crypto/scheduler: add dynamic logging to scheduler
 2018-07-03  8:31 UTC  (3+ messages)
` [PATCH v3] crypto/scheduler: add dynamic logging

[Qemu-devel] [PATCH] qga: report disk size and free space
 2018-07-03  8:31 UTC 

[PATCHv2 net] sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
 2018-07-03  8:30 UTC  (2+ messages)

[PATCH] lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe
 2018-07-03  8:30 UTC  (3+ messages)
` [PATCH] x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling

[PATCH] drm/i915/selftests: Let other struct_mutex users have their gpu time
 2018-07-03  8:30 UTC 

[Qemu-devel] [PULL 0/2] Usb 20180703 patches
 2018-07-03  8:28 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] ehci: Don't fetch a NULL current qtd but advance the queue instead
` [Qemu-devel] [PULL 2/2] xhci: fix guest-triggerable assert

[PATCH] x86: make Memory Management options more visible
 2018-07-03  8:28 UTC  (4+ messages)

[RFC v3 PATCH 0/5] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-03  8:27 UTC  (6+ messages)
` [RFC v3 PATCH 4/5] mm: mmap: zap pages with read mmap_sem "

[chao-linux:erofs-dev 24/33] fs/erofs/unzip_vle.c:651:1-7: preceding lock on line 509
 2018-07-03  8:26 UTC  (4+ messages)

[PATCH v3] drm/i915: Adding YUV444 packed format(DRM_FORMAT_AYUV) support
 2018-07-03  8:25 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v3 04/11] igc: Add interrupt support
 2018-07-03  8:25 UTC  (3+ messages)

[LTP] [PATCH] pathconf01: Use TMPDIR instead of "/tmp" if set
 2018-07-03  8:25 UTC  (3+ messages)
` [LTP] [PATCH] {rt_, }sigsuspend01: Fix build for non-glibc platforms

[U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates
 2018-07-03  8:24 UTC  (2+ messages)

Is there a faster way to restore Virtual machine status in Xen?
 2018-07-03  8:24 UTC  (2+ messages)

[patch V5 00/10] KVM magic # 0
 2018-07-03  8:23 UTC  (4+ messages)
` [patch V5 05/10] KVM magic # 5
  ` [MODERATED] Re: ***UNCHECKED*** "

[Qemu-devel] [PATCH v3 0/4] pc-dimm: pre_plug "slot" and "addr" assignment
 2018-07-03  8:22 UTC  (14+ messages)
` [Qemu-devel] [PATCH v3 1/4] pc-dimm: assign and verify the "slot" property during pre_plug
` [Qemu-devel] [PATCH v3 2/4] util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()
` [Qemu-devel] [PATCH v3 3/4] pc: drop memory region alignment check for 0
` [Qemu-devel] [PATCH v3 4/4] pc-dimm: assign and verify the "addr" property during pre_plug

[Bug 107095] Artifacts in X sessions, GPU fault 147
 2018-07-03  8:19 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] qt5charts: fix license
 2018-07-03  8:18 UTC  (3+ messages)

[PATCH 0/3] IIO: st_sensors_i2c: improve device enumeration
 2018-07-03  8:18 UTC  (5+ messages)

[PATCH 0/4] reduce Surface Pro 3 multitouch jitter
 2018-07-03  8:17 UTC  (7+ messages)
` [PATCH 2/4] HID: multitouch: don't check HID_GROUP_MULTITOUCH_WIN_8 for serial protocol
` [PATCH 3/4] HID: multitouch: drop reports containing invalid values
` [PATCH 4/4] HID: multitouch: remove unneeded else conditional cases

[PATCH v4 0/8] PVH MTRR initial state
 2018-07-03  8:17 UTC  (2+ messages)

Subject: [PATCH RFC] block: fix Amiga RDB partition support for disks >= 2 TB
 2018-07-03  8:15 UTC  (6+ messages)
` [PATCH] block: fix Amiga partition support for disks >= 1 TB

转发:年度热门话题,该如何合为一伙
 2018-07-03  8:14 UTC 

[PATCH] pinctrl: sh-pfc: r8a77970: remove SH_PFC_PIN_CFG_DRIVE_STRENGTH flag
 2018-07-03  8:14 UTC  (4+ messages)

[Notes for xen summit 2018 design session] Process changes: is the 6 monthly release Cadence too short, Security Process, 
 2018-07-03  8:13 UTC  (5+ messages)

[PATCH 00/20] coresight: Update device tree bindings
 2018-07-03  8:12 UTC  (6+ messages)
` [PATCH 16/20] dts: arm: omap: Update coresight bindings for hardware ports

[PATCH] mtd: rawnand: gpmi: remove redundant variable payload_virt
 2018-07-03  8:12 UTC  (2+ messages)

[PATCH 3/3] drivers/speakup: Fix style and coding warnings
 2018-07-03  8:10 UTC  (2+ messages)

[PATCH v5 00/10] Uprobes: Support SDT markers having reference count (semaphore)
 2018-07-03  8:11 UTC  (9+ messages)
` [PATCH v5 06/10] "

[Bug 200387] New: amdgpu uses unusually high memory
 2018-07-03  8:11 UTC  (2+ messages)
` [Bug 200387] "

ac0b4145d662 ("btrfs: scrub: Don't use inode pages for device replace") breaking btrfs/100
 2018-07-03  8:11 UTC  (2+ messages)

[PATCH] btrfs: fix a typo in comment of btrfs_balance
 2018-07-03  8:16 UTC 

[PATCH v6 00/21] s390: vfio-ap: guest dedicated crypto adapters
 2018-07-03  8:10 UTC  (3+ messages)
` [PATCH v6 21/21] s390: doc: detailed specifications for AP virtualization

[PATCH v7 0/4] mfd/regulator/clk/input: bd71837: ROHM BD71837 PMIC driver
 2018-07-03  8:09 UTC  (11+ messages)
` [PATCH v7 1/4] mfd: bd71837: mfd driver for ROHM BD71837 PMIC


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.