All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-01 16:31:36 to 2016-07-01 17:46:56 UTC [more...]

next-20160701 build: 2 failures 5 warnings (next-20160701)
 2016-07-01 17:46 UTC  (5+ messages)

[PATCH] mwifiex: mask PCIe interrupts before removal
 2016-07-01 17:42 UTC  (2+ messages)

[PATCH 0/4] ext4: Fix deadlock during page writeback
 2016-07-01 17:40 UTC  (6+ messages)
` [PATCH 1/4] "

[PATCH v3 0/9] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
 2016-07-01 17:39 UTC  (6+ messages)
` [RFC 1/2] iommu/dma: Restrict IOVAs to physical memory layout

GPF in __mark_inode_dirty due to locked_inode_to_wb_and_lock_list returning NULL
 2016-07-01 17:38 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: The GIC is dead, long live the GIC
 2016-07-01 17:38 UTC  (2+ messages)

[PATCH] kasan: make depot_fetch_stack more robust
 2016-07-01 17:38 UTC  (2+ messages)

[Query] Preemption (hogging) of the work handler
 2016-07-01 17:28 UTC  (3+ messages)

[PATCH v4] mfd: dm355evm_msp: Refactoring for add_child()
 2016-07-01 17:29 UTC  (2+ messages)

[PATCH] pinctrl: qcom: add support for EBI2
 2016-07-01 17:35 UTC  (3+ messages)

e1000: unused variable warnings with clang
 2016-07-01 17:35 UTC  (3+ messages)

[PATCH] sd: Fix crash due to race when removing scsi disk
 2016-07-01 17:34 UTC  (3+ messages)

[PATCH 0/6] lib: string: add function strtolower()
 2016-07-01 17:33 UTC  (6+ messages)
` [PATCH 1/6] "

[Qemu-arm] [PATCH v5 0/9] ast2400: SMC controllers
 2016-07-01 17:30 UTC  (13+ messages)
` [Qemu-devel] [PATCH v5 7/9] ast2400: add SPI flash slaves
    ` [Qemu-arm] "
` [Qemu-arm] [PATCH v5 9/9] tests: add a m25p80 test
  ` [Qemu-devel] "

[PATCH] ARM: brcmstb: Add earlyprintk support using run-time checks
 2016-07-01 17:32 UTC  (3+ messages)

[PATCH] NFS: Don't let readdirplus revalidate an inode that was marked as stale
 2016-07-01 17:31 UTC  (4+ messages)
` grace period

[PATCH] [media] cec: add missing inline stubs
 2016-07-01 17:30 UTC  (5+ messages)

[PATCH] ivshmem: fix for modified mempool struct
 2016-07-01 17:32 UTC  (3+ messages)

[PATCH 1/2] linux-libc-headers: install not-yet upstreamed headers like rpmsg_rpc.h
 2016-07-01 17:29 UTC  (2+ messages)
` [PATCH 2/2] ltp-ddt: update to 20160510 and make platform-agnostic

[PATCH] cacheinfo: Introduce cache id
 2016-07-01 17:27 UTC  (4+ messages)

sysfs topology for arm64 cluster_id
 2016-07-01 17:25 UTC  (6+ messages)

[PATCH] doc: flat-table directive
 2016-07-01 17:24 UTC  (9+ messages)

[RFC PATCHv1 0/4] Push options in C Git
 2016-07-01 17:24 UTC  (9+ messages)
` [PATCH 1/4] push options: {pre,post}-receive hook learns about push options
` [PATCH 2/4] receive-pack: implement advertising and receiving "

[Qemu-devel] [PATCH v2 00/27] cmpxchg-based emulation of atomics
 2016-07-01 17:23 UTC  (28+ messages)
` [Qemu-devel] [PATCH v2 01/27] atomics: add atomic_xor
` [Qemu-devel] [PATCH v2 02/27] atomics: add atomic_op_fetch variants
` [Qemu-devel] [PATCH v2 03/27] exec: Avoid direct references to Int128 parts
` [Qemu-devel] [PATCH v2 04/27] int128: Use __int128 if available
` [Qemu-devel] [PATCH v2 06/27] int128: Use complex numbers if advisable
` [Qemu-devel] [PATCH v2 07/27] tcg: Add EXCP_ATOMIC
` [Qemu-devel] [PATCH v2 08/27] HACK: Always enable parallel_cpus
` [Qemu-devel] [PATCH v2 09/27] tcg: Add atomic helpers
` [Qemu-devel] [PATCH v2 10/27] tcg: Add atomic128 helpers
` [Qemu-devel] [PATCH v2 11/27] target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
` [Qemu-devel] [PATCH v2 12/27] target-i386: emulate LOCK'ed OP instructions using atomic helpers
` [Qemu-devel] [PATCH v2 13/27] target-i386: emulate LOCK'ed INC using atomic helper
` [Qemu-devel] [PATCH v2 14/27] target-i386: emulate LOCK'ed NOT "
` [Qemu-devel] [PATCH v2 15/27] target-i386: emulate LOCK'ed NEG using cmpxchg helper
` [Qemu-devel] [PATCH v2 16/27] target-i386: emulate LOCK'ed XADD using atomic helper
` [Qemu-devel] [PATCH v2 17/27] target-i386: emulate LOCK'ed BTX ops using atomic helpers
` [Qemu-devel] [PATCH v2 18/27] target-i386: emulate XCHG using atomic helper
` [Qemu-devel] [PATCH v2 19/27] target-i386: remove helper_lock()
` [Qemu-devel] [PATCH v2 20/27] tests: add atomic_add-bench
` [Qemu-devel] [PATCH v2 21/27] target-arm: Rearrange aa32 load and store functions
` [Qemu-devel] [PATCH v2 22/27] target-arm: emulate LL/SC using cmpxchg helpers
` [Qemu-devel] [PATCH v2 23/27] target-arm: emulate SWP with atomic_xchg helper
` [Qemu-devel] [PATCH v2 24/27] target-arm: emulate aarch64's LL/SC using cmpxchg helpers
` [Qemu-devel] [PATCH v2 25/27] linux-user: remove handling of ARM's EXCP_STREX
` [Qemu-devel] [PATCH v2 26/27] linux-user: remove handling of aarch64's EXCP_STREX
` [Qemu-devel] [PATCH v2 27/27] target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}

[PATCH v2] arm64: dts: rockchip: add the power domain node for rk3399
 2016-07-01 17:19 UTC  (9+ messages)

[PATCH v4 0/5] friendlier handling of overflows in archive-tar
 2016-07-01 17:23 UTC  (3+ messages)
` [PATCH v4 1/5] t9300: factor out portable "head -c" replacement

[PATCH] gstreamer1.0: Remove gst 1.2 recipes and patches
 2016-07-01 17:23 UTC  (2+ messages)

Portable Device Tree Connector -- conceptual
 2016-07-01 17:10 UTC  (8+ messages)

[RFC][PATCH] uio-module-drv-test: replace machine override with SOC override
 2016-07-01 16:21 UTC 

[Qemu-devel] [PULL 0/4] tcg (-ish) updates
 2016-07-01 17:19 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] tcg: Fix name for high-half register
` [Qemu-devel] [PULL 2/4] tcg: Optimize spills of constants
` [Qemu-devel] [PULL 3/4] build: Use $(CCAS) for compiling .S files
` [Qemu-devel] [PULL 4/4] tcg: Improve the alignment check infrastructure

[B.A.T.M.A.N.] pull request for net-next: batman-adv 2016-07-01
 2016-07-01 17:19 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH 02/17] batman-adv: statically print gateway table header
  `  "

strange Mac OSX RST behavior
 2016-07-01 17:19 UTC  (3+ messages)

[PATCH 1/4] spi: Add option to wake a device by toggling CS
 2016-07-01 17:17 UTC  (7+ messages)

[PATCH 0/5] Makefiles housekeeping II
 2016-07-01 17:17 UTC  (6+ messages)
` [PATCH 1/5] multipath-tools: replace rm with a variable in makefiles
` [PATCH 2/5] multipath-tools: replace install with its "
` [PATCH 3/5] multipath-tools: replace ln with a "
` [PATCH 4/5] multipath-tools: link libmpathcmd.so with full path
` [PATCH 5/5] multipath-tools: add a link for libmultipath.so

[Cluster-devel] [fsck.gfs2 PATCH] fsck.gfs2: check formal inode number when links go from 1 to 2
 2016-07-01 17:15 UTC 

[PATCH v5] xtables: Add an interval option for xtables lock wait
 2016-07-01 17:14 UTC  (3+ messages)

Ozone Chromium on iMx6
 2016-07-01 17:10 UTC  (2+ messages)

Shorter build time?
 2016-07-01 17:13 UTC  (4+ messages)

[PATCH] i40e: Explicitly write platform-specific mac address after PF reset
 2016-07-01 17:11 UTC  (2+ messages)
` [Intel-wired-lan] "

Asus screenDUO
 2016-07-01 17:11 UTC 

[RFC PATCH v3 0/2] MIPS non-executable stack support
 2016-07-01 17:11 UTC  (9+ messages)
` [RFC PATCH v3 2/2] MIPS: non-exec stack & heap when non-exec PT_GNU_STACK is present

[Qemu-devel] [PATCH RFC v3 0/5] Baby steps towards saner headers
 2016-07-01 17:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH RFC v3 2/5] tests: Make check-block a phony target

[Cluster-devel] [fsck.gfs2 PATCH] fsck.gfs2: link count checking wrong inode's formal inode number
 2016-07-01 17:10 UTC 

[PATCH 1/5] drm/i915: unify first-stage engine struct setup
 2016-07-01 17:08 UTC  (6+ messages)
` [PATCH 2/5] drm/i915: Prepare for engine init unification
` [PATCH 3/5] drm/i915: Unify engine init loop
` [PATCH 4/5] drm/i915: Make more use of the shared engine irq setup
` [PATCH 5/5] drm/i915: Simplify intel_init_ring_buffer prototype
` ✗ Ro.CI.BAT: warning for series starting with [1/5] drm/i915: unify first-stage engine struct setup

[Qemu-devel] [RFC PATCH 0/2] seabios: add serial console support
 2016-07-01 17:07 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 2/2] serial console, input
  ` [Qemu-devel] [SeaBIOS] "

[Cluster-devel] [fsck.gfs2 PATCH] fsck.gfs2: "undo" functions can stop too early on duplicates
 2016-07-01 17:07 UTC 

[Bug 80419] New: XCOM: Enemy Known Causes lockup
 2016-07-01 17:07 UTC  (2+ messages)
` [Bug 80419] XCOM: Enemy Unknown "

mainline build: 12 warnings 1 failures (mainline/v4.7-rc5-284-g6e5c4f1)
 2016-07-01 17:05 UTC 

[PATCH] diff compaction heuristic: favor shortest neighboring blank lines
 2016-07-01 17:04 UTC  (6+ messages)
        ` diff heuristics dramatically improved by considering line indentation and "

[PATCH libsepol] Add missing <stdarg.h> include
 2016-07-01 17:04 UTC  (2+ messages)

DPDK for JNI
 2016-07-01 17:02 UTC 

[PATCH] policycoreutils: fix [-s STORE] typos in semanage
 2016-07-01 17:00 UTC  (2+ messages)

[PATCH] libselinux: Change the location of _selinux.so
 2016-07-01 16:59 UTC  (2+ messages)

[PATCH] drm/i915: tidy up request alloc
 2016-07-01 16:58 UTC  (5+ messages)

[Qemu-devel] [PULL 0/2] 9p patches for 2.7
 2016-07-01 16:56 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] 9p: don't include <sys/uio.h>
` [Qemu-devel] [PULL 2/2] 9p: synth: drop v9fs_ prefix

[PATCH 1/3] drm/vgem: Fix mmaping
 2016-07-01 16:56 UTC  (3+ messages)
` [PATCH 2/3] drm/vgem: Enable dmabuf interface for export

[Qemu-devel] [RFC 0/8] cpu-exec: Safe work in quiescent state
 2016-07-01 16:55 UTC  (4+ messages)
` [Qemu-devel] [RFC 7/8] cpu-exec-common: Introduce async_safe_run_on_cpu()

linux-next: manual merge of the akpm-current tree with the tip tree
 2016-07-01 16:52 UTC  (7+ messages)
` [PATCH 1/2] ipc/sem.c: Fix complex_count vs. simple op race

[qemu-mainline bisection] complete test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm
 2016-07-01 16:52 UTC 

[PATCH] x86: use gcc6'es flags asm() output support
 2016-07-01 16:51 UTC  (4+ messages)

[PATCH 0/8] x86/vm-event: Adjustments & fixes
 2016-07-01 16:51 UTC  (3+ messages)
` [PATCH 1/8] x86/vm-event: proper vCPU-paused checks at resume

[qemu-upstream-4.3-testing baseline-only test] 66487: trouble: blocked/broken
 2016-07-01 16:51 UTC 

[CI 01/20] drm/i915/shrinker: Flush active on objects before counting
 2016-07-01 16:51 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/20] "

[PATCH v4 0/8] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
 2016-07-01 16:50 UTC  (18+ messages)
` [PATCH v4 1/8] arm64: mm: change IOMMU notifier action to attach DMA ops
` [PATCH v4 2/8] Docs: dt: add PCI IOMMU map bindings
` [PATCH v4 3/8] of/irq: Break out msi-map lookup (again)
` [PATCH v4 4/8] iommu/of: Handle iommu-map property for PCI
` [PATCH v4 5/8] iommu/of: Introduce iommu_fwspec
` [PATCH v4 6/8] iommu/arm-smmu: Implement of_xlate() for SMMUv3
` [PATCH v4 7/8] iommu/arm-smmu: Support non-PCI devices with SMMUv3
` [PATCH v4 8/8] iommu/arm-smmu: Set PRIVCFG in stage 1 STEs

[PATCH] vm-event: MAINTAINERS fix
 2016-07-01 16:47 UTC  (4+ messages)

[PATCH 0/6] [v3] Workaround for Xeon Phi PTE A/D bits erratum
 2016-07-01 16:46 UTC  (5+ messages)
` [PATCH 1/6] x86: fix duplicated X86_BUG(9) macro

[PATCH] KVM: nVMX: Fix memory corruption when using VMCS shadowing
 2016-07-01 16:17 UTC  (4+ messages)

[U-Boot] [PATCH 00/14] mkimage: Tidy up error handling
 2016-07-01 16:45 UTC  (5+ messages)

[RFC] WireGuard: next generation secure network tunnel
 2016-07-01 13:50 UTC  (3+ messages)

[RFC PATCH 0/2] KVM: x86: guest exit microoptimization
 2016-07-01 16:45 UTC  (2+ messages)

[PATCH] xfs_repair: don't mark the fs dirty just because memory possibly be low
 2016-07-01 16:43 UTC  (2+ messages)

[PATCH v2 00/11] hvmctl hypercall
 2016-07-01 16:42 UTC  (4+ messages)
` [PATCH v2 01/11] public / x86: introduce "
  ` Ping: "

[ovmf test] 96507: regressions - FAIL
 2016-07-01 16:41 UTC 

[U-Boot] Missing maintainers
 2016-07-01 16:40 UTC  (3+ messages)
` [U-Boot] Missing maintainers[Involving remittance information, please pay attention to the safety of property]

[U-Boot] Brotli Compression to Fit Image/bzImage
 2016-07-01 16:40 UTC  (2+ messages)

[Buildroot] [PATCH v2 2/3] gcc: consolidate fortran options
 2016-07-01 16:40 UTC  (2+ messages)

[Qemu-devel] [PULL 0/8] Tracing patches
 2016-07-01 16:39 UTC  (4+ messages)
` [Qemu-devel] [PULL 6/8] qemu-img: move common options parsing before commands processing

Beat bad competition with negative SEO
 2016-07-01 16:39 UTC 

[Qemu-arm] [PATCH v2] hw/ptimer: Don't wrap around counter for expired timer that uses tick handler
 2016-07-01 16:36 UTC  (7+ messages)
        ` [Qemu-devel] "

[PATCH v1 00/11] KVM: x86: break the xAPIC barrier
 2016-07-01 16:38 UTC  (19+ messages)
` [PATCH v1 03/11] KVM: x86: dynamic kvm_apic_map
` [PATCH v1 06/11] KVM: x86: use hardware-compatible format for APIC ID register

[WireGuard] The Distro Package Maintainers Thread
 2016-07-01 16:40 UTC  (3+ messages)
  ` [WireGuard] debian packaging [was: Re: The Distro Package Maintainers Thread]

[Qemu-devel] [Bug 1588328] [NEW] Qemu 2.6 Solaris 9 Sparc Segmentation Fault
 2016-07-01 16:26 UTC  (2+ messages)
` [Qemu-devel] [Bug 1588328] "

[Buildroot] [PATCH v3 1/1] libuio: new package
 2016-07-01 16:33 UTC  (2+ messages)

[Buildroot] [PATCH v4] package/libuio: new package
 2016-07-01 16:32 UTC 

[PATCH v2 0/6] Sound support for Exynos5433 TM2(E) boards
 2016-07-01 16:31 UTC  (6+ messages)
` [PATCH v2 2/6] ASoC: samsung: Add Samsung Low Power Audio Subsystem driver

[PATCH] vhost: reset queue state in destroy_device
 2016-07-01 16:31 UTC 


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.