All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-13 20:53:32 to 2013-06-13 22:32:55 UTC [more...]

[Qemu-devel] [PATCH 1/2] Add Linux libnuma detection
 2013-06-13 22:32 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/2] Add monitor command mem-nodes

[PATCH] MAINTAINERS: Add Samsung pinctrl entries
 2013-06-13 22:32 UTC  (6+ messages)

Accessing more than 2GB of memory with a 32 bit kernel
 2013-06-13 22:32 UTC  (3+ messages)

[PATCH 0/2] MCPM backend for Virtual Express TC2
 2013-06-13 22:31 UTC  (4+ messages)
` [PATCH 1/2] ARM: vexpress/TC2: basic PM support

[PATCH] Percpu tag allocator
 2013-06-13 22:30 UTC  (18+ messages)

[PATCH 0/3] Fix a couple of edge cases in autostash
 2013-06-13 22:29 UTC  (3+ messages)
` [PATCH 1/3] rebase: guard against missing files in read_basic_state()

[PATCH 0/1] alx driver
 2013-06-13 22:29 UTC  (6+ messages)
` [PATCH] alx: add a simple AR816x/AR817x device driver

[PATCH 00/15] Final Samsung PWM support cleanup
 2013-06-13 22:27 UTC  (6+ messages)

[PATCH net] tulip: Properly check dma mapping result
 2013-06-13 22:26 UTC  (2+ messages)

[Qemu-devel] [PATCH] exec: move io_mem_read/write to memory.h
 2013-06-13 22:26 UTC  (3+ messages)

[patch] mm, memcg: add oom killer delay
 2013-06-13 22:25 UTC  (13+ messages)

[PATCH 0/2] dtc: Fix #line directive bug
 2013-06-13 22:24 UTC  (7+ messages)
` [PATCH 1/2] dtc: Update generated files to output from Bison 2.5
` [PATCH 2/2] dtc: ensure #line directives don't consume data from the next line

[RFC PATCH 0/4] USB: HCD/EHCI: giveback of URB in tasklet context
 2013-06-13 22:24 UTC  (3+ messages)

[PATCH 0/5] ACPI / scan: Make it possible to use the container hotplug with other scan handlers
 2013-06-13 22:23 UTC  (4+ messages)

[PATCH v5 00/22] SH pinctrl DT support
 2013-06-13 22:23 UTC  (6+ messages)
` [PATCH v5 01/22] pinctrl: generic: Add DT bindings

[GIT PULL] devicetree bugfixes for v3.10
 2013-06-13 22:22 UTC 

[PATCH 0/2] rtc: rtc-omap: add support for DT wakeup & alarm events
 2013-06-13 22:21 UTC  (7+ messages)
` [PATCH 2/2] rtc: omap: add rtc wakeup support to "

[Qemu-devel] [PATCH RFC 0/8] Guest memory allocation fixes & cleanup
 2013-06-13 22:21 UTC  (9+ messages)
` [Qemu-devel] [PATCH RFC 2/8] exec: Clean up fall back when -mem-path allocation fails
` [Qemu-devel] [PATCH RFC 4/8] s390: Simplify the RAM allocation hook
` [Qemu-devel] [PATCH RFC 5/8] s390: Make qemu_ram_remap() consistent with allocation
` [Qemu-devel] [PATCH RFC 6/8] exec: Clean up unnecessary S390 ifdeffery

[PATCH] PCI / ACPI / PM: Use correct power state strings in messages
 2013-06-13 22:29 UTC 

[PATCH v3] ethernet/arc/arc_emac - Add new driver
 2013-06-13 22:19 UTC  (6+ messages)

[PULL REQUEST] md bug fixes for 3.10-rc and -stable
 2013-06-13 22:17 UTC  (3+ messages)

[GIT PULL] PM / AVS: SmartReflex: misc. cleanups for v3.11
 2013-06-13 22:16 UTC 

[PATCH v3 1/3] cpufreq: ondemand: Change the calculation of target frequency
 2013-06-13 22:15 UTC  (8+ messages)

[PATCH flasher 1/2] Pre-calculate more in find_config_dir()
 2013-06-13 22:15 UTC  (2+ messages)

[[PATCH flasher] 1/6] Move functions and data to start of file
 2013-06-13 22:15 UTC  (2+ messages)

[PATCH tegra-uboot-flasher] README: describe the CROSS_COMPILER variable
 2013-06-13 22:14 UTC  (2+ messages)

[PATCH] orinoco_usb: fix memory leak in ezusb_access_ltv() when device disconnected
 2013-06-13 22:12 UTC  (3+ messages)

[GIT PULL] OMAP: PM: remove OMAP-specific no_console_suspend handling
 2013-06-13 22:12 UTC  (2+ messages)

[PATCH] x86: Fix /proc/mtrr with base/size more than 44bits
 2013-06-13 22:11 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] qcow2: Discard freed clusters
 2013-06-13 22:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/5] qcow2: Options to enable discard for "
` [Qemu-devel] [PATCH 5/5] block: Always enable discard on the protocol level

[U-Boot] [PATCH v3 0/12] Verified boot implementation based on FIT
 2013-06-13 22:10 UTC  (15+ messages)
`  "
` [U-Boot] [PATCH v3 01/12] image: Add signing infrastructure
` [U-Boot] [PATCH v3 02/12] image: Support signing of images
` [U-Boot] [PATCH v3 03/12] image: Add RSA support for image signing
` [U-Boot] [PATCH v3 04/12] mkimage: Add -k option to specify key directory
` [U-Boot] [PATCH v3 05/12] mkimage: Add -K to write public keys to an FDT blob
` [U-Boot] [PATCH v3 06/12] mkimage: Add -F option to modify an existing .fit file
` [U-Boot] [PATCH v3 07/12] mkimage: Add -c option to specify a comment for key signing
` [U-Boot] [PATCH v3 08/12] mkimage: Add -r option to specify keys that must be verified
` [U-Boot] [PATCH v3 09/12] libfdt: Add fdt_find_regions()
  `  "
` [U-Boot] [PATCH v3 10/12] image: Add support for signing of FIT configurations
` [U-Boot] [PATCH v3 11/12] sandbox: config: Enable FIT signatures with RSA
` [U-Boot] [PATCH v3 12/12] Add verified boot information and test

[PATCH 0/3] xfs: fixes for 3.10-rc6
 2013-06-13 22:09 UTC  (9+ messages)
` [PATCH 1/3] xfs: don't shutdown log recovery on validation errors
` [PATCH 2/3] xfs: fix implicit padding in directory and attr CRC formats

[PATCH 0/4] ARM: mxs: Various Crystalfontz DT additions
 2013-06-13 22:06 UTC  (4+ messages)
` [PATCH 1/4] ARM: cfa10036: Add USB0 OTG port

ARM kernel (& ext3) stability issues with GCC 4.8?
 2013-06-13 22:04 UTC  (2+ messages)

[U-Boot] Regression due to 020bbcb "usb: hub: Power-cycle on root-hub ports"
 2013-06-13 22:03 UTC 

[PATCH 1/3] drivers: pinctrl sleep and idle states in the core
 2013-06-13 22:02 UTC  (5+ messages)

[PATCH 00/10] [RFC] SCSI: esas2r: ATTO Technology ExpressSAS 6G SAS/SATA RAID Adapter Driver
 2013-06-13 22:00 UTC  (2+ messages)

[PATCH 0/5] x86: oops on uaccess faults outside of user addresses
 2013-06-13 22:00 UTC  (2+ messages)

[Qemu-devel] [Bug 830723] [NEW] bad patch net_h.patch on freebsd ports
 2013-06-13 21:42 UTC  (3+ messages)
` [Qemu-devel] [Bug 830723] "

DFS : Object is remote
 2013-06-13 21:51 UTC  (4+ messages)

[U-Boot] [PATCH] powerpc/p1022ds: nand: introduce the TPL based on the SPL
 2013-06-13 21:49 UTC  (2+ messages)

[Qemu-devel] solaris x86 in qemu?
 2013-06-13 21:44 UTC  (2+ messages)

[Qemu-devel] virsh live migration w/o shared storage fails with error as vm is not running
 2013-06-13 21:45 UTC  (4+ messages)

[RFC PATCH 0/2] tea575x: Move from sound to media
 2013-06-13 21:42 UTC 

RAID-10 keeps aborting
 2013-06-13 21:40 UTC  (22+ messages)

[Qemu-devel] [PATCH v7 00/12] rdma: migration support
 2013-06-13 21:40 UTC  (5+ messages)

[RFC PATCH 1/2] tea575x: Move header from sound to media
 2013-06-13 21:39 UTC 

[PATCH v10 00/21] V4L2 clock and asynchronous probing
 2013-06-13 21:39 UTC  (6+ messages)
` [PATCH v10 16/21] V4L2: support asynchronous subdevice registration
  ` [PATCH] V4L2: Merge struct v4l2_async_subdev_list with struct v4l2_subdev

[RFC PATCH 2/2] tea575x: Move from sound to media
 2013-06-13 21:39 UTC 

[RFC: PATCH] err.h: silence warning when using IS_ERR on void __iomem *
 2013-06-13 21:39 UTC  (5+ messages)

[PATCH 0/2] Qt fixes
 2013-06-13 21:38 UTC  (3+ messages)

[RFC] Allow GPIO ranges based on pinctl pin groups
 2013-06-13 21:38 UTC  (3+ messages)
` [PATCH 2/2] Make non-linear GPIO ranges accesible from gpiolib

ARM: sunxi: DT changes for 3.11
 2013-06-13 21:37 UTC 

[GIT PULL 1/3] ARM: mvebu: cleanup for v3.11 #4
 2013-06-13 21:36 UTC  (3+ messages)
` [GIT PULL 2/3] ARM: mvebu: dt changes for v3.11 #5
` [GIT PULL 3/3] ARM: mvebu: register map changes for v3.11

[PATCH v4 0/5] Renesas TPU PWM support
 2013-06-13 21:36 UTC  (3+ messages)

/dev/disk/by-label missing after upgrade to 1.42.7
 2013-06-13 21:35 UTC  (3+ messages)

[PATCH] reset: trivial refactoring
 2013-06-13 21:34 UTC  (4+ messages)

ARM: sunxi: platform changes for 3.11
 2013-06-13 21:33 UTC 

[PATCH 2/2] ibsim: Add support for fabric VL Cap in network definition file
 2013-06-13 21:30 UTC 

[PATCH 1/2] ibsim: Remove parse corner case with full ibnetdiscover output
 2013-06-13 21:30 UTC 

[Xenomai] IgH EtherCAT Master & xenomai posix skin
 2013-06-13 21:29 UTC 

[Bug 56881] New: MAP_HUGETLB mmap fails for certain sizes
 2013-06-13 21:29 UTC  (7+ messages)

[PATCH 2/2] ibnetdiscover: Output vlcap in full output format
 2013-06-13 21:26 UTC 

[PATCH 1/2] ibnetdiscover: Add missing -f option to manpage
 2013-06-13 21:26 UTC 

+ mm-remove-zone_type-argument-of-build_zonelists_node.patch added to -mm tree
 2013-06-13 21:25 UTC 

[PATCH RESEND] MIPS: loongson: fix random early boot hang
 2013-06-13 21:01 UTC  (2+ messages)

Radeon lockup on 3.8.5-201.fc18.x86_64
 2013-06-13 21:22 UTC  (5+ messages)
` [PATCH] radeon: Fix a false positive lockup after 10s of inactivity

populate-sysroot files in sstate cache overwritten by "empty" ones
 2013-06-13 21:21 UTC  (2+ messages)

raid0, raid1, raid5, what to choose?
 2013-06-13 21:21 UTC  (2+ messages)

[PATCH 00/11] HugeTLB and THP support for ARM64
 2013-06-13 21:20 UTC  (3+ messages)

[PATCH net] packet: packet_getname_spkt: make sure string is always 0-terminated
 2013-06-13 21:17 UTC  (6+ messages)

[Qemu-devel] [PATCH] allow reading variable size vmdk descriptor files
 2013-06-13 21:15 UTC  (2+ messages)

[PATCH v2 0/3] ARM: Add minimal support for TI Keystone SOCs
 2013-06-13 21:15 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: keystone: Enable SMP support on Keystone machines

[PATCH] Fix obvious logic error in staging/csr
 2013-06-13 21:00 UTC 

[PATCH] MIPS/OCTEON: Override default address space layout
 2013-06-13 21:10 UTC 

[qemu-upstream-unstable test] 18112: tolerable FAIL - PUSHED
 2013-06-13 21:11 UTC 

[to-be-updated] checkpatch-camelcase-ignore-si-unit-variants-like-_uv.patch removed from -mm tree
 2013-06-13 21:10 UTC 

[PATCH] bcache: Set the logical block size to a sensible value
 2013-06-13 21:08 UTC  (2+ messages)

[Qemu-trivial] [PATCH v3] create qemu_openpty_raw() helper function and move it to a separate file
 2013-06-13 17:08 UTC  (2+ messages)
` [Qemu-trivial] [Qemu-devel] "

[Qemu-trivial] [PATCH] fix some printf errors when debug is enabled
 2013-06-13 10:51 UTC  (3+ messages)
` [Qemu-trivial] [PATCH] fix typo: apci -> acpi
` [Qemu-trivial] [PATCH] remove call to type_initialize in object_new_with_type

[Qemu-trivial] [PATCH] spapr: add yet another maintainer
 2013-06-13  5:52 UTC  (5+ messages)

[patch] perf_event_open enable sysfs exported events
 2013-06-13 21:07 UTC  (6+ messages)

[PATCH] compat-drivers: do not disable bcma when selecting brcmsmac
 2013-06-13 21:07 UTC  (5+ messages)

[PATCH] mm: Revert pinned_vm braindamage
 2013-06-13 21:06 UTC  (3+ messages)

[Xenomai] Ethercat & ARM
 2013-06-13 21:06 UTC 

[v4 0/3] suspend/resume support for OMAP nand driver
 2013-06-13 21:03 UTC  (4+ messages)
` [v4 3/3] mtd: devices: elm: Low power transition support

[Hackathon Minutes] Xen 4.4 Planning
 2013-06-13 21:03 UTC  (2+ messages)

[PATCH 0/6] Fix git checkout - with rebase
 2013-06-13 21:02 UTC  (5+ messages)
` [PATCH 5/6] status: do not depend on flaky reflog messages

[PATCH] match-trees: factor out fill_tree_desc_strict
 2013-06-13 21:00 UTC  (2+ messages)

[PATCH] MIPS: sead3: Fix incorrect values for soft reset
 2013-06-13 21:00 UTC  (4+ messages)

[PATCH 1/7] ARM: mxc: fix gpio-ranges for VF610
 2013-06-13 20:59 UTC  (14+ messages)
  ` [PATCH 2/7] gpio: clean up gpio-ranges documentation
  ` [PATCH 3/7] of: move documentation of of_parse_phandle_with_args
  ` [PATCH 4/7] of: introduce of_parse_phandle_with_fixed_args
  ` [PATCH 5/7] gpio: implement gpio-ranges binding document fix
  ` [PATCH 6/7] ARM: spear: remove #gpio-ranges-cells property
  ` [PATCH 7/7] ARM: mxc: "

[PATCH] dma-mapping: Add BUG_ON for uninitialized dma_ops
 2013-06-13 20:59 UTC  (5+ messages)

[PATCH 1/7] drm/i915: add struct i915_ctx_hang_stats
 2013-06-13 20:59 UTC  (5+ messages)

[PATCH 0/3] Clean up soft reset code for MTI platforms
 2013-06-13 20:55 UTC  (4+ messages)
` [PATCH 1/3] MIPS: sead3: Fix ability to perform a soft reset
` [PATCH 2/3] MIPS: malta: Move defines of reset registers and values
` [PATCH 3/3] MIPS: malta: Remove software reset defines from generic header

[U-Boot] [PATCH v4 01/14] sf: Add bank address register writing support
 2013-06-13 20:55 UTC  (14+ messages)
` [U-Boot] [PATCH v4 02/14] sf: Discover the bank addr commands
` [U-Boot] [PATCH v4 03/14] sf: Read flash bank addr register at probe time
` [U-Boot] [PATCH v4 04/14] sf: Update sf to support all sizes of flashes
` [U-Boot] [PATCH v4 05/14] sf: Update sf read "
` [U-Boot] [PATCH v4 06/14] sf: Add bank addr code in CONFIG_SPI_FLASH_BAR
` [U-Boot] [PATCH v4 07/14] sf: Use spi_flash_addr() in write call
` [U-Boot] [PATCH v4 08/14] sf: stmicro: Add support for N25Q512
` [U-Boot] [PATCH v4 09/14] sf: stmicro: Add support for N25Q512A
` [U-Boot] [PATCH v4 10/14] sf: stmicro: Add support for N25Q1024
` [U-Boot] [PATCH v4 11/14] sf: stmicro: Add support for N25Q1024A
` [U-Boot] [PATCH v4 12/14] sf: spansion: Add support for S25FL512S_64K
` [U-Boot] [PATCH v4 13/14] sf: Remove spi_flash_cmd_poll_bit()
` [U-Boot] [PATCH v4 14/14] sf: Add Flag status register polling support

[U-Boot] [PATCH v4 00/14] sf: Update sf framework to support all sizes of flashes
 2013-06-13 20:55 UTC 


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.