All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-18 17:09:26 to 2014-06-18 18:14:32 UTC [more...]

[PATCH] ARM: zImage: ensure header in LE format for BE8 kernels
 2014-06-18 18:14 UTC  (5+ messages)

[PATCH v2 0/10] Batch of cleanup patches for cros_ec
 2014-06-18 18:14 UTC  (9+ messages)
` [PATCH v2 01/10] mfd: cros_ec: Fix the comment on cros_ec_remove()
` [PATCH v2 02/10] mfd: cros_ec: Allow static din/dout buffers with cros_ec_register()
` [PATCH v2 03/10] mfd: cros_ec: Tweak struct cros_ec_device for clarity
` [PATCH v2 04/10] mdf: cros_ec: Detect in-progress commands
  ` [PATCH v2 07/10] mfd: cros_ec: cleanup: Remove EC wrapper functions
` [PATCH v2 08/10] mfd: cros_ec: Check result code from EC messages
` [PATCH v2 09/10] mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from EC
` [PATCH v2 10/10] mfd: cros_ec: move EC interrupt to cros_ec_keyb

[PATCH] android/pts: Update GAP results
 2014-06-18 18:13 UTC  (2+ messages)

Bug: USB Bridge Will Not PassThru
 2014-06-18 18:13 UTC  (10+ messages)

[U-Boot] [PATCH] includes: move openssl headers to include/u-boot
 2014-06-18 18:12 UTC  (3+ messages)

[RFC 0/4] Command parser batch buffer copy
 2014-06-18 18:11 UTC  (5+ messages)
` [RFC 2/4] drm/i915: Use batch pools with the command parser

[RFT 1/2] printk: make dynamic kernel ring buffer alignemnt explicit
 2014-06-18 18:11 UTC  (3+ messages)
` [RFT 2/2] printk: allow increasing the ring buffer depending on the number of CPUs

[PATCH] Checks for Null return of skb_alloc in function fw_download_code
 2014-06-18 18:14 UTC  (2+ messages)

[PATCH] tools/libxl: Fix free() of wild pointer in libxl__initiate_device_remove()
 2014-06-18 18:09 UTC  (2+ messages)
` [PATCH v2] "

[RFC 00/19] xe/arm: Add support for non-pci passthrough
 2014-06-18 18:08 UTC  (9+ messages)
` [RFC 05/19] xen/arm: Release IRQ routed to a domain when it's destroying
` [RFC 15/19] xen/arm: Reserve region in guest memory for device passthrough

[PATCH v2 lttng-ust] JUL: use root logger to capture events
 2014-06-18 18:08 UTC 

Eudyptula Challenge Task 01
 2014-06-18 18:08 UTC  (7+ messages)

[PATCH v3] ARM: fix debug prints relevant to PCI devices
 2014-06-18 18:07 UTC  (2+ messages)

[PULL] IIO new drivers, features and cleanups for 3.17 - set 1
 2014-06-18 18:09 UTC 

[PATCH ARM v4 00/12] mini-os: initial ARM support
 2014-06-18 18:05 UTC  (20+ messages)
` [PATCH ARM v4 01/12] mini-os: build fixes
` [PATCH ARM v4 03/12] mini-os: fixed format string error in unbind_evtchn
` [PATCH ARM v4 04/12] mini-os: use unbind_evtchn in unbind_all_ports
` [PATCH ARM v4 05/12] mini-os: made off_t type signed
` [PATCH ARM v4 07/12] mini-os: initial ARM support
` [PATCH ARM v4 09/12] mini-os: import libfdt
` [PATCH ARM v4 10/12] mini-os: get RAM base and size from the FDT
` [PATCH ARM v4 11/12] mini-os: get GIC addresses from FDT
` [PATCH ARM v4 12/12] mini-os: added ARM grant table initialisation

IIO drivers left in drivers/staging/
 2014-06-18 18:06 UTC  (7+ messages)

[oe-commits] Robert Yang : tftp-hpa: inherit autotools-brokensep
 2014-06-16 15:04 UTC  (2+ messages)

[PATCH] ns: introduce getnspid syscall
 2014-06-18 18:02 UTC  (6+ messages)

[PATCH V2] fs/sysv/namei.c: whitespace noise removal
 2014-06-18 18:01 UTC 

[PATCH 00/25] Fix FBC for real
 2014-06-18 17:58 UTC  (26+ messages)
` [PATCH 01/25] drm/i915: Add ring_notify mechanism
` [PATCH 02/25] drm/i915: Add vblank notify mechanism
` [PATCH 03/25] drm/i915: Name the IPS bits
` [PATCH 04/25] drm/i915: Use vblank notifier for IPS
` [PATCH 05/25] drm/i915: Reogranize page flip code for fbc
` [PATCH 06/25] drm/i915: Move ilk_pipe_pixel_rate() earlier to avoid forward declaration
` [PATCH 07/25] drm/i915: Reorganize intel_update_fbc()
` [PATCH 08/25] drm/i915: Check panel fitting state before enabling fbc
` [PATCH 09/25] drm/i915: Reject fbc on g4x when sprites are enabled
` [PATCH 10/25] drm/i915: Check pixel format for fbc
` [PATCH 11/25] drm/i915: Remove dblscan flag from fbc1 check
` [PATCH 12/25] drm/i915: Don't claim fbc as possible if the obj size exceeds stolen size
` [PATCH 13/25] drm/i915: Use low level funciton to disable fbc at init/resume
` [PATCH 14/25] drm/i915: Move fbc function prototypes got intel_drv.h
` [PATCH 15/25] drm/i915: Move fbc state into dev_priv.fbc
` [PATCH 16/25] drm/i915: Rewrite fbc
` [PATCH 17/25] drm/i915: Reduce dmesg spam from FBC enable
` [PATCH 18/25] drm/i915: Add i915_fbc_info debugfs file
` [PATCH v6 19/25] drm/i915: Implement LRI based FBC tracking
` [PATCH v3 20/25] drm/i915: Use LRI based FBC render tracking for ILK
` [PATCH v2 21/25] drm/i915: Reorder i915_gem_execbuffer_move_to_gpu() and i915_switch_context()
` [PATCH 22/25] drm/i915: Flush caches for scanout during cpu->gtt move
` [PATCH v5 23/25] drm/i915: Nuke FBC from SW_FINISH ioctl
` [PATCH 24/25] drm/i915: Pimp fbc render/blitter tracking
` [PATCH 25/25] drm/i915: Enable fbc for ilk+ by default

9da0763 "kbuild: Use relative path ..." Broke my IDE
 2014-06-18 18:00 UTC 

[PATCH 0/3] Correct monitor-mwait emulation as nop
 2014-06-18 17:59 UTC  (6+ messages)
` [PATCH 3/3] KVM: x86: correct mwait and monitor emulation

[PATCH 1/1] PCMCIA_HERMES: ioport_map/unmap relies on HAS_IOPORT_MAP
 2014-06-18 17:55 UTC 

[PATCH] socket: Convert service UUID to 16 or 32 bits if possible
 2014-06-18 17:56 UTC 

[PATCH v3] ASoC: davinci-mcasp: set up channel status bits for S/PDIF mode
 2014-06-18 17:56 UTC  (4+ messages)

[PATCH net,stable] net: huawei_cdc_ncm: increase command buffer size
 2014-06-18 17:55 UTC  (4+ messages)

[PATCH v2 0/2] Fix issues with VFIO
 2014-06-18 17:55 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 1/2] ASoC: ak5386: Add regulators to documentation and fix sparse warning
 2014-06-18 17:54 UTC  (4+ messages)

[U-Boot] [PATCH] m68k: Fix warnings with gcc 4.6
 2014-06-18 17:53 UTC  (5+ messages)
` [U-Boot] "

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

[PATCH 6/6] KVM: x86: check DR6/7 high-bits are clear only on long-mode
 2014-06-18 17:51 UTC  (7+ messages)
` [PATCH v2 0/9] KVM: x86: More emulator bugs
  ` [PATCH v2 9/9] KVM: vmx: vmx instructions handling does not consider cs.l

Should Pstore(ramoops) records customized information?
 2014-06-18 17:50 UTC  (2+ messages)

[PATCH 1/2] ipv6: Add more debugging around accept-ra logic
 2014-06-18 17:50 UTC  (2+ messages)
` [PATCH 2/2] ipv6: Allow accepting RA from local IP addresses

[U-Boot] [PATCH 0/5] Kbuild: sync with Linux 3.16-rc1
 2014-06-18 17:49 UTC  (2+ messages)

[PATCH 1/1] LIBERTAS_CS: ioport_map/unmap relies on HAS_IOPORT_MAP
 2014-06-18 17:48 UTC 

[Qemu-devel] [PATCH] libvixl: Fix wrong format strings
 2014-06-18 17:49 UTC 

Kernel 3.15: Boot problems with a PA6T board
 2014-06-18 17:42 UTC 

[Qemu-devel] [PULL v2 000/106] pc, pci, virtio, hotplug fixes, enhancements
 2014-06-18 17:48 UTC  (3+ messages)
` [Qemu-devel] [PULL v2 006/106] vl.c: extend -m option to support options for memory hotplug

[lm-sensors] [RFT][PATCH 1/2] hwmon: (wm831x) Convert to devm_hwmon_device_register_with_groups
 2014-06-18 17:47 UTC  (2+ messages)

[PATCHv2 00/24] ILP32 Support in ARM64
 2014-06-18 17:47 UTC  (4+ messages)
` [PATCH 10/24] ARM64: Introduce is_a32_task and is_a32_thread. Use them in the correct locations

[PATCH libvirt] xen: handle root= in xen-xm configuration files
 2014-06-18 17:46 UTC  (2+ messages)

[RFC PATCH 0/4] Tegra124: EMC scaling
 2014-06-18 17:46 UTC  (10+ messages)
` [RFC PATCH 1/4] memory: tegra124-emc: Add EMC driver

[RFC PATCH] ASoC: tas2552: Support TI TAS2552 Amplifier
 2014-06-18 17:45 UTC  (3+ messages)

[PATCH 0/10] Batch of cleanup patches for cros_ec
 2014-06-18 17:45 UTC  (6+ messages)
` [PATCH 02/10] mfd: cros_ec: IRQs for cros_ec should be optional

[PATCH 1/1] SPECTRUM_CS: ioport_map/unmap relies on HAS_IOPORT_MAP
 2014-06-18 17:43 UTC 

[PATCH] checkpatch: Warn on unnecessary void function return statements
 2014-06-18 17:44 UTC  (2+ messages)
` [PATCH V2] "

[PATCH] tools/libxc: Fix missing break in xc_domain_bind_pt_irq()
 2014-06-18 17:44 UTC 

[PATCH 0/2] arm64 bootwrapper fixes
 2014-06-18 17:44 UTC  (2+ messages)

[Qemu-devel] [PATCH] libvixl: Add gcc format attribute
 2014-06-18 17:43 UTC  (8+ messages)

[PATCH 1/1] fs/sysv/namei.c: code clean-up
 2014-06-18 17:43 UTC  (2+ messages)

[v3.13.y][SRU][PATCH 0/1] ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined
 2014-06-18 17:43 UTC  (6+ messages)
` [Trusty][SRU][PATCH 1/1] "

[RFC PATCH 0/5] perf trace pagefaults
 2014-06-18 17:42 UTC  (4+ messages)
` [PATCH 1/5] perf trace: add support for pagefault tracing

mismatches after growing raid1 and re-adding a failed drive
 2014-06-18 17:42 UTC  (3+ messages)

[PULL] First set of IIO fixes for the 3.16 cycle. (take 2)
 2014-06-18 17:41 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/2] fs: implement size/fatsize/ext4size
 2014-06-18 17:40 UTC  (3+ messages)

[RFC PATCH 00/13][V3] kexec: A new system call to allow in kernel loading
 2014-06-18 17:39 UTC  (6+ messages)
` [PATCH 13/13] kexec: Support kexec/kdump on EFI systems

[PATCH 1/1] fs/udf/file.c: use linux/uaccess.h
 2014-06-18 17:38 UTC 

[PATCHv2] NVMe: Async event request
 2014-06-18 17:38 UTC  (2+ messages)

[PATCH 1/1] fs/ubifs/tnc.c: replace count*size kmalloc by kmalloc_array
 2014-06-18 17:37 UTC 

[U-Boot] [PATCH] Fix bug in io64 target (introduced by commit aba27ac)
 2014-06-18 17:38 UTC  (2+ messages)

[PATCH v4 0/6] ARM generic idle states
 2014-06-18 17:36 UTC  (7+ messages)
` [PATCH v4 1/6] Documentation: arm: define DT idle states bindings

[PATCH 1/1] fs/ubifs/compress.c: remove unnecessary return
 2014-06-18 17:35 UTC 

[bisected] pre-3.16 regression on open() scalability
 2014-06-18 17:36 UTC  (7+ messages)

[U-Boot] [PATCH] configs: iocon: Enabling CONFIG_CMD_FPGAD again
 2014-06-18 17:35 UTC  (2+ messages)

[PATCH 0/2] Nul string list v2
 2014-06-18 17:35 UTC  (4+ messages)
` [PATCH 2/2] Add embedded nul string list test

RAID newbie, 1 vs 5, chunk sizes
 2014-06-18 17:34 UTC  (6+ messages)

[PATCH 0/7] Second part of msysgit/unicode
 2014-06-18 17:33 UTC  (4+ messages)

[PATCH 1/1] fs/squashfs/super.c: Logging clean-up
 2014-06-18 17:30 UTC 

[PATCH 1/2] ARM: i.MX: Migrate Freescale i.MX27 IP Camera board to devicetree
 2014-06-18 17:31 UTC  (5+ messages)

[GIT PULL] floppy
 2014-06-18 17:30 UTC  (2+ messages)

[PATCH v5 00/11] add performance tracing facility
 2014-06-18 17:28 UTC  (5+ messages)
` [PATCH v5 10/11] trace: add trace_performance facility to debug performance issues

[PATCH] Microsoft Visual C patches
 2014-06-18 17:27 UTC  (3+ messages)

[tracing] 939c7a4f04f: -46.4% cpuidle.C3-IVT.time
 2014-06-18 17:27 UTC  (3+ messages)

[PATCH] ARM: i.MX: Remove Freescale i.MX27 IP Camera board support
 2014-06-18 17:26 UTC 

What's cooking in git.git (Jun 2014, #04; Tue, 17)
 2014-06-18 17:25 UTC 

Possible bug in `git reset` in 1.9
 2014-06-18 17:20 UTC  (2+ messages)
` Possible bug in `gitreset` "

Build a lttng environment on TizenIVI3.0 User-land
 2014-06-18 17:25 UTC 

[PATCH v3 0/5] ref-transactions-rename
 2014-06-18 17:24 UTC  (6+ messages)
` [PATCH v3 1/5] refs.c: allow passing raw git_committer_info as email to _update_reflog
` [PATCH v3 2/5] refs.c: return error instead of dying when locking fails during transaction
` [PATCH v3 3/5] refs.c: use packed refs when deleting refs during a transaction
` [PATCH v3 4/5] refs.c: update rename_ref to use "
` [PATCH v3 5/5] refs.c: rollback the lockfile before we die() in repack_without_refs

[PATCH] clkdev: Don't print errors on probe defer
 2014-06-18 17:24 UTC  (4+ messages)

[3.13.y][SRU][PATCH 0/1] btrfs: fix defrag 32-bit integer overflow
 2014-06-18 17:23 UTC 

[PATCHv2 0/4] arm64: handle heterogeneous system register values
 2014-06-18 17:23 UTC  (8+ messages)
` [PATCHv2 2/4] arm64: cpuinfo: print info for all CPUs
` [PATCHv2 3/4] arm64: cachetype: report weakest cache policy
` [PATCHv2 4/4] arm64: add runtime system sanity checks

[PATCH] NVMe: Fail SCSI->NVMe translation for UNMAP when anchor is set
 2014-06-18 17:23 UTC  (8+ messages)

[PATCH v2] mfd: mc13xxx: Use regmap irq framework for interrupts
 2014-06-18 17:05 UTC 

[PATCH v4] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
 2014-06-18 17:21 UTC  (4+ messages)

[PATCH v6 00/10] Intel MPX support
 2014-06-18 17:21 UTC  (7+ messages)
` [PATCH v6 03/10] x86, mpx: add macro cpu_has_mpx

[PATCH v7 0/9] libxl: JSON infrastructure, fixes and prerequisite patches for new API
 2014-06-18 17:21 UTC  (4+ messages)
` [PATCH v7 5/9] libxl IDL: generate code to parse libxl__json_object to libxl_FOO struct

Adding files to the hddimg
 2014-06-18 17:20 UTC  (4+ messages)

[PATCH] tools/libxc: Improve the *_FIELD() macros
 2014-06-18 17:18 UTC 

[v3.13.y][SRU][PATCH 0/1] ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined
 2014-06-18 17:14 UTC 

[v3.13.y][SRU][PATCH 0/1] ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined
 2014-06-18 17:14 UTC 

log record CRC mismatch: found 0x10a71f1d, expected 0xe012d25f
 2014-06-18 17:13 UTC  (3+ messages)

Why does gpg.program work for commit but not log?
 2014-06-18 17:12 UTC  (3+ messages)

cannot attach backing device, wipefs does not fix it
 2014-06-18 17:11 UTC  (3+ messages)

[PATCH] drm/radeon: fix race condition in radeon_crtc_page_flip
 2014-06-18 17:11 UTC 

[PATCH v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side)
 2014-06-18 17:11 UTC  (6+ messages)
` [PATCH v9 6/9] libxl/xl: deprecate the build_info->cpumap field

[PATCH v3 00/14] ref-transactions-reflog
 2014-06-18 17:09 UTC  (13+ messages)
` [PATCH v3 01/14] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH v3 03/14] refs.c: rename the transaction functions
` [PATCH v3 04/14] refs.c: add a new update_type field to ref_update
` [PATCH v3 06/14] lockfile.c: make hold_lock_file_for_append preserve meaningful errno
` [PATCH v3 07/14] refs.c: add a transaction function to append a reflog entry
` [PATCH v3 08/14] refs.c: add a flag to allow reflog updates to truncate the log
` [PATCH v3 09/14] refs.c: only write reflog update if msg is non-NULL
` [PATCH v3 10/14] refs.c: allow multiple reflog updates during a single transaction
` [PATCH v3 11/14] reflog.c: use a reflog transaction when writing during expire
` [PATCH v3 12/14] refs.c: rename log_ref_setup to create_reflog
` [PATCH v3 13/14] refs.c: make unlock_ref/close_ref/commit_ref static
` [PATCH v3 14/14] refs.c: remove lock_any_ref_for_update


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.