All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-23 15:36:55 to 2015-03-23 16:19:50 UTC [more...]

[PATCH] doc: add note on needing igb_uio module for VF devs
 2015-03-23 16:19 UTC 

[PATCH] ALSA: hda - Add dock support for Thinkpad T450s (17aa:5036)
 2015-03-23 16:19 UTC  (3+ messages)

[RFC PATCH v2 00/22] xen/arm: Add ITS support
 2015-03-23 16:18 UTC  (10+ messages)
` [RFC PATCH v2 13/22] xen/arm: its: Add virtual ITS command support

tools brainstorming
 2015-03-23 16:18 UTC  (4+ messages)

[PATCH 1/1] Add virtio-input driver
 2015-03-23 16:17 UTC  (13+ messages)

[PATCH] PCI: rcar: Add PCIE_CONF_REGNO macro for PCIECAR register
 2015-03-23 16:16 UTC  (3+ messages)

[Qemu-devel] [PATCH] megasas: use PCI DMA APIs
 2015-03-23 16:16 UTC 

[RFCv3 PATCH 00/48] sched: Energy cost model for energy-aware scheduling
 2015-03-23 16:16 UTC  (5+ messages)
` [RFCv3 PATCH 28/48] sched: Use capacity_curr to cap utilization in get_cpu_usage()
` [RFCv3 PATCH 29/48] sched: Highest energy aware balancing sched_domain level pointer

[PATCH for-4.0-rc6] NVMe: Initialize device list head before starting
 2015-03-23 16:16 UTC  (2+ messages)

[PATCH 0/5] tools: various changes
 2015-03-23 16:15 UTC  (3+ messages)
` [PATCH 1/5] tools/mkrpm: improve version.release handling

[PATCH] perf tools: Remove (null) value of "Sort order" for perf mem report
 2015-03-23 16:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] dts: cubox: Map gpio-keys to gpio3 8
 2015-03-23 16:15 UTC  (6+ messages)

[PATCH v3 0/2] EEH Error Injection Support for VFIO Devices
 2015-03-23 16:14 UTC  (10+ messages)
` [PATCH v3 2/2] drivers/vfio: Support EEH error injection

[PATCH] eal_common_options.c: set create_uio_dev option to no argument
 2015-03-23 16:13 UTC  (2+ messages)

[PATCH] Input: sun4i-ts - allow to adjust some settings via device-tree properties
 2015-03-23 16:12 UTC  (4+ messages)
  `  "

linux-next: Tree for Mar 23
 2015-03-23 16:12 UTC  (3+ messages)
` linux-next: Tree for Mar 23 (usb gadget f_printer)
` linux-next: Tree for Mar 23 (rt5645 config muck)

Some tiny fixes
 2015-03-23 16:12 UTC  (5+ messages)
  ` [PATCH 1/4] Correct paths for openSUSE
  ` [PATCH 2/4] 40network: Fix race condition when wait for networks
  ` [PATCH 3/4] 40network: always start netroot in ifup.sh
  ` [PATCH 4/4] 95fcoe-uefi: Test for EFI firmware

[PATCH 1/2] input: touchscreen: stmpe: restrict to device tree mode
 2015-03-23 16:12 UTC  (3+ messages)

[PATCH 1/1] ARM: dts: don't make DP a consumer of DISP1 on Exynos5250
 2015-03-23 16:11 UTC  (5+ messages)

[PATCH 2/2] mfd: stmpe: move platform data into mfd driver
 2015-03-23 16:11 UTC  (3+ messages)

Xen crash with mem-sharing and cloning
 2015-03-23 16:10 UTC 

hammer tasks in http://tracker.ceph.com/projects/ceph-releases
 2015-03-23 16:10 UTC  (7+ messages)

[PATCH] NFS4: Retry destroy session when getting -NFS4ERR_DELAY
 2015-03-23 16:09 UTC  (5+ messages)

[U-Boot] [PATCH v6 0/27] Add Driver Model support to network stack
 2015-03-23 16:08 UTC  (56+ messages)
` [U-Boot] [PATCH v7 "
  ` [U-Boot] [PATCH v7 01/27] test: dm: Reorder the objects to build
  ` [U-Boot] [PATCH v7 02/27] common: Make sure arch-specific map_sysmem() is defined
  ` [U-Boot] [PATCH v7 03/27] net: Provide a function to get the current MAC address
  ` [U-Boot] [PATCH v7 04/27] net: Rename helper function to be more clear
  ` [U-Boot] [PATCH v7 05/27] net: Remove unneeded "extern" in net.h
  ` [U-Boot] [PATCH v7 06/27] net: Refactor in preparation for driver model
  ` [U-Boot] [PATCH v7 07/27] net: Change return codes from net/eth.c to use errorno constants
  ` [U-Boot] [PATCH v7 08/27] net: Use int instead of u8 for boolean flag
  ` [U-Boot] [PATCH v7 09/27] net: Remove the bd* parameter from net stack functions
  ` [U-Boot] [PATCH v7 10/27] net: Make netretry actually do something
  ` [U-Boot] [PATCH v7 11/27] net: Access mapped physmem in net functions
  ` [U-Boot] [PATCH v7 12/27] cmd: net: Clean up return codes
  ` [U-Boot] [PATCH v7 13/27] dm: eth: Add basic driver model support to Ethernet stack
  ` [U-Boot] [PATCH v7 14/27] net: Clean up network stack names used in DM drivers
  ` [U-Boot] [PATCH v7 15/27] dm: eth: Pass the packet pointer as a parameter to recv
  ` [U-Boot] [PATCH v7 16/27] sandbox: eth: Add network support to sandbox
  ` [U-Boot] [PATCH v7 17/27] sandbox: eth: Add ARP and PING response to sandbox driver
  ` [U-Boot] [PATCH v7 18/27] test: dm: eth: Add tests for the eth dm implementation
  ` [U-Boot] [PATCH v7 19/27] dm: eth: Add support for aliases
  ` [U-Boot] [PATCH v7 20/27] dm: eth: Add support for ethprime env var
  ` [U-Boot] [PATCH v7 21/27] test: dm: eth: Add testing for ethrotate "
  ` [U-Boot] [PATCH v7 22/27] sandbox: eth: Add ability to disable ping reply in sandbox eth driver
  ` [U-Boot] [PATCH v7 23/27] test: dm: net: Add a test of the netretry behavior
  ` [U-Boot] [PATCH v7 24/27] sandbox: eth: Add a bridge to a real network for sandbox
  ` [U-Boot] [PATCH v7 25/27] sandbox: Enable DHCP and IP defrag
  ` [U-Boot] [PATCH v7 26/27] sandbox: eth: Add support for using the 'lo' interface
  ` [U-Boot] [PATCH v7 27/27] net: Improve error handling

PANIC: double fault, error_code: 0x0 in 4.0.0-rc3-2, kvm related?
 2015-03-23 16:07 UTC  (22+ messages)

Renaming ARM_CCI
 2015-03-23 16:06 UTC  (6+ messages)

[oe-commits] Ash Charles : mpd: ship systemd socket file
 2015-03-23 16:05 UTC  (2+ messages)
` [PATCH] mpd: Add build dependency on samba

[BUG] [PATCH] infinite loop due to broken symlink
 2015-03-23 16:04 UTC 

[PATCH] ARM: kvm: implement replacement for ld's LOG2CEIL()
 2015-03-23 16:03 UTC  (3+ messages)

Perf event operation with hotplug cpus and cgroups
 2015-03-23 16:02 UTC  (5+ messages)

[PATCH net-next V2 00/23] ptp: get ready for 2038
 2015-03-23 16:02 UTC  (4+ messages)
` [PATCH net-next V2 19/23] ptp: tilegx: convert to the 64 bit get/set time methods

[PATCH v2] kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
 2015-03-23 16:01 UTC  (10+ messages)

Trying to update sysadm module in CLIP
 2015-03-23 16:01 UTC  (4+ messages)

[PATCH 0/2] ath10k: load device specific board files
 2015-03-23 16:01 UTC  (4+ messages)
` [PATCH 1/2] ath10k: share board file loading code across FW APIs

Need info on --vdev option
 2015-03-23 16:01 UTC  (2+ messages)

BTRFS: unable to add free space :-17
 2015-03-23 16:01 UTC  (5+ messages)

[PATCH v5 0/2] Add support for Broadcom iProc touchscreen
 2015-03-23 16:01 UTC  (4+ messages)
` [PATCH v5 1/2] Input: touchscreen-iproc: Add Broadcom iProc touchscreen driver

[PATCH 0/2][autobuilder] Some fixes for PublishArtifacts
 2015-03-23 16:01 UTC  (2+ messages)

[PATCH] ethdev: additional parameter in RX callback
 2015-03-23 16:00 UTC  (5+ messages)

[Qemu-devel] RFC: memory API changes
 2015-03-23 16:00 UTC  (9+ messages)

[PATCH v2 0/4] btrfs-progs: btrfs-convert: Allow setting nodesize
 2015-03-23 16:00 UTC  (2+ messages)

转发:Re: 回复: DVI to VGA convertor cause a problem,
 2015-03-23 15:54 UTC 

[PATCH/RFC v13 00/13] LED / flash API integration
 2015-03-23 15:59 UTC  (7+ messages)
` [PATCH/RFC v13 04/13] DT: Add documentation for the mfd Maxim max77693

[meta-raspberrypi][PATCH] make sound work out of the box for raspberrypi2
 2015-03-23 15:59 UTC  (2+ messages)

Can't get any event output from the demo exe
 2015-03-23 15:58 UTC  (2+ messages)

[PATCH] libsepol: Fix building Xen policy with devicetreecon
 2015-03-23 15:58 UTC 

[PATCH] Add support for CONFIG_ARM64_DMA_USE_IOMMU
 2015-03-23 15:58 UTC  (3+ messages)

[PATCH] arm64: relax Image placement requirement
 2015-03-23 15:58 UTC  (3+ messages)
` [PATCH v2 3/3] arm64: drop sleep_idmap_phys

[PATCH] libsepol: Fix building Xen policy with devicetreecon
 2015-03-23 15:58 UTC 

[PATCH] thermal: add omap3 support
 2015-03-23 15:58 UTC  (5+ messages)
` [PATCHv2] "

[PATCH v2 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-23 15:58 UTC  (26+ messages)
` [PATCH v2 01/12] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks
` [PATCH v2 02/12] KVM: move iodev.h from virt/kvm/ to include/kvm
` [PATCH v2 03/12] KVM: arm/arm64: remove now unneeded include directory from Makefile
` [PATCH v2 04/12] KVM: x86: "
` [PATCH v2 05/12] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
` [PATCH v2 06/12] KVM: mark kvm->buses as empty once they were destroyed
` [PATCH v2 07/12] KVM: arm/arm64: simplify vgic_find_range() and callers
` [PATCH v2 08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH v2 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH v2 10/12] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH v2 11/12] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
` [PATCH v2 12/12] KVM: arm/arm64: remove now obsolete VGIC specific MMIO handling code

[Qemu-devel] [PATCH for-2.3] sdhci: add "drive" property
 2015-03-23 15:58 UTC  (6+ messages)

[qemu-upstream-unstable test] 36559: regressions - trouble: broken/fail/pass
 2015-03-23 15:57 UTC 

Bluez5 Device interface
 2015-03-23 15:57 UTC 

[RFC 0/4] arm64: kexec: fix kvm issue in kexec
 2015-03-23 15:56 UTC  (5+ messages)
` [RFC 2/4] arm64: kexec: fix kvm issue

vxlan: Move socket initialization to within rtnl scope
 2015-03-23 15:56 UTC 

[PATCH 2/5] USB: host: ohci-at91: remove useless uclk clock
 2015-03-23 15:55 UTC  (4+ messages)

gpiolib: translate pin number in GPIO ACPI callbacks
 2015-03-23 15:55 UTC 

drm/i915: Initialize all contexts
 2015-03-23 15:54 UTC 

drm/i915: Track GEN6 page table usage
 2015-03-23 15:54 UTC 

[PATCH v4 0/6] ath10k: add basic tdls support
 2015-03-23 15:53 UTC  (4+ messages)
` [PATCH v4 5/6] ath10k: add wmi support for tdls

spi: spidev: only use up TX/RX bounce buffer space when needed
 2015-03-23 15:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] fw-cfg: docs, cleanup, and user-provided cmdline blobs
 2015-03-23 15:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline

[PATCH 0/3] Implement set_rate for FAPLL on dm816x
 2015-03-23 15:52 UTC  (4+ messages)
` [PATCH 2/3] clk: ti: Implement FAPLL set_rate for the synthesizer

Writing driver for a net device which does not support interrupt
 2015-03-23 15:51 UTC  (2+ messages)

pktgen rx errors with intel 82599
 2015-03-23 15:51 UTC  (4+ messages)

[PATCH] net: tcp6: fix double call of tcp_v6_fill_cb()
 2015-03-23 15:50 UTC  (3+ messages)

[PATCH] libav: fix floating dependency on libasound
 2015-03-23 15:48 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] object: Add can_be_deleted callback to TypeInfo and TypeImpl
 2015-03-23 15:47 UTC  (4+ messages)

Using a waiting MDIO does not go well with a spinlocked bridge
 2015-03-23 15:42 UTC  (3+ messages)

[sur40] Debugging a race condition?
 2015-03-23 15:47 UTC  (2+ messages)

[PATCH V13 0/7] Mem_access for ARM
 2015-03-23 15:47 UTC  (6+ messages)
` [PATCH V13 5/7] xen/arm: Instruction prefetch abort (X) mem_event handling

[PATCH] Documentation: Add target to build PDF manpages
 2015-03-23 15:46 UTC  (6+ messages)

[PATCH v17 01/10] ARM: qcom: Add Subsystem Power Manager (SPM) driver
 2015-03-23 15:46 UTC  (3+ messages)
` [PATCH v17] Currently SPM driver always initializes before the cpuidle driver

[PATCH v5 0/8] Display IO topology when PXM data is available (plus some cleanup)
 2015-03-23 15:46 UTC  (6+ messages)

[PATCHv2 bluetooth-next 0/4] ieee802154: nl802154 SET commands and pib defaults
 2015-03-23 15:45 UTC  (5+ messages)
` [PATCHv2 bluetooth-next 1/4] nl802154: add set wpan phy cmd
` [PATCHv2 bluetooth-next 2/4] nl802154: add set interface cmd
` [PATCHv2 bluetooth-next 3/4] ieee802154: move mac pib defaults
` [PATCHv2 bluetooth-next 4/4] ieee802154: set aret handling according to 802.15.4

Serious memory leak in TI EDMA driver (drivers/dma/edma.c)
 2015-03-23 15:45 UTC  (9+ messages)

[PATCH 0/3] nfsd: fix use-after-free oops in v4.0 (and some other minor cleanups)
 2015-03-23 15:45 UTC  (4+ messages)
` [PATCH 1/3] nfsd: return correct openowner when there is a race to put one in the hash

[PATCH] arm64: efi: don't restore TTBR0 if active_mm points at init_mm
 2015-03-23 15:44 UTC  (3+ messages)

[PATCH] iproute2: enhance addr label validation
 2015-03-23 15:43 UTC  (4+ messages)

[PATCH] x86: support newer Intel CPU models
 2015-03-23 15:44 UTC 

[PATCH] vhost: Fix `struct file' leakage in `eventfd_link'
 2015-03-23 15:44 UTC  (9+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2015-03-23 15:43 UTC  (9+ messages)
      ` [PATCH -next] netfilter: Use LOGLEVEL_<FOO> defines

[PATCH v4 0/7] ath10k: add multi-channel support
 2015-03-23 15:41 UTC  (3+ messages)

[PATCH] python: fix cached config value for /dev/ptmx
 2015-03-23 15:42 UTC 

[PATCH] kernel-module-split.bbclass: Avoid bogus recommends for modules ending with -dev
 2015-03-23 15:33 UTC 

[PATCH] pigz: fix alternatives handling, use symlinks, provide zcat
 2015-03-23 15:34 UTC 

[PATCH 1/6] ncurses: Upgrade 4.9 stable to latest patchlevel 20150221
 2015-03-23 15:41 UTC  (5+ messages)
` [PATCH 3/6] mtd-utils: update to latest and fix static inlining

[PATCH V3 0/8] ARM: cpuidle: Unify the ARM64/ARM DT approach
 2015-03-23 15:41 UTC  (5+ messages)
` [PATCH V3 7/8] ARM: cpuidle: Register per cpuidle device

[Qemu-devel] [PATCH v3 0/9] Convert ffs(3) to ctz32()
 2015-03-23 15:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 7/9] omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()

[PATCH] libunwind: use xz, because it fails to detect liblzma provided by lzma
 2015-03-23 15:39 UTC 

[PATCH] kernel-module-split.bbclass: fix autoloading from postinst script
 2015-03-23 15:39 UTC 

[v3 PATCH 0/9] rhashtable: Multiple rehashing
 2015-03-23 15:38 UTC  (3+ messages)
` [v3 PATCH 6/9] rhashtable: Shrink to fit

[PATCH v2] ARM: Don't use complete() during __cpu_die
 2015-03-23 15:37 UTC  (12+ messages)

[v4l-utils] dvbv5-scan stores incorrect channel data for DVB-S
 2015-03-23 15:37 UTC 

[PATCH] connman: only depend on xuser-account if ROOTLESS_X is set
 2015-03-23 15:29 UTC 

[PATCH] valgrind: enable build for MIPS
 2015-03-23 15:30 UTC 

[PATCH] package.bbclass: Add SYSTEMD_SERVICE to list of package specific variables
 2015-03-23 15:30 UTC 

[PATCH 0/4] RFC: split text and linear mappings using tagged pointers
 2015-03-23 15:36 UTC  (3+ messages)
` [PATCH 3/4] arm64: move kernel text below PAGE_OFFSET
` [PATCH 4/4] arm64: align PHYS_OFFSET to block size


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.