All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-29 18:31:51 to 2014-09-29 19:45:49 UTC [more...]

[RESEND PATCH] iio: light: add support for TI's opt3001 light sensor
 2014-09-29 19:45 UTC  (14+ messages)

[PATCH] 3c59x: fix bad split of cpu_to_le32(pci_map_single())
 2014-09-29 19:45 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/2] btrfs: fix several sparse warnings
 2014-09-29 19:45 UTC  (4+ messages)
` [PATCH 1/2] btrfs: fix sparse address space warnings

[PATCH v2 2/3] ASoC: ssm2602: add device tree bindings
 2014-09-29 19:45 UTC  (4+ messages)

[PATCH v2 3/3] ASoC: ssm2602: add support for 11.025kHz and 22.5kHz sample rates
 2014-09-29 19:44 UTC  (2+ messages)

[PATCH v5 00/11] user space vhost library and vhost example
 2014-09-29 19:44 UTC  (5+ messages)
` [PATCH v5 01/11] lib/librte_vhost: move src files in vhost example to vhost lib directory
` [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change

[PATCH] x86 : Ensure X86_FLAGS_NT is cleared on syscall entry
 2014-09-29 19:43 UTC  (11+ messages)

[PATCH v13 00/12] Support for creating generic PCI host bridges from DT
 2014-09-29 19:43 UTC  (10+ messages)
` [PATCH v13 02/12] of/pci: Add pci_register_io_range() and pci_pio_to_address()
` [PATCH v13 10/12] PCI: Assign unassigned bus resources in pci_scan_root_bus()

[IPROUTE2] [PATCH] add missing underscore to man page and example nf_mark ematch
 2014-09-29 19:43 UTC 

[PATCH v2 1/3] ASoC: ssm2602: do not hardcode type to SSM2602
 2014-09-29 19:39 UTC 

[Buildroot] Using u-boot tools
 2014-09-29 19:41 UTC  (9+ messages)

[PATCH] tun: make sure interface usage can not overflow
 2014-09-29 19:41 UTC  (3+ messages)

[PATCH] glx/dri3: Use four buffers until X driver supports async flips
 2014-09-29 19:40 UTC  (4+ messages)

[PATCH v2] [media] uvcvideo: Add quirk to force the Oculus DK2 IR tracker to grayscale
 2014-09-29 19:38 UTC  (2+ messages)

[PATCH V2 resend] FS/OMFS: block number sanity check during fill_super operation
 2014-09-29 19:38 UTC  (2+ messages)

[PATCH 00/16] MIPS: support for the Atheros AR231X SoCs
 2014-09-29 19:36 UTC  (4+ messages)
` [PATCH 05/16] MIPS: ar231x: add early printk support

[PATCH net-next] macvlan: add source mode
 2014-09-29 19:36 UTC  (2+ messages)

[review-request] bbarrosp/YB6328
 2014-09-29 19:35 UTC  (2+ messages)

[Buildroot] [pull request v6] gendoc infra: make it useable for other documents
 2014-09-29 19:35 UTC  (5+ messages)
` [Buildroot] [PATCH 09/25 v6] docs/manual: do not hardcode name of the generated document
` [Buildroot] [PATCH 10/25 v6] docs/manual: allow a document to declare where its resources are

[Bug 83810] New: Blender Weight paint mode doesn't work with enabled VBOs
 2014-09-29 19:35 UTC  (2+ messages)
` [Bug 83810] "

[U-Boot] [PATCH v3 0/29] Introduce driver model support for SPI, SPI flash, cros_ec
 2014-09-29 19:35 UTC  (30+ messages)
` [U-Boot] [PATCH v3 01/29] sandbox: dts: Add a SPI device and cros_ec device
` [U-Boot] [PATCH v3 02/29] dm: core: Add functions for iterating through device children
` [U-Boot] [PATCH v3 03/29] dm: core: Allow parents to pass data to children during probe
` [U-Boot] [PATCH v3 04/29] dm: core: Add a clarifying comment on struct udevice's seq member
` [U-Boot] [PATCH v3 05/29] dm: spi: Add a uclass for SPI
` [U-Boot] [PATCH v3 06/29] dm: sandbox: Add a SPI emulation uclass
` [U-Boot] [PATCH v3 07/29] dm: Remove spi_init() from board_r.c when using driver model
` [U-Boot] [PATCH v3 08/29] dm: Add spi.h header to a few files
` [U-Boot] [PATCH v3 09/29] dm: spi: Adjust cmd_spi to work with driver model
` [U-Boot] [PATCH v3 10/29] dm: sandbox: spi: Move to "
` [U-Boot] [PATCH v3 11/29] dm: spi: Rename soft_spi.c to soft_spi_legacy.c
` [U-Boot] [PATCH v3 12/29] dm: spi: Remove SPI_INIT feature
` [U-Boot] [PATCH v3 13/29] dm: spi: Add soft_spi implementation
` [U-Boot] [PATCH v3 14/29] dm: exynos: Convert SPI to driver model
` [U-Boot] [PATCH v3 15/29] dm: spi: Add documentation on how to convert over SPI drivers
` [U-Boot] [PATCH v3 16/29] exynos: universal_c210: Move to driver model soft_spi
` [U-Boot] [PATCH v3 17/29] sf: Tidy up public and private header files
` [U-Boot] [PATCH v3 18/29] spi: Use error return value in sf_ops
` [U-Boot] [PATCH v3 19/29] dm: sf: Add a uclass for SPI flash
` [U-Boot] [PATCH v3 20/29] dm: Convert spi_flash_probe() and 'sf probe' to use driver model
` [U-Boot] [PATCH v3 21/29] dm: sf: sandbox: Convert SPI flash driver to "
` [U-Boot] [PATCH v3 22/29] dm: exynos: config: Use driver model for SPI flash
` [U-Boot] [PATCH v3 23/29] dm: spi: Add tests
` [U-Boot] [PATCH v3 24/29] dm: sf: Add tests for SPI flash
` [U-Boot] [PATCH v3 25/29] dm: tegra: dts: Add aliases for spi on tegra30 boards
` [U-Boot] [PATCH v3 26/29] dm: tegra: spi: Convert to driver model
` [U-Boot] [PATCH v3 27/29] dm: cros_ec: Add support for "
` [U-Boot] [PATCH v3 28/29] dm: sandbox: cros_ec: Move sandbox cros_ec to driver module
` [U-Boot] [PATCH v3 29/29] dm: exynos: cros_ec: Move cros_ec_spi to driver model

[PATCH v2 0/3] fuse: Add support for mounts from pid/user namespaces
 2014-09-29 19:34 UTC  (12+ messages)

Limit LBA Range
 2014-09-29 19:33 UTC  (2+ messages)

[RESEND v3 PATCH 3/3] vfs: make mounts and mountstats honor root dir like mountinfo does
 2014-09-29 19:33 UTC  (4+ messages)

[PATCH v3 5/7] net: Add GSO support for UDP tunnels with checksum
 2014-09-29 19:33 UTC  (6+ messages)

[PATCH] drm/i915: intel_backlight scale() math WA v2
 2014-09-29 19:31 UTC  (5+ messages)

[PATCH net] ematch: Fix matching of inverted containers
 2014-09-29 19:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] add input-send-event command
 2014-09-29 19:30 UTC  (3+ messages)

[PATCH net-next v4] bonding: make global bonding stats more reliable
 2014-09-29 19:30 UTC  (2+ messages)

[PATCH][net-next] ipv4: unnecessary to set err on no_route path
 2014-09-29 19:30 UTC  (2+ messages)

[PATCHv3 00/38] scsi logging update
 2014-09-29 19:29 UTC  (3+ messages)
` [PATCH 13/38] Implement scsi_opcode_sa_name

[PATCHv7 net-next 1/4] sunvnet: upgrade to VIO protocol version 1.6
 2014-09-29 19:29 UTC  (2+ messages)

[PATCH] deb_packaging: Added support for multilib
 2014-09-29 19:28 UTC 

[PATCHv7 net-next 2/4] sunvnet: make transmit path zero-copy in the kernel
 2014-09-29 19:28 UTC  (2+ messages)

[PATCH 0/2] iscsi patches for 3.18
 2014-09-29 19:26 UTC  (6+ messages)
` [PATCH 1/2] be2iscsi: check ip buffer before copying
` [PATCH 2/2] iscsi_tcp: export port being used

[PATCH v1 0/10] Add SipHash-2-4 directory hashing support
 2014-09-29 19:24 UTC  (5+ messages)
` [PATCH v1 4/10] lib/siphash.c: New file
` [PATCH v1 10/10] Add "hash_alg=siphash" support

[PATCH resend] arm:extend the reserved memory for initrd to be page aligned
 2014-09-29 19:21 UTC  (7+ messages)

[PATCH v3 0/8] phy: miphy28lp: Introduce support for MiPHY28lp
 2014-09-29 19:19 UTC  (5+ messages)
` [PATCH v3 6/8] phy: miphy28lp: Add SSC support for PCIE

[RFC 0/4] Add PCI/MSI(x) support for AMD Seattle Platform
 2014-09-29 19:19 UTC  (4+ messages)
` [RFC 2/4] PCI: generic: Add support for ARM64 and MSI(x)

[PATCH net] gro: fix aggregation for skb using frag_list
 2014-09-29 19:19 UTC  (2+ messages)

[PATCH v3] watchdog: add driver for Ricoh RN5T618 watchdog
 2014-09-29 19:18 UTC  (7+ messages)

[PATCH net-next] tcp: abort orphan sockets stalling on zero window probes
 2014-09-29 19:17 UTC  (3+ messages)

[PATCH] Add back-up implementation of be32toh()
 2014-09-29 19:18 UTC 

[U-Boot] [U-boot] [Patch v2 0/5] keystone2: generalize keystone_net driver usage
 2014-09-29 19:17 UTC  (6+ messages)
` [U-Boot] [U-boot] [Patch v2 1/5] net: keystone_net: remove SoC specific emac_regs structure
` [U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: add support for NETCP v1.5
` [U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: move header file from arch to ti-common
` [U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: increase MDIO clock frequency
` [U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: remove redundant code from keystone_net.c

[RFT PATCH v3] mtd: ixp4xx: Unrequire CONFIG_MTD_CFI_BE_BYTE_SWAP
 2014-09-29 19:16 UTC 

[PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested
 2014-09-29 19:16 UTC  (5+ messages)

[PATCH] hwmon: (iio_hwmon) Add support for humidity and power sensors
 2014-09-29 19:13 UTC  (4+ messages)
    ` [lm-sensors] "

[PATCH net-next 3/4] sunvnet: allow admin to set sunvnet MTU
 2014-09-29 19:13 UTC  (3+ messages)

IPv6 FIB related crash with MACVLANs in 3.9.11+ kernel
 2014-09-29 19:03 UTC  (10+ messages)

[PATCH 00/11 v2] xfs: clean up xfs_buf io interfaces
 2014-09-29 19:09 UTC  (5+ messages)
` [PATCH 08/11] xfs: kill xfs_bioerror_relse
` [PATCH 11/11] xfs: simplify xfs_zero_remaining_bytes

[PATCH] powerpc/fsl: Add support for pci(e) machine check exception on E500MC / E5500
 2014-09-29 19:06 UTC  (5+ messages)

[RFT PATCH v2] mtd: ixp4xx: Unrequire CONFIG_MTD_CFI_BE_BYTE_SWAP
 2014-09-29 19:05 UTC  (3+ messages)

[PATCH] Return short read or 0 at end of a raw device, not EIO
 2014-09-29 19:05 UTC  (2+ messages)

[PATCH v4 00/15] xfstests: new btrfs stress test cases
 2014-09-29 19:04 UTC  (7+ messages)
` [PATCH v4 01/15] btrfs: new test to run btrfs balance and subvolume test simultaneously
` [PATCH v4 02/15] btrfs: new test to run btrfs balance and scrub simultaneously

[PATCH v2] vfs: Don't exchange "short" filenames unconditionally
 2014-09-29 19:04 UTC  (11+ messages)

[Qemu-devel] [PULL v2 0/9] tcg-next queue
 2014-09-29 19:01 UTC  (10+ messages)
` [Qemu-devel] [PULL v2 1/9] tcg-sparc: Support addsub2_i64
` [Qemu-devel] [PULL v2 2/9] tcg-sparc: Use ADDXC in addsub2_i64
` [Qemu-devel] [PULL v2 3/9] tcg-sparc: Fix setcond_i32 uninitialized value
` [Qemu-devel] [PULL v2 4/9] tcg-sparc: Use ADDXC in setcond_i64
` [Qemu-devel] [PULL v2 5/9] tcg-sparc: Rename ADDX/SUBX insns
` [Qemu-devel] [PULL v2 6/9] tcg-sparc: Use UMULXHI instruction
` [Qemu-devel] [PULL v2 7/9] tcg-aarch64: Use 32-bit loads for qemu_ld_i32
` [Qemu-devel] [PULL v2 8/9] qemu/compiler: Define QEMU_ARTIFICIAL
` [Qemu-devel] [PULL v2 9/9] tcg: Always enable TCGv type checking

[Powertop] [PATCH RESEND] Powertop: remove unnecessary code
 2014-09-29 19:00 UTC 

3.17-rc1 oops during network interface configuration
 2014-09-29 19:00 UTC  (7+ messages)

[PATCH net-next] net: cleanup and document skb fclone layout
 2014-09-29 18:59 UTC  (3+ messages)

[Qemu-devel] [PATCH] gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
 2014-09-29 18:58 UTC  (5+ messages)

[PATCH 00/34] e2fsprogs Summer 2014 patchbomb, part 6
 2014-09-29 18:58 UTC  (4+ messages)
` [PATCH 15/34] libext2fs: support BLKZEROOUT/FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks

[PATCH net-next 2/4] sunvnet: make transmit path zero-copy in the kernel
 2014-09-29 18:58 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Fix Sink CRC
 2014-09-29 18:56 UTC  (3+ messages)
` [PATCH] "

[PATCH v5 0/3] virtio: Use the DMA API when appropriate
 2014-09-29 18:55 UTC  (5+ messages)
` [PATCH v5 2/3] virtio_pci: Use the DMA API for virtqueues when possible

[PATCH v1 0/5] driver-core: async probe support
 2014-09-29 18:55 UTC  (4+ messages)
` [PATCH v1 2/5] driver-core: enable drivers to opt-out of async probe

[PATCH 00/34] pull request: netfilter/ipvs updates for net-next
 2014-09-29 18:54 UTC  (2+ messages)

compile Failed in openwrt for [PATCH] “add support for ack timeout estimation in ath9k driver ”
 2014-09-29 18:53 UTC  (6+ messages)
  ` how can we fast roaming between multi-aps

Autoconf problems in OE build of LTP realtime tests
 2014-09-29 18:52 UTC  (2+ messages)

[PATCH v15 00/11] enable Cache QoS Monitoring (CQM) feature
 2014-09-29 18:52 UTC  (5+ messages)
` [PATCH v15 02/11] x86: add generic resource (e.g. MSR) access hypercall

[PATCH 0/24] Introduce ff-memless-next as an improved replacement for ff-memless
 2014-09-29 18:52 UTC 

[Bug 83460] New: [radeon regression] Backlight turned off since kernel upgrade
 2014-09-29 18:52 UTC  (2+ messages)
` [Bug 83460] "

[PATCH 00/11] perf: Intel Cache QoS Monitoring support
 2014-09-29 18:51 UTC  (6+ messages)
` [PATCH 08/11] perf/x86/intel: Add "

[PATCH] mac80211: minstrel_ht: add basic support for VHT rates <= 80MHz@NSS2
 2014-09-29 18:51 UTC  (4+ messages)

[PATCH 1/1] fs/affs/super.c: remove unused variable
 2014-09-29 18:48 UTC 

[PATCH] base.bbclass: add SRCREV to do_fetch() hash
 2014-09-29 18:48 UTC  (6+ messages)

[PATCH] ASoC: rt5677: Add dts properties for input/output differential configuration
 2014-09-29 18:46 UTC  (2+ messages)

[PATCH 1/3] Revert "ath9k_hw: reduce ANI firstep range for older chips"
 2014-09-29 18:45 UTC  (3+ messages)
` [PATCH 2/3] ath9k_hw: reduce ANI spur immunity setting on HT40 extension channel
` [PATCH 3/3] ath9k_hw: fix PLL clock initialization for newer SoC

[PATCH 1/2] ASoC: Intel: byt-rt5640: Remove IN2N pin from DAPM route table
 2014-09-29 18:45 UTC  (2+ messages)

[PATCH] [media] cx231xx: cx231xx_uninit_bulk attempts to reference and free isoc_ctl instead of bulk_ctl
 2014-09-29 18:41 UTC 

[PATCH 0/6] some fixes and cleanups for the em28xx-based HVR-930C
 2014-09-29 18:44 UTC  (4+ messages)

[Xenomai] [Announce] Xenomai 2.6.4
 2014-09-29 18:44 UTC  (4+ messages)

[RFC PATCH net-next v2 0/5] netns: allow to identify peer netns
 2014-09-29 18:43 UTC  (7+ messages)

Banned Again
 2014-09-29 18:43 UTC  (2+ messages)

Tightening up rdpmc permissions?
 2014-09-29 18:42 UTC  (3+ messages)

[PATCH] x86: add purgatory make generated files to gitignore
 2014-09-29 18:41 UTC 

[PATCH next 1/2] tcp: move TCP_ECN_create_request out of header
 2014-09-29 18:41 UTC  (4+ messages)
` [PATCH next 2/2] tcp: change TCP_ECN prefixes to lower case

[PATCH v4 0/2] perf tool: improves DSO long names search speed with rbtree
 2014-09-29 18:40 UTC  (7+ messages)
` [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

[PATCH V3] svcrdma: advertise the correct max payload
 2014-09-29 18:39 UTC  (4+ messages)

[PATCH v2 0/5] ARCNET: add support for EAE multi interfac card
 2014-09-29 18:37 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: Fix gmac not working reliable on the Bananapi
 2014-09-29 18:35 UTC  (3+ messages)
` [U-Boot] [linux-sunxi] "
    ` [U-Boot] [linux-sunxi] "

[Bug 70651] New: cannot write to power_dpm_force_performance_level: invalid argument (radeon 7730m)
 2014-09-29 18:34 UTC  (2+ messages)
` [Bug 70651] "

[PATCH 0/2] perf kvm stat live: Copy events
 2014-09-29 18:33 UTC  (4+ messages)
` [PATCH 1/2] perf session: Add option to copy events when queueing

[PATCH] nfs-client.target: Removed a ordering cycle with nfs-server.service
 2014-09-29 18:32 UTC  (2+ messages)

FreeBSD Guest Freezes during boot up on Linux KVM, RHEL 6.4 or RHEL 6.5
 2014-09-29 18:32 UTC  (2+ messages)

[PATCH net 1/1 V2] hyperv: Fix a bug in netvsc_start_xmit()
 2014-09-29 18:31 UTC  (2+ messages)

[Qemu-devel] Timer issues with 2.1.1 and migration (was: latest rc: virtio-blk hangs forever after migration)
 2014-09-29 18:31 UTC  (3+ messages)


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.