All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-25 17:32:24 to 2013-07-25 18:19:17 UTC [more...]

[PATCH v4 0/7] ARM: mvebu: switch to DT probed irqchip and clocksource
 2013-07-25 18:19 UTC  (3+ messages)

[PATCH 1/2] cifs: Move string length definitions to uapi
 2013-07-25 18:18 UTC  (6+ messages)
  ` [PATCH 2/2] cifs: Expand max share name length to 256

[PATCH 0/3] parse watchdog node to read PMU registers addresses
 2013-07-25 18:18 UTC  (5+ messages)
` [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

nfs client: Now you see it, now you don't
 2013-07-25 18:18 UTC  (4+ messages)
` nfs client: Now you see it, now you don't (aka spurious ESTALE errors)

Weird trim test results
 2013-07-25 18:17 UTC  (4+ messages)

mmap how does kernel know a page is mmaped
 2013-07-25 18:17 UTC  (4+ messages)

[PATCH] fib_rules: add minimum prefix length
 2013-07-25 18:17 UTC  (5+ messages)
    ` [PATCH] fib_rules/fib6rules: "

[PATCH] ti-st: fix NULL dereference on protocol type check
 2013-07-25 18:16 UTC  (3+ messages)

[net-next PATCH 1/1] drivers: net: cpsw: Add support for set MAC address
 2013-07-25 18:14 UTC 

[PATCH] arm: l2x0: add support for prefetch and pwr control register configuration
 2013-07-25 18:15 UTC  (5+ messages)

[PATCH] ARM: OMAP: rx51: change musb mode to OTG
 2013-07-25 18:15 UTC  (2+ messages)

Possible deadloop in direct reclaim?
 2013-07-25 18:14 UTC  (3+ messages)

[PATCH] Bluetooth: Fix removing Long Term Key
 2013-07-25 18:14 UTC 

drm: Asynchronouse page flipping interface and Intel implementation
 2013-07-25 18:13 UTC  (9+ messages)
` [PATCH 4/5] drm/i915: Add async page flip support for IVB

[PATCH net-next v3] net: split rt_genid for ipv4 and ipv6
 2013-07-25 18:13 UTC  (2+ messages)

[PATCH 03/13] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI transfers
 2013-07-25 18:12 UTC  (4+ messages)

[RFC/PATCH 0/2] ext4: Transparent Decompression Support
 2013-07-25 18:15 UTC  (7+ messages)

[PATCH 00/36] remove dev_attrs usage in 'struct class'
 2013-07-25 18:09 UTC  (3+ messages)
` [PATCH 14/36] PCI: convert class code to use dev_groups

kdgb fix
 2013-07-25 18:09 UTC  (5+ messages)
` [PATCH] ARM: kdgb: use .inst for data to be assembled as intruction

[PATCH] numa: Mark __node_set as __always_inline
 2013-07-25 18:08 UTC  (2+ messages)

TP-LINK wireless USB adapter don't work
 2013-07-25 18:08 UTC  (2+ messages)

[PATCH v2 1/7] rfcomm: Take proper tty_struct references
 2013-07-25 18:07 UTC  (6+ messages)
` [PATCH v2 2/7] rfcomm: Move the tty initialization and cleanup out of open/close

[v2 PATCH] regulator: palmas: Store pdata pointer in palmas struct
 2013-07-25 18:06 UTC  (3+ messages)

[PATCH v5 0/5] clk: implement remuxing during set_rate
 2013-07-25 18:05 UTC  (7+ messages)
` [PATCH v5 4/5] clk: add CLK_SET_RATE_NO_REPARENT flag

DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]
 2013-07-25 18:05 UTC  (7+ messages)

[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors
 2013-07-25 18:00 UTC  (5+ messages)
` [PATCH 4/5] Intel MIC Card Driver Changes for Virtio Devices

[U-Boot] [PATCH 1/6] spl/Makefile: Add drivers/power/pmic/libpmic to CONFIG_SPL_POWER_SUPPORT
 2013-07-25 18:05 UTC  (8+ messages)
` [U-Boot] [PATCH 2/6] drivers/power/pmic: Add tps65217 driver
` [U-Boot] [PATCH 3/6] drivers/power/pmic: Add tps65910 driver

[PATCH 0/6] Add support for pldw instruction on v7 MP cores
 2013-07-25 18:05 UTC  (10+ messages)
` [PATCH 4/6] ARM: locks: prefetch the destination word for write prior to strex

[PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
 2013-07-25 17:50 UTC  (42+ messages)
` [PATCH V8 01/33] iov_iter: move into its own file
` [PATCH V8 02/33] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH V8 03/33] iov_iter: add copy_to_user support
` [PATCH V8 04/33] iov_iter: add __iovec_copy_to_user()
` [PATCH V8 05/33] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH V8 06/33] iov_iter: hide iovec details behind ops function pointers
` [PATCH V8 07/33] iov_iter: ii_iovec_copy_to_user should pre-fault user pages
` [PATCH V8 08/33] iov_iter: add bvec support
` [PATCH V8 09/33] iov_iter: add a shorten call
` [PATCH V8 10/33] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH V8 11/33] dio: Convert direct_IO to use iov_iter
` [PATCH V8 12/33] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH V8 13/33] fs: pull iov_iter use higher up the stack
` [PATCH V8 14/33] aio: add aio_kernel_() interface
` [PATCH V8 15/33] aio: add aio support for iov_iter arguments
` [PATCH V8 16/33] bio: add bvec_length(), like iov_length()
` [PATCH V8 17/33] loop: use aio to perform io on the underlying file
` [PATCH V8 18/33] fs: create file_readable() and file_writable() functions
` [PATCH V8 19/33] fs: use read_iter and write_iter rather than aio_read and aio_write
` [PATCH V8 20/33] fs: add read_iter and write_iter to several file systems
` [PATCH V8 21/33] ocfs2: add support for read_iter and write_iter
  ` [Ocfs2-devel] "
` [PATCH V8 22/33] ext4: "
` [PATCH V8 23/33] nfs: add support for read_iter, write_iter
` [PATCH V8 24/33] nfs: simplify swap
` [PATCH V8 25/33] btrfs: add support for read_iter and write_iter
` [PATCH V8 26/33] block_dev: add support for read_iter, write_iter
` [PATCH V8 27/33] xfs: add support for read_iter and write_iter
` [PATCH V8 28/33] gfs2: Convert aio_read/write ops to read/write_iter
  ` [Cluster-devel] "
` [PATCH V8 29/33] udf: convert file ops from aio_read/write "
` [PATCH V8 30/33] afs: add support for read_iter and write_iter
` [PATCH V8 31/33] ecrpytfs: Convert aio_read/write ops to read/write_iter
` [PATCH V8 32/33] ubifs: convert file ops from aio_read/write "
` [PATCH V8 33/33] tmpfs: add support for read_iter and write_iter

[patch net-next v4 0/4] export device physical port id to userspace
 2013-07-25 18:00 UTC  (5+ messages)
` [patch net-next v4 4/4] igb/igbvf: implement ndo_get_phys_port_id

[PATCH] x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errors
 2013-07-25 18:01 UTC  (3+ messages)

[Intel-gfx] linux-next: Tree for Jul 25 [ call-trace: drm | drm-intel related? ]
 2013-07-25 18:03 UTC  (18+ messages)
            `  "

[Qemu-devel] [libvirt] [PATCH 4/7] qemu: Add monitor APIs to fetch CPUID data from QEMU
 2013-07-25 18:02 UTC  (5+ messages)

[PATCH 0/2] Add Dialog DA9063 core and regulator drivers
 2013-07-25 18:01 UTC  (10+ messages)
` [PATCH 1/2] mfd: Add Dialog DA9063 core driver
` [PATCH 2/2] regulator: Add Dialog DA9063 voltage regulators support

[Bug 67315] New: System lockup with X consuming all CPU
 2013-07-25 18:01 UTC  (2+ messages)
  ` [Bug 67315] "

[PATCH v5 00/16] Rewrite Tegra PCIe driver
 2013-07-25 18:01 UTC  (46+ messages)
` [PATCH v5 01/16] ARM: tegra: Move tegra_pcie_xclk_clamp() to PMC
` [PATCH v5 02/16] ARM: tegra: Move pmc.h to include/linux/tegra-pmc.h
` [PATCH v5 03/16] PCI: tegra: Move PCIe driver to drivers/pci/host
` [PATCH v5 04/16] ARM: tegra: tamonten: Add PCIe support
` [PATCH v5 05/16] ARM: tegra: tec: "
` [PATCH v5 06/16] ARM: tegra: harmony: Initialize PCIe from DT
` [PATCH v5 07/16] ARM: tegra: trimslice: "
` [PATCH v5 08/16] PCI: tegra: Add Tegra 30 PCIe support
` [PATCH v5 09/16] PCI: tegra: set up PADS_REFCLK_CFG1
` [PATCH v5 10/16] ARM: tegra: Add Tegra30 PCIe support
` [PATCH v5 11/16] ARM: tegra: Enable PCIe controller on Cardhu
` [PATCH v5 12/16] ARM: tegra: Enable PCIe controller on Beaver
` [PATCH v5 13/16] ARM: tegra: Fix Beaver's PCIe lane configuration
` [PATCH v5 14/16] ARM: tegra: Update default configuration (PCIe)
` [PATCH v5 15/16] ARM: dts: tegra: Increase prefetchable PCI memory space
` [PATCH v5 16/16] MAINTAINERS: Add myself as Tegra PCIe maintainer

[PATCH] veth: remove hardware checksum feature
 2013-07-25 17:59 UTC  (2+ messages)

[RFC PATCH v2 0/2] pci/iommu: PCIe requester ID interface
 2013-07-25 17:56 UTC  (9+ messages)
` [RFC PATCH v2 1/2] pci: Create "

[PATCH 0/2] PCI: Convert hotplug core and pciehp to be builtin only
 2013-07-25 17:57 UTC  (9+ messages)
` [PATCH 1/2] PCI: hotplug: Convert to be builtin only, not modular
` [PATCH 2/2] PCI: pciehp: Convert pciehp "

[mlmmj] Rejecting HTML email
 2013-07-25 17:57 UTC  (2+ messages)

[PATCH] ASoC: wm8994: Add clock bindings to the device tree
 2013-07-25 17:56 UTC  (4+ messages)

[ath9k-devel] CSI support
 2013-07-25 17:57 UTC 

Debugging a Stall or a Freeze
 2013-07-25 17:56 UTC 

[PATCH 05/13] tile: support PTP using the tilegx mPIPE (IEEE 1588)
 2013-07-25 17:55 UTC  (5+ messages)
` [PATCH 00/13] update tile network drivers
    ` [PATCH v2] tile: support PTP using the tilegx mPIPE (IEEE 1588)

BUG() issues with big-endian
 2013-07-25 17:54 UTC  (5+ messages)
` [PATCH 1/2] ARM: Correct BUG() assembly to ensure it is endian-agnostic

[Qemu-devel] [PATCH] target-i386: Only provide CMOV and friends if feature bit set
 2013-07-25 17:53 UTC  (3+ messages)

[GIT PULL] libata changes for v3.11-rc2
 2013-07-25 17:53 UTC 

[PATCH v2 0/9] Tegra USB cleanup series
 2013-07-25 17:51 UTC  (4+ messages)

[Lustre-devel] Improving create rate with ZFS backed servers
 2013-07-25 17:50 UTC 

The future of DT binding maintainership
 2013-07-25 17:46 UTC  (4+ messages)

[PATCH 0/2] Restore Integrator/CP CLCD to fully working state
 2013-07-25 17:44 UTC  (5+ messages)
` [PATCH 2/2] clk: fixup argument order when setting VCO parameters

[GIT PULL] ARM: mvebu: fixes-non-critical for v3.12
 2013-07-25 17:41 UTC 

[U-Boot] [PATCH 0/3] ARM: tegra: add nvec keyboard support for paz00
 2013-07-25 17:40 UTC  (5+ messages)
` [U-Boot] [Ac100] [PATCH 3/3] ARM: tegra: paz00: enable nveckeyboardsupport

[patch] [media] bt8xx: info leak in ca_get_slot_info()
 2013-07-25 17:38 UTC  (4+ messages)

[PATCH v2 0/2] Add Dialog DA9063 core and regulator drivers
 2013-07-25 17:39 UTC  (3+ messages)
` [PATCH v2 1/2] mfd: Add Dialog DA9063 core driver
` [PATCH v2 2/2] regulator: Add Dialog DA9063 voltage regulators support

[PATCH] drm/i915: enable IPS for bpp <= 24
 2013-07-25 17:38 UTC  (4+ messages)

nouveau: remove pointless assignment
 2013-07-25 17:35 UTC 

[GIT PULL] ARM: mvebu: stable fix for v3.10
 2013-07-25 17:33 UTC 

RFC: device thermal limits represented in device tree nodes
 2013-07-25 17:33 UTC  (8+ messages)
            ` [lm-sensors] "

[PATCHv2] x86/xen: during early setup, only 1:1 map the ISA region
 2013-07-25 17:33 UTC  (4+ messages)

Flapping osd / continuously reported as failed
 2013-07-25 17:32 UTC  (7+ messages)
      ` [ceph-users] "


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.