All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-15 10:07:46 to 2014-11-15 16:03:43 UTC [more...]

[PATCH v5 0/8] support of multiple sizes of redirection table
 2014-11-15 16:03 UTC  (9+ messages)
  ` [PATCH v6 "
      ` [PATCH v6 1/8] app/testpmd: code style fix
      ` [PATCH v6 2/8] i40evf: "
      ` [PATCH v6 3/8] i40e: support of setting hash lookup table size
      ` [PATCH v6 4/8] igb: implement ops of 'dev_infos_get' for PF and VF respectively
      ` [PATCH v6 5/8] ixgbe: "
      ` [PATCH v6 6/8] i40e: rework of ops of 'dev_infos_get' for both PF and VF
      ` [PATCH v6 7/8] ethdev: support of multiple sizes of redirection table

[PATCH 0/3] axp20x minor fixes
 2014-11-15 16:00 UTC  (5+ messages)
` [PATCH 1/3] iio: adc: Add module device table for autoloading
` [PATCH 3/3] iio/axp288_adc: remove THIS_MODULE owner

[Buildroot] [PATCH 1/1] pkg-cmake.mk: Set CMAKE_SYSTEM_PROCESSOR
 2014-11-15 16:00 UTC 

git push --all --tags
 2014-11-15 15:58 UTC  (2+ messages)

usb-audio: check_input_term (mixer.c) iterating to clock selectors?
 2014-11-15 15:57 UTC 

[PATCH] staging: comedi: me4000: Fixed code style issue
 2014-11-15 15:55 UTC 

[PATCH v2] iio: add driver for Freescale MMA9551L
 2014-11-15 15:52 UTC  (2+ messages)

[PATCH v7.1 00/19] Rework OMAP4+ HDMI audio support
 2014-11-15 15:52 UTC  (5+ messages)
` [PATCH v7.1 11/19] OMAPDSS: hdmi: Make hdmi_mode_has_audio() more user friedly

[PATCH v2] serial: mxs-auart: Fix mxs_auart_set_ldisc()
 2014-11-15 15:51 UTC  (3+ messages)

[PATCH 0/4] rhashtable: Allow local locks to be used and tested
 2014-11-15 15:51 UTC  (10+ messages)
` [PATCH 4/4] rhashtable: Add parent argument to mutex_is_held

[radeonsi, regression] All my Steam games fail to load into the 3D-engine-powered part (SIGPWR and SIGXCPU)
 2014-11-15 15:45 UTC  (2+ messages)

[qemu-upstream-unstable test] 31574: regressions - FAIL
 2014-11-15 15:39 UTC 

[PATCH 1/2] groups: Factor out a function to set a pre-sorted group list
 2014-11-15 15:37 UTC  (4+ messages)
` [PATCH 2/2] groups: Allow unprivileged processes to use setgroups to drop groups

socket programming with DPDK?
 2014-11-15 15:36 UTC  (4+ messages)

Creating a new platform_bus inside a spi_driver
 2014-11-15 15:32 UTC  (8+ messages)

[PATCH] staging: rtl8712: fix coding style warning
 2014-11-15 15:31 UTC  (2+ messages)

Another (ESP?) scsi blk-mq problem on sparc64
 2014-11-15 15:31 UTC  (9+ messages)

Load-balancing position field in DPDK load_balancer sample app vs. Hash table
 2014-11-15 15:28 UTC  (8+ messages)

DMA_ALIAS_DEVFN issue
 2014-11-15 15:23 UTC  (2+ messages)

[PATCH] genirq: Add IRQ 0 to domain debug file
 2014-11-15 15:20 UTC  (3+ messages)

Setting up NFS on Centos 6.6
 2014-11-15 15:07 UTC 

failed RAID 5 array
 2014-11-15 15:03 UTC  (10+ messages)

[Buildroot] [PATCH v3] binutils/gcc: add options to enable lto support
 2014-11-15 15:03 UTC 

[U-Boot] [PATCH 0/6] sunxi: HDMI (cfb) console support
 2014-11-15 14:58 UTC  (8+ messages)
` [U-Boot] [PATCH 3/6] sunxi: video: Add cfb console driver for sunxi
` [U-Boot] [PATCH 5/6] sunxi: video: Add simplefb support

[seabios test] 31553: regressions - FAIL
 2014-11-15 14:55 UTC 

[Qemu-devel] [PATCH v2 00/21] qcow2: Support refcount orders != 4
 2014-11-15 14:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 21/21] iotests: Add test for different refcount widths

[PATCH] [media] Add RGB444_1X12 and RGB565_1X16 media bus formats
 2014-11-15 14:49 UTC  (4+ messages)

[U-Boot] [PATCH 0/6] arm: socfpga: Add Designware SPI support
 2014-11-15 14:40 UTC  (11+ messages)
` [U-Boot] [PATCH 3/6] spi: Add designware master SPI DM driver used on SoCFPGA
` [U-Boot] [PATCH 6/6] arm: socfpga: Add Designware (DW) SPI support to config header

Mismatch UUID
 2014-11-15 14:39 UTC  (7+ messages)

PCI and VGA Passthrough regressions on Xen 4.4.1 vs 4.3.2
 2014-11-15 14:34 UTC  (5+ messages)

[PATCH] clk-divider: Fix READ_ONLY when divider > 1
 2014-11-15 14:31 UTC  (3+ messages)

[Patch V2 0/9] Refine generic/PCI MSI irqodmian interfaces
 2014-11-15 14:24 UTC  (20+ messages)
` [Patch V2 1/9] PCI, MSI: Fix errors caused by commit e5f1a59c4e12
` [Patch V2 2/9] irqdomain: Use consistent prototype for irq_domain_free_irqs_*
` [Patch V2 3/9] irqdomain: Implement a method to automatically call parent domain's alloc/free
` [Patch V2 4/9] irqdomain: Introduce helper function irq_domain_add_hierarchy()
` [Patch V2 5/9] PCI, MSI: Introduce helpers to hide struct msi_desc implementation details
` [Patch V2 6/9] genirq: Introduce msi_domain_{alloc|free}_irqs()
` [Patch V2 7/9] genirq: Provide default callbacks for msi_domain_ops
` [Patch V2 8/9] PCI, MSI: Refine irqdomain interfaces to simplify its usage
` [Patch V2 9/9] PCI, MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain

[RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?
 2014-11-15 14:23 UTC  (6+ messages)

[PATCH] difftool: honor --trust-exit-code for builtin tools
 2014-11-15 14:22 UTC  (2+ messages)

[RFC PATCH 00/11] Add configuration store support
 2014-11-15 14:18 UTC  (3+ messages)
` [RFC PATCH 06/11] videodev2.h: add new v4l2_ext_control flags field

[PATCH for-4.5 v2 0/4] libxl: CODING_STYLE
 2014-11-15 14:18 UTC  (2+ messages)

[PATCH] phy/micrel: KSZ8031RNL RMII clock reconfiguration bug
 2014-11-15 14:18 UTC  (4+ messages)
`  "

[Documentation][PATCH] RN: Updates from bitbake-metadata2doc.sh
 2014-11-15 14:16 UTC  (2+ messages)

[Xenomai] DAC and CAN
 2014-11-15 14:13 UTC  (4+ messages)

Iptables limit match dropping packets
 2014-11-15 14:09 UTC 

[PATCH] gitk: Enable mouse horizontal scrolling in diff pane
 2014-11-15 14:05 UTC 

[Buildroot] [PATCH 1/1] package/dnsmasq: cleanup run-time files in init script
 2014-11-15 14:05 UTC  (4+ messages)

[qemu-mainline test] 31573: regressions - FAIL
 2014-11-15 13:55 UTC 

[PATCH] arm64: topology: Fix handling of multi-level cluster MPIDR-based detection
 2014-11-15 13:40 UTC  (6+ messages)

Debugging AttributeError: 'module' object has no attribute 'kmod'
 2014-11-15 13:34 UTC  (2+ messages)

[Buildroot] [PATCH] host-qemu: fix install
 2014-11-15 13:28 UTC  (2+ messages)

[Buildroot] [git commit] host-qemu: fix install
 2014-11-15 13:28 UTC 

[PATCH] use labs() for variables of type long instead of abs()
 2014-11-15 13:27 UTC 

[Qemu-devel] [PULL for-2.2] Update OpenBIOS images
 2014-11-15 13:23 UTC 

[U-Boot] iMX6 DDR Calibration Value
 2014-11-15 13:22 UTC  (2+ messages)

[PATCH] zsmalloc: correct fragile [kmap|kunmap]_atomic use
 2014-11-15 13:20 UTC  (4+ messages)

[PATCH] usb-audio: Add ctrl message delay quirk for Marantz/Denon devices
 2014-11-15 13:01 UTC 

[PATCH] add Steinberg UR44 USB Audio Interface support to quirks-table
 2014-11-15 13:00 UTC  (12+ messages)

[PATCH] snd_dlsym: only do versioning checks if built --with-versioning
 2014-11-15 12:55 UTC 

[Qemu-devel] [Bug 661696] [NEW] Ollydbg under Windows in qemu does not work as it does under native Windows
 2014-11-15 12:36 UTC  (2+ messages)
` [Qemu-devel] [Bug 661696] Re: incomplete emulation of fstenv under TCG

[Qemu-devel] [Bug 1248376] [NEW] "fstenv" gets the wrong result in qemu 1.6.1
 2014-11-15 12:35 UTC  (2+ messages)
` [Qemu-devel] [Bug 1248376] "

[Qemu-devel] [PATCH] target-ppc: Altivec's mtvscr Decodes Wrong Register
 2014-11-15 12:37 UTC  (2+ messages)

[U-Boot] Memory test post relocation
 2014-11-15 12:37 UTC  (12+ messages)

[U-Boot] [PATCH v6 0/5] add i.MX6 thermal sensor driver
 2014-11-15 12:34 UTC  (2+ messages)

[PATCH 1/3] tuners: si2157: Si2148 support
 2014-11-15 12:33 UTC  (6+ messages)

[PATCH] PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig
 2014-11-15 12:32 UTC  (5+ messages)
` [PATCH] PM / domains: Kconfig: always enable PM_RUNTIME when genpd enabled

[U-Boot] Query on CONFIG_SYS_THUMB_BUILD
 2014-11-15 12:30 UTC  (5+ messages)

[PATCH 0/2] Don't make $GIT_DIR executable
 2014-11-15 12:06 UTC  (3+ messages)
` [PATCH 1/2] create_default_files(): don't set u+x bit on $GIT_DIR/config

[PATCH] arm: xscale: correct auxiliary register in suspend/resume
 2014-11-15 12:06 UTC  (6+ messages)

[PATCH] ARM: xscale: correct auxiliary register in suspend/resume
 2014-11-15 12:05 UTC 

[Buildroot] [PATCH] iputils: fix openssl select
 2014-11-15 11:57 UTC  (2+ messages)

[Buildroot] [git commit] iputils: fix openssl select
 2014-11-15 11:57 UTC 

civetweb threads
 2014-11-15 11:55 UTC  (2+ messages)

[PATCH] replace: fix replacing object with itself
 2014-11-15 11:55 UTC  (3+ messages)

Possible bug: Duplicate OPPs warning after reloading cpufreq-dt
 2014-11-15 11:54 UTC 

[PATCH 0/6] ARM: sa1100: Use MULTI_IRQ_HANDLER and IRQ domains
 2014-11-15 11:53 UTC  (7+ messages)
` [PATCH 1/6] ARM: sa1100: switch to MULTI_IRQ_HANDLER
` [PATCH 2/6] ARM: sa1100: drop entry-macro.S
` [PATCH 3/6] ARM: sa1100: enable IRQ domains
` [PATCH 4/6] ARM: sa1100: introduce irqdomains support
` [PATCH 5/6] ARM: sa1100: merge IRQ 11 to "normal" irq domain
` [PATCH 6/6] ARM: sa1100: switch to hwirq usage

isolate_freepages_block and excessive CPU usage by OSD process
 2014-11-15 11:48 UTC 

[PATCH v8 0/4] This is the 1st version of suspend for RK3288
 2014-11-15 11:45 UTC  (10+ messages)
` [PATCH v8 1/4] ARM: rockchip: add suspend and resume "
` [PATCH v8 2/4] ARM: rockchip: Add pmu-sram binding
` [PATCH v8 3/4] ARM: dts: add RK3288 suspend support
` [PATCH v8 4/4] ARM: dts: add suspend voltage setting for RK808

[PATCH] mac80211: skip legacy rate mask handling for VHT rates
 2014-11-15 11:44 UTC  (3+ messages)

[PATCH] Convert MessageID in smb2_hdr to LE
 2014-11-15 11:41 UTC  (2+ messages)

[PATCH] PM / Domains: Change prototype for the ->attach_dev() callback
 2014-11-15 11:32 UTC  (6+ messages)

[Qemu-devel] [PATCH v4 0/3] target-i386: x87 exception pointers using TCG
 2014-11-15 11:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] "
` [Qemu-devel] [PATCH v4 2/3] "
` [Qemu-devel] [PATCH v4 3/3] "

Fwd: Add git ignore as builtin
 2014-11-15 11:22 UTC 

[PATCH v5 0/6] ARM64: Add support for FSL's LS2085A SoC
 2014-11-15 11:15 UTC  (10+ messages)
` [PATCH v5 1/6] Documentation: DT: Add bindings for FSL NS16550A UART
` [PATCH v5 2/6] Documentation: DT: Add entry for FSL LS2085A SoC and Simulator model
` [PATCH v5 3/6] Documentation: DT: Add entry for FSL Management Complex
` [PATCH v5 4/6] arm64: Add DTS support for FSL's LS2085A SoC
` [PATCH v5 5/6] arm64: dts/Makefile: Add support for FSL's LS2085A simulator model
` [PATCH v5 6/6] arm64: Add support for FSL's LS2085A SoC in Kconfig and defconfig

[Buildroot] [PATCH 1/1] cmake: make it a target package too
 2014-11-15 11:15 UTC 

[PATCH V2 0/2] dmaengine: Support for IMG MDC
 2014-11-15 11:14 UTC  (6+ messages)
` [PATCH V2 1/2] dmaengine: Add binding document "
` [PATCH V2 2/2] dmaengine: Add driver "

[PATCH] mtd: nand: omap: Fix NAND enumeration on 3430 LDP
 2014-11-15 11:12 UTC  (10+ messages)

[PATCH 0/2] crypto: Add support for the IMG hash accelerator
 2014-11-15 11:08 UTC  (4+ messages)
` [PATCH 1/2] crypto: Add Imagination Technologies hw "

Pxa25x clocks for v3.19
 2014-11-15 10:58 UTC 

[PATCH v10 0/11] dw-hdmi: convert imx hdmi to bridge/dw_hdmi
 2014-11-15 10:54 UTC  (13+ messages)
` [PATCH v10 05/11] drm: bridge/dw_hdmi:split some phy configuration to platform driver

[PATCH 4/4] drm/i915/skl: Read out crtl1 for eDP/DPLL0
 2014-11-15 10:54 UTC  (3+ messages)

SOLO6x10: fix a race in IRQ handler
 2014-11-15 10:52 UTC  (3+ messages)
` [PATCH] solo6x10: "

[PATCH 0/2] Stacked domains and MSI improvements
 2014-11-15 10:49 UTC  (6+ messages)
` [PATCH 1/2] PCI/MSI: Allow an msi_chip to be associated to an irq domain
` [PATCH 2/2] genirq: Work around __irq_set_handler vs stacked domains ordering issues

[PATCH v3 0/3] iio: Add Cosmic Circuits ADC support
 2014-11-15 10:46 UTC  (4+ messages)
` [PATCH v3 1/3] iio: adc: Cosmic Circuits 10001 ADC driver

[PATCH] Introduce a hook to run after formatting patches
 2014-11-15 10:44 UTC  (2+ messages)

[PATCH v3] drm/i915: Move to CPU domain in pwrite/pread
 2014-11-15 10:40 UTC  (4+ messages)

[x86, mm] BUG: Bad page state in process swapper/0 pfn:020c0
 2014-11-15 10:26 UTC  (6+ messages)
` [x86, mm] kernel BUG at include/linux/mm.h:548!
` [x86, mm] WARNING: CPU: 0 PID: 1 at arch/x86/mm/pageattr.c:1086 __cpa_process_fault()

[Bug 85647] New: Random radeonsi crashes with mesa 10.3.x
 2014-11-15 10:13 UTC  (2+ messages)
` [Bug 85647] "

[Qemu-trivial] [PATCH 0/9] Fix Coverity warning reports
 2014-11-15 10:06 UTC  (2+ messages)
` [Qemu-trivial] [PATCH 9/9] hcd-musb: fix dereference null return value


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.