All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-20 03:35:14 to 2015-01-20 06:14:16 UTC [more...]

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2015-01-20  6:14 UTC 

[PATCH 00/17] More line6 driver code reorg and cleanups
 2015-01-20  6:14 UTC  (7+ messages)
` [PATCH 01/17] ALSA: line6: Split to each driver
` [PATCH 10/17] ALSA: line6: Reorganize card resource handling

Debugging an ARP issue (no resp to ARP requests)
 2015-01-20  6:14 UTC  (7+ messages)

[PATCH net-next 1/1] net: fec: fix the warning found by dma debug
 2015-01-20  6:10 UTC 

[PATCH 1/3] ARM: imx6: Mask mmdc_ch1 handshake for periph2_sel and mmdc_ch1_axi_podf
 2015-01-20  6:13 UTC  (7+ messages)
` [PATCH 3/3] ARM: imx6: Fix procedure to switch the parent of LDB_DI_CLK

[PATCH 0/2] usb: dwc2: fix the uncompleted requests problem
 2015-01-20  6:12 UTC  (2+ messages)

[U-Boot] printf and R9 in ARM architecture
 2015-01-20  6:12 UTC 

[PATCH] ARM: OMAP2+: hwmod: print error if wait_target_ready() failed
 2015-01-20  6:11 UTC  (3+ messages)

[PATCH] tick/broadcast: Make movement of broadcast hrtimer robust against hotplug
 2015-01-20  6:09 UTC  (3+ messages)
`  "

[U-Boot] [PATCH v3 0/12] Add support for caching Memory Reference Code data
 2015-01-20  6:04 UTC  (14+ messages)
` [U-Boot] [PATCH v3 01/12] x86: dts: Add compatible string for Intel ICH9 SPI controller
` [U-Boot] [PATCH v3 02/12] net: Add a separate file for IP checksumming
` [U-Boot] [PATCH v3 03/12] net: Use new checksum functions
` [U-Boot] [PATCH v3 04/12] x86: Use ipchecksum from net/
` [U-Boot] [PATCH v3 05/12] x86: rtc: mc146818: Add helpers to read/write CMOS RAM
` [U-Boot] [PATCH v3 06/12] x86: spi: Add device tree support
` [U-Boot] [PATCH v3 07/12] Allow architecture-specific memory reservation
` [U-Boot] [PATCH v3 08/12] x86: dts: Add SPI flash MRC details for chromebook_link
` [U-Boot] [PATCH v3 09/12] x86: Implement a cache for Memory Reference Code parameters
` [U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration
` [U-Boot] [PATCH v3 11/12] x86: ivybridge: Drop the Kconfig MRC cache information
` [U-Boot] [PATCH v3 12/12] x86: config: chromebook_link: Enable environment

[PATCH 1/2] intel: Use I915_EXEC_HANDLE_LUT when available
 2015-01-20  5:58 UTC  (6+ messages)
` [PATCH 2/2] intel: Use I915_EXEC_NO_RELOC "

[Patch Part2 v4 00/33] Clean up obsoleted x86 interrupt manangement code and interfaces
 2015-01-20  5:51 UTC  (45+ messages)
` [Patch Part2 v4 01/33] x86/irq: Kill unused old IOAPIC irqdomain interfaces
` [Patch Part2 v4 02/33] x86/irq: Kill unused struct mp_pin_info
  ` [Patch Part2 v4 03/33] x86/irq: Kill x86_io_apic_ops.print_entries and related interfaces
  ` [Patch Part2 v4 04/33] x86/irq: Kill x86_io_apic_ops.setup_entry "
  ` [Patch Part2 v4 05/33] x86/irq: Kill x86_io_apic_ops.set_affinity "
  ` [Patch Part2 v4 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
` [Patch Part2 v4 07/33] x86/irq: Kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
` [Patch Part2 v4 08/33] x86/irq: Clean up unused forward declarations in x86_init.h
` [Patch Part2 v4 09/33] irq_remapping: Clean up unsued code to support IOAPIC
` [Patch Part2 v4 10/33] irq_remapping/vt-d: Clean up unsued code
` [Patch Part2 v4 11/33] irq_remapping/amd: "
` [Patch Part2 v4 12/33] irq_remapping: Clean up unused interfaces
` [Patch Part2 v4 13/33] x86/irq: Kill irq_cfg.irq_remapped
` [Patch Part2 v4 14/33] irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
` [Patch Part2 v4 15/33] irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
` [Patch Part2 v4 16/33] x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
` [Patch Part2 v4 17/33] x86/irq: Kill struct io_apic_irq_attr
` [Patch Part2 v4 18/33] x86/irq: Kill x86_io_apic_ops.write and x86_io_apic_ops.modify
` [Patch Part2 v4 19/33] x86/irq: Clean up io_apic.h
` [Patch Part2 v4 20/33] x86/irq: Use cached IOAPIC entry instead of reading from hardware
` [Patch Part2 v4 21/33] x86/irq: Remove sis apic bug workaround
` [Patch Part2 v4 22/33] x86/irq: Kill unused alloc_irq_and_cfg_at()
` [Patch Part2 v4 23/33] x86/irq: Change functions only used in vector.c as static
` [Patch Part2 v4 24/33] x86/irq: Kill function apic_set_affinity()
` [Patch Part2 v4 25/33] x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
` [Patch Part2 v4 26/33] x86/irq: Move private data in struct irq_cfg into dedicated data structure
` [Patch Part2 v4 27/33] x86/irq: Refine the way to calculate NR_IRQS
` [Patch Part2 v4 28/33] x86/irq, ACPI: Kill private function mp_register_gsi()/ mp_unregister_gsi()
` [Patch Part2 v4 29/33] x86, ioapic: Use proper defines for the entry fields
` [Patch Part2 v4 30/33] x86,ioapic: Cleanup irq_trigger/polarity()
` [Patch Part2 v4 31/33] x86: Cleanup irq_domain ops
` [Patch Part2 v4 32/33] x86/irq: Move irqdomain specific code into asm/irqdomain.h
` [Patch Part2 v4 33/33] x86/irq: Avoid memory allocation in __assign_irq_vector()

[PATCH] drm/plane-helper: Skip prepare_fb/cleanup_fb when newfb==oldfb
 2015-01-20  5:53 UTC  (3+ messages)

[PATCH V3] mm/thp: Allocate transparent hugepages on local node
 2015-01-20  5:52 UTC  (5+ messages)

Request on information for driver contribution
 2015-01-20  5:52 UTC 

btrfs convert running out of space
 2015-01-20  5:39 UTC  (3+ messages)

[BUG, bisect] drm/i915: mouse pointer lags and overshoots
 2015-01-20  5:48 UTC  (7+ messages)
` [Intel-gfx] "

[patch -rt 0/2] use simple waitqueue for kvm vcpu waitqueue (v3)
 2015-01-20  5:46 UTC  (5+ messages)
` [patch -rt 1/2] KVM: use simple waitqueue for vcpu->wq

[PATCH 0/8] Asynchronous device/driver probing support
 2015-01-20  5:43 UTC  (3+ messages)
` [PATCH 7/8] module: add core_param_unsafe

[PATCH 0/2] drm/msm/mdp5: hardware cursor support
 2015-01-20  5:45 UTC  (8+ messages)
` [PATCH 2/2] drm/msm/mdp5: Add "

[PATCH] cpuidle/powernv: Read target_residency value of idle states from DT if available
 2015-01-20  5:45 UTC  (3+ messages)
`  "

[Documentation][PATCH] release-notes: grammar edits to introduction
 2015-01-20  5:41 UTC  (4+ messages)

[GIT PULL v2]Hisilicon hip01 soc and development board updates for 3.20
 2015-01-20  5:39 UTC  (3+ messages)

[Documentation][PATCH V2] release-notes: grammar edits to introduction
 2015-01-20  5:36 UTC 

[PATCH] misc: ti-st: add handling of the signal case
 2015-01-20  5:27 UTC 

[PATCH] wireless: p54pci: add handling of signal case
 2015-01-20  5:26 UTC 

[PATCH] wireless: p54: add handling of the signal case
 2015-01-20  5:25 UTC 

[PATCH] MIPS: Add R16000 detection
 2015-01-20  5:32 UTC  (7+ messages)

[PATCH] video: treat signal like timeout as failure
 2015-01-20  5:23 UTC  (3+ messages)

[PATCH 1/1] media: Add properties watch for MPRIS Playlists interface
 2015-01-20  5:31 UTC 

[PATCHv8 1/9] devfreq: event: Add new devfreq_event class to provide basic data for devfreq governor
 2015-01-20  5:29 UTC  (4+ messages)

PERF CTF traces profile view
 2015-01-20  5:18 UTC 

[RFC/PATCH] arm: omap: hwmod: add debugfs interface
 2015-01-20  5:18 UTC  (3+ messages)

[Qemu-devel] [v6][PATCH 00/10] xen: add Intel IGD passthrough support
 2015-01-20  5:08 UTC  (9+ messages)
` [Qemu-devel] [v6][PATCH 01/10] i440fx: make types configurable at run-time
` [Qemu-devel] [v6][PATCH 03/10] piix: create host bridge to passthrough

[PATCH 1/2] arm64: support new attribute reg-var-mask in cpu node
 2015-01-20  5:07 UTC  (2+ messages)
` [PATCH 2/2] arm64/dts: ajust cpu nodes base upon new attribute reg-var-mask

[U-Boot] [PATCH 1/3] x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c
 2015-01-20  5:01 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] x86: Save mtrr support flag in global data
` [U-Boot] [PATCH 3/3] x86: Test mtrr support flag before accessing mtrr msr

[U-Boot] [PATCH 1/2] common: mark commands as default to match "config_cmd_default.h"
 2015-01-20  4:52 UTC  (3+ messages)

[PATCH net] ipv6: stop sending PTB packets for MTU < 1280
 2015-01-20  4:52 UTC  (8+ messages)

[PATCHv8 2/9] devfreq: event: Add resource-managed function for devfreq-event device
 2015-01-20  4:47 UTC  (4+ messages)

[RFC 1/2] nl80211: support per-rate/per-station statistics
 2015-01-20  4:50 UTC  (5+ messages)
` [RFC 2/2] mac80211: support RX rate statistics

Valid Interface Combinations: IBSS + AP in parallel?
 2015-01-20  4:36 UTC  (4+ messages)
` [RFC/RFT] ath10k: enable IBSS in multi-vif

Anyone seeing tx-credits 'hang'?
 2015-01-20  4:34 UTC  (9+ messages)

[nightly] Core TISDK 2015.01 build 2015-01-19_22-00-57
 2015-01-20  4:06 UTC 

[PATCH] image.bbclass: Catch readonly sshd config in ssh_allow_empty_password
 2015-01-20  4:26 UTC  (2+ messages)

[PULL] [PATCH 0/6] Support for 'pending changes'
 2015-01-20  4:24 UTC  (3+ messages)
` [PATCH 1/6] btrfs: add support for processing pending changes

[ANNOUNCE] 3.4.105-rt129
 2015-01-20  4:23 UTC 

[ANNOUNCE] 3.10.65-rt69
 2015-01-20  4:22 UTC 

[ANNOUNCE] 3.12.36-rt50
 2015-01-20  4:22 UTC 

[ANNOUNCE] 3.14.29-rt26
 2015-01-20  4:21 UTC 

[PATCH 8/8 v2] ASoC: rsnd: remove slave_id settings for DMAEngine
 2015-01-20  4:18 UTC 

[PATCH 7/8 v2] ASoC: fsi: remove slave_id settings for DMAEngine
 2015-01-20  4:18 UTC 

[PATCH 6/8 v2] spi: sh-msiof: remove slave_id settings for DMAEngine
 2015-01-20  4:17 UTC 

[PATCH 5/8 v2] spi: rspi: remove slave_id settings for DMAEngine
 2015-01-20  4:17 UTC 

[PATCH 4/8 v2] mtd: sh_flctl: remove slave_id settings for DMAEngine
 2015-01-20  4:16 UTC 

[PATCH 3/8 v2] mmc: tmio_mmc: remove slave_id settings for DMAEngine
 2015-01-20  4:16 UTC 

[PATCH 2/8 v2] mmc: sh_mmcif: remove slave_id settings for DMAEngine
 2015-01-20  4:15 UTC 

[PATCH 1/8 v2] dmaengine: shdma: use normal interface for passing slave id
 2015-01-20  4:15 UTC 

[PATCH 0/8 v2] dmaengine: shdma: use normal interface for passing slave id
 2015-01-20  4:14 UTC 

Unexpected /proc/self/exe symlink from overlayfs
 2015-01-20  4:06 UTC 

[PATCH 0/3] x86: drop EISA support from x86_32 builds
 2015-01-20  4:05 UTC  (3+ messages)
` [PATCH 3/3] x86: drop support for 1995 era EISA based platforms

[PATCH i-g-t 0/3] IGT support for nuclear pageflip
 2015-01-20  4:05 UTC  (4+ messages)
` [PATCH i-g-t 1/3] lib/kms: Let display commits wait for keypress while debugging
` [PATCH i-g-t 2/3] lib/kms: Add nuclear pageflip commit style
` [PATCH i-g-t 3/3] tests: Introduce kms_nuclear

linux-next: manual merge of the audit tree with Linus' tree
 2015-01-20  4:04 UTC 

linux-next: manual merge of the audit tree with Linus' tree
 2015-01-20  4:04 UTC 

linux-next: manual merge of the audit tree with Linus' tree
 2015-01-20  4:03 UTC 

[PATCH] crypto: aesni: add setkey for driver-gcm-aes-aesni
 2015-01-20  4:03 UTC  (6+ messages)

[PATCH 9/9] drm/i915: Rename plane_config to initial_plane_config
 2015-01-20  3:48 UTC  (2+ messages)

[PATCH 0/5] KVM: nVMX: Enable nested apicv support
 2015-01-20  3:59 UTC  (4+ messages)

[PATCH FIX For-3.19 v4 0/7] IB/ipoib: follow fixes for multicast handling
 2015-01-20  3:58 UTC  (8+ messages)
  ` [PATCH FIX For-3.19 v4 1/7] IB/ipoib: Fix failed multicast joins/sends
  ` [PATCH FIX For-3.19 v4 2/7] IB/ipoib: Add a helper to restart the multicast task
  ` [PATCH FIX For-3.19 v4 3/7] IB/ipoib: make delayed tasks not hold up everything
  ` [PATCH FIX For-3.19 v4 4/7] IB/ipoib: Handle -ENETRESET properly in our callback
  ` [PATCH FIX For-3.19 v4 5/7] IB/ipoib: don't restart our thread on ENETRESET
  ` [PATCH FIX For-3.19 v4 6/7] IB/ipoib: remove unneeded locks
  ` [PATCH FIX For-3.19 v4 7/7] IB/ipoib: fix race between mcast_dev_flush and mcast_join

[PATCH 00/13] i915 nuclear pageflip
 2015-01-20  3:57 UTC  (14+ messages)
` [PATCH 01/13] squash! drm/i915: Improve how the memory for crtc state is allocated
` [PATCH 02/13] drm/i915: Move rotation from intel_plane to intel_plane_state
` [PATCH 03/13] drm/i915: Consolidate plane handler vtables
` [PATCH 04/13] drm/plane-helper: Add transitional helper for .set_plane()
` [PATCH 05/13] drm/plane-helper: Fix transitional helper kerneldocs
` [PATCH 06/13] drm/i915: Add .atomic_{get, set}_property() entrypoints to planes
` [PATCH 07/13] drm/i915: Replace intel_set_property() with transitional helper
` [PATCH 08/13] drm/i915: Add main atomic entrypoints
` [PATCH 09/13] drm/i915: Setup dummy atomic state for connectors
` [PATCH 10/13] drm/i915: Set connector state destruction handler
` [PATCH 11/13] drm/i915: Add atomic_get_property entrypoint for connectors
` [PATCH 12/13] drm/i915: Add crtc state duplication/destruction functions
` [PATCH 13/13] drm/i915: Add i915.nuclear kernel command line param to force atomic

Re: [PATCH tip 0/9] tracing: attach eBPF programs to tracepoints/syscalls/kprobe
 2015-01-20  3:55 UTC  (2+ messages)

RFC on cpufreq implementation
 2015-01-20  3:55 UTC  (5+ messages)

[PATCH] net: ipv4: Fix incorrect free in ICMP receive
 2015-01-20  3:50 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/herbert/cryptodev-2.6
 2015-01-20  3:50 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-stable-rt
 2015-01-20  3:49 UTC 

[PATCH] crypto: Documentation: remove colons in comments
 2015-01-20  3:47 UTC  (2+ messages)

[PATCH] virtio_rng: drop extra empty line
 2015-01-20  3:47 UTC  (4+ messages)

[RFC 00/17] unified packet type
 2015-01-20  3:47 UTC  (4+ messages)
` [RFC 01/17] mbuf: add definitions of unified packet types

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2015-01-20  3:46 UTC 

[for daisy] packagegroup-arago-test: Deprecate bltsville test
 2015-01-20  3:43 UTC  (3+ messages)

Behaviour of smp_mb__{before,after}_spin* and acquire/release
 2015-01-20  3:40 UTC  (4+ messages)

cron job: media_tree daily build: ERRORS
 2015-01-20  3:39 UTC 

[PATCH 1/7] powerpc: regenerate ppc64 and pseries defconfigs
 2015-01-20  3:39 UTC  (4+ messages)
` [PATCH 2/7] powerpc: Enable on demand governor on ppc64_defconfig

[PATCH] crypto: testmgr: notify expected failures on aead tests
 2015-01-20  3:35 UTC  (2+ messages)

[Bug 88227] Radeonsi: High GTT usage in Prison Architect large map
 2015-01-20  3:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/rt/linux-stable-rt
 2015-01-20  3:35 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.