All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-12 10:58:21 to 2014-06-12 11:56:41 UTC [more...]

[GIT PULL 0/7] perf/core improvements
 2014-06-12 11:56 UTC  (2+ messages)

[PATCH V2 00/19] irqchip: crossbar: driver fixes
 2014-06-12 11:53 UTC  (47+ messages)
` [PATCH V2 01/19] irqchip: crossbar: dont use '0' to mark reserved interrupts
` [PATCH V2 02/19] irqchip: crossbar: check for premapped crossbar before allocating
` [PATCH V2 03/19] irqchip: crossbar: Skip some irqs from getting mapped to crossbar
` [PATCH V2 04/19] irqchip: crossbar: Initialise the crossbar with a safe value
` [PATCH V2 05/19] irqchip: crossbar: Change allocation logic by reversing search for free irqs
` [PATCH V2 06/19] irqchip: crossbar: remove IS_ERR_VALUE check
` [PATCH V2 07/19] irqchip: crossbar: fix sparse warnings
` [PATCH V2 08/19] irqchip: crossbar: fix checkpatch warning
` [PATCH V2 09/19] irqchip: crossbar: fix kerneldoc warning
` [PATCH V2 10/19] irqchip: crossbar: DRA7: Fix unused crossbar list
` [PATCH V2 11/19] irqchip: crossbar: fix memory leak incase of invalid entry
` [PATCH V2 12/19] irqchip: crossbar: return proper error value
` [PATCH V2 13/19] irqchip: crossbar: change the goto naming
` [PATCH V2 14/19] irqchip: crossbar: set cb pointer to null in case of error
` [PATCH V2 15/19] irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callback
` [PATCH V2 16/19] irqchip: crossbar: introduce ti, max-crossbar-sources to identify valid crossbar mapping
  ` [PATCH V2 16/19] irqchip: crossbar: introduce ti,max-crossbar-sources "
` [PATCH V2 17/19] irqchip: crossbar: introduce centralized check for crossbar write
` [PATCH V2 18/19] Documentation: dt: OMAP: crossbar: add description for interrupt consumer
` [PATCH V2 19/19] irqchip: crossbar allow for quirky hardware with direct hardwiring of GIC

compaction is still too expensive for thp (was: [PATCH v2] mm, compaction: properly signal and act upon lock and need_sched() contention)
 2014-06-12 11:56 UTC  (16+ messages)
` [RFC PATCH 1/6] mm, compaction: periodically drop lock and restore IRQs in scanners
  ` [RFC PATCH 4/6] mm, compaction: skip buddy pages by their order in the migrate scanner

Tracing custom text file using TMF or LTTV question
 2014-06-12 11:56 UTC 

PATCH RFC: possible implementation of a low-bandwidth private 'channel'
 2014-06-12 11:56 UTC  (7+ messages)
` [PATCH RFC 1/4] libxl: add a list of abstract 'channels' to the domain config
` [PATCH RFC 2/4] xl: add support for channels
` [PATCH RFC 3/4] libxl: implement channels via PV console rings attached to qemu

Conditional patches on kernel depending on board, how to maintain?
 2014-06-12 11:54 UTC 

[REVIEWv4 PATCH 00/34] Add support for compound controls, use in solo/go7007
 2014-06-12 11:53 UTC  (32+ messages)
` [REVIEWv4 PATCH 01/34] v4l2-ctrls: increase internal min/max/step/def to 64 bit
  ` [REVIEWv4 PATCH 02/34] v4l2-ctrls: use pr_info/cont instead of printk
  ` [REVIEWv4 PATCH 03/34] videodev2.h: add initial support for compound controls
  ` [REVIEWv4 PATCH 04/34] videodev2.h: add struct v4l2_query_ext_ctrl and VIDIOC_QUERY_EXT_CTRL
  ` [REVIEWv4 PATCH 05/34] v4l2-ctrls: add support for compound types
  ` [REVIEWv4 PATCH 06/34] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRL
  ` [REVIEWv4 PATCH 07/34] v4l2-ctrls: create type_ops
  ` [REVIEWv4 PATCH 09/34] v4l2-ctrls: compare values only once
  ` [REVIEWv4 PATCH 10/34] v4l2-ctrls: use ptrs for all but the s32 type
  ` [REVIEWv4 PATCH 11/34] v4l2-ctrls: prepare for array support
  ` [REVIEWv4 PATCH 12/34] "
  ` [REVIEWv4 PATCH 13/34] v4l2-ctrls: type_ops can handle array elements
  ` [REVIEWv4 PATCH 14/34] v4l2-ctrls: add array support
  ` [REVIEWv4 PATCH 15/34] v4l2-ctrls: return elem_size instead of strlen
  ` [REVIEWv4 PATCH 16/34] v4l2-ctrl: fix error return of copy_to/from_user
  ` [REVIEWv4 PATCH 17/34] DocBook media: document VIDIOC_QUERY_EXT_CTRL
  ` [REVIEWv4 PATCH 18/34] DocBook media: update VIDIOC_G/S/TRY_EXT_CTRLS
  ` [REVIEWv4 PATCH 19/34] DocBook media: fix coding style in the control example code
  ` [REVIEWv4 PATCH 20/34] DocBook media: improve control section
  ` [REVIEWv4 PATCH 21/34] DocBook media: update "
  ` [REVIEWv4 PATCH 22/34] v4l2-controls.txt: update to the new way of accessing controls
  ` [REVIEWv4 PATCH 23/34] v4l2-ctrls/videodev2.h: add u8 and u16 types
  ` [REVIEWv4 PATCH 24/34] DocBook media: document new u8 and u16 control types
  ` [REVIEWv4 PATCH 26/34] v4l2-ctrls/v4l2-controls.h: add MD controls
  ` [REVIEWv4 PATCH 27/34] DocBook media: document new motion detection controls
  ` [REVIEWv4 PATCH 28/34] v4l2: add a motion detection event
  ` [REVIEWv4 PATCH 29/34] DocBook: document new v4l "
  ` [REVIEWv4 PATCH 30/34] solo6x10: implement the new motion detection controls
  ` [REVIEWv4 PATCH 31/34] solo6x10: implement the motion detection event
  ` [REVIEWv4 PATCH 32/34] solo6x10: fix 'dma from stack' warning
  ` [REVIEWv4 PATCH 33/34] solo6x10: check dma_map_sg() return value

[patch 00/13] time: Tree wide cleanup of interfaces and crap
 2014-06-12 11:53 UTC  (7+ messages)
` [patch 05/13] sound: Use ktime_get_ts()
` [patch 13/13] tomoyo: Use sensible time interface

[GIT PULL 00/15] perf/core improvements and fixes
 2014-06-12 11:54 UTC  (2+ messages)

[PATCH] android/gatt: Fix meory leak
 2014-06-12 11:53 UTC 

Regarding hardware resizer
 2014-06-12 11:52 UTC 

[GIT PULL] scheduler updates for v3.16, #2
 2014-06-12 11:51 UTC 

[BUG & PATCH] media/rc/ir-nec-decode : phantom keypress
 2014-06-12 11:51 UTC  (5+ messages)

[RFC PATCH 00/11] printk: safe printing in NMI context
 2014-06-12 11:50 UTC  (4+ messages)

[PATCH v3 0/4] NIC filters support for generic filter
 2014-06-12 11:50 UTC  (5+ messages)
  ` [PATCH v3 1/4] ethdev: add ethdev APIs for NIC filters of "
  ` [PATCH v3 2/4] e1000: add igb NIC filters of generic filter feature
  ` [PATCH v3 3/4] ixgbe: add ixgbe "
  ` [PATCH v3 4/4] app/test-pmd: add commands in testpmd for NIC filters

[RFC] manage multiple entries of scratch page with scatterlist
 2014-06-12 11:49 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 0/7] Obtain dirty bitmap via VM logging
 2014-06-12 11:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 2/7] RunState: added two new flags for bitmap dump and migration process
` [Qemu-devel] [PATCH v3 3/7][RESEND PATCH] bitmap dump code via QAPI framework with runstates

[PATCH V2 0/2] ARM: OMAP2+: remove DMA interrupt if DT provided
 2014-06-12 11:45 UTC  (6+ messages)
` [PATCH V2 1/2] ARM: OMAP2+: DMA: remove requirement of irq for platform-dma driver
` [PATCH V2 2/2] ARM: DRA7: hwmod: remove interrupts for DMA

[PATCH 0/6] Cursor support with universal planes (v4)
 2014-06-12 11:47 UTC  (3+ messages)
` [PATCH 6/6] drm/i915: Switch to unified plane cursor handling (v4)

[PATCH] proc.5: /proc/fs is not empty directory
 2014-06-12 11:45 UTC  (4+ messages)

[Qemu-devel] [PATCH] audio: Drop superfluous conditionals around g_free()
 2014-06-12 11:42 UTC  (2+ messages)

[patch] times.2: spfix
 2014-06-12 11:43 UTC 

[dm-crypt] how to get a full disk encryption running on Linux Mint 17
 2014-06-12 11:42 UTC 

[Qemu-devel] [PATCH v2 0/2] vnc: Drop some superfluous conditionals
 2014-06-12 11:40 UTC  (2+ messages)

[blktap2] fix two 'maybe uninitialized' variables
 2014-06-12 11:40 UTC  (4+ messages)

[PATCH] IOMMU: Prevent VT-d device IOTLB operations on wrong IOMMU
 2014-06-12 11:40 UTC 

[pre 3.16-rc1] Oops at spin_trylock(&inode->i_lock)
 2014-06-12 11:39 UTC  (5+ messages)

[PATCH 1/4] android/gatt: Change check permissions order
 2014-06-12 11:39 UTC  (2+ messages)

[PATCH v2 00/10] CMA: generalize CMA reserved area management code
 2014-06-12 11:38 UTC  (15+ messages)
` [PATCH v2 08/10] mm, cma: clean-up cma allocation error path
` [PATCH v2 09/10] mm, cma: move output param to the end of param list

Kconfig fails: big select-based circular dependency
 2014-06-12 11:34 UTC  (5+ messages)

[PATCH 1/2] HDP: Fix checking always constant error code
 2014-06-12 11:33 UTC  (5+ messages)
` [PATCH 2/2] SDP: Make sdp_set_access_protos() return void

[Qemu-devel] [PATCH v3 00/10] usb: usb host adapter hotplug
 2014-06-12 11:33 UTC  (3+ messages)

[RFC PATCH 1/1 libnetfilter_conntrack] zero value handling of mark and zone
 2014-06-12 11:33 UTC  (5+ messages)

[U-Boot] Non-secure switch in U-boot
 2014-06-12 11:32 UTC 

[PATCH] pci: Allow very large resource windows
 2014-06-12 11:32 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] cmd_mmc: add force_init parameter to init_mmc_device()
 2014-06-12 11:31 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
` [U-Boot] [PATCH 3/3] cmd_mmc: make mmc dev always re-probe the HW

[PATCHv4 0/8] tools: rework VM Generation ID
 2014-06-12 11:31 UTC  (6+ messages)
` [PATCH 3/8] libxc: allow xc_get/set_hvm_param() to get/set 64-bit values

[PATCH v5 00/19] kvm-unit-tests/arm: initial drop
 2014-06-12 11:30 UTC  (14+ messages)
` [PATCH v5 09/19] libcflat: add abort() and assert()
` [PATCH v5 12/19] Introduce virtio-testdev
` [PATCH v5 13/19] libcflat: clean up libcflat.h and add string.h
  ` [PATCH v5 06/19] libfdt: Import libfdt source

[dm-crypt] Introduction as a new user
 2014-06-12 10:58 UTC 

[-next] Regression: ssh log in slowdown
 2014-06-12 11:28 UTC  (4+ messages)

[PATCH] staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style issue
 2014-06-12 15:27 UTC 

[PULL] modules-next
 2014-06-12 11:27 UTC  (4+ messages)

[PATCH] iswblank.3: ATTRIBUTES: Note function that is thread safe with exceptions
 2014-06-12 11:27 UTC  (10+ messages)

md-raid paranoia mode?
 2014-06-12 11:27 UTC  (6+ messages)

[GIT PULL] perf updates for v3.16, #2
 2014-06-12 11:25 UTC 

VIGTIG INFO
 2014-06-12 11:27 UTC 

[PATCH 0/4] Input: atmel_mxt_ts - make it work on Tegra
 2014-06-12 11:25 UTC  (12+ messages)

[PATCH] android/gatt: Fix wrong initial value
 2014-06-12 11:24 UTC  (4+ messages)

[Ksummit-discuss] Topic: Removal of code that is still in use by users but there is a better code
 2014-06-12 11:41 UTC  (4+ messages)

[PATCH 1/3] drm/radeon: stop poisoning the GART TLB
 2014-06-12 11:23 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] cmd_mmc: default to HW partition 0 if not specified
 2014-06-12 11:23 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] disk: "

IIO drivers left in drivers/staging/
 2014-06-12 11:21 UTC  (3+ messages)

random: Benchamrking fast_mix2
 2014-06-12 11:18 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Init and use batman interface with correc netns
 2014-06-12 11:16 UTC  (3+ messages)

R: Re: Slow startup of systemd-journal on BTRFS
 2014-06-12 11:13 UTC 

[U-Boot] [PATCH V2] cmd_mmc.c: check mmc_init() during mmc dev
 2014-06-12 11:13 UTC  (3+ messages)

[GIT PULL] locking tree updates for v3.16, #2
 2014-06-12 11:13 UTC 

"ak" vs "asahi-kasei" (was: Re: [PATCH 3/3 v3] ARM: shmobile: lager: add sound support on DT)
 2014-06-12 11:12 UTC  (11+ messages)
` [alsa-devel] "ak" vs "asahi-kasei" (was: Re: [PATCH 3/3 v3] ARM: shmobile: lager: add sound supp
          ` [alsa-devel] "ak" vs "asahi-kasei"

[PATCH] android/gatt: Allow signed write only on non encrypted link
 2014-06-12 11:12 UTC 

[Bug 76483] New: [NV50, bisected, RFC patch] xset dpms force {on, off} does not work over DP
 2014-06-12 11:12 UTC  (2+ messages)
  ` [Bug 76483] "

[Qemu-devel] [PATCH RFC 0/8] virtio: migrate new properties
 2014-06-12 11:10 UTC  (15+ messages)
` [Qemu-devel] [PATCH RFC 8/8] virtio: add endian-ambivalent support to VirtIODevice

[PATCH v7 00/19] x86/PMU: Xen PMU PV(H) support
 2014-06-12 11:10 UTC  (6+ messages)
` [PATCH v7 10/19] x86/VPMU: Make vpmu not HVM-specific
    ` Is: Reviewed-by, Acked-by rules. Was:Re: "

/proc/stat vs. failed order-4 allocation
 2014-06-12 11:09 UTC  (11+ messages)
    ` [PATCH 2/2] fs: proc/stat: use usual seq_file ops rather than single_open

How to leave original git remote in unpacked repository?
 2014-06-12 11:09 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/4] Fix some errors spotted by Coverity
 2014-06-12 11:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 4/4] vga: Fix divide-by-zero in vga_update_text

R: Re: Slow startup of systemd-journal on BTRFS
 2014-06-12 11:07 UTC 

[PATCH 00/10] Some HAL IPC work
 2014-06-12 11:07 UTC  (2+ messages)

State of bitbake world, Failed tasks 2014-06-02
 2014-06-12 11:06 UTC  (4+ messages)
  ` [OE-core] "

[SPAM] New Product : LED top view ribbon ---June 12, 2014(2)
 2014-06-12 11:06 UTC 

R: Re: Slow startup of systemd-journal on BTRFS
 2014-06-12 11:05 UTC 

[PATCH 1/4] drm/tegra: Implement more tiling modes
 2014-06-12 11:02 UTC  (6+ messages)
` [PATCH 3/4] drm/tegra: Add SET/GET_FLAGS IOCTLs

[Qemu-devel] [PATCH v6 0/4] cpus: Add generic "nmi" monitor command support
 2014-06-12 11:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 2/4] target-s390x: Migrate to new NMI interface

Audio mini conference 2014?
 2014-06-12 11:00 UTC  (9+ messages)

Getting primary plane_id in i-g-t
 2014-06-12 11:01 UTC  (2+ messages)

[Patch V4 00/42] use irqdomain to dynamically allocate IRQ for IOAPIC
 2014-06-12 10:58 UTC  (5+ messages)
` [Patch V4 12/42] x86, ioapic: kill static variable nr_irqs_gsi


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.