All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-19 15:13:19 to 2014-06-19 15:58:21 UTC [more...]

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2014-06-19 15:58 UTC 

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2014-06-19 15:58 UTC 

[Buildroot] [PATCH] valgrind: fix build for glibc 2.19
 2014-06-19 15:57 UTC  (2+ messages)

[PATCH] mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=y
 2014-06-19 15:52 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2014-06-19 15:57 UTC 

[PATCH 00/38] MMC updates, plus CuBox-i WiFi support
 2014-06-19 15:57 UTC  (7+ messages)
` [PATCH 23/38] mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function

[PATCH v18 00/48] Use ref transactions
 2014-06-19 15:56 UTC  (6+ messages)
` [PATCH v18 16/48] refs.c: add an err argument to delete_ref_loose

[Buildroot] [git commit] valgrind: fix build for glibc 2.19
 2014-06-19 15:56 UTC 

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

master - pvmove: Clean-up iterator
 2014-06-19 15:56 UTC 

[Qemu-devel] [PATCH 0/6] vhost-user qtest fixes
 2014-06-19 15:55 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/6] configure: add new config define CONFIG_VHOST_NET_USED
    ` [Qemu-devel] [snabb-devel] "
` [Qemu-devel] [PATCH 6/6] qtest: enable vhost-user-test
  ` [Qemu-devel] [snabb-devel] Re: [PATCH 0/6] vhost-user qtest fixes

[Qemu-devel] [PATCH v2 0/4] e1000: link auto-negotiation fixes
 2014-06-19 15:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] e1000: emulate auto-negotiation during external link status change
` [Qemu-devel] [PATCH v2 2/4] e1000: improve auto-negotiation reporting via mii-tool
` [Qemu-devel] [PATCH v2 3/4] e1000: move e1000_autoneg_timer() to after set_ics()
` [Qemu-devel] [PATCH v2 4/4] e1000: signal guest on successful link auto-negotiation

[U-Boot] [PATCH] ARM: tegra: fix include guard
 2014-06-19 15:55 UTC  (4+ messages)

[U-Boot] Consistently repeated TFTP timeouts (target directly connected to host PC)
 2014-06-19 15:55 UTC 

[PATCHv2 0/5] perf tools tui: Display columns headers
 2014-06-19 15:41 UTC  (8+ messages)
` [PATCH 1/5] perf tools: Factor ui_browser ops out of ui_browser struct
` [PATCH 2/5] perf tools: Remove ev_name argument from perf_evsel__hists_browse
` [PATCH 5/5] perf tools: Add report.show-headers config file option

[PATCHv2 librdmacm] rsocket: Add support for RDMA_ROUTE option in rgetsockopt
 2014-06-19 15:54 UTC 

[Buildroot] [PATCH] tcpreplay: use pcap-config
 2014-06-19 15:53 UTC  (2+ messages)

[PATCH librdmacm] rsocket: Add support for RDMA_ROUTE option in rgetsockopt
 2014-06-19 15:52 UTC  (3+ messages)

[trace:ftrace/core 1/3] include/trace/syscall.h:39:6: error: 'TIF_SYSCALL_TRACEPOINT' undeclared
 2014-06-19 15:51 UTC  (6+ messages)

[PATCH v2] xen: allow guest_remove_page to remove p2m_mmio_direct pages
 2014-06-19 15:52 UTC  (3+ messages)

[PATCH] eal: Fixed EAL option --base-virtaddr
 2014-06-19 15:51 UTC  (2+ messages)

[PATCH RFC] xen: allow guest_remove_page to remove p2m_mmio_direct pages
 2014-06-19 15:51 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] hw/mips: gt64xxx_pci: Add VMStateDescription
 2014-06-19 15:51 UTC  (4+ messages)

[PATCH] eal: clear errno before calling strtoull() to parse base_virtaddr
 2014-06-19 15:50 UTC  (3+ messages)

[Buildroot] [git commit] kmod: bump version
 2014-06-19 15:50 UTC 

Company affiliation transition
 2014-06-19 15:50 UTC  (3+ messages)

[Qemu-devel] [PATCH] armv7m_nvic: fix AIRCR implementation
 2014-06-19 15:49 UTC  (2+ messages)

How to disable Lazy Preempt in the kernel
 2014-06-19 15:49 UTC  (4+ messages)

[PATCH] clocksource: exynos-mct: Register the timer for stable udelay
 2014-06-19 15:49 UTC  (5+ messages)

Change gpio-reulator-probe() to use managed resources
 2014-06-19 15:46 UTC  (5+ messages)
` [PATCH 1/4] drivers/gpio: devres.c: allow gpio array requests for managed devices
` [PATCH 2/4] drivers/base: devres.c: Add block copy func. "
` [PATCH 3/4] drivers/base: devres.c: use devm_kmemdup() from with devm_kstrdup()
` [PATCH 4/4] drivers/regulator: gpio-regulator.c: use managed resources for probe

Does anybody know of a quick way to migrate an IMX6 BSP from dora to daisy?
 2014-06-19 15:46 UTC  (3+ messages)

post-receive: pub/scm/virt/kvm/mst/qemu
 2014-06-19 15:45 UTC 

[Buildroot] [PATCH 0/3] Bump packages before adding libgtk3
 2014-06-19 15:44 UTC  (4+ messages)

[PATCH] NVMe: Change nvme_enable_ctrl behavior and track CC
 2014-06-19 15:42 UTC 

[PATCH 1/3] drm/i915: Add ppgtt init/release trace points
 2014-06-19 15:41 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/andrea/aa
 2014-06-19 15:41 UTC 

[PATCH 1/2] ext4: Fix block zeroing when punching holes in indirect block files
 2014-06-19 15:38 UTC  (2+ messages)

[Buildroot] [RFC] FIT image support
 2014-06-19 15:38 UTC 

[PATCH] ext4: Fix punch hole on files with indirect mapping
 2014-06-19 15:37 UTC 

mmu_notifier and i915_gem_userptr.c
 2014-06-19 15:36 UTC 

[PATCH 0/4] perf tools tui: Display columns headers
 2014-06-19 15:36 UTC  (3+ messages)

SCTP data chunk bundling when SCTP_NODELAY is set
 2014-06-19 15:36 UTC  (9+ messages)

[RFC/PATCH] perf tools: Fix segfault in cumulative.callchain report
 2014-06-19 15:36 UTC  (5+ messages)

[PATCH 1/1] staging: lustre: ldlm: ldlm_resource.c removed unecessary braces
 2014-06-19 15:35 UTC 

BUG: scheduling while atomic in blk_mq codepath?
 2014-06-19 15:35 UTC 

[REPOST PATCH 0/8] fence synchronization patches
 2014-06-19 15:35 UTC  (8+ messages)
` [REPOST PATCH 4/8] android: convert sync to fence api, v5

[OT, JOB] Xilinx, San Jose: 2 full-time openings for embedded systems/embedded software group
 2014-06-19 15:35 UTC  (2+ messages)

SELinux context not working
 2014-06-19 15:33 UTC  (3+ messages)

[PATCH v1 000/104] nfsd: eliminate the client_mutex
 2014-06-19 15:33 UTC  (2+ messages)

[PATCH v2] kni: fix compile errors on Oracle Linux6.4 and RHEL6.5
 2014-06-19 15:32 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/kasatkin/linux-digsig
 2014-06-19 15:31 UTC 

[Qemu-devel] virtio-serial-pci very expensive during live migration
 2014-06-19 15:31 UTC  (13+ messages)

[U-Boot] [PATCH v2 0/14] Enhance fit_check_sign add beaglebone black vboot docs
 2014-06-19 15:31 UTC  (7+ messages)
` [U-Boot] [PATCH v2 06/14] bootm: Split out code from cmd_bootm.c
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH] am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now

xfs_freeze
 2014-06-19 15:30 UTC  (5+ messages)
  ` 答复: xfs_freeze

[lm-sensors] [RFT][PATCH] hwmon: (fam15h_power) Convert to devm_hwmon_device_register_with_groups
 2014-06-19 15:29 UTC 

[PATCH] x86, Clean up smp_num_siblings calculation
 2014-06-19 15:28 UTC  (3+ messages)

[PATCHv2 1/1] ima: re-introduce own integrity cache lock
 2014-06-19 15:27 UTC  (2+ messages)

[PATCH RESEND 1/5] ARM: clps711x: Remove IO_ADDRESS() macro
 2014-06-19 15:26 UTC  (5+ messages)
` [PATCH RESEND 2/5] ARM: clps711x: Move debug include into arch/arm/include/debug/
` [PATCH RESEND 3/5] ARM: clps711x: Switch CLPS711X subarch to use cpuidle driver
` [PATCH RESEND 4/5] ARM: clps711x: clep7312: Add common devices initialization
` [PATCH RESEND 5/5] ARM: clps711x: edb7211: Remove excess layer to calling clps711x_devices_init()

OF_DYNAMIC node lifecycle
 2014-06-19 15:26 UTC  (3+ messages)

[U-Boot] [PATCH 1/6] usb: ehci: mx6: Add support for i.MX6SL
 2014-06-19 15:23 UTC  (3+ messages)
` [U-Boot] [PATCH 3/6] mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V

[U-Boot] [PATCH v2 13/14] Enhance fit_check_sign to check all images
 2014-06-19 15:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] cosmetic: autoboot: update old style GNU struct init
 2014-06-19 15:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd_md5sum.c: remove dead code / fix warning
 2014-06-19 15:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Remove nios-32 arch remnants
 2014-06-19 15:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] m68k: Remove CONFIG_CMD_BEDBUG related code
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] pmic: tps65090: correct checking i2c bus
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] "

[PATCH] bug: Fix CONFIG_BUG=n BUG_ON()
 2014-06-19 15:22 UTC  (2+ messages)

[U-Boot] [PATCH] fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] includes: move openssl headers to include/u-boot
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] test: vboot: explicitly request bash
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 14/14] Add documentation for verified boot on Beaglebone Black
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 12/14] bootm: Move decompression code into its own function
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 11/14] Allow compiling common/bootm.c on with HOSTCC
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 10/14] Avoid including config.h in command.h
 2014-06-19 15:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[PATCH v1 0/3] ima: use asynchronous hash API for hash calculation
 2014-06-19 15:20 UTC  (4+ messages)
` [PATCH v1 1/3] ima: use ahash API for file "
` [PATCH v1 2/3] ima: introduce multi-page collect buffers
` [PATCH v1 3/3] ima: provide double buffering for hash calculation

[U-Boot] [PATCH v2 09/14] Fix small 'case' typo in image-fit.c
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 08/14] bootm: Support android boot on sandbox
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 07/14] image: Remove the fit_load_image() property parameter
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 05/14] Reverse the meaning of the fit_config_verify() return code
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 04/14] tools: Check arguments in fit_check_sign/fit_info
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 03/14] fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 02/14] mkimage: Automatically expand FDT in more cases
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 01/14] hash: Use uint8_t in preference to u8
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] .gitignore: drop include/asm/proc from ignore pattern
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] fs: ext4: fix writing zero-length files
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 9/9] fdt_support: correct the return condition of fdt_initrd()
 2014-06-19 15:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 8/9] fdt_support: fix an endian bug of fdt_initrd()
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 7/9] fdt_support: fix an endian bug of fdt_fixup_memory_banks
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 6/9] fdt_support: add 'const' qualifier for unchanged argument
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 5/9] fdt_support: refactor fdt_fixup_stdout() function
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/9] fdt_support: delete force argument of fdt_chosen()
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/9] fdt_support: delete force argument of fdt_initrd()
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/9] fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/9] fdt_support: refactor with fdt_find_or_add_subnode helper func
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] freescale: m5253demo: fix unused-but-set-variable warnings
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images
 2014-06-19 15:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] m68k:correct io macros about endian
 2014-06-19 15:19 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] m68k: eliminate a warning in cpu_init
 2014-06-19 15:19 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/3] "

[U-Boot] [PATCH] ARM: fdt support: Add usbethaddr as an acceptable MAC
 2014-06-19 15:19 UTC  (2+ messages)
` [U-Boot] "

3.15-rc5 deadlocked a 2nd time after I was copying photos from an sdcard + common code path that deadlocks all btrfs filesystems
 2014-06-19 15:19 UTC  (10+ messages)
  ` frustrations with handling of crash reports

[PATCH] gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error
 2014-06-19 15:19 UTC  (5+ messages)

[Qemu-devel] [PATCH v3] bsd-user: Add patches to fix AES_* link errors
 2014-06-19 15:17 UTC  (4+ messages)

[PATCH v2 libnetfilter_conntrack] zero value handling of mark and zone
 2014-06-19 15:16 UTC  (2+ messages)

[RFC] drm/exynos: abort commit when framebuffer is removed from plane
 2014-06-19 15:13 UTC 

[PATCH V2] pm80xx: Fix hibernation issue
 2014-06-19 15:13 UTC 

[PATCH] x86, amd_ucode: Support multiple container files appended together
 2014-06-19 15:14 UTC 

[PATCH] mfd: arizona: Add comment to explain non-devm regulator_get
 2014-06-19 15:04 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.