All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-29 01:37:57 to 2015-04-29 03:10:47 UTC [more...]

[PATCH 00/55] libraries: version upgrades
 2015-04-29  3:09 UTC  (56+ messages)
` [PATCH 01/55] package_regex_openstack: fix for pypi packages
` [PATCH 02/55] python-alembic: upgrade to 0.7.5.post2
` [PATCH 03/55] python-amqp: upgrade to 1.4.6
` [PATCH 04/55] python-cliff: upgrade to 1.12.0
` [PATCH 05/55] python-coverage: upgrade to 4.0a5
` [PATCH 06/55] python-django-compressor: upgrade to 1.5
` [PATCH 07/55] python-django-nose: upgrade to 1.4
` [PATCH 08/55] python-django-openstack-auth: upgrade to 1.3.0
` [PATCH 09/55] python-django-pyscss: upgrade to 2.0.1
` [PATCH 10/55] python-eventlet: upgrade to 0.17.3
` [PATCH 11/55] python-flake8: upgrade to 2.4.0
` [PATCH 12/55] python-httplib2: upgrade to 0.9.1
` [PATCH 13/55] python-i18n: upgrade to 0.3.1
` [PATCH 14/55] python-jsonpath-rw: upgrade to 1.4.0
` [PATCH 15/55] python-kombu: upgrade to 3.0.26
` [PATCH 16/55] python-lesscpy: upgrade to 0.10.2
` [PATCH 17/55] python-lockfile: "
` [PATCH 18/55] python-memcache: upgrade to 1.2.9
` [PATCH 19/55] python-netaddr: upgrade to 0.7.14
` [PATCH 20/55] python-openstackclient: upgrade to 1.1.0
` [PATCH 21/55] python-oslo.concurrency: upgrade to 1.9.0
` [PATCH 22/55] python-oslo.config: upgrade to 1.11.0
` [PATCH 23/55] python-oslo.db: upgrade to 1.9.0
` [PATCH 24/55] python-oslo.i18n: upgrade to 1.6.0
` [PATCH 25/55] python-oslo.middleware: upgrade to 1.1.0
` [PATCH 26/55] python-oslo.rootwrap: upgrade to 1.7.0
` [PATCH 27/55] python-oslotest: upgrade to 1.6.0
` [PATCH 28/55] python-paste: upgrade to 2.0.1
` [PATCH 29/55] python-pycadf: upgrade to 0.9.0
` [PATCH 30/55] python-pycrypto: upgrade to 2.6.1
` [PATCH 31/55] python-pymongo: upgrade to 3.0.1
` [PATCH 32/55] python-pysaml2: upgrade to 2.4.0
` [PATCH 33/55] python-pyscss: upgrade to 1.3.4
` [PATCH 34/55] python-pytest: upgrade to 2.7.0
` [PATCH 35/55] python-rfc3986: upgrade to 0.2.1
` [PATCH 36/55] python-routes: upgrade to 2.1
` [PATCH 37/55] python-rtslib-fb: upgrade to 2.1.51
` [PATCH 38/55] python-singledispatch: upgrade to 3.4.0.3
` [PATCH 39/55] python-sqlalchemy-migrate: upgrade to 0.9.6
` [PATCH 40/55] python-stevedore: upgrade to 1.4.0
` [PATCH 41/55] python-subunit: upgrade to 1.1.0
` [PATCH 42/55] python-tempita: upgrade to 0.5.3dev
` [PATCH 43/55] python-testrepository: upgrade to 0.0.20
` [PATCH 44/55] python-thrift: upgrade to 0.9.2
` [PATCH 45/55] python-tooz: upgrade to 0.15.0
` [PATCH 46/55] python-tox: upgrade to 1.9.2
` [PATCH 47/55] python-waitress: upgrade to 0.8.9
` [PATCH 48/55] python-warlock: upgrade to 1.1.0
` [PATCH 49/55] python-webtest: upgrade to 2.0.18
` [PATCH 50/55] python-wsme: upgrade to 0.6.4
` [PATCH 51/55] python-xstatic-font-awesome: upgrade to 4.3.0.0
` [PATCH 52/55] python-xstatic-jasmine: upgrade to 2.1.2.0
` [PATCH 53/55] python-zake: upgrade to 0.2.1
` [PATCH 54/55] python-mimeparse: upgrade to 0.1.4
` [PATCH 55/55] python-setuptools-git: upgrade to 1.1

[PATCH v3 5/5] drm/i915: Setup static bias for GPU
 2015-04-29  3:06 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[U-Boot] [PATCH v2 00/20] x86: Add CPU uclass and multi-core support for Minnowboard MAX
 2015-04-29  3:07 UTC  (22+ messages)
` [U-Boot] [PATCH v2 01/20] Fix comment nits in board_f.c
` [U-Boot] [PATCH v2 02/20] dm: core: Add a function to bind a driver for a device tree node
` [U-Boot] [PATCH v2 03/20] x86: Remove unwanted MMC debugging
` [U-Boot] [PATCH v2 04/20] x86: Disable -Werror
` [U-Boot] [PATCH v2 05/20] Move display_options functions to their own header
` [U-Boot] [PATCH v2 06/20] Add print_freq() to display frequencies nicely
` [U-Boot] [PATCH v2 07/20] dm: Implement a CPU uclass
` [U-Boot] [PATCH v2 08/20] x86: Add support for the Simple Firmware Interface (SFI)
` [U-Boot] [PATCH v2 09/20] Add a 'cpu' command to print CPU information
` [U-Boot] [PATCH v2 10/20] x86: Add atomic operations
` [U-Boot] [PATCH v2 11/20] x86: Add defines for fixed MTRRs
` [U-Boot] [PATCH v2 12/20] x86: Add an mfence macro
` [U-Boot] [PATCH v2 13/20] x86: Store the GDT pointer in global_data
` [U-Boot] [PATCH v2 14/20] x86: Provide access to the IDT
` [U-Boot] [PATCH v2 15/20] x86: Add multi-processor init
` [U-Boot] [PATCH v2 16/20] x86: Add functions to set and clear bits on MSRs
` [U-Boot] [PATCH v2 17/20] x86: Allow CPUs to be set up after relocation
` [U-Boot] [PATCH v2 18/20] x86: Add a CPU driver for baytrail
` [U-Boot] [PATCH v2 19/20] x86: Tidy up the LAPIC init code
` [U-Boot] [PATCH v2 20/20] x86: Enable multi-core init for Minnowboard MAX

[U-Boot] switching to single .config configuration issues
 2015-04-29  3:05 UTC  (2+ messages)

[PATCH] net: macb: Fix race condition in driver when Rx frame is dropped
 2015-04-29  3:04 UTC 

[PATCH] usb: gadget: composite: enable BESL support
 2015-04-29  3:04 UTC  (3+ messages)

[PATCH v2 0/3] RSS fix for ixgbe/ixgbevf
 2015-04-29  2:57 UTC  (8+ messages)
` [Intel-wired-lan] "
` [PATCH v2 1/3] ixgbe: Specify rx hash type wrt rx desc RSS type
  ` [Intel-wired-lan] "
` [PATCH v2 2/3] ixgbevf: Set rx hash type for ingress packets
  ` [Intel-wired-lan] "
` [PATCH v2 3/3] ixgbe: Don't report flow director filter's status
  ` [Intel-wired-lan] "

Bug#782364: linux-image-3.16.0-4-armmp: please configure drivers for both Cubox i4pro real time clocks
 2015-04-29  3:02 UTC  (2+ messages)

[nightly] Core TISDK 2015.04 build 2015-04-28_18-32-26
 2015-04-29  3:02 UTC 

[Buildroot] Run a custom script after USB mount
 2015-04-29  3:01 UTC  (9+ messages)

newstore performance update
 2015-04-29  2:59 UTC  (4+ messages)

[PATCH 1/2] ARM: imx_v6_v7_defconfig: Enable RTC PCF8523 support
 2015-04-29  2:59 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx6q-cubox-i: Disable the internal RTC

[PATCH v5] mtd-utils: Add mtdpart to add/delete partition
 2015-04-29  2:57 UTC  (2+ messages)

[PATCH RFC] NFSD: fix cannot umounting mount points under pseudo root
 2015-04-29  2:57 UTC  (9+ messages)

[PATCH v3 3/5] drm/i915/chv: Set min freq to efficient frequency on chv
 2015-04-29  2:53 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/3] Raspberry Pi firmware driver
 2015-04-29  2:56 UTC  (9+ messages)
` [PATCH 1/3] dt/bindings: Add binding for the "
` [PATCH 2/3] ARM: bcm2835: Add "
` [PATCH 3/3] ARM: bcm2835: Add the necessary firmware driver information to the DT

[PATCH] drm/i915: Remove wait for for punit to updates freq
 2015-04-29  2:50 UTC  (5+ messages)

[PATCH V2 RESEND] mailbox: add ACPI support for mailbox framework
 2015-04-29  2:52 UTC  (5+ messages)

[Qemu-devel] [PATCH v6 00/36] drop qapi nested structs
 2015-04-29  2:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 11/36] qapi: Tighten checking of unions

NMI Watchdog warning
 2015-04-29  2:51 UTC 

[PATCH 1/3 v2] wait: introduce wait_event_exclusive_cmd
 2015-04-29  2:48 UTC  (4+ messages)
` [PATCH 2/3] md/raid5: split wait_for_stripe and introduce wait_for_quiescent
` [PATCH 3/3] md/raid5: per hash value and exclusive wait_for_stripe

Fwd: How to get real time in a xen vm?
 2015-04-29  2:46 UTC 

[U-Boot] [PATCH 00/20] dm: rtc: Add driver model support for real-time clocks
 2015-04-29  2:43 UTC  (2+ messages)

[PATCH 1/2] timer: avoid unnecessary waking up of nohz CPU
 2015-04-29  2:41 UTC  (2+ messages)

[PATCH 00/10] mdadm tool: add the support for cluster-md
 2015-04-29  2:41 UTC  (13+ messages)
` [PATCH 03/10] Create n bitmaps for clustered mode
` [PATCH 04/10] Show all bitmaps while examining bitmap
` [PATCH 05/10] Add a new clustered disk
` [PATCH 08/10] mdadm: add the ability to change cluster name
` [PATCH 09/10] mdadm: change the num of cluster node

BCM2836 (Raspberry Pi 2) port
 2015-04-29  2:38 UTC  (3+ messages)

[Ocfs2-devel] [RFC] Online File(system) check
 2015-04-29  2:37 UTC  (5+ messages)

[PATCH v6 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface
 2015-04-29  2:37 UTC  (5+ messages)

[PATCH 2/2] ARM: BCM2835: Move the restart/power_off handling to the WDT driver
 2015-04-29  2:35 UTC  (3+ messages)
` [2/2] "

[PATCH] Validate pointer when copying mount namespace
 2015-04-29  2:36 UTC  (2+ messages)

Inexplicable merge conflict produced when when lines next to each other are changed
 2015-04-29  2:35 UTC  (2+ messages)

[PATCH OSSTEST v5 00/24] add distro domU testing flight
 2015-04-29  2:32 UTC  (3+ messages)
` [PATCH OSSTEST v5 04/24] Debian: refactor code to add preseed commands to the preseed file

[PATCH 00/18] New extent-oriented qgroup mechanism with minor cleanup
 2015-04-29  2:29 UTC  (19+ messages)
` [PATCH v2 01/18] btrfs: backref: Don't merge refs which are not for same block
` [PATCH v2 02/18] btrfs: delayed-ref: Use list to replace the ref_root in ref_head
` [PATCH v2 03/18] btrfs: delayed-ref: Cleanup the unneeded functions
` [PATCH v2 04/18] btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read
` [PATCH v2 05/18] btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent()
` [PATCH v2 06/18] btrfs: qgroup: Add function qgroup_update_refcnt()
` [PATCH v2 07/18] btrfs: qgroup: Add function qgroup_update_counters()
` [PATCH v2 08/18] btrfs: qgroup: Record possible quota-related extent for qgroup
` [PATCH v2 09/18] btrfs: qgroup: Add new function to record old_roots
` [PATCH v2 10/18] btrfs: backref: Add special time_seq == (u64)-1 case for btrfs_find_all_roots()
` [PATCH v2 11/18] btrfs: qgroup: Add new qgroup calculation function btrfs_qgroup_account_extents()
` [PATCH v2 12/18] btrfs: qgroup: Switch rescan to new mechanism
` [PATCH v2 13/18] btrfs: qgroup: Switch to new extent-oriented qgroup mechanism
` [PATCH v2 14/18] btrfs: qgroup: Switch self test to "
` [PATCH v2 15/18] btrfs: qgroup: Cleanup the old ref_node-oriented mechanism
` [PATCH v2 16/18] btrfs: ulist: Add ulist_del() function
` [PATCH v2 17/18] btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots
` [PATCH v2 18/18] btrfs: qgroup: Make snapshot accounting work with new extent-oriented qgroup

[PATCH] leds: fix platform_no_drv_owner.cocci warnings
 2015-04-29  2:30 UTC 

[Ocfs2-devel] [PATCH] ocfs2: do not BUG if jbd2_journal_dirty_metadata fails
 2015-04-29  2:28 UTC  (2+ messages)

boot loader
 2015-04-29  2:17 UTC  (4+ messages)

答复: UST performance
 2015-04-29  2:25 UTC 

[PATCH] leds: fix platform_no_drv_owner.cocci warnings
 2015-04-29  2:23 UTC 

[PATCH 0/2] x86/hvm: HVMOP_get/set_param improvements
 2015-04-29  2:23 UTC  (7+ messages)
` [PATCH 1/3] x86/hvm: give HVMOP_set_param and HVMOP_get_param their own functions
` [PATCH 2/3] x86/hvm: introduce functions for HVMOP_get/set_param allowance checks

cron job: media_tree daily build: ERRORS
 2015-04-29  2:22 UTC 

Tux3 Report: How fast can we fsync?
 2015-04-29  2:21 UTC  (2+ messages)

[PATCH] scatterlist: enable sg chaining for all architectures
 2015-04-29  2:15 UTC  (5+ messages)

[PATCH V3] staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1
 2015-04-29  2:14 UTC 

[PATCH RFC net-next] netif_receive_skb performance
 2015-04-29  2:11 UTC  (2+ messages)
` [PATCH RFC net-next] pktgen: introduce 'rx' mode

[PATCH] t7502-commit.sh: fix a broken and-chain
 2015-04-29  2:11 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/4] x86: Implement reset_cpu() correctly for modern CPUs
 2015-04-29  2:11 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/4] x86: ivybridge: Use reset_cpu()
` [U-Boot] [PATCH v2 3/4] x86: quark: "
` [U-Boot] [PATCH v2 4/4] x86: fsp: "

[U-Boot] [PATCH 00/20] x86: Add CPU uclass and multi-core support for Minnowboard MAX
 2015-04-29  2:08 UTC  (4+ messages)
` [U-Boot] [PATCH 14/20] x86: Provide access to the IDT

[U-Boot] [PATCH 1/4] x86: Implement reset_cpu() correctly for modern CPUs
 2015-04-29  2:08 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4] x86: ivybridge: Use reset_cpu()

[PATCH 0/3] BCM2835 core mailbox support
 2015-04-29  2:07 UTC  (9+ messages)
` [PATCH 2/3 v5] mailbox: Enable BCM2835 "
  ` [PATCH 2/3 v6] "

[Bug 90056] Unigine Valley regression since radeon/llvm: Run LLVM's instruction combining pass
 2015-04-29  2:06 UTC  (3+ messages)

'git show' with multiple revisions
 2015-04-29  2:04 UTC  (2+ messages)

[PATCH 00/12] mmc: core: add SD4.0 support
 2015-04-29  1:23 UTC  (2+ messages)
` [PATCH 01/12] mmc: core: add data structure define for SD4.0

[Qemu-devel] [PATCH v8 00/16] spapr: add support for pci hotplug
 2015-04-29  1:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 14/16] pci: make pci_bar useable outside pci.c

[Qemu-devel] [PATCH qemu] qemu-options: Add documentation about PPC64's "-cpu compat" option
 2015-04-29  1:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH qemu v2] "

[Qemu-devel] [REBASE PATCH v5 0/2] Introduce default ram size in MachineClass
 2015-04-29  1:57 UTC  (7+ messages)
` [Qemu-devel] [REBASE PATCH v5 1/2] machine: add default_ram_size to machine class
` [Qemu-devel] [REBASE PATCH v5 2/2] spapr: override default ram size to 1GB

[RFC PATCH] xfs: remote attribute overwrite causes transaction overrun
 2015-04-29  1:55 UTC  (2+ messages)
` [PATCH] "

[PATCH 00/18] New extent-oriented qgroup mechanism with minor cleanup
 2015-04-29  1:55 UTC  (2+ messages)

[Qemu-devel] [PULL 00/22] Memory, TCG, NBD, build system changes for 2015-04-27
 2015-04-29  1:53 UTC  (3+ messages)

[Bug 90218] Kerbal Space Program crashes with Souther Islands
 2015-04-29  1:53 UTC  (2+ messages)

[Bug 89685] Cripling Dota 2 freeze with Morphling at hero selection or loadout
 2015-04-29  1:53 UTC  (2+ messages)

[withdrawn] scatterlist-enable-sg-chaining-for-all-architectures.patch removed from -mm tree
 2015-04-29  1:51 UTC 

[PATCH] kvmclock: set scheduler clock stable
 2015-04-29  1:47 UTC  (2+ messages)

x86: kvmclock: drop rdtsc_barrier()
 2015-04-29  1:47 UTC  (2+ messages)

[PATCH 1/3] wait: introduce wait_event_cmd_exclusive
 2015-04-29  1:45 UTC  (3+ messages)

[RFC PATCH v2 00/22] xen/arm: Add ITS support
 2015-04-29  1:44 UTC  (17+ messages)
` [RFC PATCH v2 13/22] xen/arm: its: Add virtual ITS command support

[PATCH v2 1/2] connect: simplify SSH connection code path
 2015-04-29  1:38 UTC  (4+ messages)
` [PATCH v3 0/3] Improve robustness of putty detection

[RFC][PATCH] firmware: Drop WARN from usermodehelper_read_trylock error case
 2015-04-29  1:37 UTC  (2+ 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.