All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-16 17:25:08 to 2014-06-16 18:15:19 UTC [more...]

[PATCH 0/9] perf bench: Updates for 3.17
 2014-06-16 18:14 UTC  (3+ messages)
` [PATCH 1/9] perf bench: Add --repeat option
` [PATCH 2/9] perf bench: sched-messaging: Redo runtime output

[PATCH 1/3] ARM: dts: Create a cros-ec-keyboard fragment
 2014-06-16 18:14 UTC  (4+ messages)

[PATCH 1/1] fs/squashfs/file_direct.c: replace count*size kmalloc by kcalloc
 2014-06-16 18:12 UTC 

[PATCH i-g-t] lib: add missing includes to headers
 2014-06-16 18:12 UTC  (2+ messages)

[Bug 79823] New: Mozilla apps freeze on startup with nouveau-dri-10.2.1 libs on dual-screen
 2014-06-16 18:12 UTC  (2+ messages)
  ` [Bug 79823] [NV30/gallium] "

[patch 0/5] futex: More robustness tweaks
 2014-06-16 18:19 UTC  (5+ messages)
` [patch 3/5] futex: Split out the waiter check from lookup_pi_state()
` [patch 4/5] futex: Split out the first waiter attachment "

[PATCH 1/4] drm/i915: Ack interrupts before handling them (GEN5 - GEN7)
 2014-06-16 18:10 UTC  (6+ messages)
` [PATCH 2/4] drm/i915/vlv: Ack interrupts before handling them (VLV)

[PATCH v2 00/10] Add Maxim 77802 PMIC support
 2014-06-16 18:02 UTC  (24+ messages)
` [PATCH v2 01/10] mfd: max77686: Convert to use regmap_irq
` [PATCH v2 02/10] clk: max77686: add DT include for MAX77686 PMIC clock
` [PATCH v2 03/10] Documentation: dt: improve Maxim 77686 PMIC clocks binding
` [PATCH v2 04/10] clk: Add generic driver for Maxim PMIC clocks
` [PATCH v2 05/10] clk: max77686: convert to the generic max clock driver
` [PATCH v2 06/10] mfd: Add driver for Maxim 77802 Power Management IC
` [PATCH v2 07/10] regulator: Add driver for Maxim 77802 PMIC regulators
` [PATCH v2 08/10] clk: Add driver for Maxim 77802 PMIC clocks
` [PATCH v2 09/10] rtc: Add driver for Maxim 77802 PMIC Real-Time-Clock
` [PATCH v2 10/10] ARM: dts: Add max77802 device node for exynos5420-peach-pit

[PATCH v3 0/5] Link Bonding PMD Library
 2014-06-16 18:09 UTC  (11+ messages)
` [PATCH v3 2/5] Link Bonding PMD Library (librte_eal/librte_ether link bonding support changes)

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

[PATCH 1/1] fs/ecryptfs/messaging.c: remove null test before kfree
 2014-06-16 18:06 UTC 

[PATCH RFC] git-am: support any number of signatures
 2014-06-16 18:06 UTC  (6+ messages)

netconsole breaks netpoll on bridge
 2014-06-16 18:05 UTC  (4+ messages)
  ` [Bridge] "

[PATCH] intel-gpu-tools: remove the --cmd option from gem_seqno_wrap
 2014-06-16 18:05 UTC  (3+ messages)

Postkassen er næsten fuld
 2014-06-16 18:00 UTC  (2+ messages)

[PATCH 1/1] fs/jffs2/xattr.c: remove null test before kfree
 2014-06-16 18:02 UTC  (2+ messages)

[PATCH] ARM: tegra: rebuild tegra_defconfig
 2014-06-16 18:04 UTC  (2+ messages)

[RFT v4] printk: allow increasing the ring buffer depending on the number of CPUs
 2014-06-16 18:03 UTC  (3+ messages)

[PATCH] drm/i915: Fix comment about our plane remapping on gen2/3
 2014-06-16 18:02 UTC  (3+ messages)

[Qemu-devel] [PULL] ppc patch queue 2014-06-16
 2014-06-16 18:01 UTC  (2+ messages)

[PATCH] drm/i915: Don't take fp 0/1 selector into account for pll state
 2014-06-16 18:01 UTC  (3+ messages)
` [Intel-gfx] "

[Cocci] Type change errors
 2014-06-16 18:01 UTC  (3+ messages)

[Qemu-devel] [Bug 1329956] [NEW] multi-core FreeBSD guest hangs after warm reboot
 2014-06-16 17:55 UTC  (2+ messages)
` [Qemu-devel] [Bug 1329956] "

[PATCH 1/2] slip: Fix deadlock in write_wakeup
 2014-06-16 17:55 UTC  (2+ messages)

We offer all purpose loan at 3% interest rate
 2014-06-16  8:08 UTC 

[PATCH v4 0/4] NIC filters support for generic filter
 2014-06-16 18:00 UTC  (2+ messages)

[PATCH 1/1] fs/jffs2/acl.c: remove null test before kfree
 2014-06-16 17:58 UTC  (2+ messages)

3.15: kernel BUG at kernel/auditsc.c:1525!
 2014-06-16 17:59 UTC  (8+ messages)

VGA1 output no longer detected on IBM R31/i830
 2014-06-16 17:59 UTC  (4+ messages)

[PATCH 0/5] submodule config lookup API
 2014-06-16 17:58 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] Kbuild: sync with Linux 3.16-rc1
 2014-06-16 17:58 UTC  (3+ messages)
` [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling "

[PATCH 1/2] drm/i915: update BDW DDI buffer translations
 2014-06-16 17:58 UTC  (3+ messages)

[PATCH v2 0/4] brcmfmac: OOB interrupt support
 2014-06-16 17:56 UTC  (15+ messages)
` [PATCH v2 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices
` [PATCH v2 2/4] brcmfmac: add device tree support for SDIO devices
` [PATCH v2 3/4] brcmfmac: Fix some wrong register defines
` [PATCH v2 4/4] brcmfmac: Fix OOB interrupt not working for BCM43362

[PATCH 1/1] fs/btrfs/free-space-cache.c: remove null test before kfree
 2014-06-16 17:55 UTC 

[PATCH Version 2 0/1] NFS: Fix SECINFO processing regression
 2014-06-16 17:56 UTC  (3+ messages)
` [PATCH Version 2 1/1] NFS NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support

[PATCH] ARM: bcm_defconfig: re-enable BCM Kona SDHCI driver
 2014-06-16 17:56 UTC  (2+ messages)

[PATCH 00/53] Execlists v3
 2014-06-16 17:56 UTC  (5+ messages)
` [PATCH 51/53] drm/i915/bdw: Document Logical Rings, LR contexts and Execlists

[PATCH] drm/i915: Simplify processing of the golden render context state
 2014-06-16 17:53 UTC  (3+ messages)

[PATCH] drm/i915: Simplify i915_gem_release_all_mmaps()
 2014-06-16 17:52 UTC  (3+ messages)

[PATCH 00/15] Accurate frontbuffer tracking and psr conversion
 2014-06-16 17:51 UTC  (16+ messages)
` [PATCH 01/15] drm/i915: Add missing statics to recent psr functions
` [PATCH 02/15] drm/i915: Drop unecessary complexity from psr_inactivate
` [PATCH 03/15] drm/i915: Ditch intel_edp_psr_update
` [PATCH 04/15] drm/i915: Run psr_setup unconditionally
` [PATCH 05/15] drm/i915: Drop schedule_back from psr_exit
` [PATCH 06/15] drm/i915: Add a FIXME about drrs/psr interactions
` [PATCH 07/15] drm/i915: Track the psr dp connector in dev_priv->psr.enabled
` [PATCH 08/15] drm/i915: Don't try to disable psr harder from the work item
` [PATCH 09/15] drm/i915: Lock down psr sw/hw state tracking
` [PATCH 10/15] drm/i915: More checks for psr.enabled
` [PATCH 11/15] drm/i915: Add locking to psr code
` [PATCH 12/15] drm/i915: Introduce accurate frontbuffer tracking
` [PATCH 13/15] drm/i915: Use new frontbuffer bits to increase pll clock
` [PATCH 14/15] drm/i915: Track frontbuffer invalidation/flushing
` [PATCH 15/15] drm/i915: Fix up PSR frontbuffer tracking

[PATCH] ARM: multi_v7_defconfig: re-enable SDHCI drivers
 2014-06-16 17:51 UTC  (3+ messages)

[3.16-rc1] BUG: soft lockup - CPU#0 stuck for 23s! [kworker/u25:4:5189]
 2014-06-16 17:56 UTC  (2+ messages)

[PATCH] bluetooth/Kconfig: checkpatch: removed trailing whitespaces
 2014-06-16 17:51 UTC  (2+ messages)

[PATCH 0/4] Intiates L2CAP Control Channel
 2014-06-16 17:51 UTC  (5+ messages)
` [PATCH 1/4] profiles/health/hdp: Fix memory leak in SDP record preparati Sdp record preparation part is copied to android/health.c from profiles/health/hdp_utils.c. Memory leak is noticed while testing. Memory summay is from android daemon, but code snippet is same. It is already fixed in android/health.c while submitting android related patches
` [PATCH 2/4] anrdoid/hal-health: Fix wrong channel type defines
` [PATCH 3/4] android/health: Initial connect channel implementation
` [PATCH 4/4] android/health: Notify channel connection status

[PATCH pre 3.16-rc1] bio: Fix build failure
 2014-06-16 17:55 UTC  (4+ messages)
  ` [PATCH] fix __swap_writepage() compile failure on old gcc versions

[PATCH/RFC] branch.c: Replace `git_config` with `git_config_get_string`
 2014-06-16 17:49 UTC  (3+ messages)

[PATCH] infiniband: Fixes memory leak in send_flowc
 2014-06-16 17:49 UTC  (2+ messages)

[PATCH v5 0/4] commit: Add commit.verbose configuration
 2014-06-16 17:46 UTC  (6+ messages)
` [PATCH v5 3/4] commit test: test_set_editor in each test

[PATCH] net: tile: fix unused variable warning
 2014-06-16 17:46 UTC  (2+ messages)

[PATCH iproute2] fix ip tunnel for vti tunnels with ikey
 2014-06-16 17:43 UTC  (2+ messages)

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

[RFC PATCH 00/13][V3] kexec: A new system call to allow in kernel loading
 2014-06-16 17:38 UTC  (18+ messages)
` [PATCH 07/13] kexec: Implementation of new syscall kexec_file_load
` [PATCH 09/13] purgatory: Core purgatory functionality

[PATCH 0/6] KVM: x86: More emulator bugs
 2014-06-16 17:38 UTC  (3+ messages)
` [PATCH 2/6] KVM: x86: Wrong emulation on 'xadd X, X'

[Qemu-devel] [PATCH v2 0/4] fixes for pci tree, v2
 2014-06-16 17:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/4] qmp: add query-memdev

[PATCH v2 0/2] Git config cache & special querying api utilizing the cache
 2014-06-16 17:35 UTC  (5+ messages)
` [PATCH v2 2/2] config: Add hashtable for config parsing & retrieval

[PATCH v2] devicetree: Add generic IOMMU device tree bindings
 2014-06-16 17:30 UTC  (6+ messages)

[Qemu-devel] [PULL 0/6] migration queue
 2014-06-16 17:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH 6/6] migration: catch unknown flags in ram_load

[Qemu-devel] [PATCH v1 0/3] e1000: link auto-negotiation fixes
 2014-06-16 17:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 1/3] e1000: emulate auto-negotiation during external link status change
` [Qemu-devel] [PATCH v1 2/3] e1000: improve auto-negotiation reporting via mii-tool
` [Qemu-devel] [PATCH v1 3/3] e1000: signal guest on successful link auto-negotiation

MANY errors while building media docbooks
 2014-06-16 17:28 UTC 

Postkassen er næsten fuld
 2014-06-16 17:22 UTC 

[Qemu-devel] [PATCH] rules.mak: remove $(sort) from extract-libs
 2014-06-16 17:26 UTC  (2+ messages)

[PATCH RFC v1 0/2] Add support for Hisilicon SMMU architecture
 2014-06-16 17:25 UTC  (4+ messages)
` [PATCH RFC v1 1/2] documentation/iommu: Add description of Hisilicon System MMU binding

raid5.c::grow_stripes() kmem_cache_create() race
 2014-06-16 17:25 UTC  (3+ 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.