public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-25 16:11:51 to 2013-07-25 19:25:11 UTC [more...]

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

[PATCH v3 0/9] Tegra USB cleanup series
 2013-07-25 19:24 UTC  (14+ messages)
` [PATCH v3 1/9] usb: phy: tegra: Remove unnecessary 'dev' field
` [PATCH v3 2/9] usb: host: tegra: Remove leftover code
` [PATCH v3 3/9] usb: tegra: host: Remove references to plat data
` [PATCH v3 4/9] ARM: tegra: Remove USB platform data
` [PATCH v3 5/9] usb: phy: tegra: Register as an USB PHY
` [PATCH v3 6/9] usb: host: tegra: Locate a PHY via standard API
` [PATCH v3 7/9] usb: phy: tegra: Remove custom PHY locating APIs
` [PATCH v3 8/9] usb: phy: tegra: Use DT helpers for phy_type
        ` [PATCH] usb: phy: tegra: Use switch instead of if-else
` [PATCH v3 9/9] usb: phy: tegra: Use DT helpers for dr_mode

[Intel-gfx] linux-next: Tree for Jul 25 [ call-trace: drm | drm-intel related? ]
 2013-07-25 19:22 UTC  (24+ messages)

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

[PATCH 4/4] ASoc: kirkwood: add DT support
 2013-07-25 19:19 UTC  (2+ messages)

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

[PATCH 3/4] ASoc: kirkwood: merge kirkwood-i2c and kirkwood-dma
 2013-07-25 19:16 UTC  (2+ messages)

[PATCH v2] numa: Mark __node_set as __always_inline
 2013-07-25 19:16 UTC  (2+ messages)

Linux 3.11-rc2
 2013-07-25 19:14 UTC  (5+ messages)
    ` Linux 3.11-rc2 (acpi backlight, revert)

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

[PATCH 2/4] ASoc: kirkwood: simplify probe error
 2013-07-25 19:10 UTC  (2+ messages)

[PATCH] staging: zcache: fix "zcache=" kernel parameter
 2013-07-25 19:08 UTC  (2+ messages)

[PATCH] net: trans_rdma: remove unused function
 2013-07-25 19:05 UTC  (7+ messages)
      ` [V9fs-developer] "

__ftrace_hash_rec_update FTRACE_WARN_ON
 2013-07-25 18:59 UTC  (6+ messages)

[trivial PATCH] treewide: Fix printks with 0x%#
 2013-07-25 18:53 UTC 

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

[PATCH 4/4 v2] ASoc: kirkwood: add DT support
 2013-07-25 18:40 UTC 

[PATCH] Change request_irq() to use struct net_device *dev->name
 2013-07-25 18:38 UTC  (8+ messages)

[PATCH 3/4 v2] ASoc: kirkwood: merge kirkwood-i2c and kirkwood-dma
 2013-07-25 18:39 UTC 

Very Urgent!!!
 2013-07-25 18:33 UTC 

[PATCH v14 0/6] LSM: Multiple concurrent LSMs
 2013-07-25 18:32 UTC  (7+ messages)
` [PATCH v14 1/6] LSM: Security blob abstraction
` [PATCH v14 2/6] LSM: Move the capability LSM into the hook handlers
` [PATCH v14 3/6] LSM: Explicit individual LSM associations
` [PATCH v14 4/6] LSM: List based multiple LSM hooks
` [PATCH v14 5/6] LSM: SO_PEERSEC configuration options
` [PATCH v14 6/6] LSM: Multiple LSM Documentation and cleanup

linux-next: Tree for Jul 25
 2013-07-25 18:31 UTC  (2+ messages)
` linux-next: Tree for Jul 25 (ahci_imx.c)

[PATCH 1/4] ASoc: kirkwood: change the pcm/dma stream data pointer
 2013-07-25 18:23 UTC  (3+ messages)

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

[PATCH] usb: dwc3: core: modify IO memory resource after deferred probe completes
 2013-07-25 18:20 UTC  (3+ messages)

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

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

[PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
 2013-07-25 17:50 UTC  (34+ 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
` [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
` [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 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

[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  (5+ messages)
` [PATCH v5 4/5] clk: add CLK_SET_RATE_NO_REPARENT flag

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

[PATCH] x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errors
 2013-07-25 18:01 UTC  (3+ 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

[PATCH v5 00/16] Rewrite Tegra PCIe driver
 2013-07-25 18:01 UTC  (20+ 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 05/13] tile: support PTP using the tilegx mPIPE (IEEE 1588)
 2013-07-25 17:55 UTC  (8+ messages)
` [PATCH 00/13] update tile network drivers
  ` [PATCH 01/13] tile: handle 64-bit statistics in tilepro network driver
      ` [PATCH v2] "
    ` [PATCH v2] tile: support PTP using the tilegx mPIPE (IEEE 1588)

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

The future of DT binding maintainership
 2013-07-25 17:46 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

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

RFC: device thermal limits represented in device tree nodes
 2013-07-25 17:33 UTC  (9+ messages)

[PATCH] APEI/ERST: Fix error message formatting
 2013-07-25 17:32 UTC  (5+ messages)

[PATCH] usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_disable()
 2013-07-25 17:30 UTC  (2+ messages)

[RFC PATCH 0/2] vmpslice support for zero-copy gifting of pages
 2013-07-25 17:30 UTC  (4+ messages)
` [RFC PATCH 1/2] vmsplice unmap gifted pages for recipient
` [RFC PATCH 2/2] Add limited zero copy to vmsplice

[PATCH 0/6] USB: phy: phy-nop: Use RESET controller for managing the reset line
 2013-07-25 17:28 UTC  (3+ messages)
` [PATCH 1/6] usb: phy-nop: Use RESET Controller "

[PATCH] usb: gadget: at91_udc: Check gpio lookup results
 2013-07-25 17:19 UTC  (4+ messages)

[char-misc-next 2/3 V2] mei: don't get stuck in select during reset
 2013-07-25 17:15 UTC 

[PATCH v6 0/7] ARM: mvebu: switch to DT probed mv643xx_eth
 2013-07-25 17:11 UTC  (2+ messages)

[PATCH 0/6] tracing: open/delete fixes
 2013-07-25 16:56 UTC  (3+ messages)

[PATCH 1/2] staging: gdm7240: adding LTE USB driver
 2013-07-25 17:01 UTC  (8+ messages)
` [PATCH v2 "

[PATCH v2] PCI: Reset PCIe devices to stop ongoing DMA
 2013-07-25 17:00 UTC  (11+ messages)

[RESEND RFC PATCH 0/5] Add a hash value for each line in /dev/kmsg
 2013-07-25 16:51 UTC  (2+ messages)

[PATCH] dynamic_debug: add wildcard support to filter files/functions/modules
 2013-07-25 16:47 UTC  (2+ messages)

[PATCH v1 00/14] Add support for MSM's mmio clocks
 2013-07-25 16:45 UTC  (16+ messages)
` [PATCH v1 02/14] clk: Add of_init_clk_data() to parse common clock bindings
` [PATCH v1 03/14] clk: Add of_clk_match() for device drivers
` [PATCH v1 04/14] clk: Add set_rate_and_parent() op
` [PATCH v1 05/14] clk: msm: Add support for phase locked loops (PLLs)
` [PATCH v1 08/14] clk: msm: Add MSM clock driver

[s390x] build error: undefined reference to `sie_exit'
 2013-07-25 16:40 UTC  (3+ messages)

Ugly patches for stolen reservation
 2013-07-25 16:37 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: split PCI IDs out into i915_drm.h v3
` [PATCH 2/2] x86: add early quirk for reserving Intel graphics stolen memory v3

[PATCH 0/5] cpufreq:boost: CPU Boost mode support
 2013-07-25 16:33 UTC  (10+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 1/8] cpufreq: Store cpufreq policies in a list
  ` [PATCH v6 2/8] cpufreq: Add boost frequency support in core
  ` [PATCH v6 3/8] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution
  ` [PATCH v6 4/8] thermal:boost: Automatic enable/disable of BOOST feature
  ` [PATCH v6 5/8] cpufreq:boost:Kconfig: Provide support for software managed BOOST
  ` [PATCH v6 6/8] cpufreq:exynos:Extend Exynos cpufreq driver to support boost framework
  ` [PATCH v6 7/8] Documentation:cpufreq:boost: Update BOOST documentation
  ` [PATCH v6 8/8] cpufreq:exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQ

[PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
 2013-07-25 16:36 UTC  (8+ messages)
` [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT "

[PATCH 1/1] Drivers: base: memory: Export symbols for onlining memory blocks
 2013-07-25 16:35 UTC  (15+ messages)

[PATCH 0/8] perf: Finer grained full dynticks handling
 2013-07-25 16:29 UTC  (4+ messages)

[PATCH V5 09/12] perf: make events stream always parsable
 2013-07-25 16:27 UTC  (6+ messages)
` [tip:perf/core] perf: Update perf_event_type documentation

nouveau oops in nouveau_bo_new
 2013-07-25 16:22 UTC 

[GIT PULL] Remove ARM local timer API
 2013-07-25 16:13 UTC  (5+ messages)

[PATCH 1/3] fs/binfmts: Add a name field to the binfmt struct
 2013-07-25 15:40 UTC  (3+ messages)
` [PATCH 2/3] fs/binfmts: Better handling of binfmt loops
` [PATCH 3/3] fs/binfmts: Whitespace fixes with scripts/cleanfile


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox