All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-27 11:32:13 to 2014-10-27 12:26:39 UTC [more...]

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2014-10-27 12:26 UTC 

[PATCH] wireless-regdb: Add 160 MHz channel bandwidth for China (CN)
 2014-10-27 12:26 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2014-10-27 12:26 UTC 

Linux 3.12.31
 2014-10-27 12:25 UTC 

[PATCH V2 for-next 0/9] Peer-Direct support
 2014-10-27 12:25 UTC  (3+ messages)

[PATCH v7 0/2] ARM: kprobes: enable OPTPROBES for ARM 32
 2014-10-27 12:24 UTC  (4+ messages)
` [PATCH v7 1/2] kprobes: copy ainsn after alloc aggr kprobe

[PATCH 00/10] arm64 EFI patches for 3.19
 2014-10-27 12:24 UTC  (11+ messages)
` [PATCH 05/10] arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)
` [PATCH 10/10] arm64: dmi: set DMI string as dump stack arch description

[PATCH] mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states
 2014-10-27 12:24 UTC  (2+ messages)

[PATCH 0/4] Attempt to cleanup the HSW offcore bits
 2014-10-27 12:23 UTC  (2+ messages)

[meta-fsl-arm][PATCH] weston: Do not override PACKAGECONFIG
 2014-10-27 12:23 UTC  (3+ messages)

[PATCH] sched: Fix race between task_group and sched_task_group
 2014-10-27 12:21 UTC  (2+ messages)

[PATCH] pcm: Fix snd_pcm_avail_update description
 2014-10-27 12:21 UTC  (3+ messages)

[PATCH v4 00/19] Introducing Xen PV block driver to OVMF
 2014-10-27 12:20 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/alsa-driver-build-unstable
 2014-10-27 12:19 UTC 

[PATCH] staging: rtl8712: remove unused variables
 2014-10-27 12:18 UTC  (5+ messages)

[PATCH] drm/i915/chv: Use 16 and 32 for low and high drain latency precision
 2014-10-27 12:17 UTC  (3+ messages)

[PATCH 0/1] toolchain-shar-template.sh: fix installation of SDK
 2014-10-27 12:17 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] dvb-core: set default properties of ISDB-S
 2014-10-27 12:15 UTC  (3+ messages)

[PATCH bluetooth-next 00/16] ieee802154: rework receive handling
 2014-10-27 12:10 UTC  (18+ messages)
` [PATCH bluetooth-next 01/16] mac802154: tx: use put_unaligned_le16 for copy crc
` [PATCH bluetooth-next 02/16] ieee802154: drivers: use dev_alloc_skb
` [PATCH bluetooth-next 03/16] mac802154: rx: use tasklet instead workqueue
` [PATCH bluetooth-next 04/16] mac802154: rx: warn if ieee80211_rx call from irq
` [PATCH bluetooth-next 05/16] mac802154: rx: move receive handling into rx.c
` [PATCH bluetooth-next 06/16] mac802154: tx: remove monitor receive while xmit
` [PATCH bluetooth-next 07/16] mac802154: rx: rename remove mac802154_subif_rx
` [PATCH bluetooth-next 08/16] mac802154: rx: move skb->protocol setting
` [PATCH bluetooth-next 09/16] mac802154: rx: add CHECKSUM_UNNECESSARY
` [PATCH bluetooth-next 10/16] mac802154: rx: add monitor pkt_type information
` [PATCH bluetooth-next 11/16] mac802154: rx: move skb_reset_mac_header
` [PATCH bluetooth-next 12/16] mac802154: rx: move rcu locking
` [PATCH bluetooth-next 13/16] ieee802154: add valid psdu length helper
` [PATCH bluetooth-next 14/16] at86rf230: use ieee802154_is_valid_psdu_len helper
` [PATCH bluetooth-next 15/16] at86rf230: improve receive handling
` [PATCH bluetooth-next 16/16] mac802154: rx: change naming convention

[PATCH v5 0/4] regulator: max77686/trats2: Disable some regulators in suspend
 2014-10-27 12:11 UTC  (14+ messages)
` [PATCH v5 1/4] regulator: max77686: Replace hard-coded opmode values with defines
` [PATCH v5 2/4] regulator: max77686: Store opmode non-shifted
` [PATCH v5 3/4] regulator: max77686: Add suspend disable for some LDOs
` [PATCH v5 4/4] ARM: dts: exynos4412-trats: Add suspend configuration for max77686 regulators

[PATCH 0/2] mxcmmc driver fixes
 2014-10-27 12:12 UTC  (3+ messages)
` [PATCH 1/2] mmc: mxcmmc: fix race condition when dma finish a data transfer

[PATCH 00/19] Untracked cache to speed up "git status"
 2014-10-27 12:10 UTC  (20+ messages)
` [PATCH 01/19] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH 02/19] untracked cache: record .gitignore information and dir hierarchy
` [PATCH 03/19] untracked cache: initial untracked cache validation
` [PATCH 04/19] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH 05/19] untracked cache: make a wrapper around {open,read,close}dir()
` [PATCH 06/19] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 07/19] untracked cache: mark what dirs should be recursed/saved
` [PATCH 08/19] untracked cache: don't open non-existent .gitignore
` [PATCH 09/19] untracked cache: save to an index extension
` [PATCH 10/19] untracked cache: load from UNTR "
` [PATCH 11/19] untracked cache: invalidate at index addition or removal
` [PATCH 12/19] read-cache.c: split racy stat test to a separate function
` [PATCH 13/19] untracked cache: avoid racy timestamps
` [PATCH 14/19] untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
` [PATCH 15/19] untracked cache: mark index dirty if untracked cache is updated
` [PATCH 16/19] status: enable untracked cache
` [PATCH 17/19] update-index: manually enable or disable "
` [PATCH 18/19] update-index: test the system before enabling "
` [PATCH 19/19] t7063: tests for "

[Bug 79980] New: Random radeonsi crashes
 2014-10-27 12:14 UTC  (2+ messages)
` [Bug 79980] "

[PATCH] mm, cma: make parameters order consistent in func declaration and definition
 2014-10-27 12:13 UTC  (4+ messages)

Updates to meta-fsl-arm (master and dizzy) in 2014-10-27
 2014-10-27 12:13 UTC 

post-receive: pub/scm/linux/kernel/git/wfg/lkp-tests
 2014-10-27 12:13 UTC 

[GIT PULL] ASoC fixes for v3.18
 2014-10-27 12:13 UTC  (2+ messages)

[PATCH v2 0/4] Low/high memory CMA reservation fixes
 2014-10-27 12:13 UTC  (5+ messages)

[PATCH 00/10] arm64 kexec kernel patches V5
 2014-10-27 12:13 UTC  (5+ messages)
` [PATCH 01/10] arm64/kvm: Fix assembler compatibility of macros

[PATCH 00/12] Renesas R-Car DU HDMI support
 2014-10-27 12:12 UTC  (5+ messages)
` [PATCH 12/12] ARM: shmobile: koelsch: Add DU HDMI output support

[PATCH v2] staging: rtl8712: remove unused variables
 2014-10-27 12:12 UTC 

[PATCH v2 2/2] mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe
 2014-10-27 12:12 UTC  (2+ messages)

[PATCH] Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items
 2014-10-27 12:11 UTC  (3+ messages)

[PATCH v2 8/8] ASoC: dapm: Use more aggressive caching
 2014-10-27 12:10 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound-unstable
 2014-10-27 12:10 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound-unstable
 2014-10-27 12:10 UTC 

[PATCH 01/10] staging: unisys: fix blank lines virthba
 2014-10-27 12:10 UTC  (5+ messages)
` [PATCH 03/10] staging: unisys: virthba fix all alingment issues
` [PATCH 05/10] staging: unisys: added spinlock comments visorchannel_funcs

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2014-10-27 12:10 UTC 

[PATCH] drivers: depend on instead of select BACKLIGHT_CLASS_DEVICE and ACPI_VIDEO
 2014-10-27 11:59 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2014-10-27 12:09 UTC 

[PATCH v5 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
 2014-10-27 12:08 UTC  (3+ messages)

[PATCH 0/3] Add mcast event when hwsim radios are created and removed
 2014-10-27 12:08 UTC  (6+ messages)

[PATCH] sched: reset sched_entity depth on changing parent
 2014-10-27 12:07 UTC  (4+ messages)

[U-Boot] [PATCH] gic: fixed compilation error in GICv2 wait for interrupt macro
 2014-10-27 12:07 UTC 

[PATCHv2 0/9] Prepatory rework for multi-PMU support
 2014-10-27 12:06 UTC  (10+ messages)
` [PATCHv2 1/9] arm: perf: factor out callchain code
` [PATCHv2 2/9] arm: perf: add missing pr_info newlines
` [PATCHv2 3/9] arm: perf: make PMU probing data-driven
` [PATCHv2 4/9] arm: perf: use IDR types for CPU PMUs
` [PATCHv2 5/9] arm: perf: limit size of accounting data
` [PATCHv2 6/9] arm: perf: kill get_hw_events()
` [PATCHv2 7/9] arm: perf: fold percpu_pmu into pmu_hw_events
` [PATCHv2 8/9] arm: perf: dynamically allocate cpu hardware data
` [PATCHv2 9/9] arm: perf: fold hotplug notifier into arm_pmu

[U-Boot] [PATCH] tools/kwbimage.c: fix parser error handling
 2014-10-27 12:06 UTC  (2+ messages)

[U-Boot] [PATCH 1/8] powerpc/mpc85xx: Add T1024/T1023 SoC support
 2014-10-27 12:06 UTC  (8+ messages)
` [U-Boot] [PATCH 2/8] powerpc/t1024qds: Add T1024 QDS board support
` [U-Boot] [PATCH 3/8] powerpc/t1024rdb: Add T1024 RDB "
` [U-Boot] [PATCH 4/8] net/fman: tune fman 10G driver to fit different SoC
` [U-Boot] [PATCH 5/8] board/t1024qds: some update for pin mux
` [U-Boot] [PATCH 6/8] net/phy: enable serdes autonegotiation for vsc8514 phy
` [U-Boot] [PATCH 7/8] t1024: increase IO drive strength
` [U-Boot] [PATCH 8/8] board/t1024qds: add retimer support on t1024qds

[RFC PATCH 0/2] virtio-mmio: add irqfd support for vhost-net based on virtio-mmio
 2014-10-27 12:03 UTC  (12+ messages)
` [RFC PATCH 2/2] Assign a new irq handler while irqfd enabled
      ` [Qemu-devel] "
` [Qemu-devel] [RFC PATCH 0/2] virtio-mmio: add irqfd support for vhost-net based on virtio-mmio

strange MPDU loss pattern
 2014-10-27 12:05 UTC  (9+ messages)
          ` [ath9k-devel] "

Heavy nocow'd VM image fragmentation
 2014-10-27 12:04 UTC  (6+ messages)

[Buildroot] [PATCH] dhcp: add systemd service file
 2014-10-27 12:04 UTC  (5+ messages)

[PATCH RFC 1/2] drivers: pci: fix window allocation order wrt bus_range filtering
 2014-10-27 12:03 UTC  (6+ messages)
` [PATCH RFC 2/2] drivers: pci: convert generic host controller to DT resource parsing API

[PATCH] sysctl: terminate strings also on \r
 2014-10-27 12:01 UTC  (6+ messages)

[PATCH] mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
 2014-10-27 12:01 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2014-10-27 12:01 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2014-10-27 12:00 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2014-10-27 12:00 UTC 

[PATCH] arm: dma-mapping: fix compilation error when CONFIG_MMU is not present
 2014-10-27 11:59 UTC  (9+ messages)

[Qemu-devel] [PATCH] vnc: sanitize bits_per_pixel from the client
 2014-10-27 11:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 00/32] target-arm: add Security Extensions for CPUs
 2014-10-27 11:57 UTC  (6+ messages)
` [Qemu-devel] [PATCH v7 07/32] target-arm: extend async excp masking

[Qemu-devel] [PATCH 1/2] virtio-console: notify chardev when writable
 2014-10-27 11:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] spice-char: notify the server when chardev is writable

[PATCH 1/5] perf, x86, uncore: Fix section mismatch in split uncore driver
 2014-10-27 11:57 UTC  (4+ messages)
` [PATCH 2/5] perf, x86, uncore: Add Haswell-EP uncore support

[PATCH v2 0/3] VFP fixes
 2014-10-27 11:49 UTC  (6+ messages)
` [PATCH v2 2/3] ARM: vfp: Fix VFPv3 hwcap detection on CPUID based cpus

[PATCH resend] ARM: perf: remove useless return and check of idx in counter handling
 2014-10-27 11:54 UTC  (4+ messages)

[PATCH v2 0/3] fpga bridge framework
 2014-10-27 11:54 UTC  (10+ messages)
` [PATCH v2 2/3] ARM: dts: socfpga: fpga bridges bindings docs
` [PATCH v2 3/3] fpga bridge driver

[PATCH] base bbclass: add support for tar.lz
 2014-10-27 11:54 UTC  (4+ messages)

[PATCH] [SUNRPC]: avoid race between xs_reset_transport and xs_tcp_setup_socket
 2014-10-27 11:52 UTC  (2+ messages)

[Qemu-devel] [PATCH] uhci: remove useless DEBUG
 2014-10-27 11:50 UTC  (2+ messages)

[Documentation][PATCH 00/31] Updates on RN for dizzy
 2014-10-27 11:47 UTC  (3+ messages)

[PATCH 0/3] genirq: Saving/restoring the irqchip state of an irq line
 2014-10-27 11:47 UTC  (6+ messages)
` [PATCH 1/3] genirq: Allow the irqchip state of an IRQ to be save/restored

post-receive: pub/scm/linux/kernel/git/kasatkin/linux-digsig
 2014-10-27 11:46 UTC 

[PATCH 1/3] xc5000: tuner firmware update
 2014-10-27 11:46 UTC  (2+ messages)

[PATCH v6 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-10-27 11:44 UTC  (4+ messages)
` [PATCH v6 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[GIT PULL] SPI fixes for v3.18
 2014-10-27 11:43 UTC  (2+ messages)

[PATCH] xfs_io: add sync and syncfs commands
 2014-10-27 11:43 UTC  (2+ messages)

[PATCH v2 01/10] ath9k_hw: make support for PC-OEM cards optional
 2014-10-27 11:43 UTC  (3+ messages)

[PATCH] image_types.bbclass: Make ubi depend on ubifs
 2014-10-27 11:42 UTC  (3+ messages)

[RFC 0/2] enable pool shrinking in page unit
 2014-10-27 11:42 UTC  (3+ messages)
` [RFC 2/2] staging: ion: debugfs to shrink pool

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2014-10-27 11:42 UTC 

[PATCH] ARM: dts: rockchip: use internal pull-up resistors on I2C busses
 2014-10-27  8:02 UTC  (3+ messages)

[Qemu-devel] [PATCH] block/vdi: Limit maximum size even futher
 2014-10-27 11:40 UTC  (4+ messages)

[GIT PULL] regulator fixes for v3.18
 2014-10-27 11:37 UTC 

[U-Boot] [PATCH v1 1/1] odroid: Turn blue LED on in u-boot
 2014-10-27 11:35 UTC  (2+ messages)

[meta-qt5][PATCH 0/1] Add OE_QMAKE_INCDIR_QT
 2014-10-27 11:31 UTC  (2+ messages)
` [meta-qt5][PATCH 1/1] qmake5: set OE_QMAKE_INCDIR_QT


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.