All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-28 16:11:33 to 2013-03-28 16:41:56 UTC [more...]

[U-Boot] [PATCH 1/9 v2] Exynos: Change get_timer() to work correctly
 2013-03-28 16:41 UTC 

[Qemu-devel] [PULL 00/23] Block patches
 2013-03-28 16:40 UTC  (24+ messages)
` [Qemu-devel] [PATCH 01/23] vl.c: call bdrv_init_with_whitelist() before cmdline parsing
` [Qemu-devel] [PATCH 02/23] qemu-iotests: More concurrent allocation scenarios
` [Qemu-devel] [PATCH 03/23] qcow2: Fix "total clusters" number in bdrv_check
` [Qemu-devel] [PATCH 04/23] qcow2: Remove bogus unlock of s->lock
` [Qemu-devel] [PATCH 05/23] qcow2: Handle dependencies earlier
` [Qemu-devel] [PATCH 06/23] qcow2: Improve check for overlapping allocations
` [Qemu-devel] [PATCH 07/23] qcow2: Change handle_dependency to byte granularity
` [Qemu-devel] [PATCH 08/23] qcow2: Decouple cluster allocation from cluster reuse code
` [Qemu-devel] [PATCH 09/23] qcow2: Factor out handle_alloc()
` [Qemu-devel] [PATCH 10/23] qcow2: handle_alloc(): Get rid of nb_clusters parameter
` [Qemu-devel] [PATCH 11/23] qcow2: handle_alloc(): Get rid of keep_clusters parameter
` [Qemu-devel] [PATCH 12/23] qcow2: Finalise interface of handle_alloc()
` [Qemu-devel] [PATCH 13/23] qcow2: Clean up handle_alloc()
` [Qemu-devel] [PATCH 14/23] qcow2: Factor out handle_copied()
` [Qemu-devel] [PATCH 15/23] qcow2: handle_copied(): Get rid of nb_clusters parameter
` [Qemu-devel] [PATCH 16/23] qcow2: handle_copied(): Get rid of keep_clusters parameter
` [Qemu-devel] [PATCH 17/23] qcow2: handle_copied(): Implement non-zero host_offset
` [Qemu-devel] [PATCH 18/23] qcow2: Prepare handle_alloc/copied() for byte granularity
` [Qemu-devel] [PATCH 19/23] qcow2: Use byte granularity in qcow2_alloc_cluster_offset()
` [Qemu-devel] [PATCH 20/23] qcow2: Allow requests with multiple l2metas
` [Qemu-devel] [PATCH 21/23] qcow2: Move cluster gathering to a non-looping loop
` [Qemu-devel] [PATCH 22/23] qcow2: Gather clusters in a looping loop
` [Qemu-devel] [PATCH 23/23] block: Fix direct use of protocols as driver for bdrv_open()

[PATCH v13] claim and its friends for allocating multiple self-ballooning guests
 2013-03-28 16:41 UTC  (8+ messages)
` [PATCH 1/6] xc: use XENMEM_claim_pages hypercall during guest creation
` [PATCH 2/6] xl: Implement XENMEM_claim_pages support via 'claim_mode' global config
` [PATCH 3/6] xend: Implement XENMEM_claim_pages support via 'claim-mode' "

[PATCH] push: Alias pushurl from push rewrites
 2013-03-28 16:40 UTC  (10+ messages)

[PATCH 0/2 V2] virtio-spec: dynamic network offloads configuration
 2013-03-28 16:40 UTC  (5+ messages)
` [PATCH 1/2 V2] virtio-net: "
` [PATCH 2/2 V2] virtio-spec: "

Bug in "git rev-parse --verify"
 2013-03-28 16:38 UTC  (5+ messages)

Xen HVM regression on certain Intel CPUs
 2013-03-28 16:39 UTC  (10+ messages)

[PATCH] arm/dts: OMAP3: fix pinctrl-single configuration
 2013-03-28 16:38 UTC  (3+ messages)

Zynq core changes v3
 2013-03-28 16:38 UTC  (13+ messages)
` [PATCH v3 01/12] arm: zynq: Use standard timer binding
` [PATCH v3 02/12] arm: zynq: Move timer to clocksource interface
` [PATCH v3 03/12] arm: zynq: Do not use xilinx specific function names
` [PATCH v3 04/12] arm: zynq: Move timer to generic location
` [PATCH v3 05/12] arm: zynq: Load scu baseaddress at run time
` [PATCH v3 06/12] arm: zynq: Move slcr initialization to separate file
` [PATCH v3 07/12] arm: zynq: Add support for system reset
` [PATCH v3 08/12] arm: zynq: Add support for pmu
` [PATCH v3 09/12] arm: zynq: Add smp_twd timer
` [PATCH v3 10/12] arm: zynq: Add smp support
` [PATCH v3 11/12] arm: zynq: Add hotplug support
` [PATCH v3 12/12] arm: zynq: Get rid of xilinx function prefix

[PATCH] xfstests: remove unconditional setting of FSTYP
 2013-03-28 16:37 UTC  (2+ messages)

[linux-linus test] 17448: regressions - FAIL
 2013-03-28 16:37 UTC 

[Qemu-devel] [PATCH/RFC 0/3 v2] s390 dump guest memory support
 2013-03-28 16:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] s390: dump-guest-memory implementation
` [Qemu-devel] [PATCH 2/3] s390: Added check for unsupported parameters of dump-guest-memory
` [Qemu-devel] [PATCH 3/3] s390: Split dump-guest-memory memory mapping code

[PATCH v6 0/8] Reset controller API to reset IP modules on i.MX5 and i.MX6
 2013-03-28 16:35 UTC  (18+ messages)
` [PATCH v6 1/8] dt: describe base reset signal binding
` [PATCH v6 2/8] reset: Add reset controller API
` [PATCH v6 3/8] reset: Add driver for gpio-controlled reset pins
` [PATCH v6 4/8] ARM i.MX6q: Add GPU, VPU, IPU, and OpenVG resets to System Reset Controller (SRC)
` [PATCH v6 5/8] ARM i.MX6q: Link system reset controller (SRC) to IPU in DT
` [PATCH v6 6/8] staging: drm/imx: Use SRC to reset IPU
` [PATCH v6 7/8] ARM i.MX5: Add System Reset Controller (SRC) support for i.MX51 and i.MX53
` [PATCH v6 8/8] ARM i.MX5: Add system reset controller (SRC) to i.MX51 and i.MX53 device tree

[Crash-utility] Throw read error on vmcore produced by ARM soc
 2013-03-28 16:36 UTC  (3+ messages)

[PATCH 0/4 v2] KVM :PPC: Userspace Debug support
 2013-03-28 16:36 UTC  (4+ messages)
` [PATCH 4/4 v2] KVM: PPC: Add userspace debug stub support

[PATCH 1/1] ARM: kirkwood: Fix chip-delay for GoFlex Net
 2013-03-28 16:36 UTC  (2+ messages)

[PATCH 5/6] scsi: replace obsolete NLMSG_* with type safe nlmsg_*
 2013-03-28 16:36 UTC  (2+ messages)

git subtree oddity
 2013-03-28 16:34 UTC  (2+ messages)

[PATCH] PCI / ACPI: Always resume devices on ACPI wakeup notifications
 2013-03-28 16:41 UTC  (4+ messages)

[RFC PATCH 2/3] modem: Support modem property "AlwaysOnline"
 2013-03-28 16:33 UTC  (2+ messages)

[PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug
 2013-03-28 16:32 UTC  (2+ messages)
` Fwd: "

[PATCH] ARM: OMAP: dpll: enable bypass clock only when attempting dpll bypass
 2013-03-28 16:32 UTC  (3+ messages)

[U-Boot] [PATCH v9 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT
 2013-03-28 16:33 UTC  (5+ messages)

SAGEM HiloNC v2 Driver
 2013-03-28 16:32 UTC  (2+ messages)

strange behaviour of MC7700 with sierra_net
 2013-03-28 16:32 UTC  (4+ messages)
` [PATCH 1/2] usbnet: allow status interrupt URB to always be active
  ` [PATCH 1/2 v3] "
      ` [PATCH 2/2 v3] sierra_net: keep status interrupt URB active

High CPU temp, suspend problem - xen 4.1.5-pre, linux 3.7.x
 2013-03-28 16:31 UTC  (21+ messages)

more git weirdness (git rebase, merge conflicts
 2013-03-28 16:04 UTC  (2+ messages)

[RFC V2] cfg80211: introduce critical protocol indication from user-space
 2013-03-28 16:30 UTC  (3+ messages)

[Qemu-devel] vNVRAM / blobstore design
 2013-03-28 16:31 UTC  (15+ messages)

[PATCH] http-backend: respect GIT_NAMESPACE with dumb clients
 2013-03-28 15:49 UTC  (3+ messages)

Change in behaviour when unmounting recursive bind mounts
 2013-03-28 16:29 UTC  (3+ messages)

[GIT PULL] Versatile Express poweroff/restart code to drivers/
 2013-03-28 16:29 UTC 

Randomly SMS sent passes or fails
 2013-03-28 16:29 UTC  (2+ messages)

[Qemu-trivial] [PATCH v3] Fix some memory leaks in test-visitor-serialization
 2013-03-28 16:28 UTC  (4+ messages)
` [Qemu-trivial] [Qemu-devel] "
    `  "

On git and mail requests
 2013-03-28 16:27 UTC  (3+ messages)

OMAP5: Booting build output
 2013-03-28 16:27 UTC  (3+ messages)

regressions due to 64-bit ext4 directory cookies
 2013-03-28 16:26 UTC  (12+ messages)
` [Gluster-devel] "

[PATCH, RFC] ext3: add ioctl to force 32-bit hashes from indexed dirs
 2013-03-28 16:25 UTC 

[meta-oe][TEMP PATCH] gd: Temporary patch while libgd.org is down, do not commit to main repository!
 2013-03-28 16:08 UTC  (4+ messages)

[RFT] GCC 4.8 recipes
 2013-03-28 16:07 UTC  (4+ messages)

brcmsmac: Unknown symbol backport_cordic_calc_iq (err 0)
 2013-03-28 16:24 UTC  (12+ messages)

[PATCH 00/33] Regulators: Bring the AB8500 into the 21st century
 2013-03-28 16:11 UTC  (34+ messages)
` [PATCH 01/33] regulator: ab8500-ext: New driver to control external regulators
` [PATCH 02/33] ARM: ux500: Add regulator platform data for AB8500 "
` [PATCH 03/33] ARM: ux500: Provide a mechanism to over-ride regulator init values
` [PATCH 04/33] ARM: ux500: Turn off external regulator #1 when early HREFs suspend
` [PATCH 05/33] ARM: ux500: Setup external regulator supply #2 for HREF v20 boards
` [PATCH 06/33] regulator: ab8500-ext: Add HW request support
` [PATCH 07/33] regulator: ab8500-ext: Add suspend support
` [PATCH 08/33] regulator: ab8500: Remove USB regulator
` [PATCH 09/33] regulator: ab8500: Init debug from regulator driver
` [PATCH 10/33] regulator: ab8500: Prepare the driver for additional platforms
` [PATCH 11/33] regulator: ab8500: Add support for the ab9540
` [PATCH 12/33] regulator: ab8500: Correct TVOUT regulator enable time
` [PATCH 13/33] regulator: ab8500-ext: Add support for AB8505/AB9540
` [PATCH 14/33] regulator: ab8500: add support for ab8505
` [PATCH 15/33] regulator: ab8500-ext: Add support for AB9540 regulators
` [PATCH 16/33] regulator: ab8500: Add support for the ab8540
` [PATCH 17/33] regulator: ab8500: Update voltage handling for fixed voltage regulators
` [PATCH 18/33] regulator: ab8500: Use regulator_list_voltage_table()
` [PATCH 19/33] regulator: ab8500: Supply platform specific regulator id values
` [PATCH 20/33] regulator: ab8500: Don't register external regulators on AB8505
` [PATCH 21/33] regulator: ab8500: Add voltage selection for AUDIO and ANA "
` [PATCH 22/33] regulator: ab8500: Also check for AB8505 based platforms
` [PATCH 23/33] regulator: ab8500: Add new operations for Vaux3
` [PATCH 24/33] regulator: ab8500: Add mode operation for v-amic
` [PATCH 25/33] regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540
` [PATCH 26/33] regulator: ab8500: Use a struct to select the good regulator configuration
` [PATCH 27/33] regulator: ab8500: Introduce aux5, aux6 regulators for AB8540
` [PATCH 28/33] regulator: ab8500: Set enable enable_time in regulator_desc
` [PATCH 29/33] regulator: ab8500: Remove the need for a 'delay' property
` [PATCH 30/33] regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages
` [PATCH 31/33] ARM: ux500: Pass regulator platform data using the new format
` [PATCH 32/33] regulator: ab8500: Shuffle init functions into a more logical order
` [PATCH 33/33] ARM: ux500: Regulators: Bring the AB8500 regulator platform data up-to-date

[Qemu-devel] [PATCH v3 00/20] tcg-arm improvements
 2013-03-28 16:22 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 05/20] tcg-arm: Handle constant arguments to add2/sub2
` [Qemu-devel] [PATCH v3 07/20] tcg-arm: Fold epilogue into INDEX_op_exit_tb
` [Qemu-devel] [PATCH v3 08/20] tcg-arm: Implement deposit for armv7

[PATCH 0/2] pinctrl support for ab8500-usb
 2013-03-28 16:21 UTC  (6+ messages)
` [PATCH 1/2] ARM: ux500: remove redundant DB8500_PIN_SLEEP definition
` [PATCH 2/2] ARM: ux500: 8500: add ab8500-musb pinctrl support

Unable to install xen hypervisor on intel-64bit desktop PC(ubuntu12.04)
 2013-03-28 16:21 UTC  (2+ messages)

[PATCH net-next] bridge: remove unused variable ifm
 2013-03-28 16:21 UTC  (2+ messages)
` [Bridge] "

[PATCH v2 00/13] rwsem fast-path write lock stealing
 2013-03-28 16:21 UTC  (5+ messages)
` [PATCH v2 02/13] rwsem: shorter spinlocked section in rwsem_down_failed_common()
` [PATCH v2 11/13] rwsem: implement support for write lock stealing on the fastpath

[PATCH v3] [RFC] arm: use PSCI if available
 2013-03-28 16:20 UTC  (11+ messages)

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch
 2013-03-28 16:19 UTC  (5+ messages)
` [Cocci] "

[RFC PATCH] block: Add new generic block device naming interface
 2013-03-28 16:18 UTC 

[RFC PATCH] pmu: prepare for migration support
 2013-03-28 16:18 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/4 v2] x86/hvm: RTC periodic timer adjustments
 2013-03-28 16:18 UTC  (2+ messages)

[PATCH] pinctrl: coh901: Fix error checking in u300_gpio_to_irq
 2013-03-28 16:18 UTC 

BCM periodic send
 2013-03-28 16:11 UTC 

[FIX 3.3+][PATCH] ssb: implement spurious tone avoidance
 2013-03-28 16:18 UTC  (2+ messages)

which files will have conflicts between two branches?
 2013-03-28 16:17 UTC  (2+ messages)

[meta-oe][PATCH] live555: Update to latest version
 2013-03-28 15:59 UTC  (2+ messages)

[PATCH] rtc: rtc-at91rm9200: use a variable for storing IMR
 2013-03-28 16:16 UTC  (6+ messages)

[PATCH 0/2] eisa: fix eisa with PCI
 2013-03-28 16:14 UTC  (5+ messages)
` [PATCH 1/2] eisa, PCI: Fix bus res reference

[PATCH 00/14] nfs: 3.9-rc3 release (v2)
 2013-03-28 16:14 UTC  (3+ messages)
` [PATCH 13/14] NFSD: Server implementation of MAC Labeling

[PATCH, RFC] ext4: add ioctl to force 32-bit hashes from indexed dirs
 2013-03-28 16:14 UTC 

How is gpio_keys.ko supposed to work?
 2013-03-28 16:13 UTC 

[PATCH] xfstests: use BTRFS_UTIL_PROG instead of btrfs
 2013-03-28 16:13 UTC 

Crash with 3.8.3 and TuxOnIce
 2013-03-28  0:51 UTC  (3+ messages)

Xen HVM regression on certain Intel CPUs
 2013-03-28 16:12 UTC  (4+ messages)

[PATCH iv2] ARM: kirkwood: fix a compilation warning
 2013-03-28 16:12 UTC 

[PATCH V2 00/12] ux500 suspend-resume
 2013-03-28 16:11 UTC  (13+ messages)
` [PATCH V2 07/12] ARM: ux500: Create u8500-clk device
` [PATCH V2 08/12] ARM: ux500: Add ApSleep state to suspend
` [PATCH V2 09/12] drivers: bus: ux500: Add ICN driver
` [PATCH V2 10/12] ARM: ux500: Create ICN device
` [PATCH V2 11/12] misc: ux500: Add TPIU driver
` [PATCH V2 12/12] ARM: ux500: Create TPIU device

[meta-oe][PATCH v2] gd: Add mirror for when libgd.org is down
 2013-03-28 14:38 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.