All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-24 12:06:25 to 2013-06-24 12:57:52 UTC [more...]

[Qemu-trivial] [PATCH] RFC kvm irqfd: add directly mapped MSI IRQ support
 2013-06-24 12:39 UTC  (28+ messages)
` [Qemu-trivial] [Qemu-devel] "
        ` [Qemu-trivial] [Qemu-ppc] "
              ` [Qemu-devel] [Qemu-ppc] "
          ` [Qemu-devel] "

[RFC] Support for events with a large payload
 2013-06-24 12:57 UTC  (4+ messages)

Doubling (?) of writes
 2013-06-24 12:57 UTC 

[PATCH 3/4] regulators: Add TPS659038 documentation under Palmas
 2013-06-24 12:57 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] ipl related fixes
 2013-06-24 12:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] s390/IPL: Allow boot from other ssid than 0

[Qemu-devel] [PATCH 1/2] s390/ipl: Fix boot order
 2013-06-24 12:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3] "

[Ocfs2-devel] [PATCH] Fix waiting status race condition in dlm recovery V2
 2013-06-24 12:57 UTC  (4+ messages)

what should a virtio-mmio transport without a backend look like?
 2013-06-24 12:57 UTC  (13+ messages)

Documenting YP Development Environment in more detail
 2013-06-24 12:56 UTC  (7+ messages)

intenet context settings file
 2013-06-24 12:56 UTC 

[PATCH 1/4] MFD: Add TPS659038 documentation under Palmas
 2013-06-24 12:55 UTC  (2+ messages)

[x86/kaslr] BUG: unable to handle kernel paging request at ffff88000e8d6000
 2013-06-23 23:04 UTC 

(unknown),
 2013-06-24 12:55 UTC  (5+ messages)
  ` [PATCH v2 1/2] gpio/omap: don't create an IRQ mapping for every GPIO on DT
  ` [PATCH v2 2/2] gpio/omap: auto request GPIO as input if used as IRQ via DT

[RFC PATCH] vfs: export lseek_execute() to modules
 2013-06-24 12:55 UTC  (3+ messages)

[PATCH v6] kbuild: fix error when building from src rpm
 2013-06-24 12:54 UTC  (3+ messages)

[PATCH 1/2] sched: Add schedule_(raw_)spin_unlock and schedule_(raw_)spin_unlock_irq
 2013-06-24 12:54 UTC  (2+ messages)

[PATCH net] tun: fix recovery from gup errors
 2013-06-24 12:54 UTC  (3+ messages)

[PATCH v2 0/5] VMX: fix interaction of Viridian emulation with advanced features
 2013-06-24 12:52 UTC  (4+ messages)
` [PATCH v2 1/5] VMX: fix interaction of APIC-V and Viridian emulation

[PATCH v2 1/4] ath9k: Add version macros for AR9462 2.1
 2013-06-24 12:48 UTC  (4+ messages)
` [PATCH v2 2/4] ath9k: Add initvals "
` [PATCH v2 3/4] ath9k: Program "
` [PATCH v2 4/4] ath9k: Add support "

pcre 8.33 changes restorecon behavior
 2013-06-24 12:50 UTC  (2+ messages)

[Qemu-devel] [PATCH V2 0/7] monitor: support sub command group in auto completion and help
 2013-06-24 12:48 UTC  (8+ messages)
` [Qemu-devel] [PATCH V2 1/7] monitor: discard global variable *cur_mon in completion functions
` [Qemu-devel] [PATCH V2 2/7] monitor: discard global variable *mon_cmds
` [Qemu-devel] [PATCH V2 3/7] monitor: discard global variable *info_cmds in help functions
` [Qemu-devel] [PATCH V2 4/7] monitor: code move for parse_cmdline()
` [Qemu-devel] [PATCH V2 5/7] monitor: support sub commands in auto completion
` [Qemu-devel] [PATCH V2 6/7] monitor: improve "help" in auto completion for sub command
` [Qemu-devel] [PATCH V2 7/7] monitor: improve "help" to allow show tip of single command in sub group

[GIT PULL] ARM: CPUFreq updates for 3.11
 2013-06-24 12:50 UTC  (6+ messages)

[PATCH 0/2] metag: cache aliasing detection fixes
 2013-06-24 12:49 UTC  (3+ messages)
` [PATCH 1/2] metag: panic if cache aliasing possible
` [PATCH 2/2] metag: don't check for cache aliasing on smp cpu boot

[PATCH 1/2] ALSA: hdmi - poll eld at resume time
 2013-06-24 12:49 UTC  (9+ messages)
` [PATCH 2/2] ALSA: hda - get realtime ELD info when codec suspended

SATA hdd refuses to reallocate a sector?
 2013-06-24 12:48 UTC  (12+ messages)

[PATCH (!) 0/2] Fix serious regressions in latest master
 2013-06-24 12:45 UTC  (3+ messages)
` [PATCH 1/2] status: really ignore config with --porcelain
` [PATCH 2/2] commit: make it work with status.short

Question: interaction between selection API, ENUM_FRAMESIZES and S_FMT?
 2013-06-24 12:48 UTC 

[PATCH v7] kbuild: fix error when building from src rpm
 2013-06-24 12:48 UTC 

[PATCH] ARM: imx27: Fix documentation for SPLL clock
 2013-06-24 12:48 UTC  (3+ messages)

Per route MTU settings are broken in linux kernel 3.2
 2013-06-24 12:45 UTC  (2+ messages)

[PATCH RFC V10 0/18] Paravirtualized ticket spinlocks
 2013-06-24 12:44 UTC  (56+ messages)
` [PATCH RFC V10 1/18] x86/spinlock: Replace pv spinlocks with pv ticketlocks
` [PATCH RFC V10 2/18] x86/ticketlock: Don't inline _spin_unlock when using paravirt spinlocks
` [PATCH RFC V10 3/18] x86/ticketlock: Collapse a layer of functions
` [PATCH RFC V10 4/18] xen: Defer spinlock setup until boot CPU setup
` [PATCH RFC V10 5/18] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH RFC V10 6/18] xen/pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks
` [PATCH RFC V10 7/18] x86/pvticketlock: Use callee-save for lock_spinning
` [PATCH RFC V10 8/18] x86/pvticketlock: When paravirtualizing ticket locks, increment by 2
` [PATCH RFC V10 9/18] jump_label: Split out rate limiting from jump_label.h
` [PATCH RFC V10 10/18] x86/ticketlock: Add slowpath logic
` [PATCH RFC V10 11/18] xen/pvticketlock: Allow interrupts to be enabled while blocking
` [PATCH RFC V10 12/18] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V10 13/18] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V10 14/18] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH RFC V10 15/18] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor
` [PATCH RFC V10 16/18] kvm hypervisor : Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic
` [PATCH RFC V10 17/18] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
` [PATCH RFC V10 18/18] kvm hypervisor: Add directed yield in vcpu block path

connmarks restore and helper match
 2013-06-24 12:43 UTC 

[meta-networking][PATCH] netcat-openbsd: Update to 1.105
 2013-06-24 12:42 UTC  (2+ messages)

[PATCH v3 1/4] pinctrl: abx500: suppress hardcoded value
 2013-06-24 12:41 UTC  (2+ messages)
` [PATCH v3 4/4] pinctrl: abx500: rework error path

git diff returns fatal error with core.safecrlf is set to true
 2013-06-24 12:42 UTC  (4+ messages)

[PULL] drm-intel-fixes
 2013-06-24 12:41 UTC 

Subject: [PATCH] infiniband-diags: saquery: Dump SwitchInfoRecord based on IsSetMulticastFDBTopSupported SA Capability
 2013-06-24 12:40 UTC  (2+ messages)

[PATCH RFC V10 0/18] Paravirtualized ticket spinlocks
 2013-06-24 12:40 UTC 

[PATCH v3 0/3] regulator: max8998: Add support for Device Tree
 2013-06-24 12:39 UTC  (8+ messages)
` [PATCH v3 1/3] mfd: Add irq domain support for max8998 interrupts
` [PATCH v3 2/3] regulator: max8998: Use arrays for specifying voltages in platform data
` [PATCH v3 3/3] mfd: max8998: Add support for Device Tree

[PATCH] pinctrl: establish pull-up/pull-down terminology
 2013-06-24 12:39 UTC  (8+ messages)

[PATCH v3 1/5] drivers: bus: imx-weim: Remove private driver data
 2013-06-24 12:38 UTC  (5+ messages)
` [PATCH v3 5/5] drivers: bus: imx-weim: Add support for i.MX1/21/25/27/31/35/50/51/53
    ` Re[2]: "

[patch -next] NFC: fix enable/disable confusion
 2013-06-24 12:38 UTC  (2+ messages)

3.9-rc6 ext4: free_rb_tree_fname oops
 2013-06-24 12:37 UTC  (4+ messages)

[PATCH] pinctrl: document the pinctrl PM states
 2013-06-24 12:37 UTC  (9+ messages)

[PATCH] drm/i915: Trim the i915_error_printf by the trailing '\0'
 2013-06-24 12:37 UTC  (3+ messages)

[PATCH] ns16550: add device tree support
 2013-06-24 12:36 UTC  (3+ messages)

[PATCH v2] mmc: sh_mmcif: add support for Device Tree DMA bindings
 2013-06-24 12:36 UTC  (2+ messages)

[PATCH] libata-acpi: add back ACPI based hotplug functionality
 2013-06-24 12:43 UTC 

Bug#707257: linux-image-3.8-1-686-pae: KVM crashes with "entry failed, hardware error 0x80000021"
 2013-06-24 12:30 UTC  (11+ messages)

[PATCH 1/1] pinctrl: samsung: Staticize drvdata_list
 2013-06-24 12:30 UTC  (2+ messages)

Fwd: mxs-lradc oops when unloading module
 2013-06-24 12:30 UTC  (4+ messages)

[PATCH 0/8] ARM: dts: Add camera and barometer sensor support for TRATS2 board
 2013-06-24 12:29 UTC  (5+ messages)
` [PATCH 1/8] ARM: dts: Correct camera pinctrl nodes for Exynos4x12 SoCs

[PATCH] pinctrl: rockchip: Add missing irq_gc_unlock() call before return error
 2013-06-24 12:26 UTC  (2+ messages)

Receiving messages issue
 2013-06-24 12:26 UTC 

[CIFS] Charge at least one credit, if server says that it supports multicredit
 2013-06-24 12:24 UTC 

[PATCH v3 00/10] ARM:STixxxx: Add STixxxx platform and board support
 2013-06-24 12:24 UTC  (6+ messages)
` [PATCH v3 03/10] pinctrl:st: Add pinctrl and pinconf support

[U-Boot] [RFC] interrupt handling
 2013-06-24 12:23 UTC  (3+ messages)

[PATCH v2 0/4] pinctrl: ABX500: fix
 2013-06-24 12:23 UTC  (7+ messages)
` [PATCH v2 1/4] pinctrl: abx500: suppress hardcoded value
` [PATCH v2 4/4] pinctrl: abx500: rework error path

[Buildroot] Beaglebone Black support
 2013-06-24 12:22 UTC  (5+ messages)

WARNING: at fs/btrfs/backref.c:903
 2013-06-24 12:22 UTC 

[Qemu-devel] [PATCH] block: add apparent-size to query-block
 2013-06-24 12:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] multiboot: Fix memory information
 2013-06-24 12:21 UTC  (4+ messages)

Missing SLES11 packages
 2013-06-24 12:20 UTC 

[PATCH 1/7] ARM: mxc: fix gpio-ranges for VF610
 2013-06-24 12:20 UTC  (5+ messages)
` [PATCH 4/7] of: introduce of_parse_phandle_with_fixed_args

[PATCH] KVM: Fix RTC interrupt coalescing tracking
 2013-06-24 12:19 UTC 

[PATCH] pinctrl: msm: Add support for MSM TLMM pinmux
 2013-06-24 12:18 UTC  (2+ messages)

[RFC 0/4] Cleanup PRM and CM regbit headers
 2013-06-24 12:15 UTC  (4+ messages)
` [RFC 1/4] ARM: OMAP2: PRM/CM: Cleanup unused header contents
` [RFC 2/4] ARM: OMAP3: "

[PATCH v2 0/4] USB: HCD/EHCI: giveback of URB in tasklet context
 2013-06-24 12:17 UTC  (5+ messages)
` [PATCH v2 3/4] USB: EHCI: improve interrupt qh unlink

[PATCH 1/2] ALSA: hda - Remove unused variable
 2013-06-24 13:10 UTC  (5+ messages)
` [PATCH 2/2 V2] ALSA: hda - Add cache connection info

xattr patches from feb?
 2013-06-24 12:13 UTC 

[GIT PULL] ASoC updates for v3.10
 2013-06-24 12:14 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] block: fix spurious DEVICE_TRAY_MOVED events on shutdown
 2013-06-24 12:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] block: make bdrv_dev_change_media_cb() public
` [Qemu-devel] [PATCH v4 2/3] block: move the bdrv_dev_change_media_cb()
` [Qemu-devel] [PATCH v4 3/3] blockdev: do not open block device if password is not required but user provides one

[PATCH] nand_base: fix chipsize for multi LUN nands
 2013-06-24 12:08 UTC 

[RFC] ARM: OMAP2+: omap_device: add pinctrl handling
 2013-06-24 12:06 UTC  (4+ messages)

[PATCH 1/4] mfd: Kontron PLD mfd driver
 2013-06-24 12:06 UTC  (4+ messages)
` [PATCH v3 0/4] Kontron PLD drivers

[PATCH] iwlwifi: add firmware for 7260 / 3160 devices
 2013-06-24 12: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.