All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-28 15:56:50 to 2013-08-28 17:04:02 UTC [more...]

post-receive: pub/scm/linux/kernel/git/jberg/mac80211-next
 2013-08-28 17:04 UTC 

3.11-rc7 big-endian support
 2013-08-28 17:03 UTC  (19+ messages)
` [PATCH 03/19] ARM: fixup_pv_table bug when CPU_ENDIAN_BE8
` [PATCH 04/19] ARM: set BE8 if LE in head code
` [PATCH 05/19] ARM: pl01x debug code endian fix
` [PATCH 11/19] ARM: alignment: correctly decode instructions in BE8 mode
` [PATCH 13/19] ARM: module: correctly relocate instructions in BE8
` [PATCH 14/19] ARM: set --be8 when linking modules
` [PATCH 16/19] ARM: net: fix arm instruction endian-ness in bpf_jit_32.c
` [PATCH 17/19] ARM: Correct BUG() assembly to ensure it is endian-agnostic
` [PATCH 18/19] ARM: kdgb: use <asm/opcodes.h> for data to be assembled as intruction

[PATCH librdmacm 0/3] no IBV_SEND_INLINE thus memory registration required on QLogic/Intel HCA
 2013-08-28 17:02 UTC  (6+ messages)

[GIT PULL 00/26] Third round of Renesas ARM based SoC cleanups for v3.12
 2013-08-28 17:02 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jberg/mac80211-next
 2013-08-28 17:02 UTC 

[PATCH v3] xHCI: Fixing xhci_readl definition and function call
 2013-08-28 17:01 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/jberg/mac80211-next
 2013-08-28 17:01 UTC 

[PATCH RFC 0/7] vnuma topology support
 2013-08-28 17:01 UTC  (4+ messages)
` [PATCH RFC 1/7] xen/vnuma: subop hypercall and vnuma topology structures

[PATCH] mac80211: add ieee80211_iterate_active_interfaces_rtnl()
 2013-08-28 17:00 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jberg/mac80211-next
 2013-08-28 17:00 UTC 

[PATCH 1/5] ASoC: Add ADAU1X61 and ADAU1X81 CODECs common code
 2013-08-28 16:59 UTC  (2+ messages)

[GIT 00/14] Second round of Renesas ARM based SoC cleanups for v3.12
 2013-08-28 16:59 UTC  (3+ messages)

linux-next: Tree for Aug 28 [ xhci build breakage ]
 2013-08-28 16:59 UTC  (8+ messages)

[PATCH 0/6] Nouveau on ARM fixes
 2013-08-28 16:58 UTC  (8+ messages)
` [PATCH 3/6] drm/nouveau: hook up cache sync functions
` [PATCH 6/6] drm/nouveau: use MSI interrupts

A question regarding to MSIX interrupts for NVME
 2013-08-28 16:58 UTC  (6+ messages)

[PATCH] driver core / ACPI: Avoid device removal locking problems
 2013-08-28 16:55 UTC  (8+ messages)

FTRACE_WARN_ON((rec->flags & ~FTRACE_FL_MASK) == 0))
 2013-08-28 16:57 UTC  (5+ messages)

[RFC] x86/hpet: Correct -ENOMEM actions in hpet_fsb_cap_lookup()
 2013-08-28 16:55 UTC 

[PATCH 1/3] regmap: rbtree: Simplify adjacent node lookup
 2013-08-28 16:55 UTC  (3+ messages)
` [PATCH 2/3] regmap: rbtree: Reduce number of nodes, take 2
` [PATCH 3/3] regmap: rbtree: Make cache_present bitmap per node

mutex warning in cpufreq + RFC patch
 2013-08-28 16:52 UTC  (3+ messages)

submitting a distro-specific hint [Debian 7]
 2013-08-28 16:52 UTC 

[Cocci] question about --allow-inconsistent-paths
 2013-08-28 16:52 UTC  (2+ messages)

PCI reset problem
 2013-08-28 16:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2013-08-28 16:51 UTC 

[U-Boot] [PATCH] mmc:sdhci: Fix card ready status timeout
 2013-08-28 16:49 UTC 

[Qemu-devel] Direct guest device access from nested guest
 2013-08-28 16:48 UTC  (3+ messages)
  `  "

[Qemu-devel] [PATCH] hw: fix to display correct memory size
 2013-08-28 16:48 UTC  (2+ messages)

[PATCH] drm/i915: fix lvds/dp panel fitter setting
 2013-08-28 16:48 UTC  (3+ messages)

Yocto reference manual missing entries for MACHINE_DEVICETREE and KERNEL_DEVICETREE
 2013-08-28 16:48 UTC 

VGA passthrough of GTX 660 to KVM guest
 2013-08-28 16:47 UTC  (6+ messages)

Can anyone suggest a better fix? Not sure if I understand the problem, but the patch fixed it
 2013-08-28 16:47 UTC  (7+ messages)

GPU tests on master next - core-image-x11 - sfp
 2013-08-28 16:43 UTC 

[PATCH net-next v3 0/13] bonding: remove vlan special handling
 2013-08-28 16:45 UTC  (17+ messages)
` [PATCH net-next v3 01/13] net: rename netdev_upper to netdev_adjacent
` [PATCH net-next v3 02/13] net: add lower_dev_list to net_device and make a full mesh
` [PATCH net-next v3 03/13] net: remove search_list from netdev_adjacent
` [PATCH net-next v3 04/13] net: add netdev_upper_get_next_dev_rcu(dev, iter)
` [PATCH net-next v3 05/13] net: add netdev_for_each_upper_dev_rcu()
` [PATCH net-next v3 06/13] bonding: use netdev_upper list in bond_vlan_used
` [PATCH net-next v3 07/13] bonding: make bond_arp_send_all use upper device list
` [PATCH net-next v3 08/13] bonding: convert bond_has_this_ip() to use upper devices
` [PATCH net-next v3 09/13] bonding: use vlan_uses_dev() in __bond_release_one()
` [PATCH net-next v3 10/13] bonding: split alb_send_learning_packets()
` [PATCH net-next v3 11/13] bonding: make alb_send_learning_packets() use upper dev list
` [PATCH net-next v3 12/13] bonding: remove vlan_list/current_alb_vlan
` [PATCH net-next v3 13/13] bonding: pr_debug instead of pr_warn in bond_arp_send_all

[Qemu-devel] [PATCH] mips_malta: support up to 2GiB RAM
 2013-08-28 16:44 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/sarah/xhci
 2013-08-28 16:45 UTC 

[xen-unstable test] 18799: regressions - trouble: broken/fail/pass
 2013-08-28 16:44 UTC 

Xen pciback not working: "address space collision: [mem ...] conflicts with System RAM [mem ...]"
 2013-08-28 16:44 UTC  (10+ messages)

[PATCH V6 0/2] iio: input: ti_am335x_adc: Add continuous sampling support
 2013-08-28 16:43 UTC  (5+ messages)
` [PATCH 2/2] iio: "

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-08-28 16:41 UTC  (7+ messages)
` [PATCH] sched, numa: Use {cpu, pid} to create task groups for shared faults
      ` [PATCH -v3] "

[PATCH v4 3/3] v4l: Add V4L2_BUF_FLAG_TIMESTAMP_SOF and use it
 2013-08-28 16:39 UTC  (8+ messages)
` [PATCH v4.1 "

[Buildroot] [PATCH v2 0/2] Introducing Nios-II architecture
 2013-08-28 16:38 UTC  (9+ messages)
` [Buildroot] [PATCH v2 1/2] nios2: Add new architecture
` [Buildroot] [PATCH v2 2/2] toolchain-external: Add Sourcery CodeBench for Nios-II

[Qemu-devel] [PATCH] target-arm: Report unimplemented opcodes (LOG_UNIMP)
 2013-08-28 16:38 UTC  (6+ messages)
      ` [Qemu-devel] [RFC] Streamlining endian handling in TCG

[PATCH RFC 0/2] linux/vnuma: vnuma topology PV guest
 2013-08-28 16:38 UTC  (6+ messages)
` [PATCH RFC 1/2] linux/vnuma: vnuma support for pv guest

[PATCH v7 00/10] tracing: trace event triggers (repost)
 2013-08-28 16:38 UTC  (3+ messages)
` [PATCH v7 07/10] tracing: add and use generic set_trigger_filter() implementation

[Qemu-devel] [PATCH 0/2] Make mixer emulation configurable at runtime
 2013-08-28 16:37 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH] convert ram_list to RCU DQ
 2013-08-28 16:37 UTC  (3+ messages)

[LTP] RFC add _FORTIFY_SOURCE to default LTP CFLAGS
 2013-08-28 16:37 UTC  (3+ messages)

[net-next 00/10][pull request] Intel Wired LAN Driver Updates
 2013-08-28 16:36 UTC  (5+ messages)
` [net-next 06/10] ixgbe: cleanup some log messages

[PATCH] xl: HVM domain S3 bugfix
 2013-08-28 16:35 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] Further tcg ldst improvements
 2013-08-28 16:34 UTC  (3+ messages)
` [Qemu-devel] [PATCH 7/7] tcg-i386: Perform tail call to qemu_ret_ld*_mmu

[PATCH net-next v1 0/9] bonding: remove vlan special handling
 2013-08-28 16:32 UTC  (8+ messages)
` [PATCH net-next v1 5/9] bonding: convert bond_has_this_ip() to use upper devices

[meta-freescale] [meta-fsl-ppc] MPC8572 Machine with Dylan
 2013-08-28 16:34 UTC 

[PATCH] PCI: add quirk for 3ware 9650SE controller
 2013-08-28 16:33 UTC  (4+ messages)

[PATCH 01/15] watchdog: orion: Remove unneeded BRIDGE_CAUSE clear
 2013-08-28 16:33 UTC  (11+ messages)

[PATCH] ARM: xen: only set pm function ptrs for Xen guests
 2013-08-28 16:32 UTC  (4+ messages)
` [Xen-devel] "

[PATCH] xfstests: _test_generic_punch: Obtain block size from $TEST_DIR
 2013-08-28 16:32 UTC  (2+ messages)

Issue found with kernel/net/sunrpc/xdr.c
 2013-08-28 16:32 UTC  (8+ messages)

[PATCH] Btrfs: add support for asserts
 2013-08-28 16:32 UTC  (2+ messages)

[RFC PATCH] During a shallow fetch, prevent sending over unneeded objects
 2013-08-28 16:02 UTC  (2+ messages)
` [PATCH] Add testcase for needless objects during a shallow fetch

[PATCH] ipvs: fix the IPVS_CMD_ATTR_MAX definition
 2013-08-28 16:31 UTC 

[RFC 0/3] ARM: S5PC100: move to common clk framework
 2013-08-28 16:29 UTC  (5+ messages)
` [RFC 1/3] clk: samsung: pll: Add support for PLL6545a and PLL6522x
` [RFC 2/3] clk: samsung: Add clock driver for s5pc100
` [RFC 3/3] ARM: s5pc100: Migrate clock handling to Common Clock Framework

[PATCH net 0/4] IPVS fixes for corner cases
 2013-08-28 16:29 UTC  (5+ messages)
` [PATCH net 1/4] ipvs: do not use dest after ip_vs_dest_put in LBLC
` [PATCH net 2/4] ipvs: do not use dest after ip_vs_dest_put in LBLCR
` [PATCH net 3/4] ipvs: make the service replacement more robust
` [PATCH net 4/4] ipvs: stats should not depend on CPU 0

[PATCH] cpufreq: Fix timer/workqueue corruption due to double queueing
 2013-08-28 16:26 UTC  (4+ messages)
` [PATCH] cpufreq: Don't use smp_processor_id() in preemptible context

[PATCH V4] xfstests: don't remove the two first devices from SCRATCH_DEV_POOL
 2013-08-28 16:25 UTC  (4+ messages)
` [PATCH][RESEND] xfstests: add a test for btrfs device replace operation

[U-Boot] Problem with stand-alone apps
 2013-08-28 16:25 UTC  (2+ messages)

[SCSI] arcmsr: Support Areca new SATA Raid Adapter ARC1214/1224/1264/1284
 2013-08-28 16:25 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/iwlwifi/iwlwifi
 2013-08-28 16:25 UTC 

trees for secondary powerdown
 2013-08-28 16:26 UTC  (3+ messages)

[PATCH v2] vfs: Tighten up linkat(..., AT_EMPTY_PATH)
 2013-08-28 16:24 UTC  (6+ messages)
` [RFC PATCH] fs: Add user_file_or_path_at and use it for truncate

[PATCHv3 7/8] mailbox/omap: add code to support the wkupm3 operations
 2013-08-28 16:24 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
 2013-08-28 16:24 UTC 

dm-verity: Verification fails but do not see Input/Output Error on read
 2013-08-28 16:23 UTC  (12+ messages)

[PATCH v2 0/7] Add device tree support for Exynos4412 Trats2 cameras
 2013-08-28 16:21 UTC  (10+ messages)
` [PATCH v2 1/7] V4L: s5c73m3: Add device tree support
` [PATCH v2 2/7] V4L: s5k6a3: Add DT binding documentation
` [PATCH v2 3/7] V4L: Add driver for s5k6a3 image sensor
` [PATCH v2 4/7] V4L: s5k6a3: Add support for asynchronous subdev registration
` [PATCH v2 5/7] exynos4-is: Add clock provider for the external clocks
` [PATCH v2 6/7] exynos4-is: Use external s5k6a3 sensor driver
` [PATCH v2 7/7] exynos4-is: Add support for asynchronous sensor subddevs registration

Radosgw-agent data full sync implementation
 2013-08-28 16:21 UTC 

[Qemu-devel] [PATCH] qemu-qa: fix build with mingw
 2013-08-28 16:20 UTC 

[PATCH V4 for-next 0/4] Add receive Flow Steering support
 2013-08-28 16:20 UTC  (3+ messages)
` [PATCH V4 for-next 3/4] IB/core: Export ib_create/destroy_flow through uverbs

Slow performance with librspreload.so
 2013-08-28 16:19 UTC  (3+ messages)

[PATCH net-next] qdisc: allow setting default queuing discipline
 2013-08-28 16:18 UTC  (4+ messages)

[PATCH] hwmon: (htu21) Add Measurement Specialties HTU21D support
 2013-08-28 16:18 UTC  (3+ messages)
  ` [lm-sensors] "

Blueprint: Add LevelDB support to ceph cluster backend store
 2013-08-28 16:17 UTC  (6+ messages)

[Qemu-devel] [PATCH qom-cpu/arm-devs] hw/cpu/a15mpcore: Use qemu_get_cpu() for generic timers
 2013-08-28 16:16 UTC  (6+ messages)

[PATCH v4 0/4] Introduce atomic MMIO modify
 2013-08-28 16:16 UTC  (5+ messages)
` [PATCH v4 1/4] lib: "

[PATCH v3 0/6] ARM: S5PV210: move to common clk framework
 2013-08-28 16:13 UTC  (14+ messages)
` [PATCH v3 1/6] media: s5p-tv: Replace mxr_ macro by default dev_
` [PATCH v3 2/6] media: s5p-tv: Restore vpll clock rate
` [PATCH v3 3/6] media: s5p-tv: Fix sdo driver to work with CCF
` [PATCH v3 4/6] media: s5p-tv: Fix mixer "
` [PATCH v3 5/6] clk: samsung: Add clock driver for s5pc110/s5pv210
` [PATCH v3 6/6] ARM: s5pv210: Migrate clock handling to Common Clock Framework

From mtds.com Report
 2013-08-28 16:03 UTC 

[PATCH net-next v10 00/11] vxlan: add ipv6 support
 2013-08-28 16:13 UTC  (7+ messages)
` [PATCH net-next v10 03/11] ipv6: export a stub for IPv6 symbols used by vxlan
` [PATCH net-next v10 07/11] vxlan: add ipv6 route short circuit support
` [PATCH net-next v10 09/11] vxlan: add ipv6 proxy support

[PATCH] gtk+3: don't split immodules if we have none
 2013-08-28 16:12 UTC 

[Buildroot] [PATCH] kmod: fix build failure on gcc < 4.6 caused by _Static_assert()
 2013-08-28 16:10 UTC 

[PATCH net-next 0/3] xen-netback: switch to NAPI + kthread 1:1 model
 2013-08-28 16:08 UTC  (5+ messages)

[PATCH] busybox: set default log buffer size to 64 at compile time
 2013-08-28 16:08 UTC  (2+ messages)

[U-Boot] [PATCH] Add support for TechNexion edm1-cf-imx6 SoM
 2013-08-28 16:08 UTC  (2+ messages)

[RFC][PATCH] Add a flight data recorder for scsi commands
 2013-08-28 14:32 UTC  (5+ messages)

[PATCH net-next v2 0/13] bonding: remove vlan special handling
 2013-08-28 16:04 UTC  (2+ messages)

confusion about DEPENDS vs RDEPENDS
 2013-08-28 16:06 UTC  (2+ messages)

802.11p
 2013-08-28 15:57 UTC  (3+ messages)

[PATCH] usb: dwc3: core: clarify usb-phy array binding
 2013-08-28 16:01 UTC  (7+ messages)

[U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards
 2013-08-28 16:01 UTC  (2+ messages)
` [U-Boot] [PATCH] siemens-am33x-common.h: Always build CONFIG_OMAP_GPIO support

[nf-next PATCH] netfilter: Extend SYNPROXY with a --continue option
 2013-08-28 16:00 UTC  (2+ messages)

[PATCH v3 00/31] add COMMON_CLK support for PowerPC MPC512x
 2013-08-28 15:59 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 09/31] powerpc/fsl-pci: improve clock API use

[PATCH] u-boot: update to 2013.07
 2013-08-28 16:00 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.