All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-11 05:16:53 to 2018-02-11 10:10:34 UTC [more...]

[PATCH v3] drm/vc4: Expose performance counters to userspace
 2018-02-11 10:07 UTC  (2+ messages)

[Bug 104082] amdgpu 0000:07:00.0: swiotlb buffer is full (sz: 2097152 bytes)
 2018-02-11 10:09 UTC  (3+ messages)

[PATCH v4 0/2] nvme: Add fault injection feature
 2018-02-11 10:09 UTC  (2+ messages)

[PATCH] drm: Print the pid when debug logging an ioctl error
 2018-02-11 10:07 UTC  (4+ messages)

[xen-unstable-coverity test] 118906: all pass - PUSHED
 2018-02-11 10:08 UTC 

[Bug 105030] `radeon_ib_ring_tests()` takes 1.5 s during resume
 2018-02-11 10:06 UTC  (2+ messages)

[PATCH] ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait
 2018-02-11  9:59 UTC  (3+ messages)

Bug#890090: can-utils: Please update, new features and tools in upstream
 2018-02-11  9:53 UTC 

[PATCH] usertools/dpdk-devbind.py: add support for wind river avp device
 2018-02-11  9:52 UTC 

[PATCH] .gitignore: ignore ANS.1 auto generated files
 2018-02-11  9:55 UTC 

[PATCH 00/25] Add KFD GPUVM support for dGPUs v2
 2018-02-11  9:55 UTC  (5+ messages)
` [PATCH 14/25] drm/amdkfd: Populate DRM render device minor

[U-Boot] [PATCH] common: build ymodem and s_record only on need
 2018-02-11  9:53 UTC 

[PATCH 1/3] nvme-pci: Fix timeouts in connecting state
 2018-02-11  9:53 UTC  (4+ messages)
` [PATCH 3/3] nvme: Fail controller on timeouts during reset

[Qemu-devel] [PATCH 0/3] QAPI file renames
 2018-02-11  9:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/3] qapi: Rename QMP and QGA schema files

[PATCH V3 0/6]nvme-pci: fixes on nvme_timeout and nvme_dev_disable
 2018-02-11  9:38 UTC  (20+ messages)
` [PATCH 1/9] nvme: fix the dangerous reference of namespaces list
` [PATCH 2/9] nvme: fix the deadlock in nvme_update_formats
` [PATCH 3/9] nvme: change namespaces_mutext to namespaces_rwsem
` [PATCH 4/9] nvme-pci: quiesce IO queues prior to disabling device HMB accesses
` [PATCH 5/9] nvme-pci: suspend queues based on online_queues
` [PATCH 6/9] nvme-pci: drain the entered requests after ctrl is shutdown
` [PATCH 7/9] blk-mq: make blk_mq_rq_update_aborted_gstate a external interface
` [PATCH 8/9] nvme-pci: break up nvme_timeout and nvme_dev_disable
` [PATCH 9/9] nvme-pci: discard wait timeout when delete cq/sq

[Xenomai] bcm2835 ipipe question
 2018-02-11  9:44 UTC  (2+ messages)

[PATCH v2 0/3] Add "git rebase --show-patch"
 2018-02-11  9:43 UTC  (5+ messages)
` [PATCH v3 0/3] Add "git rebase --show-current-patch"
  ` [PATCH v3 1/3] am: add --show-current-patch
  ` [PATCH v3 2/3] rebase: "
  ` [PATCH v3 3/3] rebase: introduce and use pseudo-ref REBASE_HEAD

[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
 2018-02-11  9:38 UTC  (6+ messages)
` [PATCH 2/5] drm: Allow determining if current task is output poll worker
` [PATCH 4/5] drm/radeon: Fix deadlock on runtime suspend
` [PATCH 1/5] workqueue: Allow retrieval of current task's work struct
` [PATCH 3/5] drm/nouveau: Fix deadlock on runtime suspend
` [PATCH 5/5] drm/amdgpu: "

[Qemu-devel] [PATCH v2 00/29] Modularize generated QAPI code
 2018-02-11  9:36 UTC  (30+ messages)
` [Qemu-devel] [PATCH v2 01/29] Include qapi/qmp/qerror.h exactly where needed
` [Qemu-devel] [PATCH v2 02/29] qapi: Streamline boilerplate comment generation
` [Qemu-devel] [PATCH v2 03/29] qapi: Generate up-to-date copyright notice
` [Qemu-devel] [PATCH v2 04/29] qapi: Rename variable holding the QAPISchemaGenFOOVisitor
` [Qemu-devel] [PATCH v2 05/29] qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDoc
` [Qemu-devel] [PATCH v2 06/29] qapi: Reduce use of global variables in generators some
` [Qemu-devel] [PATCH v2 07/29] qapi: Turn generators into modules
` [Qemu-devel] [PATCH v2 08/29] qapi-gen: New common driver for code and doc generators
` [Qemu-devel] [PATCH v2 09/29] qapi-gen: Convert from getopt to argparse
` [Qemu-devel] [PATCH v2 10/29] qapi: Touch generated files only when they change
` [Qemu-devel] [PATCH v2 11/29] qapi: Improve include file name reporting in error messages
` [Qemu-devel] [PATCH v2 12/29] qapi/common: Eliminate QAPISchema.exprs
` [Qemu-devel] [PATCH v2 13/29] qapi: Lift error reporting from QAPISchema.__init__() to callers
` [Qemu-devel] [PATCH v2 14/29] qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()
` [Qemu-devel] [PATCH v2 15/29] qapi: Record 'include' directives in parse tree
` [Qemu-devel] [PATCH v2 16/29] qapi: Generate in source order
` [Qemu-devel] [PATCH v2 17/29] qapi: Record 'include' directives in intermediate representation
` [Qemu-devel] [PATCH v2 18/29] qapi: Rename generated qmp-marshal.c to qmp-commands.c
` [Qemu-devel] [PATCH v2 19/29] qapi: Make code-generating visitors use QAPIGen more
` [Qemu-devel] [PATCH v2 20/29] qapi/types qapi/visit: Generate built-in stuff into separate files
` [Qemu-devel] [PATCH v2 21/29] qapi/common: Fix guardname() for funny filenames
` [Qemu-devel] [PATCH v2 22/29] qapi: Generate separate .h, .c for each module
` [Qemu-devel] [PATCH v2 23/29] Include less of the generated modular QAPI headers
` [Qemu-devel] [PATCH v2 24/29] qapi: Empty out qapi-schema.json
` [Qemu-devel] [PATCH v2 25/29] docs/devel/writing-qmp-commands: Update for modular QAPI
` [Qemu-devel] [PATCH v2 26/29] docs: Correct outdated information on QAPI
` [Qemu-devel] [PATCH v2 27/29] qapi: Move qapi-schema.json to qapi/, rename generated files
` [Qemu-devel] [PATCH v2 28/29] Fix up dangling references to qmp-commands.* in comment and doc
` [Qemu-devel] [PATCH v2 29/29] qapi: Don't create useless directory qapi-generated

[PATCH v2] drm/amdgpu: Fix potential uninitialized use of 'idle' in amdgpu_ids.c
 2018-02-11  9:36 UTC  (3+ messages)

btrfs-cleaner / snapshot performance analysis
 2018-02-11  9:31 UTC  (6+ messages)

[PATCH 1/2] firmware: dmi_scan: add DMI_OEM_STRING support to dmi_matches
 2018-02-11  9:29 UTC  (9+ messages)
` [PATCH 2/2] ACPI / osi: add DMI quirk for Dell systems

dmaengine: dmatest: fix container_of member in dmatest_callback
 2018-02-11  9:28 UTC  (4+ messages)
  ` [PATCH] "

Regression after commit 19809c2da28a ("mm, vmalloc: use __GFP_HIGHMEM implicitly")
 2018-02-11  9:26 UTC  (5+ messages)

[PATCH] PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameter
 2018-02-11  9:25 UTC  (2+ messages)

[PATCH] fix missing checks for deleted instructions
 2018-02-11  9:21 UTC 

[PATCH] platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
 2018-02-11  9:18 UTC 

Kconfig:12: can't open file "arch/powerpc64/Kconfig"
 2018-02-11  9:16 UTC  (3+ messages)

[PATCH] xtensa: fix build with KASAN
 2018-02-11  9:15 UTC 

[Buildroot] [PATCH 1/1] qt5webkit: add missing icu dependency
 2018-02-11  9:14 UTC  (2+ messages)

[kvm-unit-t)ests PATCH] kvm-unit-tests: vmx: add a test for injecting events to halted L2
 2018-02-11  9:01 UTC 

[PATCH] KVM: X86: Fix SMRAM accessing even if VM is shutdown
 2018-02-11  8:56 UTC  (8+ messages)

[PATCH v2 1/5] dt-bindings: pwrap: mediatek: add pwrap support for MT6797
 2018-02-11  8:55 UTC  (6+ messages)
` [PATCH v2 2/5] arm64: dts: mt6797: add pwrap support for mt6797

[PATCH v3] KVM: VMX: Don't halt vcpu when L1 is injecting events to L2
 2018-02-11  8:51 UTC 

[PATCH 0/2] nvme-fc: io termination cleanup
 2018-02-11  8:48 UTC  (2+ messages)

[PATCH] kvm: vmx: Scrub hardware GPRs at VM-exit
 2018-02-11  8:42 UTC  (6+ messages)

[PATCH] kbuild: process mixture of clean/build targets one by one
 2018-02-11  8:40 UTC 

The usage of page_mapping() in architecture code
 2018-02-11  8:39 UTC  (5+ messages)

[PATCH] waf.bbclass: cd to ${S} before checking version
 2018-02-11  8:35 UTC  (3+ messages)
` [PATCH v2] "

ipsec through openvpn broken
 2018-02-11  8:33 UTC 

Suspend to disk with nvidia NV40/NV46 (Geforce Go 7400)
 2018-02-11  8:30 UTC 

[PATCH v2] MIPS: Add basic R5900 support
 2018-02-11  8:29 UTC  (16+ messages)
                  ` [RFC] MIPS: R5900: Workaround for the short loop bug
                  ` [RFC] MIPS: R5900: Use SYNC.L for data cache and SYNC.P for instruction cache
                  ` [RFC] MIPS: R5900: Workaround exception NOP execution bug (FLX05)
                  ` [RFC] MIPS: R5900: Workaround for CACHE instruction near branch delay slot
                  ` [RFC] MIPS: R5900: The ERET instruction has issues with delay slot and CACHE
                  ` [RFC] MIPS: R5900: Use mandatory SYNC.L in exception handlers

[PATCH] net/mlx4: use PCI address as port name
 2018-02-11  8:29 UTC 

[Qemu-devel] [PATCH v2 00/19] spapr: Guest exploitation of the XIVE interrupt controller (POWER9)
 2018-02-11  8:08 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 02/19] spapr: introduce a skeleton for the XIVE interrupt controller

[PATCH 0/2] Vhost & Virtio fixes for -rc4
 2018-02-11  8:02 UTC  (3+ messages)
` [PATCH 1/2] virtio: fix resuming traffic with rx vector path

[PATCH 0/3] Fix broken bananapi m2 devicetree/regulators
 2018-02-11  7:55 UTC  (11+ messages)

[PATCH v8 2/3] mtd: spi-nor: add rockchip serial flash controller driver
 2018-02-11  7:54 UTC  (7+ messages)
` [RFC PATCH] mtd: spi-nor: rockchip_sfc_runtime_suspend() can be static

[PATCH v2 1/7] watchdog: sama5d4: make use of timeout-secs provided in devicetree
 2018-02-11  7:46 UTC  (10+ messages)
` [PATCH v2 5/7] watchdog: mtk: allow setting timeout "

[PATCH 3.2 39/79] ocfs2: should wait dio before inode lock in ocfs2_setattr()
 2018-02-11  7:39 UTC  (2+ messages)

[RFC PATCH 0/7] Kconfig: add new special property shell= to test compiler options in Kconfig
 2018-02-11  7:28 UTC  (16+ messages)
` [RFC PATCH 4/7] kconfig: support new special property shell=

/kbuild/src/consumer/include/linux/kasan.h:28:41: error: 'KASAN_SHADOW_SCALE_SHIFT' undeclared; did you mean 'KASAN_SHADOW_START'?
 2018-02-11  7:24 UTC 

4.14.x - KVM guests crashing
 2018-02-11  7:25 UTC  (4+ messages)

[PATCH] net/i40e: remove unnecessary FDIR mask configuration
 2018-02-11  7:09 UTC 

IO Error (.snapshots is not a btrfs subvolume)
 2018-02-11  7:08 UTC  (5+ messages)

[PATCH 1/2] zsmalloc: introduce zs_huge_object() function
 2018-02-11  7:05 UTC  (4+ messages)
` [PATCHv2 "

[Buildroot] [autobuild.buildroot.net] Build results for 2018-02-10
 2018-02-11  7:00 UTC 

[PATCH v3] generic: add stress test for fanotify and inotify
 2018-02-11  6:59 UTC 

A special case in write_flush which cause the umount busy
 2018-02-11  6:55 UTC 

[PATCH] net/i40e: add log when setting input set
 2018-02-11  6:55 UTC 

[PATCH v2] Input: gpio_keys: Add level trigger support for GPIO keys
 2018-02-11  6:55 UTC  (2+ messages)

[PATCH] generic: add stress test for fanotify and inotify
 2018-02-11  6:35 UTC  (3+ messages)
` [PATCH v2] "

drivers/net/ethernet/intel/i40e/i40e_ethtool.c:4326:6: error: implicit declaration of function 'cmpxchg64'; did you mean 'cmpxchg'?
 2018-02-11  6:24 UTC 

dell_wmi: Unknown key on Dell Latitude E6410
 2018-02-11  6:19 UTC  (3+ messages)

[PATCH] f2fs: set_code_data in move_data_block
 2018-02-11  6:15 UTC  (5+ messages)

cron job: media_tree daily build: ERRORS
 2018-02-11  6:12 UTC 

[mkl-can-next:j1939 125/140] transport.c:undefined reference to `j1939_procdir'
 2018-02-11  6:08 UTC 

[PATCH 0/2] remove the last of incremental linking
 2018-02-11  6:04 UTC  (3+ messages)
` [PATCH 1/2] kbuild: remove incremental linking option

[PATCH v2 rdma-core 0/2] Support rq and cq record doorbell
 2018-02-11  6:04 UTC  (4+ messages)
` [PATCH v2 rdma-core 1/2] libhns: Support rq "

[PATCH] seq_file: remove redundant assignment of index to m->index
 2018-02-11  5:46 UTC  (4+ messages)

[linux-linus test] 118775: regressions - FAIL
 2018-02-11  5:44 UTC 

[PATCH v2 for-next 0/4] Support rq and cq record doorbell
 2018-02-11  5:44 UTC  (4+ messages)
` [PATCH v2 for-next 1/4] RDMA/hns: Support rq record doorbell for the user space

[Linux-kselftest-mirror] [kselftests] compaction_test is blocked
 2018-02-11  5:44 UTC  (5+ messages)
  `  "

[Qemu-devel] [PATCH v7 00/23] QMP: out-of-band (OOB) execution support
 2018-02-11  5:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 01/23] docs: update QMP documents for OOB commands

[PATCH v4 00/28] add vIOMMU support with irq remapping function of virtual VT-d
 2018-02-11  5:31 UTC  (4+ messages)
` [PATCH v4 11/28] x86/vvtd: Process interrupt remapping request

[PATCH 0/5] blk-mq/scsi-mq: support global tags & introduce force_blk_mq
 2018-02-11  5:31 UTC  (11+ messages)

[PATCH] KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
 2018-02-11  5:25 UTC  (2+ messages)

[PATCH 3.2 00/79] 3.2.99-rc1 review
 2018-02-11  4:20 UTC  (14+ messages)
` [PATCH 3.2 14/79] l2tp: add session reorder queue purge function to core
` [PATCH 3.2 67/79] RDS: Heap OOB write in rds_message_alloc_sgs()
` [PATCH 3.2 04/79] PCI/AER: Report non-fatal errors only to the affected endpoint
` [PATCH 3.2 01/79] Input: adxl34x - do not treat FIFO_MODE() as boolean
` [PATCH 3.2 08/79] KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
` [PATCH 3.2 02/79] rtc: interface: ignore expired timers when enqueuing new timers
` [PATCH 3.2 15/79] l2tp: purge session reorder queue on delete
` [PATCH 3.2 68/79] RDS: null pointer dereference in rds_atomic_free_op
` [PATCH 3.2 17/79] l2tp: ensure sessions are freed after their PPPOL2TP socket
` [PATCH 3.2 16/79] l2tp: push all ppp pseudowire shutdown through .release handler
` [PATCH 3.2 03/79] rtc: set the alarm to the next expiring timer
` [PATCH 3.2 63/79] netfilter: xt_TCPMSS: Fix missing fragmentation handling
` [PATCH 3.2 10/79] IB/srp: Avoid that a cable pull can trigger a kernel crash

[PATCH 3.16 000/136] 3.16.54-rc1 review
 2018-02-11  4:31 UTC  (18+ messages)
` [PATCH 3.16 027/136] fs/9p: Compare qid.path in v9fs_test_inode
` [PATCH 3.16 038/136] bcache: only permit to recovery read error when cache device is clean
` [PATCH 3.16 052/136] coda: fix 'kernel memory exposure attempt' in fsync
` [PATCH 3.16 024/136] IB/srpt: Do not accept invalid initiator port names
` [PATCH 3.16 060/136] ACPI / APEI: Replace ioremap_page_range() with fixmap
` [PATCH 3.16 030/136] f2fs: expose some sectors to user in inline data or dentry case
` [PATCH 3.16 022/136] bcache: check ca->alloc_thread initialized before wake up it
` [PATCH 3.16 059/136] powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfo
` [PATCH 3.16 020/136] elf_fdpic: fix unused variable warning
` [PATCH 3.16 062/136] kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modules
` [PATCH 3.16 036/136] l2tp: initialise PPP sessions before registering them
` [PATCH 3.16 025/136] IB/srp: Avoid that a cable pull can trigger a kernel crash
` [PATCH 3.16 056/136] powerpc/pseries/vio: Dispose of virq mapping on vdevice unregister
` [PATCH 3.16 067/136] ima: fix hash algorithm initialization
` [PATCH 3.16 026/136] tpm-dev-common: Reject too short writes
` [PATCH 3.16 028/136] net/9p: Switch to wait_event_killable()
` [PATCH 3.16 034/136] l2tp: initialise l2tp_eth sessions before registering them


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.