messages from 2014-05-07 14:52:35 to 2014-05-07 15:20:04 UTC [more...]
[PATCH] usb: dwc3: ep0: fix delayed status is queued too early
2014-05-07 21:53 UTC (3+ messages)
[PATCH 00/26] OMAP dmtimer prep series
2014-05-07 15:20 UTC (7+ messages)
` [PATCH 01/26] ARM: OMAP: dmtimer: Remove setting of clk parent indirectly through platform hook
` [PATCH 02/26] ARM: OMAP: dmtimer: Add comments on OMAP1 clock framework
[Qemu-devel] [PATCHv3] block: optimize zero writes with bdrv_write_zeroes
2014-05-07 15:19 UTC (4+ messages)
RTE Ring removing
2014-05-07 15:19 UTC (6+ messages)
[PATCH v4 00/15] xen: add systemd support
2014-05-07 15:18 UTC (11+ messages)
` [PATCH v4 01/15] xenstore: add support for a retry open limit on xenstored
` [PATCH v4 02/15] xencommons: use the retry limit instead of implementing our own timeout
` [PATCH v4 03/15] xenstored: enable usage of config.h on both xenstored and oxenstored
` [PATCH v4 04/15] cxenstored: add support for systemd active sockets
[Qemu-devel] [PATCH 00/16] PCI device assignment: improve error reporting over QMP
2014-05-07 15:18 UTC (6+ messages)
` [Qemu-devel] [PATCH 16/16] pci-assign: assigned_initfn(): set monitor error in common error handler
[PATCH v2] ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
2014-05-07 15:17 UTC
[tip:timers/nohz] nohz: Move full nohz kick to its own IPI
2014-05-07 15:17 UTC (6+ messages)
[Cluster-devel] [PATCH 1/5] fsck.gfs2: Log to syslog on start and exit
2014-05-07 15:17 UTC (10+ messages)
` [Cluster-devel] [PATCH 2/5] gfs2-utils: Expressly expunge 'expert mode'
` [Cluster-devel] [PATCH 5/5] libgfs2: Remove logging API
[RFC PATCH 0/3] devicetree, qcomm PMIC: fix node name conflict
2014-05-07 15:17 UTC (6+ messages)
` [RFC PATCH 1/3] devicetree: set bus type same as parent
[RFC] tcp: add support for scheduling TCP options on TCP sockets
2014-05-07 15:17 UTC (5+ messages)
[U-Boot] Latest u-boot release on BeagleBone Black for FreeBSD
2014-05-07 15:17 UTC (5+ messages)
[meta-perl][WIP] vlc: add dependencies, drop unrecognized options
2014-05-07 15:16 UTC
[wireless-regdb] commit e56cd9618e3e5bf8ff96b799544b85170e34d9c3 erroneously removed channel flags
2014-05-07 15:02 UTC (4+ messages)
` [wireless-regdb] [PATCH] wireless-regdb: correct some flag damage
` "
[PATCH v3 00/20] USB support for Armada 38x and Armada 375
2014-05-07 15:14 UTC (10+ messages)
` [PATCH v3 06/20] usb: host: xhci-plat: Add support for the Armada 38x
[patch 0/9] mm: memcontrol: naturalize charge lifetime
2014-05-07 15:14 UTC (7+ messages)
` [patch 4/9] mm: memcontrol: catch root bypass in move precharge
` [patch 5/9] mm: memcontrol: use root_mem_cgroup res_counter
daisy
2014-05-07 15:13 UTC
[Qemu-devel] [PULL 0/7] xen-140507
2014-05-07 15:12 UTC (18+ messages)
` "
` [Qemu-devel] [PULL 1/7] exec: Limit translation limiting in address_space_translate to xen
` "
` [Qemu-devel] [PULL 2/7] qemu-xen: free all the pirqs for msi/msix when driver unload
` "
` [Qemu-devel] [PULL 3/7] xen: move Xen PV machine files to hw/xenpv
` "
` [Qemu-devel] [PULL 4/7] xen: move Xen HVM files under hw/i386/xen
` "
` [Qemu-devel] [PULL 5/7] xen: factor out common functions
` "
` [Qemu-devel] [PULL 6/7] pass an inclusive address range to xc_domain_pin_memory_cacheattr
` "
` [Qemu-devel] [PULL 7/7] xen_disk: add discard support
` "
IPMI misbehaving on ARM defconfigs, was [Re: stable boot: 18 pass, 4 fail (v3.10.39)]
2014-05-07 15:12 UTC (5+ messages)
[PATCH] ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
2014-05-07 15:11 UTC
DMAR errors when running testpmd
2014-05-07 15:11 UTC (8+ messages)
[PATCH] ARM: i.MX27 pca100: remove deprecated IRQF_DISABLED
2014-05-07 15:09 UTC (2+ messages)
Crash during driver startup
2014-05-07 15:09 UTC (17+ messages)
` [PATCH] ath10k: double check bmi xfer pointers
` load module ath10k: ieee80211 phy0: Failed to initialize wep: -2
` RE : "
` Report Firmware firmware-2.bin_10.1.467.2-1 Error
` RE : "
` RE : "
` RE : "
` ath10k does not support selection antenna yet?
[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
2014-05-07 15:01 UTC (83+ messages)
` [PATCH v10 01/19] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v10 02/19] qspinlock, x86: Enable x86-64 to use "
` [PATCH v10 03/19] qspinlock: Add pending bit
` [PATCH v10 04/19] qspinlock: Extract out the exchange of tail code word
` [PATCH v10 05/19] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v10 06/19] qspinlock: prolong the stay in the pending bit path
` [PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
` [PATCH v10 09/19] qspinlock: Prepare for unfair lock support
` [PATCH v10 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v10 11/19] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v10 12/19] unfair qspinlock: Variable frequency lock stealing mechanism
` [PATCH v10 13/19] unfair qspinlock: Enable lock stealing in lock waiters
` [PATCH v10 14/19] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v10 15/19] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v10 16/19] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v10 17/19] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v10 18/19] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v10 19/19] pvqspinlock, x86: Enable PV qspinlock for XEN
[Qemu-devel] [PULL 00/36] migration queue
2014-05-07 15:09 UTC (2+ messages)
[PATCHv4 01/20] usb: ehci-orion: use platform_get_irq() for DT probing
2014-05-07 15:09 UTC (3+ messages)
[PATCH] NFSD: cleanup unneeded including linux/export.h
2014-05-07 15:08 UTC
[Qemu-devel] [PATCH v6 0/2] apic: bump emulated lapic version to 0x14
2014-05-07 15:05 UTC (7+ messages)
[PATCH v4 1/2] perf record: Propagate exit status of a command line workload
2014-05-07 15:04 UTC (2+ messages)
[PATCH v3 1/3] perf tools: Handle EINTR error for readn/writen
2014-05-07 15:04 UTC (7+ messages)
` [PATCH v3 2/3] perf record: Propagate exit status of a command line workload
[PATCH 0/4] OMAPDSS: Add support for panel ls037v7dw01
2014-05-07 15:03 UTC (6+ messages)
` [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support
[regression 3.15-rc3] Resume from s4 broken by 1f81b6d22a5980955b01e08cf27fb745dc9b686f
2014-05-07 15:02 UTC (5+ messages)
[PATCH v3 00/16] xen/arm: Add GICv3 support
2014-05-07 15:03 UTC (3+ messages)
` [PATCH v3 10/16] xen/arm: move vgic rank data to gic header file
Crash in 3.14.0+ (plus hacks)
2014-05-07 15:02 UTC (7+ messages)
[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
2014-05-07 15:01 UTC
material for git training sessions/presentations
2014-05-07 15:02 UTC (2+ messages)
[PATCH 3/3] NFS4.0: Add some test cases for nfsv4 acl
2014-05-07 15:00 UTC (3+ messages)
[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
2014-05-07 15:00 UTC (5+ messages)
[PATCH 0/9] SRP initiator patches for kernel 3.16
2014-05-07 14:59 UTC (4+ messages)
` [PATCH 9/9] IB/srp: Add fast registration support
[PATCH 0/6] sh73a0 common clock framework implementation
2014-05-07 14:59 UTC (4+ messages)
` [PATCH 6/6] clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings
[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
2014-05-07 14:59 UTC (10+ messages)
` [PATCH 1/2] mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced
` [PATCH 2/2] mm/page_alloc: DEBUG_VM checks for free_list placement of CMA and RESERVE pages
[Qemu-devel] [PATCH v3] xen_disk: add discard support
2014-05-07 14:58 UTC (2+ messages)
[PATCH v3] pcie: Add Xilinx PCIe Host Bridge IP driver
2014-05-07 14:58 UTC (9+ messages)
[Qemu-devel] [PATCH v3.1 00/31] NUMA series, and hostmem improvements
2014-05-07 14:57 UTC (3+ messages)
` [Qemu-devel] [PATCH v3.1 24/31] configure: add Linux libnuma detection
meta-toolchain doesn't compile working binaries
2014-05-07 14:58 UTC (8+ messages)
[PATCH V6 0/2] arm: dts: dra7: Updates for adding crossbar device
2014-05-07 14:56 UTC (4+ messages)
[PATCH 4/4] clk: shmobile: Add R8A7740-specific clock support
2014-05-07 14:57 UTC (2+ messages)
[PATCH RFC] eal: change default per socket memory allocation
2014-05-07 14:56 UTC (6+ messages)
[PATCH 1/2] ARM: KVM: Enable the KVM-VFIO device
2014-05-07 14:55 UTC (6+ messages)
` [PATCH 2/2] ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping
[lm-sensors] Global hyst value representation
2014-05-07 14:55 UTC
[PATCH -v2 1/3] mke2fs: print a message when creating a regular file
2014-05-07 14:54 UTC (8+ messages)
` [PATCH -v2 2/3] mke2fs: print extra information about existing ext2/3/4 file systems
` [PATCH -v2 2/3] mke2fs: print extra information about existing ext2/3/4 file systemsG
` [PATCH -v2 2/3] mke2fs: print extra information about existing ext2/3/4 file systemsGjj
[PATCH] hfsplus: emit proper file type from readdir
2014-05-07 14:54 UTC
[Qemu-devel] [Bug 1317090] Re: qemu fails on ELF files with no section headers
2014-05-07 14:53 UTC (3+ messages)
[PATCH 00/20] Untracked cache to speed up "git status"
2014-05-07 14:52 UTC (17+ messages)
` [PATCH 05/20] untracked cache: record .gitignore information and dir hierarchy
` [PATCH 06/20] untracked cache: initial untracked cache validation
` [PATCH 07/20] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH 08/20] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 09/20] untracked cache: mark what dirs should be recursed/saved
` [PATCH 10/20] untracked cache: don't open non-existent .gitignore
` [PATCH 11/20] untracked cache: save to an index extension
` [PATCH 12/20] untracked cache: load from UNTR "
` [PATCH 13/20] untracked cache: invalidate at index addition or removal
` [PATCH 14/20] untracked cache: print untracked statistics with $GIT_TRACE_UNTRACKED
` [PATCH 15/20] read-cache.c: split racy stat test to a separate function
` [PATCH 16/20] untracked cache: avoid racy timestamps
` [PATCH 17/20] status: support untracked cache
` [PATCH 18/20] update-index: manually enable or disable "
` [PATCH 19/20] update-index: test the system before enabling "
` [PATCH 20/20] t7063: tests for "
[linux-lvm] Add a disk from remote node to LVM
2014-05-07 14:53 UTC (5+ messages)
[PATCH] zram: remove global tb_lock by using lock-free CAS
2014-05-07 14:52 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.