All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-20 14:11:48 to 2014-06-20 14:54:03 UTC [more...]

post-receive: pub/scm/linux/kernel/git/joro/iommu
 2014-06-20 14:54 UTC 

[B.A.T.M.A.N.] Bridge changing source mac address prevents batman-adv from connecting
 2014-06-20 14:54 UTC  (2+ messages)

[PATCH v3 0/4] ARM: sunxi: Introduce Allwinner A23 (sun8i) support
 2014-06-20 14:52 UTC  (15+ messages)
` [PATCH v3 1/4] ARM: sunxi: Introduce Allwinner A23 support
` [PATCH v3 2/4] ARM: sunxi: Add earlyprintk support using R_UART (sun6i/sun8i)
` [PATCH v3 3/4] ARM: sunxi: Add Allwinner A23 dtsi
` [PATCH v3 4/4] ARM: sun8i: dt: Add Ippo-q8h v5 support

[PATCH v3] ARM: dts: imx6: add aristainetos board support
 2014-06-20 14:52 UTC  (2+ messages)

[PATCH 0/5] drm/exynos: fix for misc issues related to exynos mixer
 2014-06-20 14:51 UTC  (3+ messages)
` [PATCH 5/5] drm/exynos: enable vsync interrupt while waiting for vblank

[PATCH 01/16] ASoC: cs4270: Remove redundant OOM message
 2014-06-20 14:50 UTC  (4+ messages)
` [PATCH 02/16] ASoC: cs42l73: "

[PATCH] Fixed coding style problem
 2014-06-20 14:50 UTC 

[PATCH 0/4 v2] arizona: Improvements to codec DVFS control
 2014-06-20 14:41 UTC  (5+ messages)
` [PATCH 1/4 v2] mfd: arizona: Export function to control subsystem DVFS
` [PATCH 2/4 v2] ASoC: wm_adsp: Move DVFS control into codec driver
` [PATCH 3/4 v2] ASoC: arizona: Add DVFS handling for sample rate control
` [PATCH 4/4 v2] regulator: arizona-ldo1: Do not control clocking from regulator

[RFC] Input: evdev - add new EVIOCGABSRANGE ioctl
 2014-06-20 14:49 UTC  (2+ messages)

[PATCH v2 0/2] Improve mvebu_get_soc_id
 2014-06-20 14:49 UTC  (4+ messages)
` [PATCH v2 1/2] ARM: mvebu: Use the a standard errno in mvebu_get_soc_id
` [PATCH v2 2/2] ARM: mvebu: Use system controller to get the soc id when possible

[PATCH 1/1] PM / Runtime: let rpm_resume fail if rpm disabled and device suspended
 2014-06-20 14:48 UTC  (2+ messages)

[PATCH v20 00/48] Use ref transactions
 2014-06-20 14:43 UTC  (49+ messages)
` [PATCH v20 01/48] refs.c: remove ref_transaction_rollback
` [PATCH v20 02/48] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v20 03/48] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v20 04/48] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v20 05/48] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v20 06/48] lockfile.c: add a new public function unable_to_lock_message
` [PATCH v20 07/48] lockfile.c: make lock_file return a meaningful errno on failurei
` [PATCH v20 08/48] refs.c: add an err argument to repack_without_refs
` [PATCH v20 09/48] refs.c: make sure log_ref_setup returns a meaningful errno
` [PATCH v20 10/48] refs.c: verify_lock should set errno to something meaningful
` [PATCH v20 11/48] refs.c: make remove_empty_directories always set errno to something sane
` [PATCH v20 12/48] refs.c: commit_packed_refs to return a meaningful errno on failure
` [PATCH v20 13/48] refs.c: make resolve_ref_unsafe set errno to something meaningful on error
` [PATCH v20 14/48] refs.c: log_ref_write should try to return meaningful errno
` [PATCH v20 15/48] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v20 16/48] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v20 17/48] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v20 18/48] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v20 19/48] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v20 20/48] refs.c: change ref_transaction_create "
` [PATCH v20 21/48] refs.c: update ref_transaction_delete to check for error "
` [PATCH v20 22/48] refs.c: make ref_transaction_begin take an err argument
` [PATCH v20 23/48] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v20 24/48] tag.c: use ref transactions when doing updates
` [PATCH v20 25/48] replace.c: use the ref transaction functions for updates
` [PATCH v20 26/48] commit.c: use ref transactions "
` [PATCH v20 27/48] sequencer.c: use ref transactions for all ref updates
` [PATCH v20 28/48] fast-import.c: change update_branch to use ref transactions
` [PATCH v20 29/48] branch.c: use ref transaction for all ref updates
` [PATCH v20 30/48] refs.c: change update_ref to use a transaction
` [PATCH v20 31/48] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v20 32/48] fast-import.c: use a ref transaction when dumping tags
` [PATCH v20 33/48] walker.c: use ref transaction for ref updates
` [PATCH v20 34/48] refs.c: make lock_ref_sha1 static
` [PATCH v20 35/48] refs.c: remove the update_ref_lock function
` [PATCH v20 36/48] refs.c: remove the update_ref_write function
` [PATCH v20 37/48] refs.c: remove lock_ref_sha1
` [PATCH v20 38/48] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v20 39/48] refs.c: make delete_ref use a transaction
` [PATCH v20 40/48] refs.c: add an err argument to delete_ref_loose
` [PATCH v20 41/48] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v20 42/48] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v20 43/48] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v20 44/48] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v20 45/48] refs.c: pass a skip list to name_conflict_fn
` [PATCH v20 46/48] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v20 47/48] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v20 48/48] refs.c: make write_ref_sha1 static

[PATCH] xen/arm: introduce platform_need_explicit_eoi
 2014-06-20 14:47 UTC  (4+ messages)

New Defects reported by Coverity Scan for ceph (fwd)
 2014-06-20 14:46 UTC 

[PATCH 1/1] Add wic support to generate rootfs image for uboot
 2014-06-20 14:46 UTC  (6+ messages)
` [PATCHv2 0/2] wic: "
  ` [PATCHv2 1/2] "

[PATCH v2 0/7] perf trace pagefaults
 2014-06-20 14:44 UTC  (3+ messages)
` [PATCH 6/7] perf kvm: move perf_kvm__mmap_read into session utils

[GIT PULL] USB fixes for v3.16-rc2
 2014-06-20 14:44 UTC 

[PATCH 1/3] thunderbolt: add PCI dependency
 2014-06-20 14:44 UTC  (2+ messages)

[PATCH] slightly consolidate code in free_domheap_pages()
 2014-06-20 14:43 UTC  (5+ messages)

[PATCH 1/1] PM / Runtime: let rpm_resume fail if rpm disabled and device suspended
 2014-06-20 14:43 UTC  (3+ messages)

[PATCH v12 0/7] Remus/Libxl: Remus network buffering and drbd disk
 2014-06-20 14:43 UTC  (3+ messages)
` [PATCH v12 2/7] remus: add libnl3 dependency for network buffering support

mmap() hint address
 2014-06-20 14:42 UTC  (5+ messages)

[PATCH v2 0/4] Support controlling the max C-state sub-state
 2014-06-20 14:41 UTC  (5+ messages)
` [PATCH v2 2/4] x86: Allow limiting "
` [PATCH v2 3/4] tools/libxc: Alow controlling "

Setting preferred version of kernel for feature support
 2014-06-20 14:38 UTC  (2+ messages)

docker crashes rcuos in __blkg_release_rcu
 2014-06-20 14:39 UTC  (9+ messages)
          ` [PATCH block/for-linus] blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt an atomic_t

[PATCH v5 0/7] xen: Add EFI support
 2014-06-20 14:36 UTC  (8+ messages)
` [PATCH v5 2/7] efi: Introduce EFI_NO_DIRECT flag

[Qemu-devel] [PATCH v4 0/3] Support Archipelago as a QEMU block backend
 2014-06-20 14:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/3] block: "
` [Qemu-devel] [PATCH v4 2/3] block/archipelago: Add support for creating images

A clockevent IRQ delivery question
 2014-06-20 14:35 UTC  (4+ messages)

[RFC][PATCH 0/3] x86/nmi: Print all cpu stacks from NMI safely
 2014-06-20 14:35 UTC  (12+ messages)
` [RFC][PATCH 3/3] x86/nmi: Perform a safe NMI stack trace on all CPUs

[PATCH 0/7] enhancements for i40e
 2014-06-20 14:34 UTC  (7+ messages)
` [PATCH 3/7] i40e: ignore the failure of updating default filter settings
` [PATCH 6/7] i40evf: fix for copying wrong size of link info, and remove an useless function
` [PATCH 7/7] app/testpmd: rework for displaying different size of RX descriptors

[PATCH] android/bluetooth: Fix loading device address type from storage
 2014-06-20 14:33 UTC 

[Qemu-devel] [PULL 00/118] ppc patch queue 2014-06-04
 2014-06-20 14:29 UTC  (3+ messages)
` [Qemu-devel] [PULL 075/118] macio: handle non-block ATAPI DMA transfers

post-receive: pub/scm/linux/kernel/git/balbi/usb
 2014-06-20 14:32 UTC 

Missed Stable backport? maybe [PATCH v2 0/4] xen-blk: bug fixes
 2014-06-20 14:32 UTC 

[dm-crypt] Cryptsetup-reencrypt failing with error with option --new reduce-device-size
 2014-06-20 14:16 UTC  (3+ messages)

[PATCH v11 0/9] enable Cache QoS Monitoring (CQM) feature
 2014-06-20 14:31 UTC  (10+ messages)
` [PATCH v11 1/9] x86: add generic MSR access hypercall
` [PATCH v11 2/9] xsm: add MSR operation related xsm policy
` [PATCH v11 3/9] tools: provide interface for generic MSR access
` [PATCH v11 4/9] x86: detect and initialize Platform QoS Monitoring feature
` [PATCH v11 5/9] x86: dynamically attach/detach QoS monitoring service for a guest
` [PATCH v11 6/9] x86: collect global QoS monitoring information
` [PATCH v11 7/9] x86: enable QoS monitoring for each domain RMID
` [PATCH v11 8/9] xsm: add platform QoS related xsm policies
` [PATCH v11 9/9] tools: CMDs and APIs for Platform QoS Monitoring

[PATCH] x86/mce: Don't unregister CPU hotplug notifier in error path
 2014-06-20 14:28 UTC 

slub/debugobjects: lockup when freeing memory
 2014-06-20 14:30 UTC  (11+ messages)

Xen 4.4.1-rc1, 4.3.3-rc1 and 4.2.5-rc1 have been tagged
 2014-06-20 14:30 UTC 

[PATCH] mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=y
 2014-06-20 14:29 UTC  (5+ messages)

[PATCH v2 0/4] brcmfmac: OOB interrupt support
 2014-06-20 14:28 UTC  (13+ messages)
` [PATCH v2 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices
` [PATCH v2 4/4] brcmfmac: Fix OOB interrupt not working for BCM43362

[PATCH 1/6] thunderbolt: Fix build error in eeprom.c
 2014-06-20 14:28 UTC  (2+ messages)

[PATCH 0/3] intel_pstate bug fixes
 2014-06-20 14:28 UTC  (4+ messages)
` [PATCH 1/3] intel_pstate: Fix setting VID
` [PATCH 2/3] intel_pstate: don't touch turbo bit if turbo disabled or unavailable
` [PATCH 3/3] intel_pstate: Update documentation of {max,min}_perf_pct sysfs files

Create superblock
 2014-06-20 14:27 UTC  (2+ messages)

[Buildroot] [PATCH] manual/make-tips: fix typo
 2014-06-20 14:27 UTC 

OMAP 3630 random crashes
 2014-06-20 14:26 UTC  (5+ messages)

[RFC PATCH 1/1] Move two pinned pages to non-movable node in kvm
 2014-06-20 14:26 UTC  (9+ messages)

[PATCH] drm: fix NULL pointer access by wrong ioctl
 2014-06-20 14:25 UTC  (2+ messages)

kernel BUG at /src/linux-dev/mm/mempolicy.c:1738! on v3.16-rc1
 2014-06-20 14:24 UTC  (3+ messages)

[PATCH] arm, imx6, dts: add aristainetos board support
 2014-06-20 14:24 UTC  (6+ messages)

[PATCH] m68knommu: Remove unnecessary prototype for kobjsize()
 2014-06-20 14:21 UTC  (3+ messages)

[mmotm:master 74/230] mm/slab.h:299:10: error: 'struct kmem_cache' has no member named 'node'
 2014-06-20 14:21 UTC  (2+ messages)

[Bug 72921] New: DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33
 2014-06-20 14:20 UTC  (4+ messages)
` [Bug 72921] "

post-receive: pub/scm/linux/kernel/git/lrg/asoc
 2014-06-20 14:19 UTC 

[GIT PULL] EFI urgent fix
 2014-06-20 14:19 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/gerg/m68knommu
 2014-06-20 14:18 UTC 

[Cluster-devel] [GFS2 PATCH] GFS2: Only wait for demote when last holder is dequeued
 2014-06-20 14:18 UTC  (2+ messages)

[PATCH] Input: evdev - Fix incorrect kfree of err_free_client after vzalloc
 2014-06-20 14:14 UTC  (2+ messages)

[PATCH] ARM: tegra: TN7: relax some regulators
 2014-06-20 14:14 UTC  (10+ messages)
            ` Palmas regulator broken (was Re: [PATCH] ARM: tegra: TN7: relax some regulators)

[Qemu-devel] [PATCH v3 00/25] Merge ppc32/ppc64 tcg backends
 2014-06-20 14:13 UTC  (26+ messages)
` [Qemu-devel] [PATCH v3 01/25] tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_target
` [Qemu-devel] [PATCH v3 02/25] tcg-ppc64: Avoid some hard-codings of TCG_TYPE_I64
` [Qemu-devel] [PATCH v3 03/25] tcg-ppc64: Move functions around
` [Qemu-devel] [PATCH v3 04/25] tcg-ppc64: Relax register restrictions in tcg_out_mem_long
` [Qemu-devel] [PATCH v3 05/25] tcg-ppc64: Use tcg_out_{ld, st, cmp} internally
` [Qemu-devel] [PATCH v3 06/25] tcg-ppc64: Make TCG_AREG0 and TCG_REG_CALL_STACK enum constants
` [Qemu-devel] [PATCH v3 07/25] tcg-ppc64: Move call macros out of tcg-target.h
` [Qemu-devel] [PATCH v3 08/25] tcg-ppc64: Fix TCG_TARGET_CALL_STACK_OFFSET
` [Qemu-devel] [PATCH v3 09/25] tcg-ppc64: Better parameterize the stack frame
` [Qemu-devel] [PATCH v3 10/25] tcg-ppc64: Use the correct test in tcg_out_call
` [Qemu-devel] [PATCH v3 11/25] tcg-ppc64: Support the ppc64 elfv2 ABI
` [Qemu-devel] [PATCH v3 12/25] tcg-ppc64: Adjust tcg_out_call for ELFv2
` [Qemu-devel] [PATCH v3 13/25] tcg-ppc64: Merge 32-bit ABIs into the prologue / frame code
` [Qemu-devel] [PATCH v3 14/25] tcg-ppc64: Fix sub2 implementation
` [Qemu-devel] [PATCH v3 15/25] tcg-ppc64: Begin merging ppc32 with ppc64
` [Qemu-devel] [PATCH v3 16/25] tcg-ppc64: Merge ppc32 brcond2, setcond2, muluh
` [Qemu-devel] [PATCH v3 17/25] tcg-ppc64: Merge ppc32 qemu_ld/st
` [Qemu-devel] [PATCH v3 18/25] tcg-ppc64: Merge ppc32 register usage
` [Qemu-devel] [PATCH v3 19/25] tcg-ppc64: Support mulsh_i32
` [Qemu-devel] [PATCH v3 20/25] tcg-ppc64: Merge ppc32 shifts
` [Qemu-devel] [PATCH v3 21/25] tcg-ppc: Remove the backend
` [Qemu-devel] [PATCH v3 22/25] tcg-ppc: Rename the tcg/ppc64 backend
` [Qemu-devel] [PATCH v3 23/25] qemu/osdep: Remove the need for qemu_init_auxval
` [Qemu-devel] [PATCH v3 24/25] tcg-ppc: Merge cache-utils into the backend
` [Qemu-devel] [PATCH v3 25/25] tcg-ppc: Use the return address as a base pointer

[PATCH] vfio: Fix endianness handling for emulated BARs
 2014-06-20 14:14 UTC  (8+ messages)

[PATCH] ARM: mvebu: use system controller to get the soc id when possible
 2014-06-20 14:14 UTC  (3+ messages)

[xen-unstable test] 27380: trouble: broken/fail/pass
 2014-06-20 14:12 UTC  (2+ messages)

[blktap2] fix two 'maybe uninitialized' variables
 2014-06-20 14:11 UTC  (6+ messages)


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.