All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-28 08:54:02 to 2014-01-28 10:11:02 UTC [more...]

[linux-sunxi] Firmware for Bluetooth (and wifi)
 2014-01-28 10:11 UTC  (16+ messages)
                                  `  "

radiotap header used in packet injection on monitor mode
 2014-01-28 10:10 UTC  (2+ messages)

[PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE
 2014-01-28 10:08 UTC  (2+ messages)

PCI fixes for Renesas RCar
 2014-01-28 10:06 UTC  (5+ messages)
` [PATCH 1/3] PCI: rcar: check platform_get_irq() return code
` [PATCH 2/3] PCI: rcar: add error interrupt handling
` [PATCH 3/3] PCI: rcar: fix bridge logic configuration accesses

[PATCH 00/11] HD-audio patches for 3.15
 2014-01-28 10:06 UTC  (12+ messages)
` [PATCH 01/11] ALSA: hda - Add Stereo Downmix control for AD1986A
` [PATCH 02/11] ALSA: hda - Add fixup name lookup for CX5051 and 5066 codecs
` [PATCH 03/11] ALSA: hda - Avoid unnecessary verbs write in snd_hda_activate_path()
` [PATCH 04/11] ALSA: hda/conexant - Re-implement OLPC XO workarounds via fixup
` [PATCH 05/11] ALSA: hda/conexant - Apply the amp cap override for CX20549 mixer
` [PATCH 06/11] ALSA: hda/conexant - Use generic parser for Toshiba P105
` [PATCH 07/11] ALSA: hda/conexant - Use generic parser for HP 530
` [PATCH 08/11] ALSA: hda/conexant - Apply cap of mix amp volume on CX20551 codec
` [PATCH 09/11] ALSA: hda/conexant - Add analog loopback mixing to CX20549
` [PATCH 10/11] ALSA: hda/conexant - Enable stereo mix input for CX20549 and CX20551
` [PATCH 11/11] ALSA: hda/conexant - Disable static quirks

[PATCH 0/3] RFC/RFT: Powering on MMC Wifi/BT modules in MMC core
 2014-01-28 10:06 UTC  (8+ messages)
` [PATCH 1/3] mmc: add support for power-on sequencing through DT

[PATCH 00/12] libxl: fork: SIGCHLD flexibility
 2014-01-28 10:06 UTC  (11+ messages)
                ` [libvirt] [Xen-devel] "

[PATCH] usb: at91-udc: fix irq and iomem resource retrieval
 2014-01-28 10:05 UTC  (3+ messages)

[refpolicy] systemd slice systemd-logind : tclass=system perm=start
 2014-01-28 10:05 UTC  (2+ messages)

[PATCH v1 0/2] xen/arm: maintenance_interrupt SMP fix
 2014-01-28 10:03 UTC  (4+ messages)
` [PATCH v1 2/2] xen/arm: Fix deadlock in on_selected_cpus function

[PATCH] sched/deadline: Add sched_dl documentation
 2014-01-28 10:03 UTC  (6+ messages)

[GIT PULL] arch/microblaze changes for 3.13
 2014-01-28 10:03 UTC  (2+ messages)
` [GIT PULL] arch/microblaze changes for 3.14

[PATCH v3 0/6] ASoC: tlv320aic32x4: DT support
 2014-01-28 10:01 UTC  (4+ messages)
` [PATCH v3 5/6] ASoC: tlv320aic32x4: Support for master clock

[PATCH v5 0/9] numa,sched,mm: pseudo-interleaving for automatic NUMA balancing
 2014-01-28 10:01 UTC  (7+ messages)
` [PATCH 5/9] numa,sched,mm: use active_nodes nodemask to limit numa migrations
` [PATCH 6/9] numa,sched: normalize faults_cpu stats and weigh by CPU use

[PATCH v2 0/5] clk: sunxi: Add support for USB clocks and reset bits
 2014-01-28 10:00 UTC  (8+ messages)
` [PATCH v2 2/5] clk: sunxi: Add USB clock register defintions

[Qemu-devel] [PULL 00/42] rework input handling, sdl2 support
 2014-01-28  9:57 UTC  (43+ messages)
` [Qemu-devel] [PATCH 01/42] ui/sdl2 : initial port to SDL 2.0 (v2.0)
` [Qemu-devel] [PATCH 02/42] sdl2: baum build fix
` [Qemu-devel] [PATCH 03/42] sdl2: remove text console logic
` [Qemu-devel] [PATCH 04/42] console: export QemuConsole index, width, height
` [Qemu-devel] [PATCH 05/42] input: rename file to legacy
` [Qemu-devel] [PATCH 06/42] input: qapi: define event types
` [Qemu-devel] [PATCH 07/42] input: qapi: add unmapped key
` [Qemu-devel] [PATCH 08/42] input: qapi: add pause key
` [Qemu-devel] [PATCH 09/42] input: add core bits of the new input layer
` [Qemu-devel] [PATCH 10/42] input: keyboard: add helper functions to core
` [Qemu-devel] [PATCH 11/42] input: keyboard: switch legacy handlers to new core
` [Qemu-devel] [PATCH 12/42] input: keyboard: switch qmp_send_key() "
` [Qemu-devel] [PATCH 13/42] input: keyboard: switch gtk ui "
` [Qemu-devel] [PATCH 14/42] input: keyboard: switch sdl "
` [Qemu-devel] [PATCH 15/42] sdl2: switch keyboard handling "
` [Qemu-devel] [PATCH 16/42] input: keyboard: switch vnc ui "
` [Qemu-devel] [PATCH 17/42] input: keyboard: switch spice "
` [Qemu-devel] [PATCH 18/42] input: keyboard: switch curses "
` [Qemu-devel] [PATCH 19/42] input: mouse: add helpers functions to core
` [Qemu-devel] [PATCH 20/42] input: mouse: add graphic_rotate support
` [Qemu-devel] [PATCH 21/42] input: mouse: add qemu_input_is_absolute()
` [Qemu-devel] [PATCH 22/42] input: mouse: switch legacy handlers to new core
` [Qemu-devel] [PATCH 23/42] input: mouse: switch gtk ui "
` [Qemu-devel] [PATCH 24/42] input: mouse: switch sdl "
` [Qemu-devel] [PATCH 25/42] sdl2: switch mouse handling "
` [Qemu-devel] [PATCH 26/42] input: mouse: switch vnc ui "
` [Qemu-devel] [PATCH 27/42] input: mouse: switch spice "
` [Qemu-devel] [PATCH 28/42] input: mouse: switch monitor "
` [Qemu-devel] [PATCH 29/42] input: keyboard: switch cocoa ui "
` [Qemu-devel] [PATCH 30/42] input: mouse: "
` [Qemu-devel] [PATCH 31/42] input: trace events
` [Qemu-devel] [PATCH 32/42] input-legacy: remove kbd_put_keycode
` [Qemu-devel] [PATCH 33/42] input-legacy: remove kbd_mouse_has_absolute
` [Qemu-devel] [PATCH 34/42] input-legacy: remove kbd_mouse_is_absolute
` [Qemu-devel] [PATCH 35/42] input-legacy: remove kbd_mouse_event
` [Qemu-devel] [PATCH 36/42] input: move mouse mode notifier to new core
` [Qemu-devel] [PATCH 37/42] input: add input_mouse_mode tracepoint
` [Qemu-devel] [PATCH 38/42] sdl2: simplify keymap handling
` [Qemu-devel] [PATCH 39/42] sdl2: codestyle fixups
` [Qemu-devel] [PATCH 40/42] input: move qmp_query_mice to new core
` [Qemu-devel] [PATCH 41/42] input: move do_mouse_set "
` [Qemu-devel] [PATCH 42/42] input: remove index_from_keycode (no users)

[NOISE] merge window blues, XFS broken
 2014-01-28  9:55 UTC  (6+ messages)

[Ocfs2-devel] [RFD] ocfs2: poor performance on append write/punch hole
 2014-01-28  9:53 UTC 

[PATCH v2 0/9] Phase out pci_enable_msi_block()
 2014-01-28  9:54 UTC  (3+ messages)
` [PATCH v2 4/9] ipr: Use pci_enable_msi_range() and pci_enable_msix_range()

[PATCH 1/3] PCI: rcar: check platform_get_irq() return code
 2014-01-28  9:50 UTC  (5+ messages)
` [PATCH 2/3] PCI: rcar: add error interrupt handling
` [PATCH 3/3] PCI: rcar: fix bridge logic abort

[BISECTED] OMAP: DSS: clk rate mismatch
 2014-01-28  9:48 UTC  (7+ messages)

[U-Boot] [PATCH 0/9] Exynos4: add support for device tree
 2014-01-28  9:47 UTC  (7+ messages)
` [U-Boot] [PATCH 1/9] exynos4:pinmux:fdt: decode peripheral id
` [U-Boot] [PATCH 4/9] drivers:mmc:sdhci: enable support for DT
` [U-Boot] [PATCH 9/9] board:trats2:fdt: Enable device tree on Trats2

[PATCH 00/14] NVMe: Cleanup device initialization
 2014-01-28  8:38 UTC  (4+ messages)
` [PATCH 08/14] NVMe: nvme_dev_map() is a bad place to set admin queue IRQ number
` [PATCH 10/14] NVMe: Factor out nvme_set_queue_count()
` [PATCH 11/14] NVMe: Factor out nvme_init_bar()

[RFC PATCHv3] bash-completion: add recipe
 2014-01-28  9:43 UTC  (2+ messages)

[PATCH] acpi-cpufreq: De-register cpu notifier and free struct msr on error
 2014-01-28  9:41 UTC  (2+ messages)

8% performance improved by change tap interact with kernel stack
 2014-01-28  9:41 UTC  (4+ messages)

master - tests: check for mkfs
 2014-01-28  9:41 UTC 

master - thin: disable extension of reduced thin with etx.origin
 2014-01-28  9:41 UTC 

master - devices: support zvol
 2014-01-28  9:41 UTC 

Hi
 2014-01-28  9:30 UTC 

[git pull] Please pull powerpc.git next branch
 2014-01-28  9:16 UTC  (3+ messages)

radiotap header used in packet injection on monitor mode
 2014-01-28  9:38 UTC 

IPv6 multiple routing tables - all routes were added to main table
 2014-01-28  9:38 UTC 

[qemu-upstream-unstable test] 24553: tolerable FAIL - PUSHED
 2014-01-28  9:37 UTC  (2+ messages)

[Xenomai] segmentation fault in taskSpawn (xenomai-forge)
 2014-01-28  9:37 UTC  (2+ messages)

[Buildroot] [PATCH] tcpreplay: cross-compile with tcpdump support
 2014-01-28  9:37 UTC  (2+ messages)
` [Buildroot] [PATCH] tcpreplay: Bump version to 4.0.2

[RFC] x86: Disable traditional FPU instructions too
 2014-01-28  9:37 UTC  (4+ messages)

[Qemu-devel] fix/re-do query-command-line-options
 2014-01-28  9:36 UTC  (2+ messages)

[PATCH] xen/gnttab: Use phys_addr_t to describe the grant frame base address
 2014-01-28  9:35 UTC  (3+ messages)

perf lock usage
 2014-01-28  9:35 UTC  (2+ messages)

[PATCH] cpuset: update MAINTAINERS entry
 2014-01-28  9:35 UTC  (3+ messages)

[PATCH 1/2] i2c-piix4: Add support for AMD ML and CZ SMBus changes
 2014-01-28  9:35 UTC  (6+ messages)

[PATCH] buildhistory.bbclass: Improve robustness in image file listing
 2014-01-28  9:34 UTC  (5+ messages)

[Qemu-devel] [PATCH v17 00/10] Shared library module support
 2014-01-28  9:33 UTC  (2+ messages)

[PATCH] Revert "spidev: fix hang when transfer_one_message fails"
 2014-01-28  9:33 UTC  (2+ messages)

[PATCH] sched/deadline: Add sched_dl documentation
 2014-01-28  9:31 UTC  (11+ messages)

[ath9k-devel] [PATCH] ath9k_htc: make ->sta_rc_update atomic for most calls
 2014-01-28  9:30 UTC  (3+ messages)
`  "

[PATCH 00/13 V6] Remus/Libxl: Network buffering support
 2014-01-28  9:29 UTC  (6+ messages)
` [PATCH 02/13 V6] remus: implement network buffering hotplug scripts

[Qemu-devel] [PATCH target-arm v5 0/5] Reset and Halting modifications + Zynq SMP
 2014-01-28  9:28 UTC  (6+ messages)
` [Qemu-devel] [PATCH target-arm v5 4/5] arm: Implement reset GPIO

many meta files in osd
 2014-01-28  9:26 UTC  (5+ messages)

Does nilfs2 do any in-place writes?
 2014-01-28  9:25 UTC  (5+ messages)
        ` [static superblock discussion] "

[PATCH 0/4] add a TDA998x CODEC
 2014-01-28  9:23 UTC  (8+ messages)
` [PATCH 4/4] ASoC: tda998x: adjust the audio hw parameters from EDID
        ` [alsa-devel] "

[PATCH RFC v3 0/8] Beaglebone-Black HDMI audio
 2014-01-28  9:23 UTC  (7+ messages)
    ` [alsa-devel] "

[GIT PULL] s390 patches for the 3.14 merge window #2
 2014-01-28  9:23 UTC 

[Qemu-devel] [PATCH] qga: Don't require 'time' argument in guest-set-time command
 2014-01-28  9:21 UTC 

perf not working for some commands?
 2014-01-28  9:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty functions
 2014-01-28  9:21 UTC  (2+ messages)

WIth git-next, writing bitmaps fails when keep files are present
 2014-01-28  9:21 UTC  (8+ messages)
` [PATCH] pack-objects: turn off bitmaps when skipping objects
          ` [PATCH] repack: add `repack.honorpackkeep` config var

[PATCH v5] spi: rspi: Add DT support
 2014-01-28  9:21 UTC  (3+ messages)

[Bug 69029] New: GT218 (NVA8): GPU lockup since kernel 3.11 upgrade
 2014-01-28  9:21 UTC  (2+ messages)
  ` [Bug 69029] [NVA8] "

[linux-lvm] Ignoring locks with the lvm2app API
 2014-01-28  9:20 UTC 

[PATCH RFCv2] new ioctl TREE_SEARCH_V2
 2014-01-28  9:29 UTC  (2+ messages)

[Announce] Checkpoint-restore tool v1.1
 2014-01-28  9:19 UTC 

[PATCH] iser: Add Discovery support
 2014-01-28  9:17 UTC 

[Patch v3 0/2] Add Qualcomm BAM dmaengine driver
 2014-01-28  9:16 UTC  (6+ messages)
` [Patch v3 2/2] dmaengine: qcom_bam_dma: Add device tree binding

KVM and variable-endianness guest CPUs
 2014-01-28  9:16 UTC  (13+ messages)
              ` [Qemu-ppc] "
                ` [Qemu-devel] "
          ` [Qemu-devel] "

[PATCH] btrfs-progs: update INSTALL file
 2014-01-28  9:26 UTC  (3+ messages)

[Buildroot] [PATCH] lvm2: fix static building when BR2_PREFER_STATIC_LIB is used
 2014-01-28  9:15 UTC  (3+ messages)

[GIT PULL] omapdrm patches for 3.14
 2014-01-28  9:15 UTC  (3+ messages)

Incorrect skb->truesize calculations in net/usb/ax88179_178a.c
 2014-01-28  9:14 UTC 

[PATCH 2/7] drm/i915: Resolving the memory region conflict for Stolen area
 2014-01-28  9:14 UTC  (2+ messages)

[PATCH 0/2] Fix AMD threshold register definitions and activate vmce_amd_* functions
 2014-01-28  9:13 UTC  (5+ messages)
` [PATCH 1/2] hvm, svm: Update AMD Thresholding MSR definitions
` [PATCH 2/2] mcheck, vmce: Allow vmce_amd_* functions to handle AMD thresolding MSRs

[PATCH] HID: i2c-hid: add runtime PM support
 2014-01-28  9:12 UTC  (3+ messages)

[PATCH 1/2] net: add and use skb_gso_transport_seglen()
 2014-01-28  9:12 UTC  (6+ messages)
` [PATCH 2/2] net: ip, ipv6: handle gso skbs in forwarding path

[PATCH 0/2] numa, mem-hotplug: Fix array out of boundary in numa initialization
 2014-01-28  9:10 UTC  (4+ messages)
` [PATCH 1/2] numa, mem-hotplug: Initialize numa_kernel_nodes in numa_clear_kernel_node_hotplug()
` [PATCH 2/2] numa, mem-hotplug: Fix array index overflow when synchronizing nid to memblock.reserved

[RFCv2,1/2] v4l2-controls.h: add addtional Flash fault bits
 2014-01-28  9:08 UTC  (2+ messages)

opencv QA issue
 2014-01-28  9:08 UTC  (5+ messages)

[U-Boot] [PATCH] config: remove platform CONFIG_SYS_HZ definition part 3
 2014-01-28  9:08 UTC 

[U-Boot] [PATCH] m68k: Remove M5271EVB and idmr board support
 2014-01-28  9:07 UTC 

patchset for toaster, upstream from toaster/master
 2014-01-28  9:06 UTC  (2+ messages)

[U-Boot] [PATCH] mini2440.h: Delete remainder of dead board
 2014-01-28  9:06 UTC 

[PATCH v3] xfstests: add a new test case to test i_size updated properly under dio
 2014-01-28  9:10 UTC 

Monitoring for disk failures
 2014-01-28  9:15 UTC  (4+ messages)

V2: Commit for recipe detail view ready for review
 2014-01-28  9:04 UTC  (2+ messages)

WaitForMultipleObjects/etc. In Kernel
 2014-01-28  9:04 UTC  (6+ messages)

[Qemu-devel] [RFC PATCH v4 0/8] Support arm-gic-kvm save/restore
 2014-01-28  9:01 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v4 3/8] arm_gic: Fix GIC pending behavior

[PATCH V2] regulator: fixed: update to devm_* API
 2014-01-28  9:01 UTC  (7+ messages)

[PATCH] USB2NET : SR9800 : One chip USB2.0 USB2NET SR9800 Device Driver Support
 2014-01-28  8:59 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/24] target-arm: implement some AArch64 system registers
 2014-01-28  8:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH 19/24] target-arm: Implement AArch64 TTBR*

[patch for-3.14] mm, mempolicy: fix mempolicy printing in numa_maps
 2014-01-28  8:57 UTC  (5+ messages)

Fwd: [LAC-team] LAC 2014: the Linux Audio Conference - Deadline Extension
 2014-01-28  8:56 UTC 

[PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO
 2014-01-28  8:55 UTC  (7+ messages)

[PATCH 1/2] i2c: move bits macros and structs in blackfin twi header from arch include to generic include
 2014-01-28  8:55 UTC  (2+ messages)
  ` [PATCH 2/2] i2c: bfin_twi: remove unnecessary Blackfin SSYNC from the driver


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.