All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-15 17:05:00 to 2014-05-15 17:41:51 UTC [more...]

[Qemu-devel] [PATCH] iotests: Use configured python
 2014-05-15 17:41 UTC  (10+ messages)

Poor performance with virtio network driver on windows 2008 R2 on KVM
 2014-05-15 17:41 UTC  (4+ messages)

[PATCH] bcache: fix uninterruptible sleep in writeback thread
 2014-05-15 17:30 UTC  (7+ messages)

lttng-ust missing tracepoints
 2014-05-15 17:39 UTC 

[PATCH] mkfs.btrfs: allow UUID specification at mkfs time
 2014-05-15 17:39 UTC  (6+ messages)
` [PATCH V2] "
  ` PATCH V3] "

[PATCH net-next v3] net: unix: Align send data_len up to PAGE_SIZE
 2014-05-15 17:39 UTC  (2+ messages)

[Ksummit-discuss] Nominations for per topic people
 2014-05-15 17:39 UTC  (3+ messages)

linux-next: build warning after merge of the net-next tree
 2014-05-15 17:39 UTC  (2+ messages)

mm: BUG in do_huge_pmd_wp_page
 2014-05-15 17:37 UTC  (10+ messages)

[Buildroot] [PATCH 0/3 v2] Detect and prevent multiple providers (branch yem/fix-virt-pkg)
 2014-05-15 17:37 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] infra/pkg-virtual: validate only one provider provides an implementation
` [Buildroot] [PATCH 2/3] docs/manual: document the new FOO_PROVIDES variable
` [Buildroot] [PATCH 3/3] packages: make providers declare what they provide

[PATCH v6 00/42] Use ref transactions for all ref updates
 2014-05-15 17:35 UTC  (3+ messages)
` [PATCH v6 14/42] sequencer.c: use "

[RFC][PATCH 2/3] PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily
 2014-05-15 17:35 UTC  (2+ messages)

[PATCH 1/1] fanotify_init.2: checking event_f_flags
 2014-05-15 17:35 UTC 

[Qemu-devel] [PULL 0/1] virtio update
 2014-05-15 17:35 UTC  (4+ messages)

[1/2,v3] ipv4: Cache dst in tunnels
 2014-05-15 17:35 UTC  (3+ messages)
` [PATCH] ipv4: ip_tunnels: disable dst cache for nbma gre tunnels

[dm-crypt] Required kernel crypto interface not available
 2014-05-15 17:35 UTC  (2+ messages)

Looking forward to hear from you
 2014-05-15 17:34 UTC 

[Bridge] [PATCH v2 net-next 0/8] Non-promisc bidge ports support
 2014-05-15 17:35 UTC  (7+ messages)
` [Bridge] [PATCH v2 net-next 1/8] bridge: Turn flag change macro into a function
  `  "
` [Bridge] [PATCH v2 net-next 5/8] bridge: Add addresses from static fdbs to non-promisc ports
  `  "

[PATCH v8 00/44] Use ref transactions for all ref updates
 2014-05-15 17:29 UTC  (45+ messages)
` [PATCH v8 01/44] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v8 02/44] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v8 03/44] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v8 04/44] refs.c: add an err argument to repack_without_refs
` [PATCH v8 05/44] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v8 06/44] refs.c: add an err argument ro delete_loose_ref
` [PATCH v8 07/44] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v8 08/44] update-ref.c: log transaction error from the update_ref
` [PATCH v8 09/44] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v8 10/44] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v8 11/44] refs.c: change ref_transaction_create "
` [PATCH v8 12/44] refs.c: ref_transaction_delete to check for error "
` [PATCH v8 13/44] tag.c: use ref transactions when doing updates
` [PATCH v8 14/44] replace.c: use the ref transaction functions for updates
` [PATCH v8 15/44] commit.c: use ref transactions "
` [PATCH v8 16/44] sequencer.c: use ref transactions for all ref updates
` [PATCH v8 17/44] fast-import.c: change update_branch to use ref transactions
` [PATCH v8 18/44] branch.c: use ref transaction for all ref updates
` [PATCH v8 19/44] refs.c: change update_ref to use a transaction
` [PATCH v8 20/44] refs.c: free the transaction before returning when number of updates is 0
` [PATCH v8 21/44] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v8 22/44] fetch.c: clear errno before calling functions that might set it
` [PATCH v8 23/44] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v8 24/44] fetch.c: use a single ref transaction for all ref updates
` [PATCH v8 25/44] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v8 26/44] fast-import.c: use a ref transaction when dumping tags
` [PATCH v8 27/44] walker.c: use ref transaction for ref updates
` [PATCH v8 28/44] refs.c: make write_ref_sha1 static
` [PATCH v8 29/44] refs.c: make lock_ref_sha1 static
` [PATCH v8 30/44] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v8 31/44] refs.c: remove the update_ref_lock function
` [PATCH v8 32/44] refs.c: remove the update_ref_write function
` [PATCH v8 33/44] refs.c: remove lock_ref_sha1
` [PATCH v8 34/44] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v8 35/44] refs.c: make delete_ref use a transaction
` [PATCH v8 36/44] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v8 37/44] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v8 38/44] refs.c: pack all refs before we start to rename a ref
` [PATCH v8 39/44] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v8 40/44] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v8 41/44] refs.c: add a new flag for transaction delete for refs we know are packed only
` [PATCH v8 42/44] refs.c: pass a skip list to name_conflict_fn
` [PATCH v8 43/44] refs.c: make rename_ref use a transaction
` [PATCH v8 44/44] refs.c: remove forward declaration of write_ref_sha1

[PATCH RFC 0/4] Add support for Exynos clock output configuration
 2014-05-15 17:32 UTC  (11+ messages)
` [PATCH RFC 1/4] clk: samsung: exynos4: Add missing DMC clock hierarchy
` [PATCH RFC 2/4] clk: samsung: exynos4: Add CLKOUT "
` [PATCH RFC 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs
` [PATCH RFC 4/4] ARM: dts: exynos: Update PMU node with CLKOUT related data

[PATCH] xen-netback: fix race between napi_complete() and interrupt handler
 2014-05-15 17:33 UTC  (5+ messages)
  ` interrupt moving and NAPI scheduling

meta-web-kiosk: bad fonts in high resolution
 2014-05-15 17:33 UTC  (3+ messages)

[PATCH] mac80211: fix csa_couter_offs argument name in docbook
 2014-05-15 17:32 UTC 

[PATCH] dmaengine: qcom_bam_dma: Add descriptor flag APIs
 2014-05-15 17:32 UTC  (5+ messages)

[PATCH 9/9] drm/i915: Fix gen2 and hsw scanline counter
 2014-05-15 17:23 UTC  (2+ messages)
` [PATCH v2 9/9] drm/i915: Fix gen2 and hsw+ "

[Buildroot] [Bug 5750] New: buildroot-2012.11 while building X11 for ARM, errors on xlib_libX11-1.4.2
 2014-05-15 17:31 UTC  (2+ messages)
` [Buildroot] [Bug 5750] Doing a Buildroot build from /usr doesn't work

[Qemu-devel] [PATCH] target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags
 2014-05-15 17:30 UTC  (2+ messages)

[PATCH V4 0/2] mm: FAULT_AROUND_ORDER patchset performance data for powerpc
 2014-05-15 17:28 UTC  (5+ messages)

[PATCH/RFC] Gitweb: Convert UTF-8 encoded file names
 2014-05-15 17:24 UTC  (6+ messages)

[PATCHv2] ARM: ioremap: Fix static vm area boundary checking
 2014-05-15 17:28 UTC  (3+ messages)

[Qemu-devel] [Qemu-ppc] macio ide question/bug report
 2014-05-15 17:28 UTC  (11+ messages)

[PATCHv2 00/14] perf tools: Speedup DWARF unwind
 2014-05-15 17:23 UTC  (15+ messages)
` [PATCH 01/14] perf tools: Cache register accesses for unwind processing
` [PATCH 02/14] perf tools: Separate dso data related variables
` [PATCH 03/14] perf tools: Add data_fd into dso object
` [PATCH 04/14] perf tools: Add global list of opened dso objects
` [PATCH 05/14] perf tools: Add global count "
` [PATCH 06/14] perf tools: Cache dso data file descriptor
` [PATCH 07/14] perf tools: Add file size check and factor dso__data_read_offset
` [PATCH 08/14] perf tools: Allow to close dso fd in case of open failure
` [PATCH 09/14] perf tools: Add dso__data_* interface descriptons
` [PATCH 10/14] perf tests: Spawn child for each test
` [PATCH 11/14] perf tests: Allow reuse of test_file function
` [PATCH 12/14] perf tests: Add test interface for dso data fd limit
` [PATCH 13/14] perf tests: Add test for caching dso file descriptors
` [PATCH 14/14] perf tests: Add test for closing dso objects on EMFILE error

[PATCH] sched/rt: don't try to balance rt_runtime when it is futile
 2014-05-15 17:27 UTC  (5+ messages)

[PATCH 3/3] FS/HPFS: use __func__ for logging
 2014-05-15 17:24 UTC 

[PATCH v2 00/11] arm64 crypto roundup
 2014-05-15 17:24 UTC  (4+ messages)
` [PATCH v2 09/11] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1

[PATCH v2 1/2] ath10k: introduce rx_status htt template
 2014-05-15 17:24 UTC  (4+ messages)
` [PATCH v2 2/2] ath10k: fix rssi and rate reporting

[Qemu-devel] [bug] busy-loop in send_all()
 2014-05-15 17:23 UTC 

an interesting note on LUN coalescing
 2014-05-15 17:23 UTC  (3+ messages)

[lm-sensors] [PATCH] hwmon: Document hwmon kernel API
 2014-05-15 17:22 UTC  (4+ messages)
  `  "

regression: request-pull with signed tag lacks tags/ in master
 2014-05-15 16:39 UTC 

[PATCH v1 00/10] bt_att initial implementation
 2014-05-15 17:22 UTC  (8+ messages)
` [PATCH v1 01/10] src/shared/att: Introduce struct bt_att

[PATCH v2 8/9] drm/i915: Draw a picture about video timings
 2014-05-15 17:20 UTC  (2+ messages)
` [PATCH v3 "

[Ksummit-discuss] [CORE TOPIC] Dealing with 2038
 2014-05-15 17:20 UTC  (8+ messages)

Mwifiex driver on Globascal Mirabox
 2014-05-15 17:15 UTC  (7+ messages)
  ` Mwifiex driver on Globalscale Mirabox

Ethernet bug at Upstream-v3.15-rcx on Lager
 2014-05-15 17:20 UTC  (3+ messages)

[PATCH 2/3] FS/HPFS: use pr_fmt for logging
 2014-05-15 17:19 UTC 

[PATCH V5 00/32] JSON infrastructure, new "xl-json" format and domain configuration synchronization
 2014-05-15 17:19 UTC  (11+ messages)
` [PATCH V5 02/32] xl / libxl: push parsing of SSID and CPU pool ID down to libxl
` [PATCH V5 03/32] xl / libxl: push VCPU affinity pinning "
` [PATCH V5 04/32] libxl: libxl_uuid_copy now taks a ctx argument

[Qemu-devel] [Qemu-detvel] [PATCH 0/4] machine: QemuOpts per machine
 2014-05-15 17:19 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/4] qapi: output visitor crashes qemu if it encounters a NULL value
` [Qemu-devel] [PATCH 3/4] vl.c: do not set 'type' property in obj_set_property

[PATCH] cfg80211: add documentation for max_num_csa_coutners
 2014-05-15 17:18 UTC 

[Buildroot] [PATCH] luajit: fix a runtime error
 2014-05-15 17:17 UTC 

[PATCHv2 net-next] xen-netback: fix race between napi_complete() and interrupt handler
 2014-05-15 17:17 UTC 

[PATCHv2 net-next] xen-netback: fix race between napi_complete() and interrupt handler
 2014-05-15 17:17 UTC 

[PATCH 1/3] FS/HPFS: convert printk to pr_foo()
 2014-05-15 17:16 UTC 

Does CEPH rely on any multicasting?
 2014-05-15 17:15 UTC  (6+ messages)
  ` [ceph-users] "

[RFC v3 0/6] xen/arm: ARM save/restore/migration support
 2014-05-15 17:15 UTC  (3+ messages)
` [RFC v3 2/6] xen/arm: Add save/restore support for ARM GIC V2

Moving frags and SKBTX_DEV_ZEROCOPY skbs
 2014-05-15 17:14 UTC  (5+ messages)

[PATCH 0/6] Ethernet driver enhancements
 2014-05-15 17:14 UTC  (3+ messages)
` [PATCH 6/6] vmxnet3: replace Intel driver

[Bug 78748] New: Nouveau fails initializing KMS on Geforce2 Go (NV11M)
 2014-05-15 17:12 UTC  (2+ messages)
  ` [Bug 78748] [NV11] "

[PATCH 00/25] Change time_t and clock_t to 64 bit
 2014-05-15 17:12 UTC  (6+ messages)

[Ksummit-discuss] [TECH TOPIC] QR encoded oops for the kernel
 2014-05-15 17:11 UTC  (12+ messages)

[xen-4.4-testing test] 26293: tolerable FAIL - PUSHED
 2014-05-15 17:11 UTC 

[PATCH 08/15] ia64: add renameat2 syscall
 2014-05-15 16:55 UTC  (2+ messages)

[PATCH 0/3] HPFS logging clean-up
 2014-05-15 17:08 UTC 

[PATCH 01/10] check_bindir: don't use the -a or -o option with the test command
 2014-05-15 17:07 UTC  (2+ messages)

[Qemu-devel] [PULL 00/15] KVM patches for 2014-05-13
 2014-05-15 17:08 UTC  (3+ messages)

[Qemu-devel] [PULL 0/6] migration queue
 2014-05-15 17:04 UTC  (2+ messages)

[PATCH] amba: Put the device's of_node on its release
 2014-05-15 17:07 UTC  (3+ messages)

[PATCHv4 0/4] Enable usbphy and hsotg for exynos4
 2014-05-15 17:07 UTC  (3+ messages)
` [PATCHv4 1/4] ARM: dts: exynos4: add PMU syscon node

[PATCH 00/10] thermal: exynos: various cleanups
 2014-05-15 17:06 UTC  (4+ messages)
` [PATCH 09/10] thermal: exynos: remove redundant pdata checks from exynos_tmu_control()

[PATCH 0/4] Intel primary plane support (v6)
 2014-05-15 17:00 UTC  (5+ messages)
` [PATCH 4/4] drm/i915: Intel-specific primary plane handling (v6)

[PATCH] Btrfs-progs: save us an unnecessary ioctl call
 2014-05-15 17:06 UTC  (2+ messages)

[PATCH] sched,numa: update migrate_improves/degrades_locality
 2014-05-15 17:03 UTC 

futex(2) man page update help request
 2014-05-15 17:06 UTC  (12+ messages)

[PATCH v7 0/4] IOMMU support for ARM
 2014-05-15 17:06 UTC  (4+ messages)
` [PATCH v7 1/4] xen/arm: p2m: Clean cache PT when the IOMMU doesn't support coherent walk

pull request iwlwifi-next 2014-05-15
 2014-05-15 17:04 UTC  (21+ messages)
` [PATCH 05/24] iwlwifi: mvm: add channel 14 to the low band list
` [PATCH 06/24] iwlwifi: mvm: notify sched scan complete from stop routine
` [PATCH 07/24] iwlwifi: mvm: stop sched scan before association
` [PATCH 08/24] iwlwifi: mvm: Add power management support for P2P DCM
` [PATCH 09/24] iwlwifi: mvm: Disable uAPSD for a DCM client
` [PATCH 10/24] iwlwifi: cause build error on missing newline
` [PATCH 11/24] iwlwifi: remove spurious newline in Kconfig
` [PATCH 12/24] iwlwifi: remove CMD_SYNC
` [PATCH 13/24] iwlwifi: use dev_printk instead of dev_dbg for debug logs
` [PATCH 14/24] iwlwifi: pcie: disable BHs in iwl_pcie_txq_check_wrptrs
` [PATCH 15/24] iwlwifi: mvm: set SKIP_OVER_DTIM flag only if needed
` [PATCH 16/24] iwlwifi: mvm: BT Coex - fix boost register / LUT values
` [PATCH 17/24] iwlwifi: mvm: revisit the NVM handling code
` [PATCH 18/24] iwlwifi: mvm: enable RX chain diversity if needed
` [PATCH 19/24] iwlwifi: allow dynamic configuration of internal memory
` [PATCH 20/24] iwlwifi: mvm: add uapsd_disable module parameter
` [PATCH 21/24] iwlwifi: mvm: BT Coex - send channel inhibition before association
` [PATCH 22/24] iwlwifi: mvm: combine p2p and station mac context functions
` [PATCH 23/24] iwlwifi: update nmi register
` [PATCH 24/24] iwlwifi: fix LED support Kconfig dependencies

[PATCH 1/1] fs/hfsplus/wrapper.c: replace min/casting by min_t
 2014-05-15 17:05 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.